.border_sides_white {border-right: 1px solid white !important; border-left: 1px solid #666666 !important;}
.border_l_white_2px {border-right: 1px solid white !important; border-left: 1px solid white !important;}
/* vertical alignment styles */
.col-align-top {
    vertical-align:top;
}
.col-align-middle {
    vertical-align:middle;
}
.col-align-bottom {
    vertical-align:bottom;
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* hide on small height */
@media (max-height: 748px) {
    .hidden-h-sm {
        display: none !important;
    }
}

/* absolute on phone */
@media (max-width: 767px) {
    .absolute-on-phone {
        position:absolute !important;
    }
}

/* custom breacrumb */
.breadcrumb_filter {
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: 0px;
    background-color: #ffffff !important;
    margin-bottom: 0px !important;
}

.breadcrumb_filter > li > a, a:hover, a:focus {
    color: #333333 !important;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
}

.breadcrumb_filter > li + li:before {
    content: ">" !important;
    color: #999999;
}

.breadcrumb_filter > li + li:disabled {
    content: "" !important;
}

/* custom navigation bar */
.navbar {
     border: none !important;
     background-color: #333333 !important;
 }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
    color: #333333 !important;
    background-color: #ffffff !important;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff !important;
    border-right: 1px solid #ffffff !important;
    cursor: pointer !important;
    cursor: hand !important;
}

/* button inverse */
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active{
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    border-radius: 0px;
}

.btn-inverse:focus,
.btn-inverse:active:focus,
.btn-inverse.active:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    outline-offset: 0px;
}

/* button inverse red version */

.btn-inverse-red:focus,
.btn-inverse-red:active,
.btn-inverse-red.active,
.open .dropdown-toggle.btn-inverse-red {
    color: #ffffff;
    background-color: #990000;
    border-color: #880022;
}

.navbar-nav .open .dropdown-menu {
    position: absolute !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .15)!important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #990000!important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #777!important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333!important;
    padding: 3px 5px!important;
}

.navbar-nav > li > a{
    padding: 10px 10px!important;
}

.popover {
    z-index: 2010!important;
}

/* visibility */
.ov_hidd{overflow: hidden !important;}
.ov_auto{overflow: auto !important;}
.ov_scroll{overflow: scroll !important;}
.ov_scroll_y{overflow-y: auto !important;overflow-x: hidden;}
.ov_scroll_x{overflow-x: auto !important;overflow-y: hidden;}

.vis_hid{visibility: hidden !important;}

.disp_none{display: none !important;}
.disp_inline{display: inline !important;}
.disp_in_block{display: inline-block !important;}
.disp_block{display: block !important;}

/* opacity */
.opacity_00{opacity: 0 !important;}
.opacity_01{opacity: 0.1 !important;}
.opacity_02{opacity: 0.2 !important;}
.opacity_03{opacity: 0.3 !important;}
.opacity_04{opacity: 0.4 !important;}
.opacity_05{opacity: 0.5 !important;}
.opacity_06{opacity: 0.6 !important;}
.opacity_07{opacity: 0.7 !important;}
.opacity_08{opacity: 0.8 !important;}
.opacity_09{opacity: 0.9 !important;}
.opacity_10{opacity: 1 !important;}

/* fonts */
.no_wrap{word-break:keep-all !important; word-wrap: normal !important; white-space: nowrap !important;}
.white_sp_nowrap{white-space: nowrap !important;}
.uppercase{text-transform: uppercase !important;}
.lowercase{text-transform: lowercase !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}
.text_ellipsis {overflow: hidden; text-overflow: ellipsis;}

/* cursor */
.cursor_hand{cursor: hand !important;cursor: pointer !important;}

/* border_radius */
.border_radius_0{border-radius:0 !important;}
.border_radius_2px{border-radius:2px !important;}
.border_radius_5px{border-radius:5px !important;}
.border_radius_10px{border-radius:10px !important;}

/* position prop */
.relative{position:relative !important;}
.absolute{position:absolute !important;}
.fixed{position:fixed !important;}
.no_float{float:none !important;}

/* center */
.center {margin: 0 auto;}

/* font size */
.font_size_8px{font-size: 8px;}
.font_size_16px{font-size: 16px;}

/* left */
.l_5px{left: 5px !important;}
.l_10px{left: 10px !important;}
.l_15px{left: 15px !important;}
.l_20px{left: 20px !important;}
.l_25px{left: 25px !important;}
.l_30px{left: 30px !important;}
.l_35px{left: 35px !important;}
.l_40px{left: 40px !important;}
.l_45px{left: 45px !important;}
.l_50px{left: 50px !important;}
.l_55px{left: 55px !important;}
.l_60px{left: 60px !important;}
.l_65px{left: 65px !important;}
.l_70px{left: 70px !important;}
.l_75px{left: 75px !important;}
.l_80px{left: 80px !important;}
.l_85px{left: 85px !important;}
.l_90px{left: 90px !important;}
.l_95px{left: 95px !important;}
.l_100px{left: 100px !important;}
.l_125px{left: 125px !important;}
.l_150px{left: 150px !important;}
.l_175px{left: 175px !important;}
.l_200px{left: 200px !important;}
.l_225px{left: 225px !important;}
.l_250px{left: 250px !important;}
.l_300px{left: 300px !important;}
.l_350px{left: 350px !important;}
.l_400px{left: 400px !important;}
.l_450px{left: 450px !important;}
.l_500px{left: 500px !important;}

.l_0{left: 0 !important;}
.l_1{left: 1% !important;}
.l_2{left: 2% !important;}
.l_3{left: 3% !important;}
.l_4{left: 4% !important;}
.l_5{left: 5% !important;}
.l_6{left: 6% !important;}
.l_7{left: 7% !important;}
.l_8{left: 8% !important;}
.l_9{left: 9% !important;}
.l_10{left: 10% !important;}
.l_11{left: 11% !important;}
.l_12{left: 12% !important;}
.l_13{left: 13% !important;}
.l_14{left: 14% !important;}
.l_15{left: 15% !important;}
.l_16{left: 16% !important;}
.l_17{left: 17% !important;}
.l_18{left: 18% !important;}
.l_19{left: 19% !important;}
.l_20{left: 20% !important;}
.l_21{left: 21% !important;}
.l_22{left: 22% !important;}
.l_23{left: 23% !important;}
.l_24{left: 24% !important;}
.l_25{left: 25% !important;}
.l_26{left: 26% !important;}
.l_27{left: 27% !important;}
.l_28{left: 28% !important;}
.l_29{left: 29% !important;}
.l_30{left: 30% !important;}
.l_31{left: 31% !important;}
.l_32{left: 32% !important;}
.l_33{left: 33% !important;}
.l_34{left: 34% !important;}
.l_35{left: 35% !important;}
.l_36{left: 36% !important;}
.l_37{left: 37% !important;}
.l_38{left: 38% !important;}
.l_39{left: 39% !important;}
.l_40{left: 40% !important;}
.l_41{left: 41% !important;}
.l_42{left: 42% !important;}
.l_43{left: 43% !important;}
.l_44{left: 44% !important;}
.l_45{left: 45% !important;}
.l_46{left: 46% !important;}
.l_47{left: 47% !important;}
.l_48{left: 48% !important;}
.l_49{left: 49% !important;}
.l_50{left: 50% !important;}
.l_51{left: 51% !important;}
.l_52{left: 52% !important;}
.l_53{left: 53% !important;}
.l_54{left: 54% !important;}
.l_55{left: 55% !important;}
.l_56{left: 56% !important;}
.l_57{left: 57% !important;}
.l_58{left: 58% !important;}
.l_59{left: 59% !important;}
.l_60{left: 60% !important;}
.l_61{left: 61% !important;}
.l_62{left: 62% !important;}
.l_63{left: 63% !important;}
.l_64{left: 64% !important;}
.l_65{left: 65% !important;}
.l_66{left: 66% !important;}
.l_67{left: 67% !important;}
.l_68{left: 68% !important;}
.l_69{left: 69% !important;}
.l_70{left: 70% !important;}
.l_71{left: 71% !important;}
.l_72{left: 72% !important;}
.l_73{left: 73% !important;}
.l_74{left: 74% !important;}
.l_75{left: 75% !important;}
.l_76{left: 76% !important;}
.l_77{left: 77% !important;}
.l_78{left: 78% !important;}
.l_79{left: 79% !important;}
.l_80{left: 80% !important;}
.l_81{left: 81% !important;}
.l_82{left: 82% !important;}
.l_83{left: 83% !important;}
.l_84{left: 84% !important;}
.l_85{left: 85% !important;}
.l_86{left: 86% !important;}
.l_87{left: 87% !important;}
.l_88{left: 88% !important;}
.l_89{left: 89% !important;}
.l_90{left: 90% !important;}
.l_90{left: 90% !important;}
.l_91{left: 91% !important;}
.l_92{left: 92% !important;}
.l_93{left: 93% !important;}
.l_94{left: 94% !important;}
.l_95{left: 95% !important;}
.l_96{left: 96% !important;}
.l_97{left: 97% !important;}
.l_98{left: 98% !important;}
.l_99{left: 99% !important;}
.l_100{left: 100% !important;}

/* right */
.r_5px{right: 5px !important;}
.r_10px{right: 10px !important;}
.r_15px{right: 15px !important;}
.r_20px{right: 20px !important;}
.r_25px{right: 25px !important;}
.r_30px{right: 30px !important;}
.r_35px{right: 35px !important;}
.r_40px{right: 40px !important;}
.r_45px{right: 45px !important;}
.r_50px{right: 50px !important;}
.r_55px{right: 55px !important;}
.r_60px{right: 60px !important;}
.r_65px{right: 65px !important;}
.r_70px{right: 70px !important;}
.r_75px{right: 75px !important;}
.r_80px{right: 80px !important;}
.r_85px{right: 85px !important;}
.r_90px{right: 90px !important;}
.r_95px{right: 95px !important;}
.r_100px{right: 100px !important;}
.r_125px{right: 125px !important;}
.r_150px{right: 150px !important;}
.r_175px{right: 175px !important;}
.r_200px{right: 200px !important;}
.r_250px{right: 250px !important;}
.r_300px{right: 300px !important;}
.r_350px{right: 350px !important;}
.r_400px{right: 400px !important;}
.r_450px{right: 450px !important;}
.r_500px{right: 500px !important;}

