﻿.lighter {
    font-weight: 300;
}

.bolder {
    font-weight: bolder;
}

.inline {
    display: inline-block;
}

.block {
    display: block;
}

.fix-block {
    display: block !important;
}

.center,
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

@media only screen and (max-width:767px) {
    .block-xs {
        display: block !important;
    }

    .align-right-xs {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .center-sm {
        text-align: center;
    }

    .align-right-sm {
        text-align: right !important;
    }
}

.middle {
    vertical-align: middle;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.position-relative,
.pos-rel {
    position: relative;
}

.position-absolute,
.pos-abs {
    position: absolute;
}

.no-float {
    float: none !important;
}

.line-height-normal {
    line-height: normal !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-125 {
    line-height: 1.25 !important;
}

.line-height-150 {
    line-height: 1.5 !important;
}

@media only screen and (max-width:479px) {
    .no-float-xs {
        float: none !important;
    }
}

@media (max-width: 767px) {
    .pull-right-xs {
        float: right;
    }

    .pull-left-xs {
        float: left;
    }
}

/*---------------------- Size -----------------------------*/
.min-w-0 {
    min-width: 0 !important;
}

.min-w-10 {
    min-width: 10px !important;
}

.min-w-15 {
    min-width: 15px !important;
}

.min-w-20 {
    min-width: 20px !important;
}

.min-w-25 {
    min-width: 25px !important;
}

.min-w-30 {
    min-width: 30px !important;
}

.min-w-40 {
    min-width: 40px !important;
}

.min-w-50 {
    min-width: 50px !important;
}

.min-w-60 {
    min-width: 60px !important;
}

.min-w-70 {
    min-width: 70px !important;
}

.min-w-80 {
    min-width: 80px !important;
}

.min-w-90 {
    min-width: 90px !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-110 {
    min-width: 110px !important;
}

.min-w-120 {
    min-width: 120px !important;
}

.min-w-130 {
    min-width: 130px !important;
}

.min-w-140 {
    min-width: 140px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-160 {
    min-width: 160px !important;
}

.min-w-170 {
    min-width: 170px !important;
}

.min-w-180 {
    min-width: 180px !important;
}

.min-w-200 {
    min-width: 200px !important;
}

.min-w-220 {
    min-width: 220px !important;
}

.min-w-240 {
    min-width: 240px !important;
}

.min-w-300 {
    min-width: 300px !important;
}

.min-w-390 {
    min-width: 390px !important;
}

.max-w-0 {
    max-width: 0 !important;
}

.max-w-10 {
    max-width: 10px !important;
}

.max-w-15 {
    max-width: 15px !important;
}

.max-w-20 {
    max-width: 20px !important;
}

.max-w-25 {
    max-width: 25px !important;
}

.max-w-30 {
    max-width: 30px !important;
}

.max-w-40 {
    max-width: 40px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.max-w-70 {
    max-width: 70px !important;
}

.max-w-80 {
    max-width: 80px !important;
}

.max-w-90 {
    max-width: 90px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-120 {
    max-width: 120px !important;
}

.max-w-130 {
    max-width: 130px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-160 {
    max-width: 150px !important;
}

.max-w-180 {
    max-width: 180px !important;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-220 {
    max-width: 220px !important;
}

.max-w-240 {
    max-width: 240px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.bigger-110 {
    font-size: 110% !important;
}

.bigger-120 {
    font-size: 120% !important;
}

.bigger-130 {
    font-size: 130% !important;
}

.bigger-140 {
    font-size: 140% !important;
}

.bigger-150 {
    font-size: 150% !important;
}

.bigger-160 {
    font-size: 160% !important;
}

.bigger-170 {
    font-size: 170% !important;
}

.bigger-180 {
    font-size: 180% !important;
}

.bigger-190 {
    font-size: 190% !important;
}

.bigger-200 {
    font-size: 200% !important;
}

.bigger-210 {
    font-size: 210% !important;
}

.bigger-220 {
    font-size: 220% !important;
}

.bigger-230 {
    font-size: 230% !important;
}

.bigger-240 {
    font-size: 240% !important;
}

.bigger-250 {
    font-size: 250% !important;
}

.bigger-260 {
    font-size: 260% !important;
}

.bigger-270 {
    font-size: 270% !important;
}

.bigger-280 {
    font-size: 280% !important;
}

.bigger-290 {
    font-size: 290% !important;
}

.bigger-300 {
    font-size: 300% !important;
}

.bigger-115 {
    font-size: 115% !important;
}

.bigger-125 {
    font-size: 125% !important;
}

.bigger-175 {
    font-size: 175% !important;
}

.bigger-225 {
    font-size: 225% !important;
}

.bigger-275 {
    font-size: 275% !important;
}

.smaller-90 {
    font-size: 90% !important;
}

.smaller-80 {
    font-size: 80% !important;
}

.smaller-70 {
    font-size: 70% !important;
}

.smaller-60 {
    font-size: 60% !important;
}

.smaller-50 {
    font-size: 50% !important;
}

.smaller-40 {
    font-size: 40% !important;
}

.smaller-30 {
    font-size: 30% !important;
}

.smaller-20 {
    font-size: 20% !important;
}

.smaller-75 {
    font-size: 75% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.height-auto {
    height: auto !important;
}

/*--------------------- Size ref. Boostrap xs -------------------------*/
@media (max-width: 767px) {
    .width-xs-5 {
        width: 5% !important;
    }

    .width-xs-10 {
        width: 10% !important;
    }

    .width-xs-15 {
        width: 15% !important;
    }

    .width-xs-20 {
        width: 20% !important;
    }

    .width-xs-25 {
        width: 25% !important;
    }

    .width-xs-30 {
        width: 305% !important;
    }

    .width-xs-35 {
        width: 35% !important;
    }

    .width-xs-40 {
        width: 40% !important;
    }

    .width-xs-45 {
        width: 45% !important;
    }

    .width-xs-50 {
        width: 50% !important;
    }

    .width-xs-55 {
        width: 55% !important;
    }

    .width-xs-60 {
        width: 60% !important;
    }

    .width-xs-65 {
        width: 65% !important;
    }

    .width-xs-70 {
        width: 70% !important;
    }

    .width-xs-75 {
        width: 75% !important;
    }

    .width-xs-80 {
        width: 80% !important;
    }

    .width-xs-85 {
        width: 85% !important;
    }

    .width-xs-90 {
        width: 90% !important;
    }

    .width-xs-95 {
        width: 95% !important;
    }

    .width-xs-100 {
        width: 100% !important;
    }

    .min-xs-60 {
        min-width: 60px !important;
    }

    .min-xs-70 {
        min-width: 70px !important;
    }

    .min-xs-80 {
        min-width: 80px !important;
    }

    .min-xs-90 {
        min-width: 90px !important;
    }

    .min-xs-100 {
        min-width: 100px !important;
    }

    .min-xs-110 {
        min-width: 110px !important;
    }

    .min-xs-120 {
        min-width: 120px !important;
    }

    .min-xs-130 {
        min-width: 130px !important;
    }

    .min-xs-140 {
        min-width: 140px !important;
    }

    .min-xs-150 {
        min-width: 150px !important;
    }
}
/*--------------------- Color -------------------------*/
.dark {
    color: #333 !important;
}

.white {
    color: #fff !important;
}

.red {
    color: #dd5a43 !important;
}

.red2 {
    color: #e08374 !important;
}

.red3 {
    color: #D15B47;
}

.red4 {
    color: #ff0000 !important;
}

.light-red {
    color: #f77 !important;
}

.blue {
    color: #478fca !important;
}

.blue2 {
    color: #5090C1;
}

.blue3 {
    color: #6379AA;
}

.blue4 {
    color: #0000ff;
}

.light-blue {
    color: #93cbf9 !important;
}

.midnight-blue {
    color: #191970 !important;
}

.navy-blue {
    color: #000080 !important;
}

.prussian-blue {
    color: #003377 !important;
}

.green {
    color: #69aa46 !important;
}

.green2 {
    color: #2E8965;
}

.green3 {
    color: #5FBC47;
}

.light-green {
    color: #b0d877 !important;
}

.orange {
    color: #ff892a !important;
}

.orange2 {
    color: #feb902 !important;
}

.light-orange {
    color: #fcac6f !important;
}

.purple {
    color: #a069c3 !important;
}

.pink {
    color: #c6699f !important;
}

.pink2 {
    color: #d6487e !important;
}

.brown {
    color: brown !important;
}

.grey {
    color: #777 !important;
}

.light-grey {
    color: #bbb !important;
}

.light-grey2 {
    color: #aaa !important;
}

.dark-grey {
    color: #5f5f5f !important;
}

.gold {
    color: gold !important;
}

.yellow {
    color: yellow !important;
}

.yellow2 {
    color: #b5b500 !important;
}


/*------------------------ Border ---------------------------*/
.border-none {
    border: none !important;
}




/*------------------------ Visible/Hidden ---------------------------*/

@media only screen {
    .visible-desktop {
        display: block !important;
    }

    table.visible-desktop {
        display: table;
    }

    tr.visible-desktop {
        display: table-row !important;
    }

    th.visible-desktop, td.visible-desktop {
        display: table-cell !important;
    }
}

.visible-desktop-block {
    display: none !important;
}

@media only screen {
    .visible-desktop-block {
        display: block !important;
    }
}

.visible-desktop-inline {
    display: none !important;
}

@media only screen {
    .visible-desktop-inline {
        display: inline !important;
    }
}

.visible-desktop-inline-block {
    display: none !important;
}

@media only screen {
    .visible-desktop-inline-block {
        display: inline-block !important;
    }
}

@media only screen {
    .hidden-desktop {
        display: none !important;
    }
}



/*---------------------- Table by div --------------------------*/
.stand-in-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px;
}

    .stand-in-table > .row {
        display: table-row;
    }

        .stand-in-table > .row > .col {
            display: table-cell;
            padding-top: 13px;
        }

    /*.stand-in-table > .row > .col:first-child
{
    padding-top: 0px;
}
*/
    .stand-in-table.caption-detail .row > .col.caption {
        display: block;
        padding-bottom: 5px;
    }

    .stand-in-table.caption-detail .row > .col.detail {
        display: block;
        padding-bottom: 10px;
    }

    .stand-in-table.caption-detail .row:last-of-type > .col.detail {
        padding-bottom: 0px;
    }

@media (min-width: 568px) {
    .stand-in-table {
        margin: 0;
    }

        .stand-in-table.caption-detail .row > .col.caption {
            display: table-cell;
            width: 150px;
        }

        .stand-in-table.caption-detail .row > .col.detail {
            display: table-cell;
            padding-bottom: 5px;
            width: auto;
        }
}


/*HR*/

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0, 0, 0, .11);
}

.hr-double {
    height: 3px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top-color: rgba(0, 0, 0, .11);
    border-bottom-color: rgba(0, 0, 0, .11);
}

.hr.dotted,
.hr-dotted {
    border-style: dotted;
}

.hr-32,
.hr32 {
    margin: 32px 0;
}

.hr-30,
.hr30 {
    margin: 30px 0;
}

.hr-28,
.hr28 {
    margin: 28px 0;
}

.hr-26,
.hr26 {
    margin: 26px 0;
}

.hr-24,
.hr24 {
    margin: 24px 0;
}

.hr-22,
.hr22 {
    margin: 22px 0;
}

.hr-20,
.hr20 {
    margin: 20px 0;
}

.hr-18,
.hr18 {
    margin: 18px 0;
}

.hr-16,
.hr16 {
    margin: 16px 0;
}

.hr-14,
.hr14 {
    margin: 14px 0;
}

.hr-12,
.hr12 {
    margin: 12px 0;
}

.hr-10,
.hr10 {
    margin: 10px 0;
}

.hr-8,
.hr8 {
    margin: 8px 0;
}

.hr-6,
.hr6 {
    margin: 6px 0;
}

.hr-4,
.hr4 {
    margin: 4px 0;
}

.hr-2,
.hr2 {
    margin: 2px 0;
}




/*------------------------ Space -------------------*/
.space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
}

[class*=vspace-] {
    display: none;
}

.space-32 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px;
}

[class*=vspace-32] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px 0;
}

.space-30 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px;
}

[class*=vspace-30] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px 0;
}

.space-28 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px;
}

[class*=vspace-28] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px 0;
}

.space-26 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px;
}

