﻿/*helper classes*/

/* @import "reset.css"; */

.bg_white {
    background-color: #ffffff !important;   
}
.cursor_pointer {
    cursor: pointer;
}
.pointer_events_none {
    pointer-events: none;
}
.f_size_11 {
    font-size: 11px;	
}
.f_size_12 {
    font-size: 12px;	
}
.f_size_13 {
    font-size: 13px;	
}
.f_size_14 {
    font-size: 14px;	
}
.f_size_15 {
    font-size: 15px;	
}
.f_size_16 {
    font-size: 16px;	
}
.f_size_17 {
    font-size: 17px;	
}
.f_size_18 {
    font-size: 18px;	
}
.f_size_27 {
    font-size: 27px;	
}
.white_space_normal {
    white-space: normal;   
}
.white_space_nowrap {
    white-space: nowrap;
}
.top_2 {
    top: 2px;
}
.f_none{
    float:none;
}
.f_left{
    float:left;
}
.f_right{
    float:right;
}
.d_block{
    display:block;
}
.d_table{
    display:table;
}
.d_table > [class*="col-"]:last-child{
    padding-right:0px;
}
.d_table > [class*="col-"]:first-child{
    padding-left:0px;
}
.d_table_cell{
    display:table-cell;
}
.d_inline_b{
    display:inline-block;
}
.d_inline_m{
    display:inline-block;
    vertical-align: middle;
}
.d_none{
    display:none;
}
.v_align_m{
    vertical-align: middle;
}
.v_align_b{
    vertical-align: bottom;
}
.v_align_t{
    vertical-align: top;
}
.v_align_text_b{
    vertical-align: text-bottom;
}
.v_align_s{
    vertical-align: super;
}
.relative,
.tooltip_container{
    position:relative;
    z-index:1;
}
.w_auto{
    width:auto;
}
.w_full,
.wide_layout{
    width:100%;
}
.wrapper{
    overflow:hidden;
}
.ellipsis{
    text-overflow:ellipsis;
}
.w_break{
    word-break:break-all;
}
.text_underline {
    text-decoration: underline;
}
.t_align_c{
    text-align:center;
}
.t_align_r{
    text-align:right;
}
.t_align_l{
    text-align:left;
}
.lh_1_5 {
    line-height: 1.5
}
.lh_1_7 {
    line-height: 1.7;
}
.lh_inherit {
    line-height: inherit;
}
.lh_small{
    line-height:1.18em;
}
.lh_medium{
    line-height:1.125em;
}
.lh_large{
    line-height:1.375em;
}
.lh_50 {
    line-height: 50px;
}
.lh_40 {
    line-height: 40px;
}
.fs_ex_small{
    font-size:0.75em;
}
.fs_small{
    font-size:0.812em;
}
.fs_medium,
.accordion_item .icon-plus{
    font-size:0.875em;
}
.r_corners {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fw_ex_light{
    font-weight:100;
}
.fw_light{
    font-weight:300;
}
.fw_normal{
    font-weight:400;
}
.fw_ex_bold{
    font-weight:900;
}
.m_right_2{
    margin-right:2px;
}
.m_right_5{
    margin-right:5px;
}
.m_right_8{
    margin-right:8px;
}
.m_right_10{
    margin-right:10px;
}
.m_right_15{
    margin-right:15px;
}
.m_right_20{
    margin-right:20px;
}
.m_right_30{
    margin-right:30px;
}
.m_right_40{
    margin-right:40px;
}
.m_right_60{
    margin-right:60px;
}
.m_right_10prc {
    margin-right: 10%;
}
.m_left_5{
    margin-left:5px;
}
.m_left_8{
    margin-left:8px;
}
.m_left_10{
    margin-left:10px;
}
.m_left_15{
    margin-left:15px;
}
.m_left_20 {
    margin-left: 20px;
}
.m_bottom_0{
    margin-bottom:0px !important;
}
.m_bottom_3{
    margin-bottom:3px;
}
.m_bottom_5{
    margin-bottom:5px;
}
.m_bottom_8{
    margin-bottom:8px;
}
.m_bottom_10{
    margin-bottom:10px;
}
.m_bottom_12{
    margin-bottom:12px;
}
.m_bottom_15{
    margin-bottom:15px;
}
.m_bottom_20{
    margin-bottom:20px;
}
.m_bottom_23{
    margin-bottom:23px;
}
.m_bottom_25{
    margin-bottom:25px;
}
.m_bottom_30{
    margin-bottom:30px;
}
.m_bottom_35{
    margin-bottom:35px;
}
.m_bottom_40{
    margin-bottom:40px;
}
.m_bottom_45{
    margin-bottom:45px;
}
.m_bottom_50{
    margin-bottom:50px;
}
.m_bottom_55{
    margin-bottom:55px;
}
.m_bottom_70{
    margin-bottom:70px;
}
.m_top_0{
    margin-top:0px !important;
}
.m_top_5{
    margin-top:5px;
}
.m_top_8{
    margin-top:8px;
}
.m_top_10{
    margin-top:10px;
}
.m_top_15{
    margin-top:15px;
}
.m_top_20{
    margin-top:20px;
}
.m_top_30 {
    margin-top: 30px;
}
.m_top_35{
    margin-top:35px;
}
.m_top_40 {
    margin-top: 40px;
}
.m_top_45 {
    margin-top:45px;
}
.m_top_70 {
    margin-top:70px;
}
.m_top_100 {
    margin-top: 100px;
}
.m_top_140 {
    margin-top: 140px;
}
.m_t_7_per {
    margin-top: 7%;
}
.m_b_7_per {
    margin-bottom: 7%;
}
.pad_15 {
    padding: 15px;
}
.p_left_20 {
    padding-left: 20px;
}
.p_bottom_0 {
    padding-bottom: 0 !important;
}
.p_top_0{
    padding-top:0 !important;
}
.p_top_10{
    padding-top:10px;
}
.p_10 {
    padding: 10px;
}
.p_top_15 {
    padding-top: 15px;
}
.p_left_10p {
    padding-left: 10%;
}
.p_left_7p_impo {
    padding-left: 7% !important;
}
.p_5 {
    padding: 5px;
}
.p_left_right_5_per {
    padding-left: 5%;
    padding-right: 5%;
}
.p_0 {
    padding: 0 !important;
}
.pad_20 {
    padding: 20px;
}
.p_50 {
    padding: 50px !important;    
}
.p_top_50 {
    padding-top: 50px;
}
.p_top_65 {
    padding-top: 65px;
}
.p_bottom_50 {
    padding-bottom: 50px;
}
.p_top_80 {
    padding-top: 80px;
}

.p_bottom_80 {
    padding-bottom: 80px;
}
.p_left_5 {
    padding-left: 5px !important;
}
.p_right_5 {
    padding-right: 5px !important;
}

.p_bottom_10 {
    padding-bottom: 10px;
}
.p_bottom_15 {
    padding-bottom: 15px;
}
.p_top_4 {
    padding-top: 4px;
}
.p_left_0 {
    padding-left: 0;
}
.p_left_0_important {
    padding-left: 0 !important;
}
.p_right_0 {
    padding-right: 0;
}
.p_topbottom_20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.tt_uppercase {
    text-transform: uppercase;
}
.db_centered{
    margin-left:auto;
    margin-right:auto;
}
.border_none{
    border:none !important;
}
.mw_none{
    min-width:0 !important;
}
.color_white {
    color:#ffffff !important;
}
.color_danger {
    color: #a94442;
}
.color_info {
    color: #31708f;
}
.color_success {
    color: #1e7920;
}
.color_warning {
    color: #906605;
}
.color_primary {
    color: #23527c;
}
.pos_absolute {
    position:absolute;
}
.pos_relative {
    position: relative;
}
@media only screen and (max-width:1200px),only screen and (max-width:1200px) and (orientation: landscape){
	

    .md_wrapper{
        overflow: hidden;
    }
    .f_md_left{
        float:left;
    }
    .w_md_full,.flex_container,.thumbnails_container{
        width:100%;
    }
    .f_md_none,.hr_list > .f_md_none{
        float:none;
    }
    .d_md_block{
        display:block;
    }
    .d_md_none{
        display:none;
    }
    .d_md_inline_b{
        display:inline-block;
    }
    .t_md_align_c{
        text-align:center;
    }
    .t_md_align_l{
        text-align:left;
    }
    .m_md_right_0{
        margin-right:0px;
    }
    .m_md_right_10{
        margin-right:10px;
    }
    .m_md_right_15{
        margin-right:15px;
    }
    .m_md_right_20{
        margin-right:20px;
    }
    .m_md_bottom_5{
        margin-bottom:5px;
    }
    .m_md_bottom_10{
        margin-bottom:10px;
    }
    .m_md_bottom_15{
        margin-bottom:15px;
    }
    .m_md_bottom_30{
        margin-bottom:30px;
    }
}
@media only screen and (max-width:992px),only screen and (max-width:992px) and (orientation: portrait){

    .p_sm_top_0{
        padding-top: 0px !important;
    }
    .w_sm_auto{
        width:auto;
    }
    .f_sm_none{
        float:none;
    }
    .f_sm_left{
        float:left;
    }
    .f_sm_right{
        float:right;
    }
    .t_sm_align_l{
        text-align: left;
    }
    .t_sm_align_c{
        text-align: center;
    }
    .d_sm_block{
        display:block;
    }
    .d_sm_none{
        display:none;
    }
    .d_sm_inline_b{
        display:inline-block;
    }
    .m_sm_right_0{
        margin-right:0px;
    }
    .m_sm_right_5{
        margin-right:5px;
    }
    .m_sm_right_15{
        margin-right:15px;
    }
    .m_sm_left_15{
        margin-left:15px;
    }
    .m_sm_top_25{
        margin-top:25px;
    }
    .m_sm_top_30{
        margin-top:30px;
    }
    .m_sm_bottom_0{
        margin-bottom:0px;
    }
    .m_sm_bottom_5{
        margin-bottom:5px;
    }
    .m_sm_bottom_10{
        margin-bottom:10px;
    }
    .m_sm_bottom_15{
        margin-bottom:15px;
    }
    .m_sm_bottom_20{
        margin-bottom:20px;
    }
    .m_sm_bottom_30{
        margin-bottom:30px;
    }
    .m_sm_bottom_60{
        margin-bottom:60px;
    }
}
@media only screen and (max-width:767px){
		
    .w_xs_full {
        width:100%;
    }
    .f_xs_none {
        float:none;
    }
    .d_xs_none {
        display:none;
    }
    .w_xs_half_column{
        width:50%;
    }
    .f_xs_left {
        float:left;
    }
    .f_xs_right{
        float: right;
    }
    .d_xs_block{
        display:block;
    }
    .d_xs_inline_b{
        display:inline-block;
    }
    .d_xs_inline_m{
        display:inline-block;
        vertical-align: middle;
    }
    .t_xs_align_c{
        text-align:center;
    }
    .t_xs_align_l{
        text-align:left;
    }
    .t_xs_align_r{
        text-align:right;
    }
    .m_xs_left_0{
        margin-left:0px;
    }
    .m_xs_left_5{
        margin-right:5px;
    }
    .m_xs_right_0{
        margin-right:0;
    }
    .m_xs_right_5{
        margin-right:5px;
    }
    .m_xs_right_8{
        margin-right:8px;
    }
    .m_xs_right_15{
        margin-right:15px;
    }
    .m_xs_right_20{
        margin-right:20px;
    }
    .m_xs_top_0{
        margin-top:0px;
    }
    .m_xs_top_10{
        margin-top:10px;
    }
    .m_xs_top_15{
        margin-top:15px;	
    }
    .m_xs_top_20{
        margin-top:20px;
    }
    .m_xs_bottom_0{
        margin-bottom:0;
    }
    .m_xs_bottom_5{
        margin-bottom:5px;
    }
    .m_xs_bottom_8{
        margin-bottom:8px;
    }
    .m_xs_bottom_10{
        margin-bottom:10px;
    }
    .m_xs_bottom_15{
        margin-bottom:15px;
    }
    .m_xs_bottom_20{
        margin-bottom:20px;
    }
    .m_xs_bottom_30{
        margin-bottom:30px;
    }
}

@media only screen and (max-width:390px){
	
    .w_mxs_full{
        width:100%;
    }
    .d_mxs_none{
        display:none;
    }
    .d_mxs_block{
        display:block;
    }
    .d_mxs_inline_b{
        display:inline-block;
    }
    .d_mxs_table_cell{
        display:table-cell;
    }
    .m_mxs_left_0{
        margin-left:0;
    }
    .m_mxs_bottom_5{
        margin-bottom:5px;
    }
    .m_mxs_bottom_10{
        margin-bottom:10px;
    }
    .f_mxs_none{
        float:none;
    }

}

/*aadditional classes*/

.centered {
    display: inline-block;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    float: none;
}

.clearM {
    margin-right: 0;
    margin-left: 0;
}
.clearP {
    padding-right: 0;
    padding-left: 0;
}
.clearPRight {
    padding-right: 0;   
}

/*.tr_delay:hover, a:not(.tr_all):hover {
    -webkit-transition: color .6s ease,background-color .6s ease,border-color .6s ease;
    -moz-transition: color .6s ease,background-color .6s ease,border-color .6s ease;
    -o-transition: color .6s ease,background-color .6s ease,border-color .6s ease;
    transition: color .6s ease,background-color .6s ease,border-color .6s ease;
}*/

.tr_all  {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.min_height_90 {
    min-height: 90px;
}
.min_height_400 {
    min-height: 400px;
}
.height_auto {
    height: auto;
}
.bottom_line {
    border-bottom: 1px solid;
}

#recalculatePackagesForm [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#recalculatePackagesForm .row {
    margin-left: 0;
    margin-right: -5px;
}