.r_0{right: 0 !important;}
.r_1{right: 1% !important;}
.r_2{right: 2% !important;}
.r_3{right: 3% !important;}
.r_4{right: 4% !important;}
.r_5{right: 5% !important;}
.r_6{right: 6% !important;}
.r_7{right: 7% !important;}
.r_8{right: 8% !important;}
.r_9{right: 9% !important;}
.r_10{right: 10% !important;}
.r_11{right: 11% !important;}
.r_12{right: 12% !important;}
.r_13{right: 13% !important;}
.r_14{right: 14% !important;}
.r_15{right: 15% !important;}
.r_16{right: 16% !important;}
.r_17{right: 17% !important;}
.r_18{right: 18% !important;}
.r_19{right: 19% !important;}
.r_20{right: 20% !important;}
.r_21{right: 21% !important;}
.r_22{right: 22% !important;}
.r_23{right: 23% !important;}
.r_24{right: 24% !important;}
.r_25{right: 25% !important;}
.r_26{right: 26% !important;}
.r_27{right: 27% !important;}
.r_28{right: 28% !important;}
.r_29{right: 29% !important;}
.r_30{right: 30% !important;}
.r_31{right: 31% !important;}
.r_32{right: 32% !important;}
.r_33{right: 33% !important;}
.r_34{right: 34% !important;}
.r_35{right: 35% !important;}
.r_36{right: 36% !important;}
.r_37{right: 37% !important;}
.r_38{right: 38% !important;}
.r_39{right: 39% !important;}
.r_40{right: 40% !important;}
.r_41{right: 41% !important;}
.r_42{right: 42% !important;}
.r_43{right: 43% !important;}
.r_44{right: 44% !important;}
.r_45{right: 45% !important;}
.r_46{right: 46% !important;}
.r_47{right: 47% !important;}
.r_48{right: 48% !important;}
.r_49{right: 49% !important;}
.r_50{right: 50% !important;}
.r_51{right: 51% !important;}
.r_52{right: 52% !important;}
.r_53{right: 53% !important;}
.r_54{right: 54% !important;}
.r_55{right: 55% !important;}
.r_56{right: 56% !important;}
.r_57{right: 57% !important;}
.r_58{right: 58% !important;}
.r_59{right: 59% !important;}
.r_60{right: 60% !important;}
.r_61{right: 61% !important;}
.r_62{right: 62% !important;}
.r_63{right: 63% !important;}
.r_64{right: 64% !important;}
.r_65{right: 65% !important;}
.r_66{right: 66% !important;}
.r_67{right: 67% !important;}
.r_68{right: 68% !important;}
.r_69{right: 69% !important;}
.r_70{right: 70% !important;}
.r_71{right: 71% !important;}
.r_72{right: 72% !important;}
.r_73{right: 73% !important;}
.r_74{right: 74% !important;}
.r_75{right: 75% !important;}
.r_76{right: 76% !important;}
.r_77{right: 77% !important;}
.r_78{right: 78% !important;}
.r_79{right: 79% !important;}
.r_80{right: 80% !important;}
.r_81{right: 81% !important;}
.r_82{right: 82% !important;}
.r_83{right: 83% !important;}
.r_84{right: 84% !important;}
.r_85{right: 85% !important;}
.r_86{right: 86% !important;}
.r_87{right: 87% !important;}
.r_88{right: 88% !important;}
.r_89{right: 89% !important;}
.r_90{right: 90% !important;}
.r_90{right: 90% !important;}
.r_91{right: 91% !important;}
.r_92{right: 92% !important;}
.r_93{right: 93% !important;}
.r_94{right: 94% !important;}
.r_95{right: 95% !important;}
.r_96{right: 96% !important;}
.r_97{right: 97% !important;}
.r_98{right: 98% !important;}
.r_99{right: 99% !important;}
.r_100{right: 100% !important;}

/* top */
.t_5px{top: 5px !important;}
.t_7px{top: 7px !important;}
.t_10px{top: 10px !important;}
.t_15px{top: 15px !important;}
.t_20px{top: 20px !important;}
.t_25px{top: 25px !important;}
.t_30px{top: 30px !important;}
.t_35px{top: 35px !important;}
.t_40px{top: 40px !important;}
.t_45px{top: 45px !important;}
.t_50px{top: 50px !important;}
.t_55px{top: 55px !important;}
.t_60px{top: 60px !important;}
.t_65px{top: 65px !important;}
.t_70px{top: 70px !important;}
.t_75px{top: 75px !important;}
.t_80px{top: 80px !important;}
.t_85px{top: 85px !important;}
.t_90px{top: 90px !important;}
.t_95px{top: 95px !important;}
.t_100px{top: 100px !important;}
.t_125px{top: 125px !important;}
.t_140px{top: 140px !important;}
.t_150px{top: 150px !important;}
.t_175px{top: 175px !important;}
.t_200px{top: 200px !important;}
.t_225px{top: 225px !important;}
.t_250px{top: 250px !important;}
.t_300px{top: 300px !important;}
.t_350px{top: 350px !important;}
.t_400px{top: 400px !important;}
.t_450px{top: 450px !important;}
.t_500px{top: 500px !important;}

.t_0{top: 0px !important;}
.t_90{top: 90% !important;}
.t_95{top: 95% !important;}

/* bottom */
.b_5px{bottom: 5px !important;}
.b_10px{bottom: 10px !important;}
.b_15px{bottom: 15px !important;}
.b_20px{bottom: 20px !important;}
.b_25px{bottom: 25px !important;}
.b_30px{bottom: 30px !important;}
.b_35px{bottom: 35px !important;}
.b_40px{bottom: 40px !important;}
.b_45px{bottom: 45px !important;}
.b_50px{bottom: 50px !important;}
.b_55px{bottom: 55px !important;}
.b_60px{bottom: 60px !important;}
.b_65px{bottom: 65px !important;}
.b_70px{bottom: 70px !important;}
.b_75px{bottom: 75px !important;}
.b_80px{bottom: 80px !important;}
.b_85px{bottom: 85px !important;}
.b_90px{bottom: 90px !important;}
.b_95px{bottom: 95px !important;}
.b_100px{bottom: 100px !important;}
.b_125px{bottom: 125px !important;}
.b_150px{bottom: 150px !important;}
.b_175px{bottom: 175px !important;}
.b_200px{bottom: 200px !important;}
.b_250px{bottom: 250px !important;}
.b_300px{bottom: 300px !important;}
.b_350px{bottom: 350px !important;}
.b_400px{bottom: 400px !important;}
.b_450px{bottom: 450px !important;}
.b_500px{bottom: 500px !important;}

.b_0{bottom: 0px !important;}

/* width prop */
.w_5px{width: 5px !important;}
.w_10px{width: 10px !important;}
.w_15px{width: 15px !important;}
.w_20px{width: 20px !important;}
.w_25px{width: 25px !important;}
.w_30px{width: 30px !important;}
.w_35px{width: 35px !important;}
.w_40px{width: 40px !important;}
.w_45px{width: 45px !important;}
.w_50px{width: 50px !important;}
.w_55px{width: 55px !important;}
.w_60px{width: 60px !important;}
.w_65px{width: 65px !important;}
.w_70px{width: 70px !important;}
.w_75px{width: 75px !important;}
.w_80px{width: 80px !important;}
.w_85px{width: 85px !important;}
.w_90px{width: 90px !important;}
.w_95px{width: 95px !important;}
.w_100px{width: 100px !important;}
.w_125px{width: 125px !important;}
.w_130px{width: 130px !important;}
.w_150px{width: 150px !important;}
.w_175px{width: 175px !important;}
.w_200px{width: 200px !important;}
.w_250px{width: 250px !important;}
.w_300px{width: 300px !important;}
.w_350px{width: 350px !important;}
.w_400px{width: 400px !important;}
.w_450px{width: 450px !important;}
.w_500px{width: 500px !important;}

.w_1{width: 1% !important;}
.w_2{width: 2% !important;}
.w_3{width: 3% !important;}
.w_4{width: 4% !important;}
.w_5{width: 5% !important;}
.w_6{width: 6% !important;}
.w_7{width: 7% !important;}
.w_8{width: 8% !important;}
.w_9{width: 9% !important;}
.w_10{width: 10% !important;}
.w_11{width: 11% !important;}
.w_12{width: 12% !important;}
.w_13{width: 13% !important;}
.w_14{width: 14% !important;}
.w_15{width: 15% !important;}
.w_16{width: 16% !important;}
.w_17{width: 17% !important;}
.w_18{width: 18% !important;}
.w_19{width: 19% !important;}
.w_20{width: 20% !important;}
.w_21{width: 21% !important;}
.w_22{width: 22% !important;}
.w_23{width: 23% !important;}
.w_24{width: 24% !important;}
.w_25{width: 25% !important;}
.w_26{width: 26% !important;}
.w_27{width: 27% !important;}
.w_28{width: 28% !important;}
.w_29{width: 29% !important;}
.w_30{width: 30% !important;}
.w_31{width: 31% !important;}
.w_32{width: 32% !important;}
.w_33{width: 33% !important;}
.w_34{width: 34% !important;}
.w_35{width: 35% !important;}
.w_36{width: 36% !important;}
.w_37{width: 37% !important;}
.w_38{width: 38% !important;}
.w_39{width: 39% !important;}
.w_40{width: 40% !important;}
.w_41{width: 41% !important;}
.w_42{width: 42% !important;}
.w_43{width: 43% !important;}
.w_44{width: 44% !important;}
.w_45{width: 45% !important;}
.w_46{width: 46% !important;}
.w_47{width: 47% !important;}
.w_48{width: 48% !important;}
.w_49{width: 49% !important;}
.w_50{width: 50% !important;}
.w_51{width: 51% !important;}
.w_52{width: 52% !important;}
.w_53{width: 53% !important;}
.w_54{width: 54% !important;}
.w_55{width: 55% !important;}
.w_56{width: 56% !important;}
.w_57{width: 57% !important;}
.w_58{width: 58% !important;}
.w_59{width: 59% !important;}
.w_60{width: 60% !important;}
.w_61{width: 61% !important;}
.w_62{width: 62% !important;}
.w_63{width: 63% !important;}
.w_64{width: 64% !important;}
.w_65{width: 65% !important;}
.w_66{width: 66% !important;}
.w_67{width: 67% !important;}
.w_68{width: 68% !important;}
.w_69{width: 69% !important;}
.w_70{width: 70% !important;}
.w_71{width: 71% !important;}
.w_72{width: 72% !important;}
.w_73{width: 73% !important;}
.w_74{width: 74% !important;}
.w_75{width: 75% !important;}
.w_76{width: 76% !important;}
.w_77{width: 77% !important;}
.w_78{width: 78% !important;}
.w_79{width: 79% !important;}
.w_80{width: 80% !important;}
.w_81{width: 81% !important;}
.w_82{width: 82% !important;}
.w_83{width: 83% !important;}
.w_84{width: 84% !important;}
.w_85{width: 85% !important;}
.w_86{width: 86% !important;}
.w_87{width: 87% !important;}
.w_88{width: 88% !important;}
.w_89{width: 89% !important;}
.w_90{width: 90% !important;}
.w_90{width: 90% !important;}
.w_91{width: 91% !important;}
.w_92{width: 92% !important;}
.w_93{width: 93% !important;}
.w_94{width: 94% !important;}
.w_95{width: 95% !important;}
.w_96{width: 96% !important;}
.w_97{width: 97% !important;}
.w_98{width: 98% !important;}
.w_99{width: 99% !important;}
.w_100{width: 100% !important;}

/* max-width prop */

.max_w_5px{max-width: 5px !important;}
.max_w_10px{max-width: 10px !important;}
.max_w_15px{max-width: 15px !important;}
.max_w_20px{max-width: 20px !important;}
.max_w_25px{max-width: 25px !important;}
.max_w_30px{max-width: 30px !important;}
.max_w_35px{max-width: 35px !important;}
.max_w_40px{max-width: 40px !important;}
.max_w_45px{max-width: 45px !important;}
.max_w_50px{max-width: 50px !important;}
.max_w_55px{max-width: 55px !important;}
.max_w_60px{max-width: 60px !important;}
.max_w_65px{max-width: 65px !important;}
.max_w_70px{max-width: 70px !important;}
.max_w_75px{max-width: 75px !important;}
.max_w_80px{max-width: 80px !important;}
.max_w_85px{max-width: 85px !important;}
.max_w_90px{max-width: 90px !important;}
.max_w_95px{max-width: 95px !important;}
.max_w_100px{max-width: 100px !important;}
.max_w_125px{max-width: 125px !important;}
.max_w_130px{max-width: 125px !important;}
.max_w_150px{max-width: 150px !important;}
.max_w_175px{max-width: 175px !important;}
.max_w_200px{max-width: 200px !important;}
.max_w_250px{max-width: 250px !important;}
.max_w_300px{max-width: 300px !important;}
.max_w_350px{max-width: 350px !important;}
.max_w_400px{max-width: 400px !important;}
.max_w_450px{max-width: 450px !important;}
.max_w_500px{max-width: 500px !important;}

.max_w_5{max-width: 5% !important;}
.max_w_10{max-width: 10% !important;}
.max_w_15{max-width: 15% !important;}
.max_w_20{max-width: 20% !important;}
.max_w_25{max-width: 25% !important;}
.max_w_30{max-width: 30% !important;}
.max_w_35{max-width: 35% !important;}
.max_w_40{max-width: 40% !important;}
.max_w_45{max-width: 45% !important;}
.max_w_50{max-width: 50% !important;}
.max_w_55{max-width: 55% !important;}
.max_w_60{max-width: 60% !important;}
.max_w_65{max-width: 65% !important;}
.max_w_70{max-width: 70% !important;}
.max_w_75{max-width: 75% !important;}
.max_w_80{max-width: 80% !important;}
.max_w_85{max-width: 85% !important;}
.max_w_90{max-width: 90% !important;}
.max_w_95{max-width: 95% !important;}
.max_w_100{max-width: 100% !important;}
.max_w_125{max-width: 125% !important;}
.max_w_130{max-width: 125% !important;}
.max_w_150{max-width: 150% !important;}
.max_w_175{max-width: 175% !important;}
.max_w_200{max-width: 200% !important;}
.max_w_250{max-width: 250% !important;}
.max_w_300{max-width: 300% !important;}
.max_w_350{max-width: 350% !important;}
.max_w_400{max-width: 400% !important;}
.max_w_450{max-width: 450% !important;}
.max_w_500{max-width: 500% !important;}