[class*=vspace-26] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px 0;
}

.space-24 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px;
}

[class*=vspace-24] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px 0;
}

.space-22 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px;
}

[class*=vspace-22] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px 0;
}

.space-20 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px;
}

[class*=vspace-20] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px 0;
}

.space-18 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px;
}

[class*=vspace-18] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px 0;
}

.space-16 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px;
}

[class*=vspace-16] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px 0;
}

.space-14 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px;
}

[class*=vspace-14] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px 0;
}

.space-12 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}

[class*=vspace-12] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px 0;
}

.space-10 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px;
}

[class*=vspace-10] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px 0;
}

.space-8 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px;
}

[class*=vspace-8] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px 0;
}

.space-6 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px;
}

[class*=vspace-6] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px 0;
}

.space-4 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px;
}

[class*=vspace-4] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px 0;
}

.space-2 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px;
}

[class*=vspace-2] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px 0;
}

.space-0,
[class*=vspace-0] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    [class*=vspace-][class*="-xs"] {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    [class*=vspace-][class*="-sm"] {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    [class*=vspace-][class*="-md"] {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    [class*=vspace-][class*="-lg"] {
        display: block;
    }
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-border {
    border-width: 0 !important;
}

.no-border-bottom {
    border-bottom-width: 0 !important;
}

.no-border-top {
    border-top-width: 0 !important;
}

.no-border-left {
    border-left-width: 0 !important;
}

.no-border-right {
    border-right-width: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.padding-10 {
    padding: 10px;
}

.table-fixed {
    table-layout: fixed;
}

.image-center {
    display: inline-block;
    margin: 0 auto;
}

.no-radius {
    border-radius: 0 !important;
}

/* Margin */
.mr-5 {
    margin-right: 5px;
}

.background-none {
    background: none !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.font-size-lg {
    font-size: 1.0625rem !important;
}

.bg-primary-soft {
    background-color: #e6effc !important;
}

.text-primary {
    color: #2c7be5 !important;
}

.text-gray-700 {
    color: #6e84a3 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(18,38,63,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(18,38,63,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(18,38,63,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-15 {
    width: 15% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-15 {
    height: 15% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}
.nowrap {
    white-space: nowrap;
}