/* min-width prop */
.min_w_5px{min-width: 5px !important;}
.min_w_10px{min-width: 10px !important;}
.min_w_15px{min-width: 15px !important;}
.min_w_20px{min-width: 20px !important;}
.min_w_25px{min-width: 25px !important;}
.min_w_30px{min-width: 30px !important;}
.min_w_35px{min-width: 35px !important;}
.min_w_40px{min-width: 40px !important;}
.min_w_45px{min-width: 45px !important;}
.min_w_50px{min-width: 50px !important;}
.min_w_55px{min-width: 55px !important;}
.min_w_60px{min-width: 60px !important;}
.min_w_65px{min-width: 65px !important;}
.min_w_70px{min-width: 70px !important;}
.min_w_75px{min-width: 75px !important;}
.min_w_80px{min-width: 80px !important;}
.min_w_85px{min-width: 85px !important;}
.min_w_90px{min-width: 90px !important;}
.min_w_95px{min-width: 95px !important;}
.min_w_100px{min-width: 100px !important;}
.min_w_125px{min-width: 125px !important;}
.min_w_150px{min-width: 150px !important;}
.min_w_175px{min-width: 175px !important;}
.min_w_200px{min-width: 200px !important;}
.min_w_250px{min-width: 250px !important;}
.min_w_300px{min-width: 300px !important;}
.min_w_350px{min-width: 350px !important;}
.min_w_400px{min-width: 400px !important;}
.min_w_450px{min-width: 450px !important;}
.min_w_500px{min-width: 500px !important;}

.min_w_1{min-width: 1% !important;}
.min_w_2{min-width: 2% !important;}
.min_w_3{min-width: 3% !important;}
.min_w_4{min-width: 4% !important;}
.min_w_5{min-width: 5% !important;}
.min_w_6{min-width: 6% !important;}
.min_w_7{min-width: 7% !important;}
.min_w_8{min-width: 8% !important;}
.min_w_9{min-width: 9% !important;}
.min_w_10{min-width: 10% !important;}
.min_w_11{min-width: 11% !important;}
.min_w_12{min-width: 12% !important;}
.min_w_13{min-width: 13% !important;}
.min_w_14{min-width: 14% !important;}
.min_w_15{min-width: 15% !important;}
.min_w_16{min-width: 16% !important;}
.min_w_17{min-width: 17% !important;}
.min_w_18{min-width: 18% !important;}
.min_w_19{min-width: 19% !important;}
.min_w_20{min-width: 20% !important;}
.min_w_21{min-width: 21% !important;}
.min_w_22{min-width: 22% !important;}
.min_w_23{min-width: 23% !important;}
.min_w_24{min-width: 24% !important;}
.min_w_25{min-width: 25% !important;}
.min_w_26{min-width: 26% !important;}
.min_w_27{min-width: 27% !important;}
.min_w_28{min-width: 28% !important;}
.min_w_29{min-width: 29% !important;}
.min_w_30{min-width: 30% !important;}
.min_w_31{min-width: 31% !important;}
.min_w_32{min-width: 32% !important;}
.min_w_33{min-width: 33% !important;}
.min_w_34{min-width: 34% !important;}
.min_w_35{min-width: 35% !important;}
.min_w_36{min-width: 36% !important;}
.min_w_37{min-width: 37% !important;}
.min_w_38{min-width: 38% !important;}
.min_w_39{min-width: 39% !important;}
.min_w_40{min-width: 40% !important;}
.min_w_41{min-width: 41% !important;}
.min_w_42{min-width: 42% !important;}
.min_w_43{min-width: 43% !important;}
.min_w_44{min-width: 44% !important;}
.min_w_45{min-width: 45% !important;}
.min_w_46{min-width: 46% !important;}
.min_w_47{min-width: 47% !important;}
.min_w_48{min-width: 48% !important;}
.min_w_49{min-width: 49% !important;}
.min_w_50{min-width: 50% !important;}
.min_w_51{min-width: 51% !important;}
.min_w_52{min-width: 52% !important;}
.min_w_53{min-width: 53% !important;}
.min_w_54{min-width: 54% !important;}
.min_w_55{min-width: 55% !important;}
.min_w_56{min-width: 56% !important;}
.min_w_57{min-width: 57% !important;}
.min_w_58{min-width: 58% !important;}
.min_w_59{min-width: 59% !important;}
.min_w_60{min-width: 60% !important;}
.min_w_61{min-width: 61% !important;}
.min_w_62{min-width: 62% !important;}
.min_w_63{min-width: 63% !important;}
.min_w_64{min-width: 64% !important;}
.min_w_65{min-width: 65% !important;}
.min_w_66{min-width: 66% !important;}
.min_w_67{min-width: 67% !important;}
.min_w_68{min-width: 68% !important;}
.min_w_69{min-width: 69% !important;}
.min_w_70{min-width: 70% !important;}
.min_w_71{min-width: 71% !important;}
.min_w_72{min-width: 72% !important;}
.min_w_73{min-width: 73% !important;}
.min_w_74{min-width: 74% !important;}
.min_w_75{min-width: 75% !important;}
.min_w_76{min-width: 76% !important;}
.min_w_77{min-width: 77% !important;}
.min_w_78{min-width: 78% !important;}
.min_w_79{min-width: 79% !important;}
.min_w_80{min-width: 80% !important;}
.min_w_81{min-width: 81% !important;}
.min_w_82{min-width: 82% !important;}
.min_w_83{min-width: 83% !important;}
.min_w_84{min-width: 84% !important;}
.min_w_85{min-width: 85% !important;}
.min_w_86{min-width: 86% !important;}
.min_w_87{min-width: 87% !important;}
.min_w_88{min-width: 88% !important;}
.min_w_89{min-width: 89% !important;}
.min_w_90{min-width: 90% !important;}
.min_w_90{min-width: 90% !important;}
.min_w_91{min-width: 91% !important;}
.min_w_92{min-width: 92% !important;}
.min_w_93{min-width: 93% !important;}
.min_w_94{min-width: 94% !important;}
.min_w_95{min-width: 95% !important;}
.min_w_96{min-width: 96% !important;}
.min_w_97{min-width: 97% !important;}
.min_w_98{min-width: 98% !important;}
.min_w_99{min-width: 99% !important;}
.min_w_100{min-width: 100% !important;}

/* height */
.h_1px{height:1px !important;}
.h_5px{height:5px !important;}
.h_10px{height:10px !important;}
.h_12px{height:12px !important;}
.h_14px{height:14px !important;}
.h_15px{height:15px !important;}
.h_16px{height:16px !important;}
.h_18px{height:18px !important;}
.h_20px{height:20px !important;}
.h_22px{height:22px !important;}
.h_24px{height:24px !important;}
.h_25px{height:25px !important;}
.h_26px{height:26px !important;}
.h_28px{height:28px !important;}
.h_30px{height:30px !important;}
.h_32px{height:32px !important;}
.h_34px{height:34px !important;}
.h_35px{height:35px !important;}
.h_36px{height:36px !important;}
.h_38px{height:38px !important;}
.h_40px{height:40px !important;}
.h_42px{height:42px !important;}
.h_44px{height:44px !important;}
.h_45px{height:45px !important;}
.h_46px{height:46px !important;}
.h_48px{height:48px !important;}
.h_50px{height:50px !important;}
.h_55px{height: 55px !important;}
.h_60px{height: 60px !important;}
.h_65px{height: 65px !important;}
.h_70px{height: 70px !important;}
.h_75px{height: 75px !important;}
.h_80px{height: 80px !important;}
.h_85px{height: 85px !important;}
.h_90px{height: 90px !important;}
.h_95px{height: 95px !important;}
.h_100px{height: 100px !important;}
.h_120px{height: 120px !important;}
.h_125px{height: 125px !important;}
.h_130px{height: 130px !important;}
.h_150px{height: 150px !important;}
.h_175px{height: 175px !important;}
.h_200px{height: 200px !important;}
.h_240px{height: 240px !important;}
.h_250px{height: 250px !important;}
.h_300px{height: 300px !important;}
.h_350px{height: 350px !important;}
.h_400px{height: 400px !important;}
.h_450px{height: 450px !important;}
.h_500px{height: 500px !important;}

.h_1{height: 1% !important;}
.h_2{height: 2% !important;}
.h_3{height: 3% !important;}
.h_4{height: 4% !important;}
.h_5{height: 5% !important;}
.h_6{height: 6% !important;}
.h_7{height: 7% !important;}
.h_8{height: 8% !important;}
.h_9{height: 9% !important;}
.h_10{height: 10% !important;}
.h_11{height: 11% !important;}
.h_12{height: 12% !important;}
.h_13{height: 13% !important;}
.h_14{height: 14% !important;}
.h_15{height: 15% !important;}
.h_16{height: 16% !important;}
.h_17{height: 17% !important;}
.h_18{height: 18% !important;}
.h_19{height: 19% !important;}
.h_20{height: 20% !important;}
.h_21{height: 21% !important;}
.h_22{height: 22% !important;}
.h_23{height: 23% !important;}
.h_24{height: 24% !important;}
.h_25{height: 25% !important;}
.h_26{height: 26% !important;}
.h_27{height: 27% !important;}
.h_28{height: 28% !important;}
.h_29{height: 29% !important;}
.h_30{height: 30% !important;}
.h_31{height: 31% !important;}
.h_32{height: 32% !important;}
.h_33{height: 33% !important;}
.h_34{height: 34% !important;}
.h_35{height: 35% !important;}
.h_36{height: 36% !important;}
.h_37{height: 37% !important;}
.h_38{height: 38% !important;}
.h_39{height: 39% !important;}
.h_40{height: 40% !important;}
.h_41{height: 41% !important;}
.h_42{height: 42% !important;}
.h_43{height: 43% !important;}
.h_44{height: 44% !important;}
.h_45{height: 45% !important;}
.h_46{height: 46% !important;}
.h_47{height: 47% !important;}
.h_48{height: 48% !important;}
.h_49{height: 49% !important;}
.h_50{height: 50% !important;}
.h_51{height: 51% !important;}
.h_52{height: 52% !important;}
.h_53{height: 53% !important;}
.h_54{height: 54% !important;}
.h_55{height: 55% !important;}
.h_56{height: 56% !important;}
.h_57{height: 57% !important;}
.h_58{height: 58% !important;}
.h_59{height: 59% !important;}
.h_60{height: 60% !important;}
.h_61{height: 61% !important;}
.h_62{height: 62% !important;}
.h_63{height: 63% !important;}
.h_64{height: 64% !important;}
.h_65{height: 65% !important;}
.h_66{height: 66% !important;}
.h_67{height: 67% !important;}
.h_68{height: 68% !important;}
.h_69{height: 69% !important;}
.h_70{height: 70% !important;}
.h_71{height: 71% !important;}
.h_72{height: 72% !important;}
.h_73{height: 73% !important;}
.h_74{height: 74% !important;}
.h_75{height: 75% !important;}
.h_76{height: 76% !important;}
.h_77{height: 77% !important;}
.h_78{height: 78% !important;}
.h_79{height: 79% !important;}
.h_80{height: 80% !important;}
.h_81{height: 81% !important;}
.h_82{height: 82% !important;}
.h_83{height: 83% !important;}
.h_84{height: 84% !important;}
.h_85{height: 85% !important;}
.h_86{height: 86% !important;}
.h_87{height: 87% !important;}
.h_88{height: 88% !important;}
.h_89{height: 89% !important;}
.h_90{height: 90% !important;}
.h_90{height: 90% !important;}
.h_91{height: 91% !important;}
.h_92{height: 92% !important;}
.h_93{height: 93% !important;}
.h_94{height: 94% !important;}
.h_95{height: 95% !important;}
.h_96{height: 96% !important;}
.h_97{height: 97% !important;}
.h_98{height: 98% !important;}
.h_99{height: 99% !important;}
.h_100{height: 100% !important;}

.h_100vh{height: 100vh !important;} /* same height of viewport (vh = viewport height) */

/* max-width prop */

.max_h_250px{max-height: 250px !important;}
.max_h_400px{max-height: 400px !important;}

/* min-height */

.min_h_5px{min-height:5px !important;}
.min_h_10px{min-height:10px !important;}
.min_h_12px{min-height:12px !important;}
.min_h_14px{min-height:14px !important;}
.min_h_15px{min-height:15px !important;}
.min_h_16px{min-height:16px !important;}
.min_h_18px{min-height:18px !important;}
.min_h_20px{min-height:20px !important;}
.min_h_22px{min-height:22px !important;}
.min_h_24px{min-height:24px !important;}
.min_h_25px{min-height:25px !important;}
.min_h_26px{min-height:26px !important;}
.min_h_28px{min-height:28px !important;}
.min_h_30px{min-height:30px !important;}
.min_h_32px{min-height:32px !important;}
.min_h_34px{min-height:34px !important;}
.min_h_35px{min-height:35px !important;}
.min_h_36px{min-height:36px !important;}
.min_h_38px{min-height:38px !important;}
.min_h_40px{min-height:40px !important;}
.min_h_42px{min-height:42px !important;}
.min_h_44px{min-height:44px !important;}
.min_h_45px{min-height:45px !important;}
.min_h_46px{min-height:46px !important;}
.min_h_48px{min-height:48px !important;}
.min_h_50px{min-height:50px !important;}
.min_h_55px{min-height: 55px !important;}
.min_h_60px{min-height: 60px !important;}
.min_h_65px{min-height: 65px !important;}
.min_h_70px{min-height: 70px !important;}
.min_h_75px{min-height: 75px !important;}
.min_h_80px{min-height: 80px !important;}
.min_h_85px{min-height: 85px !important;}
.min_h_90px{min-height: 90px !important;}
.min_h_95px{min-height: 95px !important;}
.min_h_100px{min-height: 100px !important;}
.min_h_120px{min-height: 120px !important;}
.min_h_125px{min-height: 125px !important;}
.min_h_130px{min-height: 130px !important;}
.min_h_150px{min-height: 150px !important;}
.min_h_175px{min-height: 175px !important;}
.min_h_200px{min-height: 200px !important;}
.min_h_240px{min-height: 240px !important;}
.min_h_250px{min-height: 250px !important;}
.min_h_300px{min-height: 300px !important;}
.min_h_350px{min-height: 350px !important;}
.min_h_400px{min-height: 400px !important;}
.min_h_450px{min-height: 450px !important;}
.min_h_500px{min-height: 500px !important;}

.min_h_1{min-height: 1% !important;}
.min_h_2{min-height: 2% !important;}
.min_h_3{min-height: 3% !important;}
.min_h_4{min-height: 4% !important;}
.min_h_5{min-height: 5% !important;}
.min_h_6{min-height: 6% !important;}
.min_h_7{min-height: 7% !important;}
.min_h_8{min-height: 8% !important;}
.min_h_9{min-height: 9% !important;}
.min_h_10{min-height: 10% !important;}
.min_h_11{min-height: 11% !important;}
.min_h_12{min-height: 12% !important;}
.min_h_13{min-height: 13% !important;}
.min_h_14{min-height: 14% !important;}
.min_h_15{min-height: 15% !important;}
.min_h_16{min-height: 16% !important;}
.min_h_17{min-height: 17% !important;}
.min_h_18{min-height: 18% !important;}
.min_h_19{min-height: 19% !important;}
.min_h_20{min-height: 20% !important;}
.min_h_21{min-height: 21% !important;}
.min_h_22{min-height: 22% !important;}
.min_h_23{min-height: 23% !important;}
.min_h_24{min-height: 24% !important;}
.min_h_25{min-height: 25% !important;}
.min_h_26{min-height: 26% !important;}
.min_h_27{min-height: 27% !important;}
.min_h_28{min-height: 28% !important;}
.min_h_29{min-height: 29% !important;}
.min_h_30{min-height: 30% !important;}
.min_h_31{min-height: 31% !important;}
.min_h_32{min-height: 32% !important;}
.min_h_33{min-height: 33% !important;}
.min_h_34{min-height: 34% !important;}
.min_h_35{min-height: 35% !important;}
.min_h_36{min-height: 36% !important;}
.min_h_37{min-height: 37% !important;}
.min_h_38{min-height: 38% !important;}
.min_h_39{min-height: 39% !important;}
.min_h_40{min-height: 40% !important;}
.min_h_41{min-height: 41% !important;}
.min_h_42{min-height: 42% !important;}
.min_h_43{min-height: 43% !important;}
.min_h_44{min-height: 44% !important;}
.min_h_45{min-height: 45% !important;}
.min_h_46{min-height: 46% !important;}
.min_h_47{min-height: 47% !important;}
.min_h_48{min-height: 48% !important;}
.min_h_49{min-height: 49% !important;}
.min_h_50{min-height: 50% !important;}
.min_h_51{min-height: 51% !important;}
.min_h_52{min-height: 52% !important;}
.min_h_53{min-height: 53% !important;}
.min_h_54{min-height: 54% !important;}
.min_h_55{min-height: 55% !important;}
.min_h_56{min-height: 56% !important;}
.min_h_57{min-height: 57% !important;}
.min_h_58{min-height: 58% !important;}
.min_h_59{min-height: 59% !important;}
.min_h_60{min-height: 60% !important;}
.min_h_61{min-height: 61% !important;}
.min_h_62{min-height: 62% !important;}
.min_h_63{min-height: 63% !important;}
.min_h_64{min-height: 64% !important;}
.min_h_65{min-height: 65% !important;}
.min_h_66{min-height: 66% !important;}
.min_h_67{min-height: 67% !important;}
.min_h_68{min-height: 68% !important;}
.min_h_69{min-height: 69% !important;}
.min_h_70{min-height: 70% !important;}
.min_h_71{min-height: 71% !important;}
.min_h_72{min-height: 72% !important;}
.min_h_73{min-height: 73% !important;}
.min_h_74{min-height: 74% !important;}
.min_h_75{min-height: 75% !important;}
.min_h_76{min-height: 76% !important;}
.min_h_77{min-height: 77% !important;}
.min_h_78{min-height: 78% !important;}
.min_h_79{min-height: 79% !important;}
.min_h_80{min-height: 80% !important;}
.min_h_81{min-height: 81% !important;}
.min_h_82{min-height: 82% !important;}
.min_h_83{min-height: 83% !important;}
.min_h_84{min-height: 84% !important;}
.min_h_85{min-height: 85% !important;}
.min_h_86{min-height: 86% !important;}
.min_h_87{min-height: 87% !important;}
.min_h_88{min-height: 88% !important;}
.min_h_89{min-height: 89% !important;}
.min_h_90{min-height: 90% !important;}
.min_h_90{min-height: 90% !important;}
.min_h_91{min-height: 91% !important;}
.min_h_92{min-height: 92% !important;}
.min_h_93{min-height: 93% !important;}
.min_h_94{min-height: 94% !important;}
.min_h_95{min-height: 95% !important;}
.min_h_96{min-height: 96% !important;}
.min_h_97{min-height: 97% !important;}
.min_h_98{min-height: 98% !important;}
.min_h_99{min-height: 99% !important;}
.min_h_100{min-height: 100% !important;}

/* line-height */

.l_h_10{line-height:10px !important;}
.l_h_12{line-height:12px !important;}
.l_h_14{line-height:14px !important;}
.l_h_16{line-height:16px !important;}
.l_h_18{line-height:18px !important;}
.l_h_20{line-height:20px !important;}
.l_h_22{line-height:22px !important;}
.l_h_24{line-height:24px !important;}
.l_h_26{line-height:26px !important;}
.l_h_28{line-height:28px !important;}
.l_h_30{line-height:30px !important;}
.l_h_32{line-height:32px !important;}
.l_h_34{line-height:34px !important;}
.l_h_36{line-height:36px !important;}
.l_h_38{line-height:38px !important;}
.l_h_40{line-height:40px !important;}
.l_h_42{line-height:42px !important;}
.l_h_44{line-height:44px !important;}
.l_h_45{line-height:45px !important;}
.l_h_46{line-height:46px !important;}
.l_h_48{line-height:48px !important;}
.l_h_50{line-height:50px !important;}

/* height and line-height */

.h_l_h_10{height:10px !important; line-height:10px !important;}
.h_l_h_12{height:12px !important; line-height:12px !important;}
.h_l_h_14{height:14px !important; line-height:14px !important;}
.h_l_h_16{height:16px !important; line-height:16px !important;}
.h_l_h_18{height:18px !important; line-height:18px !important;}
.h_l_h_20{height:20px !important; line-height:20px !important;}
.h_l_h_22{height:22px !important; line-height:22px !important;}
.h_l_h_24{height:24px !important; line-height:24px !important;}
.h_l_h_26{height:26px !important; line-height:26px !important;}
.h_l_h_28{height:28px !important; line-height:28px !important;}
.h_l_h_30{height:30px !important; line-height:30px !important;}
.h_l_h_32{height:32px !important; line-height:32px !important;}
.h_l_h_34{height:34px !important; line-height:34px !important;}
.h_l_h_35{height:35px !important; line-height:35px !important;}
.h_l_h_36{height:36px !important; line-height:36px !important;}
.h_l_h_38{height:38px !important; line-height:38px !important;}
.h_l_h_40{height:40px !important; line-height:40px !important;}
.h_l_h_42{height:42px !important; line-height:42px !important;}
.h_l_h_44{height:44px !important; line-height:44px !important;}
.h_l_h_46{height:46px !important; line-height:46px !important;}
.h_l_h_48{height:48px !important; line-height:48px !important;}
.h_l_h_50{height:50px !important; line-height:50px !important;}

/* margin top */

.m_t_5px{margin-top: 5px !important;}
.m_t_10px{margin-top: 10px !important;}
.m_t_15px{margin-top: 15px !important;}
.m_t_20px{margin-top: 20px !important;}
.m_t_25px{margin-top: 25px !important;}
.m_t_30px{margin-top: 30px !important;}
.m_t_35px{margin-top: 35px !important;}
.m_t_40px{margin-top: 40px !important;}
.m_t_45px{margin-top: 45px !important;}
.m_t_50px{margin-top: 50px !important;}
.m_t_55px{margin-top: 55px !important;}
.m_t_60px{margin-top: 60px !important;}
.m_t_65px{margin-top: 65px !important;}
.m_t_70px{margin-top: 70px !important;}
.m_t_75px{margin-top: 75px !important;}
.m_t_80px{margin-top: 80px !important;}
.m_t_85px{margin-top: 85px !important;}
.m_t_90px{margin-top: 90px !important;}
.m_t_95px{margin-top: 95px !important;}
.m_t_100px{margin-top: 100px !important;}

.m_t_0{margin-top:0px !important;}

/* margin bottom */

.m_b_5px{margin-bottom: 5px !important;}
.m_b_10px{margin-bottom: 10px !important;}
.m_b_15px{margin-bottom: 15px !important;}
.m_b_20px{margin-bottom: 20px !important;}
.m_b_25px{margin-bottom: 25px !important;}
.m_b_30px{margin-bottom: 30px !important;}
.m_b_35px{margin-bottom: 35px !important;}
.m_b_40px{margin-bottom: 40px !important;}
.m_b_45px{margin-bottom: 45px !important;}
.m_b_50px{margin-bottom: 50px !important;}
.m_b_55px{margin-bottom: 55px !important;}
.m_b_60px{margin-bottom: 60px !important;}
.m_b_65px{margin-bottom: 65px !important;}
.m_b_70px{margin-bottom: 70px !important;}
.m_b_75px{margin-bottom: 75px !important;}
.m_b_80px{margin-bottom: 80px !important;}
.m_b_85px{margin-bottom: 85px !important;}
.m_b_90px{margin-bottom: 90px !important;}
.m_b_95px{margin-bottom: 95px !important;}
.m_b_100px{margin-bottom: 100px !important;}

.m_b_0{margin-bottom:0px !important;}

/* margin left */

.m_l_5px{margin-left: 5px !important;}
.m_l_10px{margin-left: 10px !important;}
.m_l_15px{margin-left: 15px !important;}
.m_l_20px{margin-left: 20px !important;}
.m_l_25px{margin-left: 25px !important;}
.m_l_30px{margin-left: 30px !important;}
.m_l_35px{margin-left: 35px !important;}
.m_l_40px{margin-left: 40px !important;}
.m_l_45px{margin-left: 45px !important;}
.m_l_50px{margin-left: 50px !important;}
.m_l_55px{margin-left: 55px !important;}
.m_l_60px{margin-left: 60px !important;}
.m_l_65px{margin-left: 65px !important;}
.m_l_70px{margin-left: 70px !important;}
.m_l_75px{margin-left: 75px !important;}
.m_l_80px{margin-left: 80px !important;}
.m_l_85px{margin-left: 85px !important;}
.m_l_90px{margin-left: 90px !important;}
.m_l_95px{margin-left: 95px !important;}
.m_l_100px{margin-left: 100px !important;}

.m_l_0{margin-left: 0px !important;}
.m_l_1{margin-left: 1% !important;}
.m_l_2{margin-left: 2% !important;}
.m_l_3{margin-left: 3% !important;}
.m_l_4{margin-left: 4% !important;}
.m_l_5{margin-left: 5% !important;}
.m_l_6{margin-left: 6% !important;}
.m_l_7{margin-left: 7% !important;}
.m_l_8{margin-left: 8% !important;}
.m_l_9{margin-left: 9% !important;}
.m_l_10{margin-left: 10% !important;}
.m_l_11{margin-left: 11% !important;}
.m_l_12{margin-left: 12% !important;}
.m_l_13{margin-left: 13% !important;}
.m_l_14{margin-left: 14% !important;}
.m_l_15{margin-left: 15% !important;}
.m_l_16{margin-left: 16% !important;}
.m_l_17{margin-left: 17% !important;}
.m_l_18{margin-left: 18% !important;}
.m_l_19{margin-left: 19% !important;}
.m_l_20{margin-left: 20% !important;}
.m_l_21{margin-left: 21% !important;}
.m_l_22{margin-left: 22% !important;}
.m_l_23{margin-left: 23% !important;}
.m_l_24{margin-left: 24% !important;}
.m_l_25{margin-left: 25% !important;}
.m_l_26{margin-left: 26% !important;}
.m_l_27{margin-left: 27% !important;}
.m_l_28{margin-left: 28% !important;}
.m_l_29{margin-left: 29% !important;}
.m_l_30{margin-left: 30% !important;}
.m_l_31{margin-left: 31% !important;}
.m_l_32{margin-left: 32% !important;}
.m_l_33{margin-left: 33% !important;}
.m_l_34{margin-left: 34% !important;}
.m_l_35{margin-left: 35% !important;}
.m_l_36{margin-left: 36% !important;}
.m_l_37{margin-left: 37% !important;}
.m_l_38{margin-left: 38% !important;}
.m_l_39{margin-left: 39% !important;}
.m_l_40{margin-left: 40% !important;}
.m_l_41{margin-left: 41% !important;}
.m_l_42{margin-left: 42% !important;}
.m_l_43{margin-left: 43% !important;}
.m_l_44{margin-left: 44% !important;}
.m_l_45{margin-left: 45% !important;}
.m_l_46{margin-left: 46% !important;}
.m_l_47{margin-left: 47% !important;}
.m_l_48{margin-left: 48% !important;}
.m_l_49{margin-left: 49% !important;}
.m_l_50{margin-left: 50% !important;}
.m_l_51{margin-left: 51% !important;}
.m_l_52{margin-left: 52% !important;}
.m_l_53{margin-left: 53% !important;}
.m_l_54{margin-left: 54% !important;}
.m_l_55{margin-left: 55% !important;}
.m_l_56{margin-left: 56% !important;}
.m_l_57{margin-left: 57% !important;}
.m_l_58{margin-left: 58% !important;}
.m_l_59{margin-left: 59% !important;}
.m_l_60{margin-left: 60% !important;}
.m_l_61{margin-left: 61% !important;}
.m_l_62{margin-left: 62% !important;}
.m_l_63{margin-left: 63% !important;}
.m_l_64{margin-left: 64% !important;}
.m_l_65{margin-left: 65% !important;}
.m_l_66{margin-left: 66% !important;}
.m_l_67{margin-left: 67% !important;}
.m_l_68{margin-left: 68% !important;}
.m_l_69{margin-left: 69% !important;}
.m_l_70{margin-left: 70% !important;}
.m_l_71{margin-left: 71% !important;}
.m_l_72{margin-left: 72% !important;}
.m_l_73{margin-left: 73% !important;}
.m_l_74{margin-left: 74% !important;}
.m_l_75{margin-left: 75% !important;}
.m_l_76{margin-left: 76% !important;}
.m_l_77{margin-left: 77% !important;}
.m_l_78{margin-left: 78% !important;}
.m_l_79{margin-left: 79% !important;}
.m_l_80{margin-left: 80% !important;}
.m_l_81{margin-left: 81% !important;}
.m_l_82{margin-left: 82% !important;}
.m_l_83{margin-left: 83% !important;}
.m_l_84{margin-left: 84% !important;}
.m_l_85{margin-left: 85% !important;}
.m_l_86{margin-left: 86% !important;}
.m_l_87{margin-left: 87% !important;}
.m_l_88{margin-left: 88% !important;}
.m_l_89{margin-left: 89% !important;}
.m_l_90{margin-left: 90% !important;}
.m_l_90{margin-left: 90% !important;}
.m_l_91{margin-left: 91% !important;}
.m_l_92{margin-left: 92% !important;}
.m_l_93{margin-left: 93% !important;}
.m_l_94{margin-left: 94% !important;}
.m_l_95{margin-left: 95% !important;}
.m_l_96{margin-left: 96% !important;}
.m_l_97{margin-left: 97% !important;}
.m_l_98{margin-left: 98% !important;}
.m_l_99{margin-left: 99% !important;}
.m_l_100{margin-left: 100% !important;}

.-m_l_5px{margin-left: -5px !important;}
.-m_l_10px{margin-left: -10px !important;}
.-m_l_15px{margin-left: -15px !important;}
.-m_l_20px{margin-left: -20px !important;}
.-m_l_25px{margin-left: -25px !important;}
.-m_l_30px{margin-left: -30px !important;}
.-m_l_35px{margin-left: -35px !important;}
.-m_l_40px{margin-left: -40px !important;}
.-m_l_45px{margin-left: -45px !important;}
.-m_l_50px{margin-left: -50px !important;}
.-m_l_55px{margin-left: -55px !important;}
.-m_l_60px{margin-left: -60px !important;}
.-m_l_65px{margin-left: -65px !important;}
.-m_l_70px{margin-left: -70px !important;}
.-m_l_75px{margin-left: -75px !important;}
.-m_l_80px{margin-left: -80px !important;}
.-m_l_85px{margin-left: -85px !important;}
.-m_l_90px{margin-left: -90px !important;}
.-m_l_95px{margin-left: -95px !important;}
.-m_l_100px{margin-left: -100px !important;}

/* margin right */

.m_r_5px{margin-right: 5px !important;}
.m_r_10px{margin-right: 10px !important;}
.m_r_15px{margin-right: 15px !important;}
.m_r_20px{margin-right: 20px !important;}
.m_r_25px{margin-right: 25px !important;}
.m_r_30px{margin-right: 30px !important;}
.m_r_35px{margin-right: 35px !important;}
.m_r_40px{margin-right: 40px !important;}
.m_r_45px{margin-right: 45px !important;}
.m_r_50px{margin-right: 50px !important;}
.m_r_55px{margin-right: 55px !important;}
.m_r_60px{margin-right: 60px !important;}
.m_r_65px{margin-right: 65px !important;}
.m_r_70px{margin-right: 70px !important;}
.m_r_75px{margin-right: 75px !important;}
.m_r_80px{margin-right: 80px !important;}
.m_r_85px{margin-right: 85px !important;}
.m_r_90px{margin-right: 90px !important;}
.m_r_95px{margin-right: 95px !important;}
.m_r_100px{margin-right: 100px !important;}
.m_r_150px{margin-right: 150px !important;}

.m_r_0{margin-right: 0px !important;}
.m_r_1{margin-right: 1% !important;}
.m_r_2{margin-right: 2% !important;}
.m_r_3{margin-right: 3% !important;}
.m_r_4{margin-right: 4% !important;}
.m_r_5{margin-right: 5% !important;}
.m_r_6{margin-right: 6% !important;}
.m_r_7{margin-right: 7% !important;}
.m_r_8{margin-right: 8% !important;}
.m_r_9{margin-right: 9% !important;}
.m_r_10{margin-right: 10% !important;}
.m_r_11{margin-right: 11% !important;}
.m_r_12{margin-right: 12% !important;}
.m_r_13{margin-right: 13% !important;}
.m_r_14{margin-right: 14% !important;}
.m_r_15{margin-right: 15% !important;}
.m_r_16{margin-right: 16% !important;}
.m_r_17{margin-right: 17% !important;}
.m_r_18{margin-right: 18% !important;}
.m_r_19{margin-right: 19% !important;}
.m_r_20{margin-right: 20% !important;}
.m_r_21{margin-right: 21% !important;}
.m_r_22{margin-right: 22% !important;}
.m_r_23{margin-right: 23% !important;}
.m_r_24{margin-right: 24% !important;}
.m_r_25{margin-right: 25% !important;}
.m_r_26{margin-right: 26% !important;}
.m_r_27{margin-right: 27% !important;}
.m_r_28{margin-right: 28% !important;}
.m_r_29{margin-right: 29% !important;}
.m_r_30{margin-right: 30% !important;}
.m_r_31{margin-right: 31% !important;}
.m_r_32{margin-right: 32% !important;}
.m_r_33{margin-right: 33% !important;}
.m_r_34{margin-right: 34% !important;}
.m_r_35{margin-right: 35% !important;}
.m_r_36{margin-right: 36% !important;}
.m_r_37{margin-right: 37% !important;}
.m_r_38{margin-right: 38% !important;}
.m_r_39{margin-right: 39% !important;}
.m_r_40{margin-right: 40% !important;}
.m_r_41{margin-right: 41% !important;}
.m_r_42{margin-right: 42% !important;}
.m_r_43{margin-right: 43% !important;}
.m_r_44{margin-right: 44% !important;}
.m_r_45{margin-right: 45% !important;}
.m_r_46{margin-right: 46% !important;}
.m_r_47{margin-right: 47% !important;}
.m_r_48{margin-right: 48% !important;}
.m_r_49{margin-right: 49% !important;}
.m_r_50{margin-right: 50% !important;}
.m_r_51{margin-right: 51% !important;}
.m_r_52{margin-right: 52% !important;}
.m_r_53{margin-right: 53% !important;}
.m_r_54{margin-right: 54% !important;}
.m_r_55{margin-right: 55% !important;}
.m_r_56{margin-right: 56% !important;}
.m_r_57{margin-right: 57% !important;}
.m_r_58{margin-right: 58% !important;}
.m_r_59{margin-right: 59% !important;}
.m_r_60{margin-right: 60% !important;}
.m_r_61{margin-right: 61% !important;}
.m_r_62{margin-right: 62% !important;}
.m_r_63{margin-right: 63% !important;}
.m_r_64{margin-right: 64% !important;}
.m_r_65{margin-right: 65% !important;}
.m_r_66{margin-right: 66% !important;}
.m_r_67{margin-right: 67% !important;}
.m_r_68{margin-right: 68% !important;}
.m_r_69{margin-right: 69% !important;}
.m_r_70{margin-right: 70% !important;}
.m_r_71{margin-right: 71% !important;}
.m_r_72{margin-right: 72% !important;}
.m_r_73{margin-right: 73% !important;}
.m_r_74{margin-right: 74% !important;}
.m_r_75{margin-right: 75% !important;}
.m_r_76{margin-right: 76% !important;}
.m_r_77{margin-right: 77% !important;}
.m_r_78{margin-right: 78% !important;}
.m_r_79{margin-right: 79% !important;}
.m_r_80{margin-right: 80% !important;}
.m_r_81{margin-right: 81% !important;}
.m_r_82{margin-right: 82% !important;}
.m_r_83{margin-right: 83% !important;}
.m_r_84{margin-right: 84% !important;}
.m_r_85{margin-right: 85% !important;}
.m_r_86{margin-right: 86% !important;}
.m_r_87{margin-right: 87% !important;}
.m_r_88{margin-right: 88% !important;}
.m_r_89{margin-right: 89% !important;}
.m_r_90{margin-right: 90% !important;}
.m_r_90{margin-right: 90% !important;}
.m_r_91{margin-right: 91% !important;}
.m_r_92{margin-right: 92% !important;}
.m_r_93{margin-right: 93% !important;}
.m_r_94{margin-right: 94% !important;}
.m_r_95{margin-right: 95% !important;}
.m_r_96{margin-right: 96% !important;}
.m_r_97{margin-right: 97% !important;}
.m_r_98{margin-right: 98% !important;}
.m_r_99{margin-right: 99% !important;}
.m_r_100{margin-right: 100% !important;}

.-m_r_5px{margin-right: -5px !important;}
.-m_r_10px{margin-right: -10px !important;}
.-m_r_15px{margin-right: -15px !important;}
.-m_r_20px{margin-right: -20px !important;}
.-m_r_25px{margin-right: -25px !important;}
.-m_r_30px{margin-right: -30px !important;}
.-m_r_35px{margin-right: -35px !important;}
.-m_r_40px{margin-right: -40px !important;}
.-m_r_45px{margin-right: -45px !important;}
.-m_r_50px{margin-right: -50px !important;}
.-m_r_55px{margin-right: -55px !important;}
.-m_r_60px{margin-right: -60px !important;}
.-m_r_65px{margin-right: -65px !important;}
.-m_r_70px{margin-right: -70px !important;}
.-m_r_75px{margin-right: -75px !important;}
.-m_r_80px{margin-right: -80px !important;}
.-m_r_85px{margin-right: -85px !important;}
.-m_r_90px{margin-right: -90px !important;}
.-m_r_95px{margin-right: -95px !important;}
.-m_r_100px{margin-right: -100px !important;}

/* padding top */

.p_t_0px{padding-top:0px !important;}
.p_t_5px{padding-top: 5px !important;}
.p_t_10px{padding-top: 10px !important;}
.p_t_15px{padding-top: 15px !important;}
.p_t_20px{padding-top: 20px !important;}
.p_t_25px{padding-top: 25px !important;}
.p_t_30px{padding-top: 30px !important;}
.p_t_35px{padding-top: 35px !important;}
.p_t_40px{padding-top: 40px !important;}
.p_t_45px{padding-top: 45px !important;}
.p_t_50px{padding-top: 50px !important;}
.p_t_55px{padding-top: 55px !important;}
.p_t_60px{padding-top: 60px !important;}
.p_t_65px{padding-top: 65px !important;}
.p_t_70px{padding-top: 70px !important;}
.p_t_75px{padding-top: 75px !important;}
.p_t_80px{padding-top: 80px !important;}
.p_t_85px{padding-top: 85px !important;}
.p_t_90px{padding-top: 90px !important;}
.p_t_95px{padding-top: 95px !important;}
.p_t_100px{padding-top: 100px !important;}
.p_t_150px{padding-top: 150px !important;}

.p_t_100{padding-top:100% !important;}

/* padding bottom */

.p_b_0px{padding-bottom:0px !important;}
.p_b_5px{padding-bottom: 5px !important;}
.p_b_10px{padding-bottom: 10px !important;}
.p_b_15px{padding-bottom: 15px !important;}
.p_b_20px{padding-bottom: 20px !important;}
.p_b_25px{padding-bottom: 25px !important;}
.p_b_30px{padding-bottom: 30px !important;}
.p_b_35px{padding-bottom: 35px !important;}
.p_b_40px{padding-bottom: 40px !important;}
.p_b_45px{padding-bottom: 45px !important;}
.p_b_50px{padding-bottom: 50px !important;}
.p_b_55px{padding-bottom: 55px !important;}
.p_b_60px{padding-bottom: 60px !important;}
.p_b_65px{padding-bottom: 65px !important;}
.p_b_70px{padding-bottom: 70px !important;}
.p_b_75px{padding-bottom: 75px !important;}
.p_b_80px{padding-bottom: 80px !important;}
.p_b_85px{padding-bottom: 85px !important;}
.p_b_90px{padding-bottom: 90px !important;}
.p_b_95px{padding-bottom: 95px !important;}
.p_b_100px{padding-bottom: 100px !important;}
.p_b_250px{padding-bottom: 250px !important;}
.p_b_500px{padding-bottom: 500px !important;}


/* padding left */

.p_l_5px{padding-left: 5px !important;}
.p_l_10px{padding-left: 10px !important;}
.p_l_15px{padding-left: 15px !important;}
.p_l_20px{padding-left: 20px !important;}
.p_l_25px{padding-left: 25px !important;}
.p_l_30px{padding-left: 30px !important;}
.p_l_35px{padding-left: 35px !important;}
.p_l_40px{padding-left: 40px !important;}
.p_l_45px{padding-left: 45px !important;}
.p_l_50px{padding-left: 50px !important;}
.p_l_55px{padding-left: 55px !important;}
.p_l_60px{padding-left: 60px !important;}
.p_l_65px{padding-left: 65px !important;}
.p_l_70px{padding-left: 70px !important;}
.p_l_75px{padding-left: 75px !important;}
.p_l_80px{padding-left: 80px !important;}
.p_l_85px{padding-left: 85px !important;}
.p_l_90px{padding-left: 90px !important;}
.p_l_95px{padding-left: 95px !important;}
.p_l_100px{padding-left: 100px !important;}
.p_l_120px{padding-left: 120px !important;}


.p_l_0{padding-left: 0px !important;}
.p_l_1{padding-left: 1% !important;}
.p_l_2{padding-left: 2% !important;}
.p_l_3{padding-left: 3% !important;}
.p_l_4{padding-left: 4% !important;}
.p_l_5{padding-left: 5% !important;}
.p_l_6{padding-left: 6% !important;}
.p_l_7{padding-left: 7% !important;}
.p_l_8{padding-left: 8% !important;}
.p_l_9{padding-left: 9% !important;}
.p_l_10{padding-left: 10% !important;}
.p_l_11{padding-left: 11% !important;}
.p_l_12{padding-left: 12% !important;}
.p_l_13{padding-left: 13% !important;}
.p_l_14{padding-left: 14% !important;}
.p_l_15{padding-left: 15% !important;}
.p_l_16{padding-left: 16% !important;}
.p_l_17{padding-left: 17% !important;}
.p_l_18{padding-left: 18% !important;}
.p_l_19{padding-left: 19% !important;}
.p_l_20{padding-left: 20% !important;}
.p_l_21{padding-left: 21% !important;}
.p_l_22{padding-left: 22% !important;}
.p_l_23{padding-left: 23% !important;}
.p_l_24{padding-left: 24% !important;}
.p_l_25{padding-left: 25% !important;}
.p_l_26{padding-left: 26% !important;}
.p_l_27{padding-left: 27% !important;}
.p_l_28{padding-left: 28% !important;}
.p_l_29{padding-left: 29% !important;}
.p_l_30{padding-left: 30% !important;}
.p_l_31{padding-left: 31% !important;}
.p_l_32{padding-left: 32% !important;}
.p_l_33{padding-left: 33% !important;}
.p_l_34{padding-left: 34% !important;}
.p_l_35{padding-left: 35% !important;}
.p_l_36{padding-left: 36% !important;}
.p_l_37{padding-left: 37% !important;}
.p_l_38{padding-left: 38% !important;}
.p_l_39{padding-left: 39% !important;}
.p_l_40{padding-left: 40% !important;}
.p_l_41{padding-left: 41% !important;}
.p_l_42{padding-left: 42% !important;}
.p_l_43{padding-left: 43% !important;}
.p_l_44{padding-left: 44% !important;}
.p_l_45{padding-left: 45% !important;}
.p_l_46{padding-left: 46% !important;}
.p_l_47{padding-left: 47% !important;}
.p_l_48{padding-left: 48% !important;}
.p_l_49{padding-left: 49% !important;}
.p_l_50{padding-left: 50% !important;}
.p_l_51{padding-left: 51% !important;}
.p_l_52{padding-left: 52% !important;}
.p_l_53{padding-left: 53% !important;}
.p_l_54{padding-left: 54% !important;}
.p_l_55{padding-left: 55% !important;}
.p_l_56{padding-left: 56% !important;}
.p_l_57{padding-left: 57% !important;}
.p_l_58{padding-left: 58% !important;}
.p_l_59{padding-left: 59% !important;}
.p_l_60{padding-left: 60% !important;}
.p_l_61{padding-left: 61% !important;}
.p_l_62{padding-left: 62% !important;}
.p_l_63{padding-left: 63% !important;}
.p_l_64{padding-left: 64% !important;}
.p_l_65{padding-left: 65% !important;}
.p_l_66{padding-left: 66% !important;}
.p_l_67{padding-left: 67% !important;}
.p_l_68{padding-left: 68% !important;}
.p_l_69{padding-left: 69% !important;}
.p_l_70{padding-left: 70% !important;}
.p_l_71{padding-left: 71% !important;}
.p_l_72{padding-left: 72% !important;}
.p_l_73{padding-left: 73% !important;}
.p_l_74{padding-left: 74% !important;}
.p_l_75{padding-left: 75% !important;}
.p_l_76{padding-left: 76% !important;}
.p_l_77{padding-left: 77% !important;}
.p_l_78{padding-left: 78% !important;}
.p_l_79{padding-left: 79% !important;}
.p_l_80{padding-left: 80% !important;}
.p_l_81{padding-left: 81% !important;}
.p_l_82{padding-left: 82% !important;}
.p_l_83{padding-left: 83% !important;}
.p_l_84{padding-left: 84% !important;}
.p_l_85{padding-left: 85% !important;}
.p_l_86{padding-left: 86% !important;}
.p_l_87{padding-left: 87% !important;}
.p_l_88{padding-left: 88% !important;}
.p_l_89{padding-left: 89% !important;}
.p_l_90{padding-left: 90% !important;}
.p_l_90{padding-left: 90% !important;}
.p_l_91{padding-left: 91% !important;}
.p_l_92{padding-left: 92% !important;}
.p_l_93{padding-left: 93% !important;}
.p_l_94{padding-left: 94% !important;}
.p_l_95{padding-left: 95% !important;}
.p_l_96{padding-left: 96% !important;}
.p_l_97{padding-left: 97% !important;}
.p_l_98{padding-left: 98% !important;}
.p_l_99{padding-left: 99% !important;}
.p_l_100{padding-left: 100% !important;}

/* padding right */

.p_r_5px{padding-right: 5px !important;}
.p_r_10px{padding-right: 10px !important;}
.p_r_15px{padding-right: 15px !important;}
.p_r_20px{padding-right: 20px !important;}
.p_r_25px{padding-right: 25px !important;}
.p_r_30px{padding-right: 30px !important;}
.p_r_35px{padding-right: 35px !important;}
.p_r_40px{padding-right: 40px !important;}
.p_r_45px{padding-right: 45px !important;}
.p_r_50px{padding-right: 50px !important;}
.p_r_55px{padding-right: 55px !important;}
.p_r_60px{padding-right: 60px !important;}
.p_r_65px{padding-right: 65px !important;}
.p_r_70px{padding-right: 70px !important;}
.p_r_75px{padding-right: 75px !important;}
.p_r_80px{padding-right: 80px !important;}
.p_r_85px{padding-right: 85px !important;}
.p_r_90px{padding-right: 90px !important;}
.p_r_95px{padding-right: 95px !important;}
.p_r_100px{padding-right: 100px !important;}

.p_r_0{padding-right: 0px !important;}
.p_r_1{padding-right: 1% !important;}
.p_r_2{padding-right: 2% !important;}
.p_r_3{padding-right: 3% !important;}
.p_r_4{padding-right: 4% !important;}
.p_r_5{padding-right: 5% !important;}
.p_r_6{padding-right: 6% !important;}
.p_r_7{padding-right: 7% !important;}
.p_r_8{padding-right: 8% !important;}
.p_r_9{padding-right: 9% !important;}
.p_r_10{padding-right: 10% !important;}
.p_r_11{padding-right: 11% !important;}
.p_r_12{padding-right: 12% !important;}
.p_r_13{padding-right: 13% !important;}
.p_r_14{padding-right: 14% !important;}
.p_r_15{padding-right: 15% !important;}
.p_r_16{padding-right: 16% !important;}
.p_r_17{padding-right: 17% !important;}
.p_r_18{padding-right: 18% !important;}
.p_r_19{padding-right: 19% !important;}
.p_r_20{padding-right: 20% !important;}
.p_r_21{padding-right: 21% !important;}
.p_r_22{padding-right: 22% !important;}
.p_r_23{padding-right: 23% !important;}
.p_r_24{padding-right: 24% !important;}
.p_r_25{padding-right: 25% !important;}
.p_r_26{padding-right: 26% !important;}
.p_r_27{padding-right: 27% !important;}
.p_r_28{padding-right: 28% !important;}
.p_r_29{padding-right: 29% !important;}
.p_r_30{padding-right: 30% !important;}
.p_r_31{padding-right: 31% !important;}
.p_r_32{padding-right: 32% !important;}
.p_r_33{padding-right: 33% !important;}
.p_r_34{padding-right: 34% !important;}
.p_r_35{padding-right: 35% !important;}
.p_r_36{padding-right: 36% !important;}
.p_r_37{padding-right: 37% !important;}
.p_r_38{padding-right: 38% !important;}
.p_r_39{padding-right: 39% !important;}
.p_r_40{padding-right: 40% !important;}
.p_r_41{padding-right: 41% !important;}
.p_r_42{padding-right: 42% !important;}
.p_r_43{padding-right: 43% !important;}
.p_r_44{padding-right: 44% !important;}
.p_r_45{padding-right: 45% !important;}
.p_r_46{padding-right: 46% !important;}
.p_r_47{padding-right: 47% !important;}
.p_r_48{padding-right: 48% !important;}
.p_r_49{padding-right: 49% !important;}
.p_r_50{padding-right: 50% !important;}
.p_r_51{padding-right: 51% !important;}
.p_r_52{padding-right: 52% !important;}
.p_r_53{padding-right: 53% !important;}
.p_r_54{padding-right: 54% !important;}
.p_r_55{padding-right: 55% !important;}
.p_r_56{padding-right: 56% !important;}
.p_r_57{padding-right: 57% !important;}
.p_r_58{padding-right: 58% !important;}
.p_r_59{padding-right: 59% !important;}
.p_r_60{padding-right: 60% !important;}
.p_r_61{padding-right: 61% !important;}
.p_r_62{padding-right: 62% !important;}
.p_r_63{padding-right: 63% !important;}
.p_r_64{padding-right: 64% !important;}
.p_r_65{padding-right: 65% !important;}
.p_r_66{padding-right: 66% !important;}
.p_r_67{padding-right: 67% !important;}
.p_r_68{padding-right: 68% !important;}
.p_r_69{padding-right: 69% !important;}
.p_r_70{padding-right: 70% !important;}
.p_r_71{padding-right: 71% !important;}
.p_r_72{padding-right: 72% !important;}
.p_r_73{padding-right: 73% !important;}
.p_r_74{padding-right: 74% !important;}
.p_r_75{padding-right: 75% !important;}
.p_r_76{padding-right: 76% !important;}
.p_r_77{padding-right: 77% !important;}
.p_r_78{padding-right: 78% !important;}
.p_r_79{padding-right: 79% !important;}
.p_r_80{padding-right: 80% !important;}
.p_r_81{padding-right: 81% !important;}
.p_r_82{padding-right: 82% !important;}
.p_r_83{padding-right: 83% !important;}
.p_r_84{padding-right: 84% !important;}
.p_r_85{padding-right: 85% !important;}
.p_r_86{padding-right: 86% !important;}
.p_r_87{padding-right: 87% !important;}
.p_r_88{padding-right: 88% !important;}
.p_r_89{padding-right: 89% !important;}
.p_r_90{padding-right: 90% !important;}
.p_r_90{padding-right: 90% !important;}
.p_r_91{padding-right: 91% !important;}
.p_r_92{padding-right: 92% !important;}
.p_r_93{padding-right: 93% !important;}
.p_r_94{padding-right: 94% !important;}
.p_r_95{padding-right: 95% !important;}
.p_r_96{padding-right: 96% !important;}
.p_r_97{padding-right: 97% !important;}
.p_r_98{padding-right: 98% !important;}
.p_r_99{padding-right: 99% !important;}
.p_r_100{padding-right: 100% !important;}

/* background size */

.bg_contain{background-repeat: no-repeat !important; background-size:contain !important;}
.bg_cover{background-repeat: no-repeat !important; background-size:cover !important;}
.bg_100{background-repeat: no-repeat !important; background-size:100% 100% !important;}
.bg_100h{background-repeat: no-repeat !important; background-size:auto 100% !important;}
.bg_100w{background-repeat: no-repeat !important; background-size:100% auto !important;}

/* background position */

.bg_center{background-position: center center !important;}
.bg_center_bottom{background-position: center bottom !important;}
.bg_center_top{background-position: center top !important;}
.bg_left_top{background-position: left top !important;}
.bg_left_center{background-position: left center !important;}
.bg_left_bottom{background-position: left bottom !important;}
.bg_right_top{background-position: right top !important;}
.bg_right_center{background-position: right center !important;}
.bg_right_bottom{background-position: right bottom !important;}

/* z-index */

.z_index_100{z-index:100 !important;}
.z_index_200{z-index:200 !important;}
.z_index_300{z-index:300 !important;}
.z_index_400{z-index:400 !important;}
.z_index_500{z-index:500 !important;}
.z_index_600{z-index:600 !important;}
.z_index_700{z-index:700 !important;}
.z_index_800{z-index:800 !important;}
.z_index_900{z-index:900 !important;}
.z_index_1000{z-index:1000 !important;}
.z_index_1100{z-index:1100 !important;}

/* line-height */
.line_h_0{line-height: 0px !important;}
.line_h_1{line-height: 1px !important;}
.line_h_2{line-height: 2px !important;}
.line_h_3{line-height: 3px !important;}
.line_h_4{line-height: 4px !important;}
.line_h_5{line-height: 5px !important;}
.line_h_6{line-height: 6px !important;}
.line_h_7{line-height: 7px !important;}
.line_h_8{line-height: 8px !important;}
.line_h_9{line-height: 9px !important;}
.line_h_10{line-height: 10px !important;}
.line_h_11{line-height: 11px !important;}
.line_h_12{line-height: 12px !important;}
.line_h_13{line-height: 13px !important;}
.line_h_14{line-height: 14px !important;}
.line_h_15{line-height: 15px !important;}
.line_h_16{line-height: 16px !important;}
.line_h_17{line-height: 17px !important;}
.line_h_18{line-height: 18px !important;}
.line_h_19{line-height: 19px !important;}
.line_h_20{line-height: 20px !important;}
.line_h_21{line-height: 21px !important;}
.line_h_22{line-height: 22px !important;}
.line_h_23{line-height: 23px !important;}
.line_h_24{line-height: 24px !important;}
.line_h_25{line-height: 25px !important;}
.line_h_26{line-height: 26px !important;}
.line_h_27{line-height: 27px !important;}
.line_h_28{line-height: 28px !important;}
.line_h_29{line-height: 29px !important;}
.line_h_30{line-height: 30px !important;}
.line_h_31{line-height: 31px !important;}
.line_h_32{line-height: 32px !important;}
.line_h_33{line-height: 33px !important;}
.line_h_34{line-height: 34px !important;}
.line_h_35{line-height: 35px !important;}
.line_h_36{line-height: 36px !important;}
.line_h_37{line-height: 37px !important;}
.line_h_38{line-height: 38px !important;}
.line_h_39{line-height: 39px !important;}
.line_h_40{line-height: 40px !important;}
.line_h_41{line-height: 41px !important;}
.line_h_42{line-height: 42px !important;}
.line_h_43{line-height: 43px !important;}
.line_h_44{line-height: 44px !important;}
.line_h_45{line-height: 45px !important;}
.line_h_46{line-height: 46px !important;}
.line_h_47{line-height: 47px !important;}
.line_h_48{line-height: 48px !important;}
.line_h_49{line-height: 49px !important;}
.line_h_50{line-height: 50px !important;}
.line_h_51{line-height: 51px !important;}
.line_h_52{line-height: 52px !important;}
.line_h_53{line-height: 53px !important;}
.line_h_54{line-height: 54px !important;}
.line_h_55{line-height: 55px !important;}
.line_h_56{line-height: 56px !important;}
.line_h_57{line-height: 57px !important;}
.line_h_58{line-height: 58px !important;}
.line_h_59{line-height: 59px !important;}
.line_h_60{line-height: 60px !important;}
.line_h_61{line-height: 61px !important;}
.line_h_62{line-height: 62px !important;}
.line_h_63{line-height: 63px !important;}
.line_h_64{line-height: 64px !important;}
.line_h_65{line-height: 65px !important;}
.line_h_66{line-height: 66px !important;}
.line_h_67{line-height: 67px !important;}
.line_h_68{line-height: 68px !important;}
.line_h_69{line-height: 69px !important;}
.line_h_70{line-height: 70px !important;}
.line_h_71{line-height: 71px !important;}
.line_h_72{line-height: 72px !important;}
.line_h_73{line-height: 73px !important;}
.line_h_74{line-height: 74px !important;}
.line_h_75{line-height: 75px !important;}
.line_h_76{line-height: 76px !important;}
.line_h_77{line-height: 77px !important;}
.line_h_78{line-height: 78px !important;}
.line_h_79{line-height: 79px !important;}
.line_h_80{line-height: 80px !important;}
.line_h_81{line-height: 81px !important;}
.line_h_82{line-height: 82px !important;}
.line_h_83{line-height: 83px !important;}
.line_h_84{line-height: 84px !important;}
.line_h_85{line-height: 85px !important;}
.line_h_86{line-height: 86px !important;}
.line_h_87{line-height: 87px !important;}
.line_h_88{line-height: 88px !important;}
.line_h_89{line-height: 89px !important;}
.line_h_90{line-height: 90px !important;}
.line_h_90{line-height: 90px !important;}
.line_h_91{line-height: 91px !important;}
.line_h_92{line-height: 92px !important;}
.line_h_93{line-height: 93px !important;}
.line_h_94{line-height: 94px !important;}
.line_h_95{line-height: 95px !important;}
.line_h_96{line-height: 96px !important;}
.line_h_97{line-height: 97px !important;}
.line_h_98{line-height: 98px !important;}
.line_h_99{line-height: 99px !important;}
.line_h_100{line-height: 100px !important;}
.page_content {
}

.panel-login {
    background-color: #f8f8f8;
}

.full_width_message {
    float:left;
    width:100%;
    line-height:80px;
    height:80px;
    font-size:24px;
    text-align:center;
    font-weight:bold;
}

.image_on_background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* common element */

.light_popup {
    display:block;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    z-index: 100;
    border-radius: 5px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:15px;
    padding-top:15px;
}

.light_popup.off {
    display:none
}





/* Navigation Bar */

.navigation_bar_search_field_icon {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.navigation_bar_icon {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    line-height: 30px;
}

.navigation_bar_banner {
    background-repeat: no-repeat;
    background-position: right,center;
    background-size: cover;
    background-color: white;
}

.icon_home{
    background-image: url("../img/ico_home.png");
}

.active .icon_home{
    background-image: url("../img/ico_home_black.png");
}

.icon_all{
    background-image: url("../img/ico_all.png");
}

.active .icon_all{
    background-image: url("../img/ico_all_black.png");
}

.icon_preorder{
    background-image: url("../img/ico_preorder.png");
}

.active .icon_preorder{
    background-image: url("../img/ico_preorder_black.png");
}

.icon_offer{
    background-image: url("../img/ico_offers.png");
}

.active .icon_offer{
    background-image: url("../img/ico_offers_black.png");
}

.icon_mailto_menu{
    background-image: url("../img/ico_mail.png");
}



.cart_background{
    background-color: #d38a0a;
}

.empty.cart_background{
    background-color: white;
}

.cart_icon{
    background-image: url("../img/ico_cartFull.png");
}

.empty .cart_icon{
    background-image: url("../img/ico_cartEmpty.png");
}

.cart_label{
    color: white;
}

.empty .cart_label{
    color: black;
}

.cart_items{
    background-color:#d38a0a;
    border: 2px solid #c98204;
    border-radius: 30px;
    color: white;
    background-size: 40px,40px;
}

.empty .cart_items{
    background-color: white;
    border: 2px solid #333333;
    border-radius: 30px;
    color: #333333;
}


.cart_dirty{
    background: url("../img/ico_cartDirty.png");
    background-color: #d38a0a;
    border: 2px solid #c98204;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;

    transform: rotate(360deg);
    transform-: infinite;

}

.empty .cart_dirty{
    background: url("../img/ico_cartDirty_black.png");
    background-color: white;
    border: 2px solid black;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.cart_insync{
    background: url("../img/ico_cartLoading.png");
    background-color:#d38a0a;
    border: 2px solid #c98204;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.empty .cart_insync{
    background: url("../img/ico_cartLoading_black.png");
    background-color: white;
    border: 2px solid black;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.cart_not_sync{
    background: url("../img/ico_cartNotSync.png");
    background-color: #d38a0a;
    border: 2px solid #c98204;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.empty .cart_not_sync{
    background: url("../img/ico_cartNotSync_black.png");
    background-color: white;
    border: 2px solid black;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}



/* Catalogue and items */

.icon_create_order{
    width: 64px;
    height: 64px;
    background-image: url("../img/ico_newOrder.png");
}

.icon_hist_doc{
    width: 64px;
    height: 64px;
    background-image: url("../img/ico_histDoc.png");
}

.icon_open_item{
    width: 64px;
    height: 64px;
    background-image: url("../img/ico_openEntries.png");
}

.icon_to_top {
    background-image: url('../img/ico_up.png')
}

.icon_filter {
    background-image: url("../img/ico_filter_black.png");
    background-size: contain;
}

.icon_filter_tags {
    background-image: url("../img/ico_filter_tags.png");
    background-size: contain;
}

.item_detail_arrow_prev {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37.5px 0 37.5px 30px;
    border-color: transparent transparent transparent #ffffff;
}

.item_detail_arrow_next {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37.5px 30px 37.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.icon_close_detail{
    background-image: url("../img/ico_closeDetail.png");
}

.icon_close_help {
    background-image: url("../img/ico_closeHelp.png");
}

.off .icon_openclose_black {
    background-image: url('../img/down_black.png');
}

.on .icon_openclose_black {
    background-image: url('../img/up_black.png');
}

.item_filter_tag_selected {
    background-color: white;
    border: 2px solid #990000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/check.png");
}

.item_filter_all_tag_selected {
    background-color: white;
    border: 2px solid #990000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/minus_red.png");
}

.item_filter_tag_unselected {
    background-color: white; border: 2px solid #333333;
}

.bordert_tag {
    border-left: 5px solid;
}

.highlight_on_hover:hover {
    background-color: #EBEBEB;
    color: #666666;
    -webkit-transition: background-color 0.7s;
    -moz-transition: background-color 0.7s;
    -ms-transition: background-color 0.7s;
    -o-transition: background-color 0.7s;
    transition: background-color 0.7s;
}

.highlight_on_hover_with_transition:hover {
    background-color: #EBEBEB;
    color: #666666;
    -webkit-transition: background-color 0.7s;
    -moz-transition: background-color 0.7s;
    -ms-transition: background-color 0.7s;
    -o-transition: background-color 0.7s;
    transition: background-color 0.7s;
}

.icon_arrow_right {
    background-image: url("../img/ico_arrowRight.png");
}

.icon_arrow_left {
    background-image: url("../img/ico_arrowLeft.png");
}

.on .fulfill_promo {
    background-color: darkgreen;
    color: white;
}

.on .not_fulfill_promo {
    background-color: darkred;
    color: white;
}

.fulfill_promo .promo_head {
    background-color: darkgreen;
}

.not_fulfill_promo .promo_head {
    background-color: darkred;
}


/* Animations */

/* todo: refactor the code below inside an animation directive */

.quantity-cannot-change-add, .quantity-cannot-change-remove {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.quantity-cannot-change,
.quantity-cannot-change-add.quantity-cannot-change-add-active {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.quantity-cannot-change-remove.quantity-cannot-change-remove-active {
    font-size: 14px;
    font-weight: normal;
    color:black;
}


.hide_scrollbar::-webkit-scrollbar {
    display: none;
}

/*
.esempio_da_non_usare {
    animation: background-fade 4s forwards;
}

@keyframes background-fade-non-usare {
    0%  {background:red;}
    50% {background:blue;color:white;}
    100% {background:red;}
}
*/

/* Animations */

.rotating {
    transform: rotateX(150deg);
}

.grow {transition: all .4s ease-in-out;}
.grow:hover{transform: translate3d(0,-10%,0) scale(1.2);}

.snap_container{
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-overflow-scrolling: touch;
}

.snap_children{
    -webkit-scroll-snap-coordinate: 0% 0%;
    -ms-scroll-snap-coordinates: 0% 0%;
    scroll-snap-coordinate: 0% 0%;
    -webkit-overflow-scrolling: touch;
}





/* common prop */

[class-ng-invalid].ng-invalid, input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
    border-color:#993333 !important;
    color:#993333 !important;
}

/* background */

.background_inherit {background-color:inherit;}
.background_black {background-color:#333333 !important;}
.background_white {background-color:#FFFFFF !important;}
.background_blue_1 {background-color:#6699CC !important;}
.background_blue_2 {background-color:#336699 !important;}
.background_blue_3 {background-color:#3398CC !important;}
.background_red_1 {background-color:#993333 !important;}
.background_red_2 {background-color:#653331 !important;}
.background_red_3 {background-color:#990000 !important;}
.background_gray_1 {background-color:#EBEBEB !important;}
.background_gray_2 {background-color:#666666 !important;}
.background_gray_3 {background-color:#999999 !important;}
.background_gray_4 {background-color:#CCCCCC !important;}
.background_gray_5 {background-color: #F0EFF5 !important;}
.background_orange_1 {background-color:#ff9900 !important;}
.background_orange_2 {background-color:#FB6600 !important;}
.background_orange_3 {background-color:#d38a0a !important;}
.background_orange_4 {background-color:#F07F0D !important;}

.background_blurred {background: rgba(255,255,255,0.80);/*-webkit-backdrop-filter: blur(10px);*/}
/*.background_blurred {background: rgba(245,245,245,0.75);-webkit-backdrop-filter: blur(20px)}*/


/* color */

.color_black {color:#333333 !important;}
.color_white {color:#FFFFFF !important;}
.color_blue_1 {color:#6699CC !important;}
.color_blue_2 {color:#336699 !important;}
.color_blue_4 {color:#3398CC !important;}
.color_blue_4 {color:#004a99 !important;}
.color_red_1 {color:#993333 !important;}
.color_red_2 {color:#653331 !important;}
.color_red_3 {color:#990000 !important;}
.color_red_4 {color:#d7104e !important;}
.color_gray_1 {color:#EBEBEB !important;}
.color_gray_2 {color:#666666 !important;}
.color_gray_3 {color:#999999 !important;}
.color_gray_4 {color:#CCCCCC !important;}
.color_gray_5 {color:#979888 !important;}
.color_orange_1 {color:#ff9900 !important;}
.color_orange_2 {color:#FB6600 !important;}
.color_orange_3 {color:#d38a0a !important;}
.color_orange_4 {color:#F07F0D !important;}
.color_green {color:#81d2b5 !important;}
.color_transparent {color:transparent !important;}


/* border */

.border_lg {border: 1px solid #eee !important;}
.border_b_lg {border-bottom: 1px solid #eee !important;}

.border_dark {border: 1px solid #333333 !important;}
.border_t_dark {border-top: 1px solid #333333 !important;}
.border_b_dark {border-bottom: 1px solid #333333 !important;}
.border_l_dark {border-left: 1px solid #333333 !important;}
.border_r_dark {border-right: 1px solid #333333 !important;}

.border_light {border: 1px solid #666666 !important;}
.border_t_light {border-top: 1px solid #666666 !important;}
.border_b_light {border-bottom: 1px solid #666666 !important;}
.border_gray {border: 1px solid #979888 !important;}
.border_t_gray {border-top: 1px solid #979888 !important;}
.border_b_gray {border-bottom: 1px solid #979888 !important;}

.border_2px_white {border: 2px solid white !important;}
.date_picker > table{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    outline-offset: 0px;
    border-radius: 0px;
    border: 1px solid #333333  !important;
}

.date_picker > table > tbody > tr > td:last-child{
    color: #990000  !important;
}

.date_picker > table > thead > tr > th > button.btn,
.date_picker > table > thead > tr > th > button.btn:hover,
.date_picker > table > thead > tr > th > button.btn:focus,
.date_picker > table > thead > tr > th > button.btn:active,
.date_picker > table > thead > tr > th > button.btn.active,
.date_picker > table > tbody > tr > td > button.btn,
.date_picker > table > tbody > tr > td > button.btn:hover,
.date_picker > table > tbody > tr > td > button.btn:focus,
.date_picker > table > tbody > tr > td > button.btn:active,
.date_picker > table > tbody > tr > td > button.btn.active{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    outline-offset: 0px;
    border-radius: 0px;
}

.date_picker > table > thead > tr > th > button.btn-default,
.date_picker > table > thead > tr > th > button.btn-default:hover,
.date_picker > table > thead > tr > th > button.btn-default:focus,
.date_picker > table > thead > tr > th > button.btn-default:active,
.date_picker > table > thead > tr > th > button.btn-default.active,
.date_picker > table > tbody > tr > td > button.btn-default,
.date_picker > table > tbody > tr > td > button.btn-default:hover,
.date_picker > table > tbody > tr > td > button.btn-default:focus,
.date_picker > table > tbody > tr > td > button.btn-default:active,
.date_picker > table > tbody > tr > td > button.btn-default.active{
    color: inherit;
    border: 2px solid;
    border-color: #ffffff;
    background-color: #ffffff;
}

.date_picker > table > tbody > tr > td > button.btn-default[disabled]{
    background-color: #cccccc;
    border: 2px solid #cccccc;
}

.date_picker > table > tbody > tr > td > button.btn-info,
.date_picker > table > tbody > tr > td > button.btn-info:hover,
.date_picker > table > tbody > tr > td > button.btn-info:focus,
.date_picker > table > tbody > tr > td > button.btn-info:active,
.date_picker > table > tbody > tr > td > button.btn-info.active{
    background-color: #ffffff !important;
    border: 2px solid #990000  !important;
}




.time_picker > tbody > tr > td > input.form-control{
    border-radius: 0px  !important;
}

.time_picker > tbody > tr > td > a,
.time_picker > tbody > tr > td > a.btn-link{
    color: #333333  !important;
}



.date_picker_day_enabled{
    border: 2px solid;
    border-color: #ffffff;
    background-color: #ffffff;
}

.date_picker_day_disabled{
    border: 2px solid;
    background-color: #cccccc;
    border: 2px solid #cccccc;
}

.date_picker_day_selected{
    border: 2px solid;
    border-color: #ffffff;
    background-color: #ffffff;
    border: 2px solid #990000  !important;
}