body {
    font-family:verdana, sans-serif;
    margin:0;
    z-index: 1;
    /*font-size: small;*/
}

body.wait * {
    cursor:wait !important;
}

.roundedButton {
    position: relative;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('/htc/ie-css3.htc'); /* This lets IE know to call the script on all elements which get the this class */
}

#login_message {
    max-width: 70%;
}

#header, #header_inner {
    min-width: 1022px;
    max-width: 1300px;
    margin: auto;
    height: 96px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
    font-size: 10pt;
    z-index: 1;
}

#header_inner {
    width: 100%;
    border-collapse: collapse;
}

#header.top_header_minimized, #header.top_header_minimized #header_inner {
    height: 30px;
}
.top_header_minimized a {
    
    text-decoration: none;
    font-weight: bold;
    
}
.top_header_minimized a:hover {
    text-decoration: underline;
    
}
#header.top_header_none {
    height: 0;
}

#header_search_icon {
    width: 28px;
    height: 21px;
}

#header_search_icon img {
    max-height: 21px;
    max-width: 28px;
}

#header a, #header a:visited {
    color: white;
}

.background {
    background-color: #0046A2;
    z-index: 1;
}

.theme_text_color, .theme_text_color:visited {
    color: #0046A2;
}

.header_banner_userinfo {
    z-index: 3;
    margin: 0 auto;
    padding: 0;
    height: 96px;
    text-align: right;
}

.hilightedText {
    color: #0046A2;
    font-weight: bold;
}

.underlineHover:hover {
    text-decoration: underline;
}

.header_link_box_outer {
    height: 96px;
    overflow: hidden;
    z-index: 3;
    padding-right: 15px;
    text-align: right;
    line-height: 18px;
}
.header_link_box_outer a {
    text-decoration: none;
}
.header_link_box_outer .tappa {
    font-size: 11px;
    text-decoration: none;
}
.header_link_box_outer a:hover {
    text-decoration: underline;
}
.header_linkbox {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    text-align: left;
}

.header_linkbox a, .header_linkbox a:visited {
    color: white;
    text-decoration: none;
}

#header_tabs {
    height: 34px;
    position: relative;
    width: 100%;
    background: transparent url('/images/header/background_gradient_blue.png') repeat-x 0 0;
    z-index: 3;
}

#header_tabs_inner {
    min-width: 1022px;
    max-width: 1300px;
    margin: auto;
}


/*#header_tabs .extranetheader {
    background: transparent url('/images/background_gradient_green.png') repeat-x 0 0;
}*/

#header_tabs ul {
    text-align: left;
    padding: 0;
    margin: 0;
    color: white;
    height: 34px;
    font-size: 15px;
    width: 100%;
}

#header_tabs ul li {
    list-style-type: none;
    display: inline;
    cursor: pointer;
    float: left;
    margin-right: 0px;
}

#header_tabs ul li a, #header_tabs ul li a:visited {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#header_tabs .selectedtab, #header_tabs .extranettab {
    background-color: #DBDBDB;
    float: left;
}

#header_tabs .selectedtableft, #header_tabs .extranettableft {
    background: transparent url('/images/header/header_tab_selected_left.png') no-repeat 0 0;
    width: 6px;
    height: 34px;
    float: left;
}

#header_tabs .selectedtabright, #header_tabs .extranettabright {
    background: transparent url('/images/header/header_tab_selected_right.png') no-repeat 0 0;
    width: 6px;
    height: 34px;
    float: left;
}

#header_tabs .extranettab {
    background: transparent url('/images/header/header_tab_green.png') repeat-x 0 0;
}

#header_tabs .extranettableft {
    background: transparent url('/images/header/header_tab_left_green.png') no-repeat 0 0;
}

#header_tabs .extranettabright {
    background: transparent url('/images/header/header_tab_right_green.png') no-repeat 0 0;
}

#header_tabs .selectedtab a, #header_tabs .selectedtab a:visited {
    color: black;
}

#header_tabs .selectedtab .header_dropdown_list a, #header_tabs .selectedtab .header_dropdown_list a:visited {
    color: white;
}

#header_tabs .header_tab_div {
    height: 28px;
    text-align: center;
    padding: 6px 5px 0;
}

#header_tabs .header_tools_menu {
    background: transparent url('/images/header/background_gradient_grayscale2.png') repeat-x 0 0;
    border-left: 1px #666666 solid;
    border-right: 1px #666666 solid;
    padding: 6px 5px 0 7px;
}


#header_tabs .header_dropdown_list {
    height: auto;
    padding: 4px 0 0;
    margin: 7px 0 0 -10px;
    background-color: #777777;
    position: absolute;
    z-index: 1000;
    width: 190px;
    border: 1px solid #444444;
}

#header_tabs .header_dropdown_list_extranet {
    margin: 7px 0 0 -70px;
    background-color: #1ABF32;
    border: 1px solid #0BAC47;
}

#header_tabs .header_dropdown_list li {
    font-size: 12px;
    padding: 2px 10px;
    display: block;
    margin: 0;
    float: none;
    color: white;
}

#header_tabs .header_dropdown_list li:hover {
    background-color: #676767;
}

#header_tabs .header_dropdown_list_extranet li:hover {
    background-color: #0DAF42;
}

.header_info, .header_info_minimized {
    width: 100%;
    height: 175px;
    position: relative;
    font-size: 11px;
    z-index: 2;
    background: #DBDBDB url('/images/header/gradient_gray_bg_2x179.png') repeat-x 0 bottom;
}

#header_info .header_info_container {
    margin: 0 auto; 
    width: 1022px; 
    padding-top: 7px;
    
}

#header_info .header_search_latest_news {
    padding: 15px 10px 5px;
    font-size: 9px;
    height: 85px;
    overflow: hidden;
}

#header_info .header_search_latest_news_link {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    right: 10px;
    font-size: 9px;
}

#header_info .header_search_latest_news_header {
    padding-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
}

.header_info_minimized {
    height: 85px;
}

/*#header_info a, #header_info a:visited {
    color: white;
}

.button.hrefbutton a, .button.hrefbutton a:visited {
    color: white;
}*/

#header_info.header_info_locked {
    position: fixed;
    top: 0;
    left: 0;
}

#header_info .header_regplate_activity{
    position: relative;
    margin-top:5px;
    padding: 5px;
    background: transparent url('/images/header/header_regplate_activity_215x23.gif') no-repeat 0 0;

}

#outer_content.header_info_locked {
    top: 179px;
}

#outer_content.header_info_locked_minimized {
    top: 89px;
}

#header_info .header_search {
    width: 285px;

    overflow: hidden;
    float: left;
    z-index: 2;
/*    background: transparent url('/images/header/header_search_background_285x161px.gif') no-repeat 0 0; */
    background: transparent url('/images/header/header_search_background_splitted_285x161px.gif') no-repeat 0 0;
    position: relative;

}

#header_info .header_search.guest {
    height: 65px;
    z-index: 2;
    /*    background: transparent url('/images/header/header_search_background_285x161px.gif') no-repeat 0 0;
        background: transparent url('/images/header/header_search_background_splitted_285x161px.gif') no-repeat 0 0; */
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
}

#header_info .header_search_minimized {
    height: 45px;
    width: 265px;
    overflow: hidden;
    background: transparent url('/images/header/header_search_background_265x45px.gif') no-repeat 0 0;
}

#header_info .header_search_info {
    margin: 15px 10px;
    clear: both;
    padding: 15px;
}

#header_info .header_carinfo {
    width: 495px;
    height: 161px;
    margin-left: 9px;
    float: left;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background: transparent url('/images/header/header_carinfo_background_495x161px.gif') no-repeat 0 0;
}

#header_info .header_carinfo_minimized {
    height: 45px;
    width: 455px;
    overflow: hidden;
    background: transparent url('/images/header/header_carinfo_background_455x45px.gif') no-repeat 0 0;
}

#header_info .header_carinfo .header_carinfo_cardesc {
    overflow: hidden;
    width: 450px;
    margin: 8px 0 0 11px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

#header_info .header_carinfo.header_carinfo_minimized .header_carinfo_cardesc {
    color: #AAAAAA;
}

#header_info .header_carinfo .header_carinfo_icons {
    position: absolute;
    top: 4px;
    right: 5px;
}

#header_info .header_carinfo .header_carinfo_icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header_info .header_carinfo .header_carinfo_icons ul li {
    margin-top: 3px;
}

#header_info .header_carinfo .header_carinfo_cardetails {
    width: 460px;
    margin: 3px 11px 0 11px;
    border-collapse: collapse;
    line-height: 13px;
}

#header_info .header_carinfo .header_carinfo_savedbaskets {
    height: 24px;
    cursor: pointer;
    
}

#header_info .header_carinfo .header_carinfo_carhistorylink {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

#header_info .header_carinfo .header_carinfo_locklink {
    margin-left: 10px;
    font-size: 11px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 5px;
}

#header_carinfo_carhistory, #salestool_customer_carhistory {
    background-color: #F8F9F9;
    position: absolute;
    top: 300px;
    border: #BFBFBF 1px solid;
    padding: 8px;
    font-size: 11px;
    z-index: 500;
    width: 480px;
    min-height: 150px;
}

#header_carinfo_carhistory .carhistory_carlist, #salestool_customer_carhistory .carhistory_carlist {
    list-style: none;
    padding: 5px;
    margin: 0;
}

#header_carinfo_autodata {
    background-color: #F8F9F9;
    position: absolute;
    border: #BFBFBF 1px solid;
    font-size: 11px;
    z-index: 1500;
    width: 350px;
    min-height: 150px;
}

.header_carinfo_extra_info {
    border: 1px solid #999999;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    padding: 5px;
}

#header_info .header_shoppingbasket {
    width: 224px;
    /*height: 133px;*/
    z-index: 2;
    position: relative;
    background: transparent url('/images/header/header_shoppingcart_background_224x133px.gif') no-repeat 0 0;
}

#header_info .header_shoppingbasket_minimized {
    width: 284px;
    height: 45px;
    background: transparent url('/images/header/header_shoppingcart_background_284x45px.gif') no-repeat 0 0;
}

#header_info .header_shoppingbasket_outer {
    width: 224px;
    height: 161px;
    float: left;
    margin-left: 9px;
    position: relative;
    z-index: 2;
}

#shoppingbasket_offer_layer.articlecard_outer .articlecard_inner {
    padding: 0;
}

#header_info .minimize {
    width: 224px;
    height: 28px;
}

#header_info .header_search_box {
    list-style: none;
    margin: 7px 0 0 5px;
    padding: 0;
    width: 277px;
}

#header_info .header_search_box_minimized {
    margin: 5px 5px 0;
    width: 257px;
}

#header_info .header_search_box li {
    display: inline;
    float: left;
    margin-left: 5px;
}

#header_info .header_search_box li.header_search_box_first {
    text-align: center;
    width: 28px;
}

#header_info .header_search_box.header_search_box_choices {
    margin-top: 0;
}

#header_info .header_search_box_choices .header_search_box_choices_first {
    margin: 10px 1px 1px 25px;
}

#header_info .header_search_box_choices li {
    margin: 1px 1px 1px 25px;
    clear: both;
    #width: 250px;
}

#header_info .reg_plate_warning {
    position: absolute;
    background-color: #CFCFCF;
    border: 1px solid #939393;
    padding: 4px;
    font-weight: bold;
    color: #8C0000;
    top: 50px;
    left: 175px;
    z-index: 5;
    
}

#header_info .shoppingcart_inner {
    /*height: 70px;*/
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    width: 205px;
    padding: 0 10px;
}

.header_info .header_shoppingcart_icon {
    position: absolute;
    right: 5px;
    top: 3px;
    height: 20px;
}

#header_search_autocomplete {
    position: absolute;
    top: 50px;
    left: 175px;
    z-index: 5;
}

#shoppingcart_history_search_input, .input_box_basic {
    font-size: 11px;
    border: solid 1px black;
    width: 159px;
    padding: 3px 2px 4px;
}

#header_search_input {
    z-index: 501;
    position: relative;
    width: 215px;
}

#header_search_submit {
    vertical-align: middle; display: inline-block; margin-left: 2px; font-size: 110%; width: 53px; float: right; margin-top: 3px;
}

#header_info .header_search_box_minimized #header_search_input {
   width: 195px;
}

#header_info #header_search_input.header_search_regplate {
    border-color: #0000BB;
}

#header_info #header_search_input.header_search_article {
    border-color: #008800;
}

#header_search_choices .header_search_regplate {
    color: #000099;
}

#header_search_choices .header_search_article {
    color: #006600;
}

.header_shoppingcart_quickcontents {
    border: #BFBFBF 1px solid;
    background-color: #F8F9F9;
    position: absolute;
    padding: 10px 5px;
    z-index: 50;
    margin-top: 1px;
}

.header_shoppingcart_quickcontents_minimized {
    left: -77px;
    margin-top: 3px;
}

.header_shoppingcart_quickcontents table {
    width: 100%;
    padding: 5px;
    border-collapse: collapse;
}

.autocomplete {
    background-color: #F8F9F9; /* #CFCFCF; */
    border: 1px solid #BFBFBF; /* #939393; */
    padding: 4px;
    margin-top: 3px;
    font-size: 11px;
    width: 270px;
    z-index: 9010;
}

.autocomplete ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.autocomplete ul li {
    padding: 2px 0 2px 5px;
    cursor: pointer;
}

.autocomplete ul li:hover {
    background-color: #efefef;
}

.centeredDiv, .centeredDivAbsolute {
    display: table;
    position: fixed;
    z-index: 9004;
    left: 45%;
    top: 45%;
}

.centeredDivAbsolute {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -47px;
    z-index: 9004;
}

.searchInProgressInner {
    border: 1px solid #444444;
    background-color: #ededed;
    text-align: center;
    z-index: 1;
}

.searchInProgressInnerRelative {
    display: inline-block;
}

#header_shoppingcart_progress {
    position: absolute;
    z-index: 5;
    margin: 20px 0 0 65px;
}

.grayBackground {
    height: 100%;
    width: 100%;
    /*background-color: #404040;
    opacity:0.9;*/
    background-color: #000000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}

.uppercase {
    text-transform: uppercase;
}


.button {
    cursor: pointer;
    height: 23px;
}

.button a {
    text-decoration: none;
    color: inherit;
}

.button .button_content {
    color: white;
    font-weight: bold;
    padding: 4px 4px 0;
    height: 19px;
    text-align: center;
    float: left;
    font-size: 11px;
    background-color: #0046A2;
}

.button .buttonleft {
    background: transparent url('/images/corners/button_left_blue_7x23.gif') no-repeat 0 0;
    height: 23px;
    width: 7px;
    float: left;
}

.button .buttonright {
    background: transparent url('/images/corners/button_right_blue_7x23.gif') no-repeat 0 0;
    height: 23px;
    width: 7px;
    float: left;
}

.button.buttongray .buttonleft {
    background: transparent url('/images/corners/button_left_gray_7x23.gif') no-repeat 0 0;
}

.button.buttongray .buttonright {
    background: transparent url('/images/corners/button_right_gray_7x23.gif') no-repeat 0 0;
}

.button.buttongray .button_content {
    background-color: #AFAFAF;
}

.button.buttongreensmall .buttonleft {
    background: transparent url('/images/corners/button_left_green_7x23.gif') no-repeat 0 0;
}

.button.buttongreensmall .buttonright {
    background: transparent url('/images/corners/button_right_green_7x23.gif') no-repeat 0 0;
}

.button.buttongreensmall .button_content {
    background-color: #00B203;
}

.button.buttonred .buttonleft {
    background: transparent url('/images/corners/button_left_red_7x23.gif') no-repeat 0 0;
}

.button.buttonred .buttonright {
    background: transparent url('/images/corners/button_right_red_7x23.gif') no-repeat 0 0;
}

.button.buttonred .button_content {
    background-color: #D41314;
}

.button.buttondarkblue .buttonleft {
    background: transparent url('/images/corners/button_left_blue_7x23.gif') no-repeat 0 0;
}

.button.buttondarkblue .buttonright {
    background: transparent url('/images/corners/button_right_blue_7x23.gif') no-repeat 0 0;
}

.button.buttondarkblue .button_content {
    background-color: #0046A2;
}

.buttongreen .buttonleft {
    background: transparent url('/images/forum/green_button_left_7x31.png') no-repeat 0 0;
    height: 31px;
}

.buttongreen .buttonright {
    background: transparent url('/images/forum/green_button_right_7x31.png') no-repeat 0 0;
    height: 31px;
}

.buttongreen .button_content {
    background: transparent url('/images/forum/green_button_middle_1x31.png') repeat-x 0 0;
    height: 25px;
    font-size: 15px;
    padding: 6px 4px 0;
}

.buttondisabled {
    opacity: 0.4;
    cursor: default;
}

.cssbutton {
    padding: 5px 10px;
    display: inline;
    background: #777777 url(/images/buttons/button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}
.cssbutton:hover {
    background-position: 0 center;
}
.cssbutton:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}
.cssbutton.red { background-color: #e50000; }
.cssbutton.purple { background-color: #9400bf; }
.cssbutton.green { background-color: #58aa00; }
.cssbutton.orange { background-color: #ff9c00; }
.cssbutton.blue { background-color: #2c6da0; }
.cssbutton.black { background-color: #333; }
.cssbutton.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.cssbutton.small { font-size: 75%; padding: 3px 7px; }
.cssbutton.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.cssbutton.large { font-size: 125%; padding: 7px 12px; }
.cssbutton.large:active { padding: 8px 12px 6px; background-position: 0 top; }

#searchtree {
    top: 0;
    right: 1px;
    position: absolute;
    z-index: 1;
}

.searchtree_top {
    width: 221px;
    height: 6px;
    background: transparent url('/images/searchtree/gray_rounded_top_221x6.png') no-repeat 0 0;
}

.searchtree_content {
    width: 221px;
    background: transparent url('/images/searchtree/gray_gradient_bg_221x1500.png') no-repeat 0 0;
}

#inner_content {
    position: absolute;
    right: 222px;
    margin-right: 5px;
    min-width: 797px;
    z-index: 1;
    left: 1px;
}

#outer_content {
    position: relative;
    margin: 0 auto 0;
    min-width: 1022px;
    max-width: 1300px;
    z-index: 1;
    margin-top: 5px;
}

#outer_content.articles_temot {
    min-width: 1250px;
}

.grayonhover:hover {
    background-color: rgb(200,200,200);
}
.searchtree_list {
    list-style: none;
    margin: 0;
    padding: 2px 0 10px 0;
    color: black;

}

.searchtree_node, .searchtree_node a, .searchtree_node a:visited {
    cursor: pointer;
    color: black;
    text-decoration: none;
    padding: 2px 0 2px 4px;
    display: flex;
}

.searchtree_node a {
    margin-left: 9px;
    display: inline-block;
}

.searchtree_node1 {
    font-size: 12px;
}

.searchtree_node1_selected, .searchtree_node1_selected a, .searchtree_node1_selected a:visited {
    color: white;
    font-weight: bold;
}

.searchtree_node2 {
    font-size: 11px;
    padding-left: 15px;
    background-color: white;
}

.searchtree_node2_selected, .searchtree_node2_selected a, .searchtree_node2_selected a:visited {
    color: #0046A2;
    font-weight: bold;
}

.searchtree_node3 {
    font-size: 11px;
    padding-left: 25px;
    background-color: white;
}

.searchtree_node3_selected, .searchtree_node3_selected a, .searchtree_node3_selected a:visited {
    font-weight: bold;
}

.searchtree_node4 {
    font-size: 11px;
    padding-left: 30px;
    background-color: white;
}

.searchtree_node4_selected, .searchtree_node4_selected a, .searchtree_node4_selected a:visited {
    font-weight: bold;
}

.searchtree_disabled, .searchtree_disabled a, .searchtree_disabled a:visited {
    color: #666663;
    cursor: default;
}

.searchtree_node1_service, .searchtree_node2_service {
    font-size: 10px;
}

.searchtree_div {
    font-size: 7px;
    padding-top: 4px;
    float: left;
}

.articlestable {
    table-layout: auto;
    border-collapse: collapse;
    min-width: 797px;
    width: 100%;
    font-size: 11px;
    border-spacing: 0;
    border: none;
}
.frontpagearticles {
    min-width: 100px; 
    clear: both; 
    width: 295px; 
    float: left;
    
}
.articlestable .header_left {
    height: 31px;
    width: 3px;
    background: transparent url('/images/tables/header_gray_left_5x31.png') no-repeat top right;
}

.articlestable .header_right {
    height: 31px;
    width: 3px;
    background: transparent url('/images/tables/header_gray_right_5x31.png') no-repeat top left;
}

.articlestable .header_normal {
    text-align: left;
    height: 31px;
    background: transparent url('/images/tables/header_gray_bg_2x31.png') repeat-x top;
    font-weight: bold;
    padding: 0 5px;
}

.articlestable.filearchive .header_left {
    background: transparent url('/images/tables/header_green_left_5x31.png') no-repeat top right;
}

.articlestable.filearchive .header_right {
    background: transparent url('/images/tables/header_green_right_5x31.png') no-repeat top left;
}

.articlestable.filearchive .header_normal {
    background: transparent url('/images/tables/header_green_bg_2x31.png') repeat-x top;
}

.articlestable .clickable {
    cursor: pointer;
    white-space: nowrap;
}

.articlestable .normalcell {
    padding: 6px 5px;
    vertical-align: top;
}

.articlestable .corecell {
    text-align: right;
    vertical-align: middle;
    padding-right: 4em;
}

.articlestable .header_picture {
    min-width: 70px;
    max-width: 100px;
    text-align: center;
}

.articlestable .picture {
    max-width: 100px;
    max-height: 70px;
}

.articlestable .pdf {
    height: 19px;
}

.articlestable .shoppingbasketcontrols {
    white-space: nowrap;
}

.articlestable .envelope {
    vertical-align: top;
    padding-top: 10px;
}


.articlestable .shoppingbasket_arrow {
    border: none;
    padding: 0;
    margin: 0;
}

.articlestable .shoppingbasket_field, .articles_accessories_item .shoppingbasket_field {
    padding:0;
    border:none;
    margin: 0 0 5px 0;
    border-collapse: collapse;
    width: 55px;
}

.articlestable .shoppingbasket_field input, .articles_accessories_item .shoppingbasket_field input, .articles_kstools_item .shoppingbasket_field input {
    width: 25px;
    text-align: center;
    height: 12px;
    font-size: 11px;
    margin: 0;
    border: #000000 solid 1px;
}

.articlestable .envelope img {
    height: 12px;
}

.quantitypercar {
    text-align:center;
}

.articlestable .envelope .articlelist_articlecard_repairtimes_shoppingbasket_controls img {
    height: auto;
}

.articlestable .subarticle {
    /* background-color: #EfEfEf; */
}

.articlestable .articles_list_repairtimes_icon {
    clear: both;
}

.articlestable .subarticleBorder {
    /* border-bottom: 1px solid #dedede; */
    /* border-bottom: 1px solid #E6E6E6; */
    border-bottom: 1px solid #CACACA;
}

.articlestable .downlight {
    /* color: #70706D; */
    color: #A2A29F;
}

.articlestable .enginecodesearch_selected {
    color: white;
    font-weight: bold;
    background-color: #A2A2A2;
}

.articlestable .subheader_left {
    height: 31px;
    width: 3px;
}

.articlestable .subheader_right {
    height: 31px;
    width: 3px;
}

.articlestable .subheader_normal {
    text-align: left;
    height: 31px;
    background-color: #E2E2E2;
    font-weight: bold;
    padding: 0 5px;
}

.articles_header_supplier_list, .articles_header_position_list {
    border: #BFBFBF 1px solid;
    background-color: #F8F9F9;
    position: absolute;
    z-index: 10;
    min-width: 200px;
    text-align: left;
    font-size: 11px;
    overflow: hidden;
    font-weight: normal;
    margin-top: -1px;
}

.articles_header_supplier_list ul, .articles_header_position_list ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

.articles_header_supplier_list ul li, .articles_header_position_list ul li {
    cursor: pointer;
}

.articles_header_supplier_list ul li:hover, .articles_header_position_list ul li:hover {
    font-weight: bold;
}

.articlestable .articles_table_row_repair {
    clear: both;
    padding-bottom: 3px;
}

.articles_list_repairtimes_details {
    position: absolute;
    background-color: transparent;
    z-index: 9000;
    margin: 0 80px 0 -40px;
    min-width: 440px;
}

.evenrow {
    background-color: #E2E2E2;
    /* background-color: #F5F5F5; */
    /* background-color: #F8F8F8; */
}

.articlestable .volvoarticle {
    /* background-color: #D8D8FF; */
    background-color: #E3E3FF;
}

.articlestable_garagesaldo {
    color: rgb(207, 67, 12);
    font-weight: bold;
    cursor: pointer;
}

.articlestable_articlerow_kgkitem_row {
    background-color: rgb(105, 164, 216);
}
.articlestable .articlestable_articlerow_kgkitem_row_cell_colour {
    background-color: rgb(30,76,117);
}

.shoppingcart_contents_private_order_dialog_background {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.75;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
}

.shoppingcart_contents_private_order_dialog .shoppingcart_contents_private_order_dialog_header_close {
    float: right;
    font-size: 17px;
    color: #777777;
    text-decoration: none;
    margin: -4px 0 0;
}

.shoppingcart_contents_private_order_dialog .shoppingcart_contents_private_order_dialog_header_close:hover {
    color: #000000;
}

.shoppingcart_contents_private_order_dialog {
    z-index: 9001;
    position: absolute;
    font-size: 11px;
    border: solid 1px #cccccc;
    width: 800px;
    background-color: white;
}

.shoppingcart_contents_private_order_dialog .shoppingcart_contents_private_order_dialog_header {
    font-weight: bold;
    padding: 5px 5px;
    color: #333333;
    font-size: 12px;
    margin-bottom: 5px;
}

.shoppingcart_contents_private_order_dialog .shoppingcart_contents_private_order_dialog_disclaimer {
    height: 200px;
    overflow: auto;
    border: 1px solid #cccccc;
    margin: 5px 0;
    padding: 3px;
}

.shoppingcart_contents_private_order_dialog .shoppingcart_contents_private_order_dialog_input {
    border: solid 1px #000000;
    padding: 1px 2px;
    font-size: 11px;
    width: 150px;
}

.shoppingcart_contents_private_order_dialog_cell {
    padding: 1px 4px;
}

.shoppingcart_header {
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
    width: 99%;
}

.shoppingcart_history_reg_plate_search {
    font-size: 11px;
    /*float: right;*/
    margin-right: 5px;
    margin-top: 10px;
}

.shoppingcart_history_reg_plate_search .iefix {
    /*float: right;*/
    /*text-align: center;*/
}

.shoppingcart_history_reg_plate_search .btn_gray {
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    padding: 3px 12px 3px 12px;
}

.shoppingcart_history_reg_plate_search span {
    color:#666;
}

.shoppingcart_print {
    float: right;
    font-size: 11px;
    margin-right: 15px;
}

.shoppingcart_print ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.shoppingcart_print ul li {
    float: left;
    padding-top: 5px;
    cursor: pointer;
}

.articlestable .shoppingcart_remove {
    text-decoration: underline;
    cursor: pointer;
}

.articlestable .shoppingcart_remove:hover {
    font-weight: bold;
}

.articlestable .shoppingcart_totalrow {
    /* background-color: #D7D7D9; */
    background-color: #CDCDCF;
    font-weight: bold;
}
.articlestable .shoppingcart_totalrow td {
    padding: 6px 0;
}

.articlestable .shoppingcart_messagerow {
    border-bottom: #DBDBDB solid 1px;
}

.articlestable .shoppingcart_messagerow td {
    padding: 6px 0;
}

.articlestable .shoppingcart_messagerow input {
    font-size: 11px;
    width: 99%;
    padding: 2px;
}

.articlestable .savedbasketrow:hover {
    background-color: #CECECE;
}

.articlestable .savedbasketrow {
    cursor: pointer;
}

.articlestable .shoppingcart_saved_items_container {
    border: 1px solid #C0C0C0;
    margin: 0 10px 5px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.articlestable .savedbasketitems_header {
    /* background-color: #ECECEC; */
    background-color: #CACACA;
    font-weight: bold;
    text-align: left;
}

.articlestable .savedbasketitems_cell {
    background-color: #F8F8F8;
}

.articlestable .incoming_textarea {
    width: 234px;
    padding: 0 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    height: 75px;
}

.articlestable .shoppingcart_add_new_article {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articlestable .shoppingcart_add_new_article li {
    float: left;
    margin: 0 5px;
    padding-top: 3px;
    font-size: 12px;
}

.articlestable .operation_header {
    font-size: 13px;
    background-color: #dddddd;
    font-weight: bold;
    position: relative;
    border-top: medium white solid;
}

.articlestable .operation_row_even {
    background-color: #dddddd;
}

.articlestable .operation_header_image {
    display: none;
}

.ontoplayer {
    background-color: #ECECEC;
    border: #434343 1px solid;
    position: absolute;
}

.ontoplayer_nopadding {
    background-color: #ECECEC;
    border: #434343 2px solid;
    position: absolute;
}

.articlecard_inner {
    background-color: white;
    padding: 8px;
    min-height: 180px;
    z-index: 1;
}

.articlecard_outer .articlecard_inner_transparent_border {
    border: 1px solid transparent;
}

.articlecard_inner .articlelist_articlecard_productinfo_otherpics {
    clear: both;
}

.articlecard_inner .teccomtitle {
    cursor: help;
}

.articlecard_outer {
    min-width: 500px;
    max-width: 750px;
    min-height: 200px;
    z-index: 9003;
}

.articlecard_outer .articlecard_header {
    background-color: #DDDDDD;
    cursor: move;
    padding: 5px 7px;
    border-bottom: 1px solid #cccccc;
}

.articlecard_outer .articlecard_content {
    padding: 8px;
    z-index: 9003;
}

.articlelist_articlecard_tabs {
    text-align: left;
    margin: 0 10px;
    color: white;
    height: 30px;
    padding-left: 7px;
    font-size: 11px;
    border-bottom: #DBDBDB 1px solid;
}

.articlelist_articlecard_tabs li {
    list-style-type: none;
    display: inline;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    color: black;
}

.articlelist_articlecard_tabs .selectedtableft {
    background: transparent url('/images/tabs/dark_gray_tab_5x30_left.png') no-repeat 0 0;
    width: 5px;
    height: 30px;
    float: left;
}

.articlelist_articlecard_tabs .selectedtabright {
    background: transparent url('/images/tabs/dark_gray_tab_5x30_right.png') no-repeat 0 0;
    width: 5px;
    height: 30px;
    float: left;
}

.articlelist_articlecard_tabs .tableft {
    background: transparent url('/images/tabs/light_gray_tab_5x30_left.png') no-repeat 0 0;
    width: 5px;
    height: 30px;
    float: left;
}

.articlelist_articlecard_tabs .tabright {
    background: transparent url('/images/tabs/light_gray_tab_5x30_right.png') no-repeat 0 0;
    width: 5px;
    height: 30px;
    float: left;
}

.articlelist_articlecard_tabs .selectedtab, .articlelist_articlecard_tabs .tab {
    float: left;
    height: 24px;
    padding: 6px 3px 0;
    font-weight: bold;
}

.articlelist_articlecard_tabs .selectedtab {
    background-color: #DBDBDB;
}

.articlelist_articlecard_tabs .tab {
    background-color: #EAE9E9;
}

.articlelist_articlecard_productinfo_mainpic {
    height: 200px;
    width: 150px;
    padding: 5px;
    float: left;
}

.articlelist_articlecard_productinfo_specs {
    font-size: 10px;
    padding: 5px;
    float: left;
    max-width: 400px;
}

.articlecard_carlinks_left {
    float: left; width: 380px;
}

.articlecard_oenumbers_right {
    float: right; width: 250px;
}

.articlecard_oenumbers_full {
    width: 100%;
}

.articlecard_outer .articlecard_carlinks_brand {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    cursor: pointer;
}

.articlecard_outer .articlecard_carlinks_brand img {
    margin-bottom: -6px;
    margin-right: 5px;
}

.articlecard_tab_header {
    border-bottom: 1px solid #bfbfbf;
    color: #444;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.articlelist_articlecard_productinfo_oenumbers {
    width: 100%;
    margin: 5px 10px;
    font-size: 11px;
    border-collapse: collapse;
    float: right;
}

.articlelist_worktime_layer {
    width: auto;
    margin: 5px 10px;
    font-size: 11px;
    border-collapse: collapse;
    clear: both;
    min-width: 420px;
}

.articlelist_articlecard_carlinks {
    margin: 11px 5px;
    list-style: none;
    font-size: 11px;
    padding: 0;
}

.articlecard_inner .article_search_link {
    text-decoration: none;
    color: black;
    font-size: 11px;
    cursor: pointer;
}

.articlecard_inner .article_search_link:hover {
    text-decoration: underline;
}

.articlestable.shoppingbasket_offer .header_left {
    height: 35px;
    width: 20px;
    background: none;
}

.articlestable.shoppingbasket_offer .header_right {
    height: 35px;
    width: 20px;
    background: none;
}

.articlestable.shoppingbasket_offer .header_normal {
    text-align: left;
    height: 35px;
    background: none;
    font-weight: normal;
    padding: 0 5px;
}

.articlestable.shoppingbasket_offer .header_vertical {
    text-align: left;
    background: none;
    font-weight: bold;
    padding: 6px 20px;
}

.articlestable.shoppingbasket_offer .evenrow {
    background-color: transparent;
}

.articlestable.shoppingbasket_offer .shoppingcart_totalrow {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    background-color: rgb(240,240,240);
    font-weight: bold;
}

.articlestable.shoppingbasket_offer .shoppingcart_headerrow {
    border-bottom: 1px solid #cccccc;
}

.buttonsquare {
    float: right;
    width: 40px;
    height: 40px;
}

.buttonsquare_content {
    color: white;
    padding: 4px 4px 0;
    background-color: rgb(10,20,80);
    width: 40px;
    height: 40px;
    font-size: 36px;
    font-weight: normal;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.search_results_not_linked_to_car {
    color: #222222;
    text-align: center;
    font-size: 15px;
    padding: 0 0 5px;
}

#header_tabs ul li.tile .service_disabled {
    background: none repeat scroll 0 0 rgba(40, 40, 40, 0.3);
}

#header_tabs ul li.tile .service_disabled a, #header_tabs ul li.tile .service_disabled a:visited {
    color: #909090;
} 

/* DIALOG CORE */
#dialog-overlay { top:0;left:0;width:100%;height:100%;z-index:9000; position: fixed; }
#dialog-container { overflow:hidden;z-index:9001;text-align:left; position: fixed; }

/* DIALOG TOP */
#dialog-top{background:#ddd;border-bottom:1px solid #CCCCCC;padding:5px;font-weight:bold; }
#dialog-title{color:#333;font-size:12px;}
#dialog-close{color:#fff;padding-left:5px}
#dialog-close:hover{color:#ccc}

/* DIALOG BOTTOM */
#dialog-bottom{background:#eee;border-top:1px solid #ccc;color:#666;padding:5px;text-align:center;font-size:12px}
#dialog-bottom .next,
#dialog-bottom .prev{color:#ccc;font-weight:bold;color:#333}
#dialog-bottom .next:hover,
#dialog-bottom .prev:hover{color:#f90}
#dialog-bottom .next{padding-left:10px}
#dialog-bottom .prev{padding-right:10px}
#dialog-bottom .curr{}

/* DIALOG MISC */
#dialog-loading{color:#ccc;font-weight:bold;text-align:center;padding:20px}

/* DIALOG PREDEFINED */
#dialog-container .alert,
#dialog-container .confirm { text-align:center;color:#999 }
#dialog-container .alert input,
#dialog-container .confirm input { font-weight:bold;width:75px }

/* DIALOG PERSONAL */
#dialog-container .grayTheme { background-color: #EFEFEF; font-size: 12px; }
#dialog-content { border-top: 1px solid #F9F9F9; }
#dialog-container { border: solid 1px white; }
#dialog-close { color: #777777; text-decoration: none; }
#dialog-close:hover{ color:#000000; }

.boxshadow {
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.boxshadowlight {
    -moz-box-shadow: 2px 2px 4px #444;
    -webkit-box-shadow: 2px 2px 4px #444;
    box-shadow: 2px 2px 4px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444');
}

.staticboxshadow {
    -moz-box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
    behavior: url('/htc/ie-css3.htc'); /* This lets IE know to call the script on all elements which get the 'box' */
}

.pagination_basic{
    padding: 2px 0;
    margin: 0 auto;
}

.pagination_basic ul{
    margin: 0;
    padding: 0;
    text-align: center; /*Set to "right" to right align pagination interface*/
    font-size: 12px;
}

.pagination_basic li{
    list-style-type: none;
    display: inline;
}

.pagination_basic span {
    cursor: pointer;
}

.pagination_basic a, .pagination_basic span, .pagination_basic a:visited{
    text-decoration: none;
    color: #444444;
}

.pagination_basic a:hover, .pagination_basic a:active, .pagination_basic span:hover {
    color: #000000;
}

.pagination_basic a.currentpage, .pagination_basic span.currentpage {
    font-weight: bold;
    cursor: default;
    color: #000000;
}

.pagination_basic a.disablelink, .pagination_basic span.disablelink, .pagination_basic a.disablelink:hover, .pagination_basic span.disablelink:hover{
    cursor: default;
    color: #929292;
}

.pagination_basic_outer {
    background-color: #E6E6E6;
    border: 1px solid #C8C8C8;
    margin: 5px 0;
}

b.rtop{display:block;background: transparent;}
b.rtop b{display:block;height: 1px; overflow: hidden; background: #608294}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4{margin: 0 1px;height: 2px}


/*Styles for date picker*/

.scal_floating{
    background-color: White;
    margin:0;
    border:1px solid #bfcdd4;
    font-family: Arial,sans-serif;
    font-size:12px;
    width:219px; /* cellwidth * 7 + cellpadding * 14 + cellborder * 14 */
    display:block;
    padding:0;
    min-height:175px;
}
.scal_floating:hover{
    cursor:pointer;
    /*cursor:hand; /* If you're worried about old IE versions, turn this on.  I have it off because I hate seeing css exceptions in my debug window. ;) */
}
.scal_floating .calwrapper{
    display:block;
}
.scal_floating .calweekswrapper{
    display:block;
    border: solid 1px White;
}
.scal_floating .calheader{
    display: block;
    width:100%;
    text-align:center;
    color: #CF6228;
    font-size:13px;
    font-weight: bold;
    background-color: #EEF3F6;
    padding-bottom: 2px;
    padding-top: 2px;
}
.scal_floating .caltitle{
    width:auto;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.scal_floating .calcontrol{
    font-weight: bold;
    width:20px;
    background: transparent no-repeat center center;
}

.scal_floating .calcontrol:hover{
}
.scal_floating .calclose{
    float:right;
    display:block;
    /* background-image: url(img/close.jpg); */
}
.scal_floating .calprevmonth{
    float:left;
        /*background-image: url(images/calendar/month-previous.jpg);*/
}
.scal_floating .calnextmonth{
    float:right;
        /*background-image: url(images/calendar/month-next.jpg);*/
}
.scal_floating .calnextyear{
        float:right;
        /*background-image: url(images/calendar/year-next.jpg);*/
}
.scal_floating .calprevyear{
        float:left;
        /*background-image: url(images/calendar/year-previous.jpg);*/
}
.scal_floating .daybox{
    float:left;
    background-color: white;
    border:1px solid white;
    width:25px;
    padding:2px;
    color:black;
    text-align:center;
}
.scal_floating .dayboxvalue{
    display: none;
}
.scal_floating .dayboxname{
    border: 1px solid #EEF3F6;
        background-color: #EEF3F6;
    color:#6190AA;
}
.scal_floating .dayboxsunday{
    background-color: White;
    border: 1px solid White;
}
.scal_floating .dayboxsaturday{
    background-color: White;
    border: 1px solid White;
}
.scal_floating .daybox:hover{
}
.scal_floating .dayboxname:hover{
}
.scal_floating .dayinmonth{
    color:#6190AA;
}
.scal_floating .dayoutmonth{
    color:black;
}
.scal_floating .dayselected{
    background-color: #CF6228;
    color: White;
}
.scal_floating .daynotinuse{
    color:gray;
}
.scal_floating .daycurrent{
    border:1px solid #e8eef7;
}
.scal_floating .weekbox{
    width:100%;
    min-height:21px;
    display:block;
    margin-top:2px;
    background-color: #EEF3F6;
}
.scal_floating .endweek{
    float:left;
}
.scal_floating .weekboxname{
    background-color: #EEF3F6;
}

/* end of datepicker styles */

.post_it_note_outer {
    width: 254px;
    float: left;
    margin-left: 10px;
}

.post_it_note_outer .post_it_note_top {
    background: transparent url('/images/post_it_note_top.png') no-repeat 0 0;
    height: 33px;
    width: 254px;
}

.post_it_note_outer .post_it_note_middle {
    background: transparent url('/images/post_it_note_middle.png') repeat-y 0 0;
    width: 254px;
}

.post_it_note_outer .post_it_note_bottom {
    background: transparent url('/images/post_it_note_bottom.png') no-repeat 0 0;
    height: 33px;
    width: 254px;
}

.gray_background_contents {
    color: #444444;
    font-size: 13px;
    background-color: #E6E6E6;
    height: 15px;
    margin-top: -4px;
    padding: 0 20px;
    z-index: 1;
}

.gray_background_image_flipped {
    background: transparent url('/images/tables/gray_background_flipped.gif') repeat-x 0 0;
    height: 29px;
}

.gray_background_image {
    background: transparent url('/images/tables/gray_background.gif') repeat-x 0 0;
    height: 29px;
}

.service_offer_change_article {
    border: 2px solid #434343;
    background-color: #ECECEC;
    padding: 15px;
    width: 80%;
    margin: auto;
}

.service_offer_change_article_listing {
    position: fixed;
    margin: 0 auto;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9001;
}

.service_offer_control_article {
    color: red;
    font-size: 7pt;
}

.service_offer_table input[type="text"] {
    padding: 2px;
    border: solid 1px #999;
}

.service_offer_table input[type="text"].error {
    border: solid 1px #666;
}

.contents_car_selection_manufacturer {
    width: 160px;
    float: left;
}

.contents_car_selection_models {
    width: 310px;
    margin-left: 7px;
    float: left;
}

.contents_car_selection_types {
    width: 520px;
    margin-left: 7px;
    float: left;
}

.carselection_cell {
    padding: 1px 3px;
}

.extranet_calendar_outer {
    width: 100%;
    height: 720px;
    z-index: 1;
}

.extranet_calendar_outer .extranet_calendar_inner {
    width: 915px;
    height: 660px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding-top: 8px;
}

.extranet_calendar_header_outer .extranet_calendar_year_select_outer {
    width: 915px;
    background: transparent url('/images/forum/green_header_915x50.png') no-repeat 0 0;
    height: 50px;
}

.extranet_calendar_year_select_outer .extranet_calendar_year_select_inner {
    width: 175px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
}

.extranet_calendar_year_select_inner a.prevnext {
    text-decoration: none;
    display: block;
    padding-top: 8px;
    z-index: 3;
}

.extranet_calendar_year_select_inner .extranet_calendar_prev_year {
    float: left;
}

.extranet_calendar_year_select_inner .extranet_calendar_next_year {
    float: right;
}

.extranet_calendar_year_select_inner .extranet_calendar_year {
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding: 0 12px;
}

.extranet_calendar_header_outer .extranet_calendar_year .cufon {
    overflow: hidden;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_outer {
    background: transparent url('/images/calendar/month_select_header_915x55.png') no-repeat 0 0;
    margin: 5px auto 0;
    height: 41px;
    padding: 7px 25px;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_inner {
    background-color: #D2D2D2;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    height: 36px;
    width: 855px;
    margin: 0 auto;
    float: left;
    display: block;
}

.extranet_calendar_month_select_inner .table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_element {
    background-color: #D2D2D2;
    list-style-type: none;
    display: inline;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 11px 5px 10px;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_selected {
    background-color: #12B33F;
    color: #FFFFFF;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_left {
    background: transparent url('/images/calendar/grey_navbar_36_left.png') no-repeat 0 0;
    width: 4px;
    height: 36px;
    float: left;
    display: block;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_right {
    background: transparent url('/images/calendar/grey_navbar_36_right.png') no-repeat 0 0;
    width: 4px;
    height: 36px;
    float: left;
    display: block;
}

.extranet_calendar_header_outer .extranet_calendar_month_select_inner ul li:hover {
    background-color: #12B33F;
    color: #FFFFFF;
}

.extranet_calendar_header_outer ul,hr {
    margin: 0;
    padding: 0;
}

.extranet_calendar_header_outer .extranet_calendar_current_month_outer {
    background-color: #E9E9E9;
    padding-top: 10px;
    width: 915px;
    height: 25px;
}

.extranet_calendar_header_outer .extranet_calendar_toggle_admin_mode {
    position: absolute;
    top: 128px;
    right: 0;
    padding-right: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.extranet_calendar_header_outer .extranet_calendar_current_month_inner {
    color: #0D9237;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.extranet_calendar_outer .extranet_calendar_inner_contents {
    width: 915px;
}

.extranet_calendar_inner_contents .extranet_calendar_table_outer {
    background-color: #E9E9E9;
    width: 895px;
    padding: 0 10px;
}

.extranet_calendar_table_outer .extranet_calendar_table_inner {
    height: 732px;
    background: transparent url('/images/calendar/gray_rectangle_895x732.png') no-repeat 0 0;
    font-size: 12px;
    padding: 15px;
}

.extranet_calendar_table_inner .extranet_calendar_table_day_header {
    padding: 4px;
    font-weight: bold;
    text-align: center;
}

.extranet_calendar_table_inner .extranet_calendar_table_week_row {
    height: 112px;
}

.extranet_calendar_table_inner .extranet_calendar_table_week_number {
    text-align: left;
    padding: 4px;
    font-weight: bold;
    width: 35px;
    vertical-align: top;
}

.extranet_calendar_table_inner .extranet_calendar_table_cell {
    vertical-align: top;
    border: thin solid #CCCCCC;
}

.extranet_calendar_table_inner #selectable .ui-selecting .extranet_calendar_table_cell_body { background: #FFBB99; }
.extranet_calendar_table_inner #selectable .ui-selected .extranet_calendar_table_cell_body { background: #FFBB99; }
.extranet_calendar_table_inner #selectable {}

.extranet_calendar_table_cell .extranet_calendar_table_cell_header {
    background-color: #ECECEC;
    padding: 2px 0;
    width: 100%;
    text-align: left;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_body {
    background-color: #F7F7F7;
    width: 100%;
    height: 90px;
    overflow: hidden;
    font-size: 11px;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_header.today {
    background-color: #C5EBC2;
    padding: 2px 0;
    width: 100%;
    text-align: left;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_body.today {
    background-color: #E7FFE5;
    width: 100%;
    height: 91px;
    overflow: hidden;
    font-size: 11px;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_header.other_month {
    color: #888888;
    background-color: #ECECEC;
    padding: 2px 0;
    width: 100%;
    text-align: left;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_body.other_month {
    background-color: #F7F7F7;
    width: 100%;
    height: 91px;
    overflow: hidden;
}

.extranet_calendar_table_cell .extranet_calendar_table_cell_events {
    height: 100%;
}

.extranet_calendar_table_cell_events .extranet_calendar_table_cell_events_item {
    border-bottom: thin solid #CD5234;
    background-color: #FF987A;
    cursor: pointer;
}

.extranet_calendar_table_cell_events .extranet_calendar_table_cell_events_item:hover {
    background-color: #FF8466;
    cursor: pointer;
}

.extranet_calendar_table_cell_events .secondrow.extranet_calendar_table_cell_events_item {
    border-bottom: thin solid #93C00B;
    background-color: #B3DC6C;
}

.extranet_calendar_table_cell_events .secondrow.extranet_calendar_table_cell_events_item:hover {
    background-color: #7BD148;
    cursor: pointer;
}

.extranet_calendar_table_cell_events .thirdrow.extranet_calendar_table_cell_events_item {
    border-bottom: thin solid #1587BD;
    background-color: #9FC6E7;
}

.extranet_calendar_table_cell_events .thirdrow.extranet_calendar_table_cell_events_item:hover {
    background-color: #4986E7;
    cursor: pointer;
}

.extranet_calendar_table_cell_events .fourthrow.extranet_calendar_table_cell_events_item {
    border-bottom: thin solid #BF9608;
    background-color: #FAD165;
}

.extranet_calendar_table_cell_events .fourthrow.extranet_calendar_table_cell_events_item:hover {
    background-color: #FFAD46;
    cursor: pointer;
}

.extranet_calendar_event_details_eventrow td {
    padding: 3px;
    text-align: center;
}

.extranet_calendar_event_details_headerrow td {
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

.extranet_calendar_event_details_eventrow td.event_description {
    width: 550px;
}

.extranet_calendar_event_guest_list_listing {
    list-style-type: none;
    padding: 10px 10px;
    clear: both;
    max-height: 400px;
    overflow: auto;
}

.extranet_calendar_event_guest_list_listing .event_guest_name {
    text-transform: capitalize;
    float: left;
    width: 200px;
}

.extranet_calendar_event_guest_list_listing .event_guest_status {
    text-transform: capitalize;
    float: left;
    width: 20px;
}

.extranet_calendar_event_guest_list_listing .event_remove_guest {
    cursor: pointer;
    color: #FF0000;
    float: left;
    width: 20px;
}

#extranet_calendar_event_layer .error {
    color: #FF0000;
}

#extranet_calendar_event_layer .chzn-container-multi .chzn-choices .search-choice:hover {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 10;
}

#extranet_calendar_event_layer .chzn-container-multi .chzn-choices .search-choice {
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear;
}

#extranet_calendar_event_layer .chzn-container-multi {
    font-size: 11px;
}

.extranet_calendar_cufon {
    font-weight: bold;
}

.frontpage_header {
    height: 30px;
}

.frontpage_header .headerleft {
    height: 30px;
    width: 7px;
    float: left;
}

.frontpage_header .headerright {
    height: 30px;
    width: 7px;
    float: left;
}

.frontpage_header .header_content {
    height: 24px;
    font-size: 15px;
    padding: 6px 4px 0;
    float: left;
    text-align: left;
}

.frontpage_header .header_content a {
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}

.frontpage_headergreen a, .frontpage_headergreen span {
    color: white;
}

.frontpage_headergreen .headerleft {
    background: transparent url('/images/frontpage/green_header_left_7x30.png') no-repeat 0 0;
}

.frontpage_headergreen .headerright {
    background: transparent url('/images/frontpage/green_header_right_7x30.png') no-repeat 0 0;
}

.frontpage_headergreen .header_content {
    background: transparent url('/images/frontpage/green_header_middle_1x30.png') repeat-x 0 0;
    color: white;
}

.frontpage_headergrey a, .frontpage_headergrey span {
    color: black;
}

.frontpage_headergrey .headerleft {
    background: transparent url('/images/frontpage/grey_header_left_7x30.png') no-repeat 0 0;
}

.frontpage_headergrey .headerright {
    background: transparent url('/images/frontpage/grey_header_right_7x30.png') no-repeat 0 0;
}

.frontpage_headergrey .header_content {
    background: transparent url('/images/frontpage/grey_header_middle_1x30.png') repeat-x 0 0;
    color: black;
}

.frontpage_buttongreen .buttonleft {
    background: transparent url('/images/frontpage/green_button_left_7x24.png') no-repeat 0 0;
    height: 24px;
}

.frontpage_buttongreen .buttonright {
    background: transparent url('/images/frontpage/green_button_right_7x24.png') no-repeat 0 0;
    height: 24px;
}

.frontpage_buttongreen .button_content {
    background: transparent url('/images/frontpage/green_button_middle_1x24.png') repeat-x 0 0;
    height: 20px;
    font-size: 13px;
    padding: 3px 4px 0;
}

.frontpage_news_outer {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.frontpage_news_header_outer {
    /* width: 800px; */
    width: 100%;
}

.frontpage_carousel_outer {
    width: 100%;
    overflow: hidden;
}

.frontpage_supplier_carousel {
    /*
    height: 80px;
    position: relative;
    width: 100%;
    */
    height: 150px;
    width: 3000px;
}

.frontpage_supplier_carousel div.scrollableArea img {
    position: relative;
    float: left;
    margin: 0 10px;
    padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
       block of code. It's just a nice feature that prevent the images from
       accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.frontpage_news_header_outer .frontpage_news_header_inner {
    position: absolute;
    left: 7px;
    right: 7px;
}

.frontpage_news_inner .frontpage_news_content_outer {
    /* width: 800px; */
    width: 100%;
    height: 220px;
    background-color: #FFFFFF;
    margin-top: 5px;
}

.frontpage_news_content_outer .frontpage_news_content_inner {
    
}

.frontpage_news_content_inner .frontpage_news_messages {
    margin: 0;
    padding-left: 0px;
    padding-top: 10px;
    list-style-type: none;
}
.frontpage_news_messages_content_inner .frontpage_news_message_text {
    clear: both;
}

.frontpage_news_messages_element {
    border: 1px solid transparent;
    margin-right: -1px;
    cursor: pointer;
    height: 28px;
    padding: 1px 1px 1px 5px;
    position: relative;
    overflow: hidden;
}

.frontpage_news_messages_element_selected {
    background-color: #F4F4F4;
    border: 1px solid #888888;
    border-right: 1px solid #F4F4F4;
    margin-right: -1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
}

.frontpage_news_content_inner .frontpage_news_messages_select {
    width: 321px;
    float: left;
}

.frontpage_news_messages .frontpage_news_messages_element .frontpage_news_messages_date {
    font-size: 11px;
    width: 50px;
    float: left;
}

.frontpage_news_messages .frontpage_news_messages_element .frontpage_news_messages_topic {
    font-size: 11px;
    font-weight: bold;
    width: 250px;
    float: left;
}

.frontpage_news_messages_content_outer .frontpage_news_messages_content_inner {
    font-size: 11px;
    font-weight: normal;
    background-color: #F4F4F4;
    border: 1px solid #888888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 10px;
}

#frontpage_news_scrollbar {
    position: absolute;
    left: 320px;
    right: 0;
}

#frontpage_news_scrollbar_track {
    position:absolute;
    top:4px;
    right:2px;
    height: 212px;
    width:6px;
    background-color:transparent;
    cursor:move;
    z-index:3;
}

#frontpage_news_scrollbar_handle {
    width:6px;
    background-color:#888888;
    cursor:move;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    opacity:0.9;
    -moz-opacity:0.9;
}

#frontpage_news_scrollbar_content {
    overflow:hidden;
    height: 212px;
    position: relative;
    z-index: 1;
}

.frontpage_forum_outer {
    margin-bottom: 10px;
    width: 100%;
}

.frontpage_forum_header_outer {
    width: 100%;
}

.frontpage_forum_header_outer .frontpage_forum_header_inner {
    position: absolute;
    left: 7px;
    right: 7px;
}

.frontpage_forum_inner .frontpage_forum_content_outer {
    width: 100%;
    height: 250px;
    background-color: #FFFFFF;
    margin-top: 5px;
}

.frontpage_forum_content_inner .frontpage_forum_topic_select {
    list-style-type: none;
    float: left;
    width: 321px;
}

.frontpage_forum_content_inner .frontpage_forum_topics {
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style-type: none;
}

.frontpage_forum_topics .frontpage_forum_topics_element {
    border: 1px solid transparent;
    margin-right: -1px;
    cursor: pointer;
    padding: 1px 1px 1px 5px;
    position: relative;
    z-index: 1;
    height: 28px;
    overflow: hidden;
}

.frontpage_forum_topics .frontpage_forum_topics_element_selected {
    background-color: #F4F4F4;
    border: 1px solid #888888;
    border-right: 1px solid #F4F4F4;
    margin-right: -1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 20;
}

.frontpage_forum_topics_element .frontpage_forum_topics_date {
    font-size: 11px;
    width: 50px;
    float: left;
}

.frontpage_forum_topics_element .frontpage_forum_topics_title {
    font-size: 11px;
    font-weight: bold;
    width: 250px;
    float: left;
}

.frontpage_forum_topics_element .frontpage_forum_topics_count {
    position: relative;
    right: 15px;
    padding: 8px 0;
}

#frontpage_forum_scrollbar_content textarea {
  font: 1em/1.4 sans-serif;
  color: #222;
  padding: 4px 6px;
  border: 1px solid #aaa;
  vertical-align: top; 
  width: 354px;
  height: 50px;
}

.frontpage_forum_messages_content_outer .frontpage_forum_messages_content_inner {
    font-size: 11px;
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F4F4F4;
    border: 1px solid #888888;
    padding: 3px 5px 3px 6px;
}

#frontpage_forum_scrollbar {
    position: absolute;
    left: 321px;
    right: 0;
}

#frontpage_forum_scrollbar_track {
    position:absolute;
    top:4px;
    right:2px;
    height:232px;
    width:6px;
    background-color:transparent;
    cursor:move;
    z-index:3;
}

#frontpage_forum_scrollbar_handle {
    width:6px;
    background-color:#888888;
    cursor:move;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    opacity:0.9;
    -moz-opacity:0.9;
}

#frontpage_forum_scrollbar_content {
    overflow:hidden;
    height: 232px;
    position: relative;
    z-index: 1;
}

.frontpage_right_column {
    width: 300px;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}

.frontpage_left_column {
    position: relative;
    top: 0;
    min-width: 700px;
    z-index: 1;
    margin-left: 5px;
}

.frontpage_service_offer_list {
    list-style: none;
    margin: 5px 11px 0 3px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #888888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage_table_header {
    background-color: #D0D0D0;
    padding-left: 5px;
}

.frontpage_eventlist_outer {
    margin-bottom: 10px;
    overflow: hidden;
}

.frontpage_eventlist_header_outer {
    width: 300px;
}

.frontpage_eventlist_header_outer .frontpage_eventlist_header_inner {
    width: 272px;
}

.frontpage_eventlist_content_outer {
    width: 290px;
    background-color: #F4F4F4;
    margin-top: 5px;
}

.frontpage_eventlist_content_inner .frontpage_eventlist_events {
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
    list-style-type: none;
}

.frontpage_eventlist_content_inner .frontpage_eventlist_events li {
    padding-bottom: 10px;
}

.frontpage_eventlist_events .frontpage_eventlist_events_date {
    font-size: 11px;
    float: left;
}

.frontpage_eventlist_events .frontpage_eventlist_events_topic {
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.frontpage_eventlist_events_topic .important_event {
    color: #CC002A;
}

.frontpage_eventlist_events .frontpage_eventlist_events_description {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 2px;
    margin-right: 5px;
    border-top: thin solid #DBDBDB;
    clear: both;
}

.frontpage_eventlist_events .frontpage_eventlist_events_url {
    font-size: 11px;
    margin-left: 5px;
}
.frontpage_eventlist_events .frontpage_eventlist_events_file {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

#frontpage_eventlist_scrollbar {
    position: absolute;
    left: 320px;
    right: 0;
}

#frontpage_eventlist_scrollbar_track {
    position:absolute;
    top:4px;
    right:2px;
    height: 212px;
    width:6px;
    background-color:transparent;
    cursor:move;
    z-index:3;
}

#frontpage_eventlist_scrollbar_handle {
    width:6px;
    background-color:#888888;
    cursor:move;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    opacity:0.9;
    -moz-opacity:0.9;
}

#frontpage_eventlist_scrollbar_content {
    overflow:hidden;
    height: 232px;
    position: relative;
    z-index: 1;
}

.extranet_voting_outer {
    margin-left: 0;
    margin-bottom: 10px;
}

.extranet_voting_header_outer {
    width: 300px;
}

.extranet_voting_header_outer .extranet_voting_header_inner {
    width: 268px;
}

.extranet_voting_content_outer {
    background-color: #F4F4F4;
    width: 290px;
    height: 220px;
    margin-top: 5px;
}

.extranet_voting_content_outer .extranet_voting_content_inner {
    font-size: 11px;
    padding: 13px 10px;
    clear: both;
}

.extranet_voting_content_inner .extranet_voting_title {
    font-weight: bold;
}

.extranet_voting_content_inner .extranet_voting_choices {
    list-style-type: none;
    margin: 11px 0;
    padding: 0;
}

.extranet_voting_content_inner .extranet_voting_choices li {
    margin: 1px;
    padding: 0;
}

.extranet_voting_choices li input {
    margin-left: 0;
}

.extranet_voting_content_inner .extranet_voting_results {
    list-style-type: none;
    margin: 11px 0;
    padding: 0;
}

.extranet_voting_content_inner .extranet_voting_results_title {
    clear: both;
}

.extranet_voting_results .extranet_voting_results_bar {
    float: left;
    width: 220px;
}

.extranet_voting_results .extranet_voting_results_percentage {
    float: right;
    text-align: right;
}

/* start of old forum css */

.extranet_forum_outer {
    width: 100%;
    height: 720px;
    z-index: 1;
}

.extranet_forum_outer .extranet_forum_background {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.extranet_forum_outer .extranet_forum_inner {
    margin: 0 auto;
    height: 660px;
    width: 915px;
    z-index: 2;
    position: relative;
    padding-top: 8px;
}

.extranet_forum_outer .extranet_forum_header {
    background: transparent url('/images/forum/green_header_915x50.png') no-repeat 0 0;
    height: 50px;
    width: 915px;
}

.extranet_forum_outer .extranet_forum_search_input {
    border:none;
    width: 200px;
    height: 22px;
    font-size: 11px;
    padding: 1px;
    margin: 0 5px 0 10px;
    background: transparent url('/images/forum/search_forum_input_background_200x22.png') no-repeat 0 0;
}

.extranet_forum_outer .extranet_forum_categories {
    width: 915px;
    height: 55px;
    background: transparent url('/images/forum/categories_header_915x55.png') no-repeat 0 0;
    margin-top: 5px;

}

.extranet_forum_outer .extranet_forum_inner_contents {
    width: 915px;
    height: 580px;
    background: transparent url('/images/forum/light_gray_backgorund_915x580.png') no-repeat 0 0;
}

.extranet_forum_outer .extranet_forum_topic_list {
    height: 560px;
    width: 416px;
    background: transparent url('/images/forum/gray_rectancle_416x560.png') no-repeat 0 0;
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}

.extranet_forum_outer .extranet_forum_comments {
    height: 406px;
    width: 464px;
    background: transparent url('/images/forum/gray_rectancle_469x415.png') no-repeat 0 0;
    margin-left: 10px;
    margin-top: 8px;
    padding-top: 9px;
    padding-left: 9px;

}

.extranet_forum_outer .extranet_forum_comments ul {
    list-style: none;
    margin: 1px 0 0 0;
    padding: 0;
    width: 443px;
    font-size: 11px;
}

.extranet_forum_outer .extranet_forum_comments ul li {
    padding: 10px 1px 5px 0;
    margin: 0 7px;
}

.extranet_forum_outer .extranet_forum_comments ul li.extranet_forum_firstcomment {
    background: transparent url('/images/forum/comments_first_comment_background_451x5.png') repeat-y 0 0;
    padding-top: 5px;
}

.extranet_forum_regplateinfo {
    padding: 2px 0 0;
    border-top: 1px solid #DDDDDD;
    font-size: 10px;
}

#extranet_forum_scrollbar_track {
    position:relative;
    float: right;
    top:7px;
    right:15px;
    height:385px;
    width:7px;
    background-color:transparent;
    cursor:move;
}

#extranet_forum_scrollbar_handle {
    width:7px;
    background-color: #888888;
    cursor:move;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    opacity:0.9;
    -moz-opacity:0.9;
}

#extranet_forum_scrollbar_content {
    overflow:hidden;
    height:390px;
}

.extranet_forum_outer .extranet_forum_comment_list_item_content {
    width: 380px;
    min-height: 60px;
}

.extranet_forum_outer .extranet_forum_comment_list_item_thumbs {
    height: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    border-collapse: collapse;
}

.extranet_forum_outer .extranet_forum_new_comment {
    height: 135px;
    width: 469px;
    background: transparent url('/images/forum/new_comment_background_469x135.png') no-repeat 0 0;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
}

.extranet_forum_outer .extranet_forum_comment_list {
    float: left;
}

.extranet_forum_outer .extranet_forum_comment_list_item_header {
    width: 380px;
    font-weight: bold;
    margin-bottom: 1px;
}

.extranet_forum_outer .extranet_forum_new_comment_header {
    text-align: right;
    font-size: 11px;
    color: white;
    margin-top: 5px;
    width: 456px;
    height: 20px;
    padding-top: 2px;
}

.extranet_forum_outer .extranet_forum_new_comment_input {
    width: 449px;
    height: 59px;
    background: transparent url('/images/forum/new_comment_textarea_background_449x59.png') no-repeat 0 0;
    margin-left: 10px;
    margin-top: 15px;
    position: absolute;
    bottom: 37px;
}

.extranet_forum_outer .extranet_forum_new_comment_input_textarea {
    width: 443px;
    height: 55px;
    margin-left: 2px;
    margin-top: 1px;
    border: none;
}

.extranet_forum_outer .extranet_forum_new_comment_send {
    width: 449px;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 12px;
    color: white;
    position: absolute;
    bottom: 12px;
}

.extranet_forum_outer .extranet_forum_new_comment_header_text {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.extranet_forum_outer .extranet_forum_categories_list {
    list-style: none;
    margin: 3px 0 0 -5px;
    padding: 0;
    height: 25px;
    font-size: 11px;
}

.extranet_forum_outer .extranet_forum_categories_list li {
    float: left;
    padding: 0 5px;
}

.extranet_forum_outer .extranet_forum_topic_list ul {
    list-style: none;
    margin: 20px 8px 0;
    padding: 0;
}

.extranet_forum_outer .extranet_forum_topic_list ul li {
    font-size: 11px;
    padding: 5px 0;
    height: 45px;
    cursor: pointer;
}

.extranet_forum_outer .extranet_forum_topic_list ul li:hover {
    background-color: #e6e6e6;
}

.extranet_forum_outer .extranet_forum_topic_list ul li.extranet_forum_topic_list_dummy_element {
    cursor: default;
}

.extranet_forum_outer .extranet_forum_topic_list ul li.extranet_forum_topic_list_dummy_element:hover {
    background-color: transparent;
}

.extranet_forum_outer .extranet_forum_topic_list_date {
    color: #0B9235;
    text-align: center;
    width: 60px;
    float: left;
}

.extranet_forum_outer .extranet_forum_topic_list_header {
    text-align: left;
    width: 300px;
    float: left;
    height: 45px;
    overflow: hidden;
}

.extranet_forum_outer .extranet_forum_header_search {
    float: right;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 14px;
    color: white;
}

.extranet_forum_outer .extranet_forum_topic_list_replies {
    text-align: center;
    width: 30px;
    float: left;
}

.extranet_forum_outer .extranet_forum_topic_list_pagination {
    margin: 0 20px;
    border-top: #B2B2B2 solid 1px;
}

.extranet_forum_outer .extranet_forum_topic_list_pagination .pagination_basic ul {
    padding: 0;
    margin: 0;
}

.extranet_forum_outer .extranet_forum_topic_list_pagination .pagination_basic ul li {
    padding: 0 5px;
    height: auto;
    cursor: pointer;
}

.extranet_forum_outer .extranet_forum_topic_list_pagination .pagination_basic ul li:hover {
    background-color: transparent;
    color: black;
}

.extranet_forum_outer .extranet_forum_topic_list ul li.extranet_forum_topic_list_selected {
    background-color: #888888;
    color: white;
}

.extranet_forum_outer .extranet_forum_topic_list ul li.extranet_forum_topic_list_selected .extranet_forum_topic_list_date {
    color: white;
}

.extranet_forum_outer .extranet_forum_categories_list_selected {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.extranet_forum_outer .extranet_forum_categories_list_notselected {
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}

.extranet_forum_outer .extranet_forum_new_comment_files_outer, .extranet_forum_search_results .extranet_forum_new_topic_files_outer {
    position: relative;
}

.extranet_forum_outer .extranet_forum_new_comment_file_input, .extranet_forum_search_results .extranet_forum_new_topic_file_input {
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.extranet_forum_outer .extranet_forum_new_comment_fake_file, .extranet_forum_search_results .extranet_forum_new_topic_fake_file {
    position: absolute;
    z-index: 1;
    width: 225px;
    height: 22px;
}

.extranet_forum_outer .extranet_forum_new_comment_fake_file_input_background, .extranet_forum_search_results .extranet_forum_new_topic_fake_file_input_background {
    background: transparent url('/images/forum/file_input_150x22.png') no-repeat 0 0;
    width: 150px;
    height: 22px;
    float: left;
}

.extranet_forum_outer .extranet_forum_new_comment_fake_file_text, .extranet_forum_search_results .extranet_forum_new_topic_fake_file_text {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 11px;
}

.extranet_forum_outer .extranet_forum_new_comment_post {
    float: right;
    font-size: 15px;
    cursor: pointer;
    margin-top: 3px;
}

.extranet_forum_close_topic {
    float: right;
    padding-right: 60px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.extranet_forum_search_results {
    padding: 15px;
    width: 760px;
    margin: auto;
}

.extranet_forum_search_header {
    background: transparent url('/images/forum/search_header_760x55.png') no-repeat 0 0;
    width: 760px;
    height: 54px;
}

.extranet_forum_search_contents {
    background: white url('/images/forum/search_gradient_background_760x60.png') no-repeat 0 0;
    width: 760px;
    min-height: 60px;
    padding: 10px 0;
}

.extranet_forum_search_contents_bottom_white {
    height: 20px;
    background-color: white;
}

.extranet_forum_search_contents_bottom {
    background: transparent url('/images/forum/search_contents_bottom_760x8.png') no-repeat 0 0;
    width: 760px;
    height: 8px;
}

.extranet_forum_search_results .extranet_forum_new_topic_fake_file_input_background {
    background: transparent url('/images/forum/new_topic_file_input_150x22.png') no-repeat 0 0;
    width: 150px;
    height: 22px;
}

.extranet_forum_search_results .extranet_forum_new_topic_header {
    background: transparent url('/images/forum/new_topic_input_715x22.png') no-repeat 0 0;
    width: 715px;
    height: 22px;
}

.extranet_forum_search_results .extranet_forum_new_topic_body {
    background: transparent url('/images/forum/new_topic_input_715x90.png') no-repeat 0 0;
    width: 715px;
    height: 90px;
}

.extranet_forum_search_results .extranet_forum_new_topic_body_textarea {
    width: 707px;
    padding: 3px 4px;
    margin: 2px 2px 0 0;
    font-size: 11px;
    background: none;
    border: none;
    height: 81px;
}

.extranet_forum_search_results .extranet_forum_new_topic_post_inactive {
    cursor: default;
    opacity: 0.3;
}

.extranet_forum_search_results .extranet_forum_new_topic_post_active {
    cursor: pointer;
    opacity: 1;
}

.extranet_forum_search_results .extranet_forum_new_topic_infotext {
    font-size: 11px;
}

.extranet_forum_search_results .extranet_forum_new_topic_infotext ul {
    padding: 0 0 5px;
    list-style: none;
    color: #3a3a3a;
    margin: 5px 0 10px -2px;
    border-bottom: 1px solid #BBBBBB;
}

.extranet_forum_search_results .extranet_forum_new_topic_infotext ul li {
    padding: 1px 3px;
}

.extranet_forum_search_results .extranet_forum_new_topic_infotext .extranet_forum_new_topic_infotext_header {
    font-size: 14px;
    color: #555555;
}

.extranet_forum_outer .extranet_forum_comment_list_item_content_message_edit_background {
    background: transparent url('/images/forum/edit_message_input_background_380x85.png') no-repeat 0 0;
    width: 380px;
    height: 85px;
}

.extranet_forum_comment_list_edit_comment_post {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    margin: 5px 0 3px 0;
}

.extranet_forum_poster_details{
    cursor: pointer;
}

/* end of old forum css */

/* start of new forum css */

.extranet_forum_container {
    box-sizing: border-box;
    position: relative;
    font-size: 11px;
}

.extranet_forum_container * {
    box-sizing: border-box;
}

.extranet_forum_container::before, .extranet_forum_container::after {
    box-sizing: border-box;
}
.extranet_forum_container .extranet_forum_left_column {
    width: 80%;
    float: left;
}

.extranet_forum_container .extranet_forum_admin_column {
    width: 20%;
    float: right;
}

.extranet_forum_container .full {
    width: 100%;
}

.extranet_forum_container .forum_button,
.bootstrapbutton {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.extranet_forum_container .forum_button:hover,
.extranet_forum_container .forum_button:focus,
.extranet_forum_container .forum_button:active,
.extranet_forum_container .forum_button.active,
.extranet_forum_container .forum_button.disabled,
.extranet_forum_container .forum_button[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.extranet_forum_container .forum_button:active,
.extranet_forum_container .forum_button.active {
    background-color: #cccccc \9;
}

.extranet_forum_container .forum_button:first-child {
    *margin-left: 0;
}

.extranet_forum_container .forum_button:hover,
.extranet_forum_container .forum_button:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.extranet_forum_container .forum_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.extranet_forum_container .forum_button.active,
.extranet_forum_container .forum_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.extranet_forum_container .forum_button.disabled,
.extranet_forum_container .forum_button[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.extranet_green,
.extranet_forum_container .forum_button.extranet_green {
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.extranet_green:hover,
.extranet_green:focus,
.extranet_green:active,
.extranet_green.active,
.extranet_green.disabled,
.extranet_green[disabled],
.extranet_forum_container .forum_button.extranet_green.extranet_green:hover,
.extranet_forum_container .forum_button.extranet_green.extranet_green:focus,
.extranet_forum_container .forum_button.extranet_green.extranet_green:active,
.extranet_forum_container .forum_button.extranet_green.extranet_green.active,
.extranet_forum_container .forum_button.extranet_green.extranet_green.disabled,
.extranet_forum_container .forum_button.extranet_green.extranet_green[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}
.extranet_green:active,
.extranet_green.active,
.extranet_forum_container .forum_button.extranet_green:active,
.extranet_forum_container .forum_button.extranet_green.active {
    background-color: #408140 \9;
}

.extranet_green.active,
.extranet_forum_container .forum_button.extranet_green.active,
.btn_yellow.active,
.extranet_forum_container .forum_button.btn_yellow.active,
.btn_red.active,
.extranet_forum_container .forum_button.btn_red.active
{
    color: rgba(255, 255, 255, 0.75);
}

.btn_yellow,
.extranet_forum_container .forum_button.btn_yellow {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn_yellow:hover,
.btn_yellow:focus,
.btn_yellow:active,
.btn_yellow.active,
.btn_yellow.disabled,
.btn_yellow[disabled],
.extranet_forum_container .forum_button.btn_yellow:hover,
.extranet_forum_container .forum_button.btn_yellow:focus,
.extranet_forum_container .forum_button.btn_yellow:active,
.extranet_forum_container .forum_button.btn_yellow.active,
.extranet_forum_container .forum_button.btn_yellow.disabled,
.extranet_forum_container .forum_button.btn_yellow[disabled]{
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn_yellow:active,
.btn_yellow.active,
.extranet_forum_container .forum_button.btn_yellow:active,
.extranet_forum_container .forum_button.btn_yellow.active{
    background-color: #c67605 \9;
}

.btn_red,
.extranet_forum_container .forum_button.btn_red{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn_red:hover,
.btn_red:focus,
.btn_red:active,
.btn_red.active,
.btn_red.disabled,
.btn_red[disabled],
.extranet_forum_container .forum_button.btn_red:hover,
.extranet_forum_container .forum_button.btn_red:focus,
.extranet_forum_container .forum_button.btn_red:active,
.extranet_forum_container .forum_button.btn_red.active,
.extranet_forum_container .forum_button.btn_red.disabled,
.extranet_forum_container .forum_button.btn_red[disabled]{
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn_red:active,
.btn_red.active,
.extranet_forum_container .forum_button.btn_red:active,
.extranet_forum_container .forum_button.btn_red.active {
    background-color: #942a25 \9;
}

.btn_gray {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_gray:hover,
.btn_gray:focus,
.btn_gray:active,
.btn_gray.active,
.btn_gray.disabled,
.btn_gray[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn_gray:active,
.btn_gray.active {
    background-color: #cccccc \9;
}

.btn_gray:first-child {
    *margin-left: 0;
}

.btn_gray:hover,
.btn_gray:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn_gray:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn_gray.active,
.btn_gray:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_gray.disabled,
.btn_gray[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.extranet_forum_container .extranet_forum_header {
    font-size: 18px;
    padding: 4px 10px;
}

.extranet_forum_container .extranet_forum_admin_button_container {
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 5px;
}

.extranet_forum_admin_button_container_header {
    text-align: center;
    font-weight: bold;
    padding: 3px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 8px;
}

.extranet_forum_container input.search {
    padding: 6px 6px 6px 32px;
}

.extranet_forum_container .extranet_forum_filters {
    padding: 5px;
}

.extranet_forum_container .extranet_forum_filters_categories {
    vertical-align: top;
    float: left;
    width: 70%;
}

.extranet_forum_container .extranet_forum_filters_search {
    vertical-align: top;
    float: right;
    max-width: 30%;
    text-align: left;
}

.extranet_forum_container .extranet_forum_categories_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.extranet_forum_container li.extranet_forum_categories_list_item {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;

    line-height: 16px;
    color: #666666;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    padding: 2px 5px;
}

.extranet_forum_container li.extranet_forum_categories_list_item:hover {
    color: #333333;
    background-color: #f5f5f5;
}

.extranet_forum_container li.extranet_forum_categories_list_item.selected {
    color: #000000;
    cursor: default;
    background-color: #ffffff;
    text-decoration: underline;
}

.extranet_forum_container .extranet_forum_content {
    border-top: 1px solid #dddddd;
    width: 100%;
    vertical-align: top;
    display: table;
}

.extranet_forum_container .extranet_forum_content_topic_list {
    border-right: 1px solid #dddddd;
    width: 40%;
    vertical-align: top;
    min-height: 300px;
    display: table-cell;
    vertical-align: top;
    padding: 5px 0;
}

.extranet_forum_container .extranet_forum_content_topic_comments {
    width: 60%;
    display: table-cell;
    vertical-align: top;
    padding: 0 16px;
}


.extranet_forum_container li.extranet_forum_topic_list_item {
    cursor: pointer;
    padding: 6px 0 8px;
    clear: both;
}

.extranet_forum_container li.extranet_forum_topic_list_item:hover {
    background-color: #cdcdcd;
}

.extranet_forum_container li.extranet_forum_topic_list_item.selected,
.extranet_forum_container li.extranet_forum_topic_list_item.selected .extranet_forum_topic_list_date{
    background-color: #999999;
    color: #ffffff !important;
}

.extranet_forum_container li.extranet_forum_topic_list_item .extranet_forum_topic_list_date {
    color: #0b9235;
    float: left;
    text-align: center;
    width: 12.5%;
}

.extranet_forum_container li.extranet_forum_topic_list_item .extranet_forum_topic_list_header {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 75%;
}
.extranet_forum_container li.extranet_forum_topic_list_item .extranet_forum_topic_list_replies {
    float: left;
    text-align: center;
    width: 12.5%;
}

.extranet_forum_container li.extranet_forum_comments_list_item {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0 12px;
}

.extranet_forum_container li.extranet_forum_comments_list_item.highlight {
    background-color: rgba(0,0,0,0.1);
}

.extranet_forum_container .small-grey {
    color: #999999;
    font-size: 11px;
}

.extranet_forum_container .small-grey {
    color: #999999;
    font-size: 11px;
}

.extranet_forum_container li.extranet_forum_comments_list_item p.small-grey {
    margin-bottom: 0;
    margin-top: 0;
}

.extranet_forum_container li.extranet_forum_comments_list_item h2 {
    margin:5px 0 0;
    font-size: 1.3em
}

.extranet_forum_container .extranet_forum_comment_thumbs {
    float: right;
    padding: 16px 0 16px 16px;
}

.extranet_forum_container .animated_dialog {
    -webkit-animation: 0.4s ease;
    -moz-animation: 0.4s ease;
    -ms-animation: 0.4s ease;
    -o-animation: 0.4s ease;
    animation: 0.4s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomInAnimation {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes zoomInAnimation {
    0% {
        -moz-transform: scale(0.2);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes zoomInAnimation {
    0% {
        -ms-transform: scale(0.2);
        opacity: 0;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes zoomInAnimation {
    0% {
        -o-transform: scale(0.2);
        opacity: 0;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes zoomInAnimation {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.extranet_forum_container .zoomInAnimation {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: zoomInAnimation;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: zoomInAnimation;
    -ms-backface-visibility: visible !important;
    -ms-animation-name: zoomInAnimation;
    -o-backface-visibility: visible !important;
    -o-animation-name: zoomInAnimation;
    backface-visibility: visible !important;
    animation-name: zoomInAnimation;
}

.extranet_forum_search_container,
.extranet_forum_category_dialog_container {
    -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.6);
    margin: 16px;
}

.extranet_forum_search_container .extranet_forum_search_container_header,
.extranet_forum_category_dialog_container .extranet_forum_search_container_header {
    background-color: rgb(248,248,248);
}

.extranet_forum_search_container .extranet_forum_search_container_results,
.extranet_forum_category_dialog_container .extranet_forum_category_dialog_container_contents {
    font-size: 11px;
    background-color: #fff;
}

.extranet_forum_container .extranet_forum_search_result_row {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0 12px;
    cursor: pointer;
}

.extranet_forum_container .extranet_forum_search_result_row:hover {
    background-color: #cdcdcd;
}

.extranet_forum_container .pagination_forumnew_pages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.extranet_forum_container .pagination_forumnew_pages li {
    padding: 0 5px;
    display: table-cell;
    vertical-align: top;
}

.extranet_forum_container .extranet_forum_thread_message_admin_buttons {
    text-align: right;
    padding: 5px 0 0 0;
    clear: both;
    visibility: hidden;
}

.extranet_forum_container li.extranet_forum_comments_list_item:hover .extranet_forum_thread_message_admin_buttons {
    visibility: visible;
}

.extranet_forum_container .extranet_forum_admin_button {
    cursor: pointer;
    clear: both;
    margin: 3px auto;
    display: block;
    width: 100%;
}

.extranet_forum_container .extranet_forum_admin_button_thread {
    line-height: 10px;
    font-size: 11px;
    margin: 0 4px;
}

.ui-tooltip-content .editable-input textarea,
.extranet_forum_container .forum_form_textarea {
    width: 400px;
    font-size: 11px;
    border: 1px solid #999;
    box-sizing: border-box;
    color: #222;
    font: 12px/1.4 sans-serif;
    padding: 0.2em 0.4em;
    transition: height 0.1s linear 0s;
    vertical-align: top;
}

.extranet_forum_container .forum_form_input label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.extranet_forum_container .forum_text_input {
    border: solid 1px #999;
    padding: 4px 6px;
    line-height: 1.42857143;
    font-size: 13px;
    width: 100%;
}

.extranet_forum_container .extranet_forum_new_topic_infotext {
    font-size: 11px;
}

.extranet_forum_container .extranet_forum_new_topic_infotext ul {
    padding: 0 0 5px;
    list-style: none;
    color: #3a3a3a;
    margin: 5px 0 10px -2px;
    border-bottom: 1px solid #BBBBBB;
}

.extranet_forum_container .extranet_forum_new_topic_infotext ul li {
    padding: 1px 3px;
}

.extranet_forum_container .extranet_forum_new_topic_infotext .extranet_forum_new_topic_infotext_header {
    font-size: 14px;
    color: #555555;
}

.extranet_forum_container .form_area_header {
    font-weight: 700;
    font-size: 12px;
    color: #959595;
    letter-spacing: 1px;
}

.extranet_forum_container .forum_form_input_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.extranet_forum_new_topic_dialog_form_area {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.extranet_forum_container .forum_comment_file_previews {
    border: none;
    min-height: 0;
    padding: 0;
}

.extranet_forum_container .forum_comment_file_previews.dropzone .dz-preview {
    margin: 5px;
    min-height: 80px;
}

.extranet_forum_list_categories {
    list-style: none;
    padding: 1em;
    text-align: left;
}
.extranet_forum_list_categories li {
    border-bottom: 1px solid #AAAAAA;
    padding: 0.5em 1em;
    cursor: pointer;
}
.extranet_forum_list_categories li:hover {
    background-color: #EEEEEE;
}
.extranet_forum_list_categories li.selected {
    border-bottom: 1px solid #888;
    background-color: #edf552;
}

.extranet_forum_move_topic_header {
    text-align: center;
    padding: 0 1em 1em 1em;
    border-bottom: 1px solid rgb(170, 170, 170);
    font-size: 1em;
}

.extranet_forum_move_topic_container {
    background-color: #fff;
    padding: 0 1em 1em 1em;
    border: 1px solid #60676a;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.extranet_forum_move_comment_container {
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
}

/* end of new forum css */

.layout_error_occurred {
    background-color: #D4021D;
    color: white;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.news_archive {
    min-height: 300px;
}

.news_archive .news_archive_header {
    color: #444444;
}

.news_archive .news_archive_header_top {
    background: transparent url('/images/newsarchive/news_archive_background_flipped.gif') repeat-x 0 0;
    height: 29px;
}

.news_archive .news_archive_header_bottom {
    background: transparent url('/images/newsarchive/news_archive_background.gif') repeat-x 0 0;
    height: 29px;
    margin-top: -5px;
}

.news_archive .news_archive_header_content {
    color: #444444;
    text-align: center;
    font-size: 32px;
    margin-top: -3px;
    font-weight: bold;
    padding: 0;
    background-color: #E6E6E6;
    width: 100%;
}

.news_archive .news_archive_header_content_pagination {
    padding-top: 5px;
    font-size: 16px;
    background-color: #E6E6E6;
    width: 100%;
}

.news_archive_pagination{
    padding: 2px;
    margin: 0 auto;
}

.news_archive_pagination ul{
    margin: 0;
    padding: 0;
    text-align: center; /*Set to "right" to right align pagination interface*/
    font-size: 12px;
}

.news_archive_pagination li{
    list-style-type: none;
    display: inline;
}

.news_archive_pagination a, .news_archive_pagination a:visited{
    text-decoration: none;
    color: #444444;
}

.news_archive_pagination a:hover, .news_archive_pagination a:active{
    color: #000000;
}

.news_archive_pagination a.currentpage{
    font-weight: bold;
    cursor: default;
    color: #000000;
}

.news_archive_pagination a.disablelink, .news_archive_pagination a.disablelink:hover{
    cursor: default;
    color: #929292;
}

.articlestable.filearchive .thumbdiv {
    height: 170px;
    width: 200px;
    overflow: hidden;
    float: left;
    margin: 10px;
    text-align: center;
    cursor: pointer;
}

.articlestable.filearchive .thumbdiv .thumbimage {
    height: 96px;
    margin: auto auto 5px;
}

.articlestable.filearchive .thumbdiv .thumbtext {
    font-weight: bold;
}

.articlestable.filearchive .currentpath {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articlestable.filearchive .currentpath li {
    float: left;
    margin-left: 5px;
    font-size: 11px;
}

.articlestable.filearchive .extranet_filearchive_table_header {
    float: right;
}

.extranet_filearchive_preview_div {
    font-size: 11px;
    background-color: #ECECEC;
    border: 2px solid #434343;
    padding: 5px;
    max-width: 650px;   
}

.articlestable.filearchive .filearchive_selected_folder {
    border: 2px solid #333;
    background-color: #347C17;
    color: white;
}

.articlestable.filearchive .filearchive_drobbable_active {
    border: 2px solid #666;
    background: #89FF96 none;
}

.articlestable.filearchive .filearchive_drobbable_active .extranet_filearchive_table_header {
    color: black;
}

.filearchive_admin_box {
    padding: 5px;
    text-align: center;
}

.filearchive_edit_filename {
    width: 300px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid black;
    background-color: transparent;
}

.settings_password_help {
    background: transparent url('/images/tooltip/white.png') no-repeat 0 0;
    height: 109px;
    width: 209px;
    font-size: 10px;
    position: absolute;
    z-index: 5;
}

.settings_password_help .settings_password_help_inner {
    padding: 13px 15px;
    text-align: left;
}

.settingstable {
    width: auto;
    min-width: 100px;
    text-align: left;
}

.settingstable .settings_textinput {
    border: 1px solid black;
    padding: 2px 4px;
    background-color: rgb(255,255,255);
    width: 250px;
}

.settingstable .settings_textinput[disabled=disabled], .settingstable .settings_textinput:disabled {
    border: 1px solid #aaa;
    background-color: rgb(255,255,255);
}

.settingstable .settings_selectinput {
    width: 260px;
}

.settingstable .settings_radioinput {
    margin: 1px 5px 1px 0;
}

.settingstable .settings_checkboxinput {
    margin: 0;
}

.settingstable .settings_table_cell, .articlestable .settings_table_cell {
    padding: 3px;
}

.settings_authenticate_enter_password {
    list-style: none;
    display: table-cell;
    padding: 0;
}

.settings_authenticate_enter_password_div {
    display: table;
    margin: 10px auto;
}

.articlestable .settings_table_customers_cell {
    padding: 4px 3px;
}

.break_text {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    position: relative; /* Needed for absolute positioning */
    cursor: pointer; /* Change cursor to pointer on hover */
}


.settingstable.bookingportaldisclaimer {
    font-size: 10px;
}

.settingstable.bookingportaldisclaimer .settings_table_cell {
    padding: 1px;
}

.settingstable.bookingportaldisclaimer .settings_textinput {
    padding: 1px 4px;
    font-size: 10px;
}

.settingstable.bookingportaldisclaimer .settings_selectinput {
    font-size: 10px;
    padding: 1px;
}

#settings_service_oils_list {
    height: 350px;
    overflow: hidden;
}

.settings_service_oils_instock, .settings_service_oils_choices {
    width: 650px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.settings_service_oils_instock legend, .settings_service_oils_choices legend {
    font-size: 12px;
    font-weight: bold;
}

tr.claimsportal_openrequest th.header_normal {
    background: none;
}

.link_underline_hover {
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    color: black;
}
.link_underline_hover:hover {
    text-decoration: underline;
}

.link_bold_hover {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: black;
}
.link_bold_hover:hover {
    font-weight: bold;
}

.hoverBold:hover {
    font-weight: bold;
}

.alertsbar_message a, .alertsbar_message a:visited {
    text-decoration: none;
    color: white;
}

.alertsbar_history {
    left: 6px;
    width: 610px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 8000;
    font-size: 11px;
    padding: 10px 0 2px 10px;
    background-color: #F8F9F9;
    border-top: solid 1px #BFBFBF;
    border-left: solid 1px #BFBFBF;
    border-right: solid 1px #BFBFBF;
}

.alertsbar_history a, .alertsbar_history a:visited {
    text-decoration: none;
    color: black;
}

#alertsbar_container {
    width: 100%; margin: 0 auto; position: fixed; max-height: 50px; bottom: 0; z-index: 9000;
}

#alertsbar_container .alertsbar_message {
    color: white; font-size: 11px; font-weight: bold; text-align: center; border: none; padding: 8px 0; background-color: #BB101F; cursor: pointer;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
    background-image: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
    -webkit-box-shadow: rgba(255,255,255,0.7) 0 1px 0 inset, white 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.7) 0 1px 0 inset, white 0 1px 0;
    box-shadow: rgba(255,255,255,0.7) 0 1px 0 inset, white 0 1px 0;
}
    
#alertsbar_container.alertsbar_green .alertsbar_message {
    background-color: #00BB00;   
}

#news_always_visible {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 8999;
}

.loginmessage_dialog_header {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 5px;
}

.loginmessage_dialog_header a {
    color: #777777;
}

.loginmessage_dialog_header a:hover {
    color: #000000;
}

.articles_accessories_item {
    width: 254px;
    font-size: 11px;
    /* border: 1px solid #7A7A7A; */
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 3px 6px;
    cursor: pointer;
    
}

.articles_accessories_item.articles_accessories_item_121 {
    background: transparent url('/images/accessories/article_item_background_254x121.png') no-repeat 0 0;
    height: 121px;
}

.articles_accessories_item.articles_accessories_item_134 {
    background: transparent url('/images/accessories/article_item_background_254x134.png') no-repeat 0 0;
    height: 134px;
}

.articles_accessories_item.articles_accessories_item_147 {
    background: transparent url('/images/accessories/article_item_background_254x147.png') no-repeat 0 0;
    height: 147px;
}

.articles_accessories_item.articles_accessories_item_160 {
    background: transparent url('/images/accessories/article_item_background_254x160.png') no-repeat 0 0;
    height: 160px;
}

.articles_accessories_item.articles_accessories_item_173 {
    background: transparent url('/images/accessories/article_item_background_254x173.png') no-repeat 0 0;
    height: 173px;
}

.articles_accessories_item.articles_accessories_item_186 {
    background: transparent url('/images/accessories/article_item_background_254x186.png') no-repeat 0 0;
    height: 186px;
}

.articles_accessories_item.articles_accessories_item_199 {
    background: transparent url('/images/accessories/article_item_background_254x199.png') no-repeat 0 0;
    height: 199px;
}

.articles_accessories_item.articles_accessories_item_212 {
    background: transparent url('/images/accessories/article_item_background_254x212.png') no-repeat 0 0;
    height: 212px;
}

.articles_accessories_item.articles_accessories_item_225 {
    background: transparent url('/images/accessories/article_item_background_254x225.png') no-repeat 0 0;
    height: 225px;
}

.articles_accessories_item.articles_accessories_item_238 {
    background: transparent url('/images/accessories/article_item_background_254x238.png') no-repeat 0 0;
    height: 238px;
}

.articles_accessories_item .articles_accessories_item_picture {
    width: 80px;
    vertical-align: middle;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 2px;
    display: table;
}

.articles_accessories_item .articles_accessories_item_picture img {
    max-width: 76px;
    max-height: 76px;
}

.articles_accessories_item .articles_accessories_item_details {
    width: 168px;
    margin-left: 2px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    left: 80px;
}

.articles_accessories_item .articles_accessories_item_info {
    background-color: transparent;
    z-index: 3;
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 243px;
    font-size: 10px;
}

.accessory_subarticle_details_outer, .extranet_forum_poster_contact_details_outer {
    position: absolute;
    width: 303px;
    z-index: 8000;
}

.accessory_subarticle_details_outer .accessory_subarticle_details, .extranet_forum_poster_contact_details_outer .extranet_forum_poster_contact_details {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    border: solid 1px #555555;
    background-color: #EFEFEF;
    font-size: 10px;
    padding: 3px;
}

.accessory_subarticle_details_outer.ui-flipped-right .accessory_subarticle_details, .extranet_forum_poster_contact_details_outer.ui-flipped-right .extranet_forum_poster_contact_details {
    left: auto;
    right: 0;
}

.articles_kstools_item {
    font-size: 11px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) linear-gradient(lightgray, white) repeat scroll 0 0;
    display: inline-table;
    margin: 0 3px 6px;
    cursor: pointer;
}

.articles_kstools_item_picture {
    vertical-align: text-top;
    text-align: center;
    display: inline-table;
}

.articles_kstools_item_picture img {
    max-width: 76px;
    max-height: 76px;
}

.articles_kstools_item_details {
    display: inline-table;
    margin-left: 2px;
    margin-top: 2px;
    overflow: hidden;
}

.articles_kstools_item .articles_kstools_item_info {
    background-color: transparent;
    font-size: 10px;
}

#huoltolaskuri-form {
    padding: 4px 10px;
    border: 1px solid #A9A9A9;
    border-radius: 5px;
    margin: 0 5px 5px;
    
    height: 60px;

    width: 210px;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
}

#huoltolaskuri-form input {
    margin-bottom: 5px;
    width: 70px;
    margin-top: 10px;
}

#huoltolaskuri-form input.hae {
    width: 40px;
    display: inline-block;
    margin-right: 6px;
}
#huoltolaskuri-form label {
    display: inline-block;
}


.bookings_header {
    padding: 4px 10px;
    border: 1px solid #A9A9A9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 5px;
    width: 1020px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;

    
}

.bookings_header .bookings_display_style {
    width: 110px;
    border-right: 1px solid #A9A9A9;
    float: left;
    font-size: 14px;
    height: 60px;
}

.bookings_header .bookings_color_codes_outer {
    position: absolute;
    left: 125px;
    right: 187px;
    padding: 0 25px;
    height: 60px;
}

.bookings_header .bookings_header_show_availability_calendar {
    position: absolute;
    left: 5px;
    bottom: 0;
    height: 20px;
    font-size: 12px;
}

.bookings_color_codes_outer .bookings_color_codes_inner {
    width: 100%;
    height: 100%;
    display: table;
}

.bookings_header .bookings_color_codes_outer .bookings_color_codes_inner_div {
    width: 200px;
    float: left;
    margin: 0 5px 5px;
    display: inline;
}

.bookings_header .bookings_color_codes_outer .bookings_color_codes_inner .color {
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 10px;
    border: 1px solid black;
}

.incoming_booking_color {
    background-color: #AAAAFF;
}

.parts_delivered_color {
    background-color: #C2FFC2;
}

.confirmed_booking_color {
    /* background-color: #FFFF98; */
    background-color: #C2FFC2;
}

.status_unknown_color {
    background-color: #FFD6D6;
}

.status_updated_color {
    background-color: #F57900;
}

.booking_canceled_color {
    background-color: #CCCCCC;
}

.bookings_header .bookings_color_codes_outer .bookings_color_codes_inner .description {
    font-size: 12px;
    line-height: 1;
}

.bookings_header .bookings_search {
    width: 160px;
    float: right;
    padding-left: 10px;
    border-left: 1px solid #A9A9A9;
    height: 60px;
}

.bookings_week_view {
    border: 1px solid #A9A9A9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 3px 5px;
    position: relative;
    padding: 5px;
    min-width: 1000px;
}

.bookings_week_view .bookings_week_view_week_select {
    width: 100%;
    height: 34px;
}

.bookings_week_view .bookings_week_view_header_left {
    width: 7px;
    height: 34px;
    background: transparent url('/images/bookings/week_select_left_7x34.png') no-repeat right 0;
}

.bookings_week_view .bookings_week_view_header_content_outer {
    height: 34px;
    background: transparent url('/images/bookings/week_select_middle_1x34.png') repeat-x 0 0;
}

.bookings_week_view .bookings_week_view_header_right {
    width: 7px;
    height: 34px;
    background: transparent url('/images/bookings/week_select_right_7x34.png') no-repeat left 0;
}

.bookings_week_view .bookings_week_view_cell_left {
    width: 7px;
    background: transparent url('/images/bookings/week_cell_left_7x400.png') repeat-y right bottom;
    position: relative;
}

.bookings_week_view .bookings_week_view_cell_right {
    width: 7px;
    background: transparent url('/images/bookings/week_cell_right_7x400.png') repeat-y left bottom;
    position: relative;
}

.bookings_week_view .bookings_week_view_header_content_right {
    float: right;
    font-size: 13px;
}

.bookings_week_view .bookings_week_view_header_content_right_text, .bookings_week_view .bookings_week_view_header_content_left_text {
    font-weight: normal;
    position: relative;
    top: -5px;
    cursor: pointer;
}

.bookings_week_view .bookings_week_view_header_content_right_image, .bookings_week_view .bookings_week_view_header_content_left_image {
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: -2px;
}

.bookings_week_view .bookings_week_view_header_content_left {
    float: left;
    font-size: 13px;
}

.bookings_week_view .bookings_week_view_cell_noleftborder {
    border-right: 1px #D6D5D5 solid;
    border-bottom: 1px #D6D5D5 solid;
}

.bookings_week_view .bookings_week_view_cell_norightborder {
    border-left: 1px #D6D5D5 solid;
    border-bottom: 1px #D6D5D5 solid;
}

.bookings_week_view .bookings_week_view_service {
    border: 1px #444444 solid;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    margin-bottom: 2px;
}

.bookings_week_view .bookings_list_view_service {
    border: none;
    margin-bottom: 0;
    text-align: left;
}

.bookings_week_view .bookings_week_view_service_selected {
    border: 2px #990000 solid;
}

.bookings_week_view .bookings_details_customer_info {
    border: 1px solid #797979;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
    position: relative;
    padding: 5px;
    width: 600px;
    font-size: 11px;
    position: relative;
    min-height: 100px;
}

.bookings_week_view .bookings_details_header_left {
    height: 24px;
    width: 8px;
    background: transparent url('/images/bookings/black_header_left_8x24.png') no-repeat right 0;
    position: absolute;
    left: 0;
}

.bookings_week_view .bookings_details_header_right {
    height: 24px;
    width: 8px;
    background: transparent url('/images/bookings/black_header_right_8x24.png') no-repeat right 0;
    position: absolute;
    right: 0;
}

.bookings_week_view .bookings_details_header_middle {
    height: 24px;
    background: transparent url('/images/bookings/black_header_middle_4x24.png') repeat-x 0 0;
    position: absolute;
    left: 8px;
    right: 8px;
    padding-top: 2px;
}

.bookings_week_view .bookings_details_header_message {
    float: right;
    margin-right: 5px;
    font-weight: normal;
}

.bookings_week_view .bookings_details_info {
    position: relative;
}

.bookings_week_view .bookings_details_customer_info_header {
    font-weight: bold;
}

.bookings_week_view .bookings_details_buttons {
    position: absolute;
    right: 5px;
    width: 400px;
}

.highlight {
    color: #DD0000;
}

tr.superseeding>td {
    background-color: #DDFFDD;
}

tr.superseeding.evenrow>td {
    background-color: #AADDAA;
}

.bookings_extraitem {
    background-color: #C6E3E1;
}

.bookings_availabilitycalendar_outer {
    -moz-box-shadow: 1px 1px 1px #AAAAAA;
    -webkit-box-shadow: 1px 1px 1px #AAAAAA;
    box-shadow: 1px 1px 1px #AAAAAA;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#AAAAAA')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#AAAAAA');
    padding: 5px;
    border: 1px solid #888888;
    width: 880px;
    height: 140px;
    position: absolute;
    left: 0;
    background-color: white;
    top: 17px;
    z-index: 9000;
}

.bookings_availabilitycalendar_outer .bookings_availabilitycalendar_month {
    font-size: 11px;
    float: left;
    margin-right: 10px;
}

.bookings_availabilitycalendar_outer .bookings_availabilitycalendar_colorcodes {
    float: left;
    width: 300px;
    font-size: 10px;
    float: left;
    border-left: 1px solid #888888;
    padding-left: 5px;
    height: 100%;
}

.bookings_availabilitycalendar_outer .bookings_availabilitycalendar_colorcodes_block {
    height: 16px;
    width: 16px;
    border: 1px solid #444444;
}

.bookings_availabilitycalendar_table {
    table-style: fixed;
    border-collapse: collapse;
    width: 180px;
}

.bookings_availabilitycalendar_month .bookings_calendar_table_month_header {
    height: 18px;
    text-align: center;
    border-bottom: 1px solid #666666;
}

.bookings_availabilitycalendar_month .bookings_calendar_table_day_header {
    text-align: center;
}

.bookings_availabilitycalendar_outer .bookedday {
    background-color: #AAAAFF;
    cursor: pointer;
}

.bookings_availabilitycalendar_outer .halfday {
    background-color: #F5BF00;
    cursor: pointer;
}

.bookings_availabilitycalendar_outer .activeday {
    background-color: #C2FFC2;
    cursor: pointer;
}

.bookings_availabilitycalendar_outer .closedday {
    background-color: #F67174;
    cursor: pointer;
}

.bookings_availabilitycalendar_outer .othermonth {
    color: #444444;
}

.bookings_availabilitycalendar_outer .waitforaction {
    background-color: #CCCCCC;
    color: #777777;
}

.bookings_availabilitycalendar_month .bookings_calendar_table_week_row td {
    border: 1px solid #aaaaaa;
    text-align: center;
}

.dispatchadvices_header {
    height: 22px;
    padding: 4px 10px;
    border: 1px solid #A9A9A9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 5px;
    min-width: 1000px;
}

.dispatchadvices_search {
    width: 300px;
    float: right;
    text-align: right;
}

.temot_articles_row_selected {
    background-color: #CEF0FC;
}

.temot_image img {
    width: 1000px;
    max-width: 100%;
}

.articles_filter {
    clear: both;
    font-size: 12px;
    width: 98%;
    margin: auto;
}

.articles_filter_multi {
    clear: both;
    font-size: 12px;
    width: 98%;
    margin: 0 auto 5px;
}

.articles_filter_multi .articles_filter_multi_select {
    width: 100%;
    font-size: 10px;
}

.articles_filter .articles_filter_header, .articles_filter_multi .articles_filter_header {
    float: left;
    font-weight: normal;
    width: 19%;
    margin-right: 1%;
}

.articles_filter_header.activefilter {
    font-weight: bold;
}

.filter_slider_input {
    float: left; width: 7%; border: none; font-weight: bold;
}

.articles_filter .articles_filter_select {
    display: none;
    font-size: 10px;
}

.articles_related_genericarticles {
    border: 1px solid #222222;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0 auto 5px;
    max-width: 1040px;
    background-color: #EFEFE9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 96%;
    
    box-shadow: 0px 1px 3px #000000;
    -moz-box-shadow: 0px 1px 3px #000000;
    -webkit-box-shadow: 0px 1px 3px #000000;
    
}

.articles_related_genericarticles .articles_related_sparepartnode {
    color: black;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.articles_related_genericarticles .articles_related_accessorynode {
    color: #DD0000;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.articles_related_genericarticles .articles_related_accessorynode a, .articles_related_genericarticles .articles_related_sparepartnode a {
    color: inherit;
    text-decoration: inherit;
}

.news_archive_new {
    text-align: center; 
    position: relative;
    margin: 0 auto 10px; 
   /* padding: 0 30px; */
    padding-left: 5px;
    padding-right: 10px;
    
}

.news_archive_new .news_archive_header {
    float: right;
    margin-right: 20px;
    font-size: 28px;
    font-weight: bold;
}

.news_archive_new .news_archive_searchtree_header {
    color: #252525;
    font-size: 20px;
    margin: -5px 0 30px;
    font-weight: normal;
}

.news_archive_new .news_archive_searchtree_month {
    font-size: 12px;
    cursor: pointer;
}

.news_archive_new .news_archive_searchtree_year {
    margin-top: 10px;
    font-size: 12px;
    cursor: pointer;
}

.news_archive_new .news_archive_searchtree_video {
    margin-top: 30px;
    font-size: 15px;
    cursor: pointer;
}

.news_archive_new .news_archive_searchtree_selected {
    font-weight: bold;
}

.news_archive_new .news_archive_searchtree {
    position: absolute;
   /* right: 31px; */
    right: 10px;
    top: 1px;
    bottom: 1px;
    width: 120px;
    padding: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3),0 0 1px rgba(255,255,255,0.2) inset;
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.3),0 0 1px rgba(255,255,255,0.2) inset;
    background-color: #e6e6e6;
    border-left: 1px solid #C8C8C8;
    z-index: 1;
    background: url(/images/newsarchive/blackbackground_opacity20.png) transparent center center repeat;
}

.news_archive_new .news_archive_messages {
    width: 780px;
    float: left;
    min-height: 300px;
}

.news_archive_new .news_archive_messages_dayheader {
    color: #DD0000;
    padding-bottom: 2px;
    font-size: 13px;
    border-bottom: 1px solid #DD0000;
    margin: 10px 0 7px;
    font-weight: bold;
    width: 200px;
}

.news_archive_new .news_archive_messages_header {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 20px;
}

.news_archive_new .news_archive_messages_header.wholesalermessage, .frontpage_news_messages_element.wholesalermessage {
    color: #000077;
}

.news_archive_new .news_archive_messages_wholesalerinfo, .frontpage_news_messages_content_inner .news_archive_messages_wholesalerinfo {
    font-size: 12px;
    font-weight: normal;
    color: #000077;
    margin: 0 0 1px;
}

.news_archive_new .news_archive_messages_wholesalerinfo_wrapper {
    border-left: 2px solid #000077; padding-left: 10px;
}

.news_archive_new .news_archive_messages_body {
    font-size: 11px;
}

.extranet_stock_proposal_listing {
    background-color: #F9F9F9;
    border: solid thin #C8C8C8;
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.temot_carselection_header {
    width: 100%;
    background: transparent url('/images/line_separator2.png') repeat-x center center;
    color: #242424;
    font-size: 15px;
    margin-bottom: 2px;
}

.temot_carselection_header_text {
    margin-left: 15px;
    float: left;
    background-color: white;
    padding: 0 5px;
    margin-left: 15px;
}

.saldoinformation_tooltip {
    background:url(/images/tooltip/black_arrow_big.png);
    height:143px;
    padding:25px 30px 50px;
    width:310px;
    font-size:11px;
    color:#fff;
    z-index: 9100;
}

.saldoinformation_tooltip.bottom {
    background:url(/images/tooltip/black_arrow_big_bottom.png);
    padding: 50px 30px 25px;
}

.articlelist_saldo_information_futuredeliveries_outer {
    border: 1px solid #999999;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    padding: 5px;
}

.netpriceinformation_tooltip {
    background:url("/images/tooltip/white_arrow.png") no-repeat scroll 0 0 transparent;
    font-size:11px;
    height:90px;
    width:180px;
    padding:18px;
    color:#000;	
    z-index: 9100;
}

.netpriceinformation_tooltip.bottom {
    background:url("/images/tooltip/white_arrow_small_bottom.png") no-repeat scroll 0 0 transparent
}

.bds_loancar_banner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.search_vehicle_selection_ais_info {
    width: 370px;
    height: 216px;
    background:transparent url(/images/tooltip/white_arrow_big_bottom.png) no-repeat 0 0;
    color: black;
    font-size: 11px;
    overflow: hidden;
}

.search_vehicle_selection_ais_info_table {
    width: 100%;
    color: black;
    font-size: 11px;
    padding: 15px;
}

.ui-dialog.articlecard_header_ie7 {
    position: relative;
}

.articlecard_header_ie7_empty {
    position: absolute;
    height: 0;
    width: 100%;
}

.articlelist_selectnode {
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 10px;
}

#header_info .supersearch_title {
    display: none;
}

.hidden {
    display: none;
}

.donothide {
    display: table-row !important;
}

.opened_subarticle {
    background-color: #EBF3FF;
    display: table-row;
}

.evenrow.opened_subarticle {
    background-color: #CCE0FF;
    display: table-row;
}

.articlestable .filtered, .articles_accessories_item.filtered, .articles_kstools_item.filtered,
.articlestable .saldofiltered, .articles_accessories_item.saldofiltered, .articles_kstools_item.saldofiltered{
    display: none !important;
}

.in_shopping_basket {
    background-color: #FFFFB2;
}

.evenrow.in_shopping_basket {
    background-color: #FFCF9E;
}

.gradientbackground {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    /*background-image: -webkit-linear-gradient(center bottom, white, 85% #eeeeee 99%);
    background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);*/
    background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
}

.search_results_carinfo {
    z-index: 9001;
    font-size: 20px;
    position: absolute;
    background-color: white;
    color: #440000;
    text-align: center;
    width: 100%;
    left: 0;
    top: 8px;
    
}
.popup {
    display: none; /* Hide popup by default */
    position: absolute;
    top: 100%; /* Position below the text */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1; /* Ensure popup is on top */
}
.popup_container {
    position: absolute;
    z-index: 9001;
    
    /* Bug in android, absolute positioned elements do not respect z-index */
    -webkit-transform:translateZ(0);
    display: table;
}

.ui-autocomplete-loading {
    background: transparent url('/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-widget-content.ui-autocomplete-loading {
    background: #FFFFFF url('/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

#top_header_user_banner {
    width: 320px;
    height: 96px;
    margin-left: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.top_header_user_banner_image {
    max-width: 300px;
    max-height: 96px;
}

.top_header_user_banner_admin_container {
    height: 100%;
    width: 300px;
    color: #9B2334;
    border: 3px solid transparent;
    text-decoration: underline;
}
.top_header_user_banner_admin_container:hover {
    border: 3px dashed #9B2334;
}
 
.animated {
	-webkit-animation: 1s ease;
	   -moz-animation: 1s ease;
	    -ms-animation: 1s ease;
	     -o-animation: 1s ease;
	        animation: 1s ease;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated_slow {
	-webkit-animation: 2s ease;
	   -moz-animation: 2s ease;
	    -ms-animation: 2s ease;
	     -o-animation: 2s ease;
	        animation: 2s ease;
        -webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
	0%, 100% {-ms-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-ms-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-ms-transform: translateY(0);}
	40% {-ms-transform: translateY(-30px);}
	60% {-ms-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0deg);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0deg);}
}

@-ms-keyframes tada {
	0% {-ms-transform: scale(1);}	
	10%, 20% {-ms-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-ms-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-ms-transform: scale(1.1) rotate(-3deg);}
	100% {-ms-transform: scale(1) rotate(0deg);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0deg);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0deg);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-ms-keyframes swing {
	20% { -ms-transform: rotate(15deg); }	
	40% { -ms-transform: rotate(-10deg); }
	60% { -ms-transform: rotate(5deg); }	
	80% { -ms-transform: rotate(-5deg); }	
	100% { -ms-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-ms-keyframes wobble {
  0% { -ms-transform: translateX(0%); }
  15% { -ms-transform: translateX(-25%) rotate(-5deg); }
  30% { -ms-transform: translateX(20%) rotate(3deg); }
  45% { -ms-transform: translateX(-15%) rotate(-3deg); }
  60% { -ms-transform: translateX(10%) rotate(2deg); }
  75% { -ms-transform: translateX(-5%) rotate(-1deg); }
  100% { -ms-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); }	
	50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0deg);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-ms-keyframes flip {
	0% {
		-ms-transform: perspective(400px) rotateY(0deg);
		-ms-animation-timing-function: ease-out;
	}
	40% {
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-ms-animation-timing-function: ease-out;
	}
	50% {
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-animation-timing-function: ease-in;
	}
	80% {
		-ms-transform: perspective(400px) rotateY(360deg) scale(.95);
		-ms-animation-timing-function: ease-in;
	}
	100% {
		-ms-transform: perspective(400px) scale(1);
		-ms-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0deg);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-ms-keyframes flipOutX {
    0% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-ms-animation-name: flipOutX;
	-ms-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInY {
    0% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -ms-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-ms-keyframes flipOutY {
    0% {
        -ms-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

.tile, #header_tabs ul li.tile {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
#header_tabs ul li.tile,
#header_tabs ul li.tile-active
{
    margin-right: 3px;
}

.tile:hover, #header_tabs ul li.tile:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    background: rgba(255,255,255,0.1);
}
.tile a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.tile:hover a {
    -webkit-text-shadow: 0px 0px 10px #666;
    -moz-box-text-shadow: 0px 0px 10px #666;
    text-shadow: 0px 0px 10px #666;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
        -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
        
        border: 1px solid #999999;
        background: #dadada url(/css/smoothness/images/ui-bg_glass_75_dadada_1x400_vertical.png) 50% 50% repeat-y;
        font-weight: normal;
        color: #212121;
        
        -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.jspActive { border: 1px solid #999999; background: #999999 url(/css/overcast/images/ui-bg_inset-hard_75_999999_1x100_vertical.png) 50% 50% repeat-y; font-weight: bold; color: #ffffff; }

.jspDragTop { display: block; overflow: hidden; background: url("/css/smoothness/images/ui-icons_222222_256x240.png"); background-repeat: no-repeat; height: 16px; width: 100%; position: relative; top: 50%; margin: -8px auto 0; background-position: -17px -224px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
    /*
	background: #50506d;
	text-indent: -20000px;
    */
	display: block;
	cursor: pointer;
        width: 14px;
        height: 16px;
}

.jspArrow.jspArrowUp, .jspArrow.jspArrowDown {
    width: 14px;
}

.jspArrow.jspArrowDown .ui-icon {
    width: 14px;
}

.jspArrow.jspArrowDown .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.jspArrow.jspDisabled
{
	cursor: default;
        /*
	background: #80808d;
        */
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

div.top_header_wholesaler_info {
    display: inline;
}

div.top_header_wholesaler_info > div {
    display: inline;
    white-space: nowrap;
}


input[type="text"].bootstrapcss {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
       -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
          
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="text"].bootstrapcss.error {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.3);
}

input[type="text"]:focus.bootstrapcss {
    border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

input.highlightonfocus {
    border: solid 1px #aaaaaa;
    padding: 3px 5px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.highlightonfocus:focus {
    border-color: #6dcff6;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input.highlightonerror, select.highlightonerror {
    border: solid 1px #ff7c7c;
    padding: 3px 5px;

    -webkit-box-shadow: 0 0 5px rgba(255,71,71,.5);
    -moz-box-shadow: 0 0 5px rgba(255,71,71,.5);
    box-shadow: 0 0 5px rgba(255,71,71,.5);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.text {
    padding: 3px 5px;
}

/* style search boxes */
input.search {
    outline: none;
}
input.search {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input.search::-webkit-search-decoration,
input.search::-webkit-search-cancel-button {
    display: none; /* remove the search and cancel icon on mobile devices */
}

/* search input field */
input.search {
    background: #fdfdfd url("/images/forms/search-icon.png") no-repeat 9px center;
    border: solid 1px #aaaaaa;
    padding: 9px 10px 9px 32px;
    width: 170px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.search:focus {
    width: 170px;
    background-color: #fff;
    border-color: #6dcff6;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input.search:-moz-placeholder {
    color: #999;
}
input.search::-webkit-input-placeholder {
    color: #999;
}

.articlecard_big_picture_dialog {
    z-index: 9009;
    max-width: 90%;
}

.chzn-container-multi .chzn-choices .search-choice.selectedtag {
    background-color: #a4a4a4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9A9A9A), color-stop(0.7, #e0e0e0));
/*    background-image: -webkit-linear-gradient(center bottom, #9A9A9A 0%, #e0e0e0 70%);
    background-image: -moz-linear-gradient(center bottom, #9A9A9A 0%, #e0e0e0 70%);*/
    background-image: -o-linear-gradient(bottom, #9A9A9A 0%, #e0e0e0 70%);
    background-image: -ms-linear-gradient(top, #9A9A9A 0%,#e0e0e0 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A9A9A', endColorstr='#e0e0e0',GradientType=0 );
    background-image: linear-gradient(top, #9A9A9A 0%,#e0e0e0 70%);
    border: 1px solid #747474;
    color: #111111;
}

.chzn-container-multi .chzn-choices .search-choice.accessories {
    background-color: #ffefef; 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FF9C9C), color-stop(0.7, #ffeeee));
/*    background-image: -webkit-linear-gradient(center bottom, #FFCCCC 0%, #ffeeee 70%);
    background-image: -moz-linear-gradient(center bottom, #FFCCCC 0%, #ffeeee 70%);*/
    background-image: -o-linear-gradient(bottom, #FFCCCC 0%, #ffeeee 70%);
    background-image: -ms-linear-gradient(top, #FFCCCC 0%,#ffeeee 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCCCC', endColorstr='#ffeeee',GradientType=0 );
    background-image: linear-gradient(top, #FFCCCC 0%,#ffeeee 70%);
}

.chzn-container-multi .chzn-choices .search-choice.selectedtag.accessories {
    background-color: #EE6464;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EE6464), color-stop(0.7, #FFDDDD));
/*    background-image: -webkit-linear-gradient(center bottom, #EE6464 0%, #FFDDDD 70%);
    background-image: -moz-linear-gradient(center bottom, #EE6464 0%, #FFDDDD 70%);*/
    background-image: -o-linear-gradient(bottom, #EE6464 0%, #FFDDDD 70%);
    background-image: -ms-linear-gradient(top, #EE6464 0%,#FFDDDD 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE6464', endColorstr='#FFDDDD',GradientType=0 );
    background-image: linear-gradient(top, #EE6464 0%,#FFDDDD 70%);
    border: 1px solid #747474;
    color: #111111;
}

.chzn-container-multi .chzn-choices .search-choice:hover {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    z-index: 10;
}

.chzn-container-multi .chzn-choices .search-choice {
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear;
}

input.fancy[type="checkbox"] {
    display: none;
}

input.fancy[type="checkbox"] + label span {
    display:inline-block;
    font-weight: bold;
    width:20px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/js/form/checkbox.gif) center 0px no-repeat;
    cursor:pointer;
}

input.fancy[type="checkbox"]:checked + label span {
    background:url(/js/form/checkbox.gif) center -50px no-repeat;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

table tr.temot_td_cases_table_row {
    border-bottom: solid 1px #dddddd;
}
table tr.temot_td_cases_table_row td {
    padding: 3px;
}

.temot_td_case_details {
    text-align: left; border: 1px solid rgb(153, 153, 153); padding: 1em; margin: 1em;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    /*font-size: 75%;*/
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #2c6da0;
}

.login_box {
    height: 319px; width: 530px; background-color: #ffffff; font-size: 11px; text-align: left; z-index: 1;
}

.frontpage_forum_inner .frontpage_forum_content_outer.frontpage_filearchive_links_container {
    margin: -5px 0 0 0;
    border: 1px solid #eeeeee;
    width: auto;
    height: auto;
}

li.frontpage_filearchive_link:hover {
    background-color: #eeeeee;
}

li.frontpage_filearchive_link {
    font-size: 12px; border-bottom: 1px solid #eeeeee; color: #555555; padding: 5px 10px; word-wrap: break-word;
}

.vehicle_admin_import_tecdoc_car_table {
    border-collapse: collapse;
    margin: 3px;
}

.vehicle_admin_import_tecdoc_car_table td {
    padding: 4px;
}

.articles_accessories_item.highlight_article {
    float: none;
    position: absolute;
    border: transparent 2px solid;
    background: red;
    opacity: 0.15;
    z-index: 3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    text-align: center;
    margin-top: -5px;
    padding-bottom: 4px;
}

.articles_accessories_item.highlight_article.animate {
    -webkit-animation: accessories_highlight 8s infinite; /* Safari 4+ */
    -moz-animation:    accessories_highlight 8s infinite; /* Fx 5+ */
    -o-animation:      accessories_highlight 8s infinite; /* Opera 12+ */
    animation:         accessories_highlight 8s infinite; /* IE 10+, Fx 29+ */
}

.articlestable .highlight_article {
    background-color: #EC7070;
}

@-webkit-keyframes accessories_highlight {
    0%   { opacity: 0; }
    25%   { opacity: .15; }
    50% { opacity: 0; }
    100% { opacity: .15; }
}
@-moz-keyframes accessories_highlight {
    0%   { opacity: 0; }
    25%   { opacity: 0.15; }
    50% { opacity: 0; }
    100% { opacity: 0.15; }
}
@-o-keyframes accessories_highlight {
    0%   { opacity: 0; }
    25%   { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes accessories_highlight {
    0%   { opacity: 0; }
    25%   { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.filearchive_empty_filedescription:before {
    content: "Add description";
}

.shoppingcart_offer_separator_row hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 5px 0;
    padding: 0;
}
.articlestable td.shoppingcart_offer_separator_row {
    padding: 0;
}

.shoppingcart_offer_picture {
    max-height: 160px;
    max-width: 160px;
}
.shoppingcart_offer_detailed_cell {
    vertical-align: top;
    font-size: 11px;
}

.salestool_carinfo_carhistorylink {
    display: inline; float: right; margin-right: 5px; padding-top: 1px; cursor: pointer;
}

.admin_text_input {
    padding: 4px;
    font-size: 11px;
    border: 1px solid #666663;
    background: none;
}

.sticky_element {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}


#missed_sales_tabs .table_header {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #999999;
}



/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
/*    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); */
 }

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none; }

.waves-block {
    display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
    z-index: -1; }


.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}


/* form control helpers (bootstrapcss.com) */
.form-container, .form-container *, .form-container *:after, .form-container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-container label {
    display: inline-block;
}
.form-control input {
    line-height: normal;
    padding: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}
.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal, .form-horizontal *, .form-horizontal *:after, .form-horizontal *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}


.col-sm-2, .col-sm-10 {
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
 }
.col-sm-2, .col-sm-10 {
    float: left;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}

.salestool_changecustomer_add_new_customer_validation-text {
    margin-left: 28px;
    font-size: 12px;
    color: #b20000;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

/* preloader indicator (materializecss) */
.progress-materialize {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.accessories_filter_inner {
    margin: 5px;
}
.progress-materialize .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear;
}

.progress-materialize .indeterminate {
    background-color: #26a69a;
}

.progress-materialize .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-materialize .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/**
 * MUI Textfield Component
 */
.mui-textfield {
    display: block;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.mui-textfield > label {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mui-textfield > textarea {
    padding-top: 5px;
}

.mui-textfield > input,
.mui-textfield > textarea {
    display: block;
}

.mui-textfield > input:focus ~ label,
.mui-textfield > textarea:focus ~ label {
    color: #2196F3;
}
.mui-textfield > input,
.mui-textfield > textarea {
    -webkit-animation-duration: 0.0001s;
    animation-duration: 0.0001s;
    -webkit-animation-name: mui-node-inserted;
    animation-name: mui-node-inserted;
    display: block;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    background-image: none;
}

.mui-textfield > input:focus,
.mui-textfield > textarea:focus {
    border-color: #2196F3;
    border-width: 2px;
}

.mui-textfield > input:disabled, .mui-textfield > input:-moz-read-only,
.mui-textfield > textarea:disabled,
.mui-textfield > textarea:-moz-read-only {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1;
}

.mui-textfield > input:disabled, .mui-textfield > input:read-only,
.mui-textfield > textarea:disabled,
.mui-textfield > textarea:read-only {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1;
}

.mui-textfield > input::-webkit-input-placeholder,
.mui-textfield > textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
}

.mui-textfield > input::-moz-placeholder,
.mui-textfield > textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
}

.mui-textfield > input:-ms-input-placeholder,
.mui-textfield > textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
}

.mui-textfield > input::placeholder,
.mui-textfield > textarea::placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
}

.mui-textfield > input {
    height: 32px;
}

.mui-textfield > input:focus {
    height: 33px;
    margin-bottom: -1px;
}

/**
 * MUI Panel module
 */
.mui-panel {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
}

.mui-panel:before, .mui-panel:after {
    content: " ";
    display: table;
}

.mui-panel:after {
    clear: both;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mui-panel {
        box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12), -1px 0px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
    }
}

.mui-divider {
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
}

/* form control helpers (bootstrapcss.com) */
.modal-container, .modal-container *, .modal-container *:after, .modal-container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-container .fade, .modal-container.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.modal-container .fade.in, .modal-container.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper  {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/* modifications to spinner */
.preloader-wrapper, .preloader-wrapper *, .preloader-wrapper *:after, .preloader-wrapper *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* glyphicons from bootstrap */
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.eot');
    src: url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/bootstrap-3.1.1-dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

.select2-container { z-index: 100001; }

.addYoutubeLink {
    max-width: 1016px;
    position: relative;
    margin: 0 auto;
}
.addYoutubeLink h1, .addYoutubeLink form {
    margin-left: 10%;
}
.addYoutubeLink .addlinkform {
    width: 270px;
}
.addYoutubeLink .addlinkform div {
    margin-bottom: 10px;
}
.addYoutubeLink .addlinkform label {
    width: 100px;
    display: inline-block;
    text-align: right;
}
.addYoutubeLink .submit {
    text-align: right;
}
.addYoutubeLink .submit input {
    margin-right: 5px;
}
.youtubelinklist {
    
    padding: 1%;
}
.youtubelinklist .youtubevideoslot {
    width: 294px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 20px;
}
.youtubelinklist .youtubevideoslot h4 {

    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    

}
.youtubelinklist .youtubevideoslot iframe {
    width: 99%;
}


.extranetbutton {
    float: right !important; 
    margin-right: 10px !important; 
    position: relative; 
    top: 0; 
    right: 0;
}
.extranetbutton .extranettableft {
    display: none;
}

.extranetbutton .extranettabright {
    display: none;
}

.extranettab {
    border-radius: 5px 5px 0px 0px;
}
.extranettab a {
    
    padding-left: 3px;
}

.salestool_multiwarehouserep_selected_office {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 5px 0 ;
    padding: 5px 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: red;
    font-size: 12px;
    width: 221px;
    text-align: center;
    font-weight:bold;
}

.claimsportal_yellow {
     background-color: #f1db30;
}

.claimsportal_green {
    background-color: #ccffcc;
}


.flexWrapper {
    min-width: 797px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
    font-family: Verdana Sans-Serif;
    background-color: #f4f4f4;

}

.flexItem {
    font-size: 11px;
    /*min-width: 235px;
    max-width: 600px;*/
    width: 243px;
    margin: 4px;
    padding: 5px;
    -webkit-flex: 0 3 auto;
    flex: 0 3 auto;
    background-color: #fff;

}

.flexItem:last-child{
    flex-grow: 0;
}

.flexItem .itemHeader {
    font-size: 12px;
    margin: 8px 0 8px 0;
}

.flexItem p {
    margin: 0px;
}

.detailsWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.img-column {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.img-column img {
    max-width: 80px;
    max-height: 80px;
}

.itemSaldoRow {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.itemPriceRow {
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}


@media screen and (min-width: 1300px) {
    
  #header_info .header_info_container {
          width: 1300px;
  }
  #header_info .header_search {    
    width: 312px;    
    overflow: hidden;    
    float: left;    
    z-index: 2;    
    background-image: none;    
    position: relative;
    margin-left: 5px;
  }

  .header_search_box {
    width: 100%;    
    background: #fff;    
    padding: 5px;    
      border-radius: 5px;    
    box-sizing: border-box;
  }
  #header_search_submit {    
    margin-right: 0px;
  }
  #header_info .header_search_box {    
      margin: 0px;
      width:100%;
      padding: 5px;
  }

  #header_info .header_search_box_minimized {
        height:45px;
      
  }

  #header_info .header_search_box_minimized #header_search_input {
       width: 215px;
  }

  #header_info .header_search_latest_news {
    background: #fff;    
    margin-top: 5px;    
    border-top-left-radius: 5px;    
    border-top-right-radius: 5px;    
    box-sizing: border-box;    
    padding: 5px;    
    height: 96px;
  }
  #header_info .header_search_latest_news_link {    
    position: relative;    
    background: #fff;    
    text-align: right;    
    padding-bottom: 5px;    
    padding-right: 5px;    
    border-bottom-left-radius: 5px;    
    border-bottom-right-radius: 5px;    
    bottom: auto;    
    right: auto;
  }
  #header_info .header_carinfo {    
    width: 654px;    
    background: #fff;    
    border-radius: 5px;
  }
  #header_info .header_shoppingbasket_outer {    
    margin-left: 21px;    
    width: 290px;

  }
  #header_info .header_shoppingbasket {    
    background: #fff;    
    width: 100%;    
    border-radius: 5px;
  }
  #header_info .minimize {    
    width: 100%;
  }
 
   
}

@media screen and (max-width: 1285px) {
    #header_tabs ul {
        font-size: 12px;
    }
    #header_tabs ul li a {
        line-height: 20px;
        letter-spacing: -0.3px;
    }
    .extranetbutton {
        margin-right: 0.3% !important; 
    }
}
@media screen and (max-width: 1099px) {
    #header_tabs .header_tab_div {
        
        padding-left: 3px;
        padding-right: 3px;

    }
    #header_tabs .header_tools_menu {
        padding-left: 5px;
        padding-right: 5px;
    }
   
   
}

.ErrorManagementNode1 {
    display: block;
}

.ErrorManagementNode2 {
    background-color: whitesmoke;
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px;
    width: 220px;
    vertical-align: top;
}

.ErrorManagementNode2 h4 {
    color: darkblue;
    margin: 2px;
}

p.ManagerList {
    margin: 1px;
    padding: 1px;
}

.shoppingcart_ordertypediscount_table {
    border-collapse: collapse;
}
.shoppingcart_ordertypediscount_table td {
    padding: 0 0.5em;
}

.prHit {

}

.prMiss {

}

.prMissHidden {
    display: none;
}

.kgk-admin-container {
    width: 1100px;
    margin: 0 auto;
}

.kgk-admin-container .form-wrapper {
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 10px;
    padding: 10px 0px;
}

.kgk-admin-container .form-wrapper > div {
    margin-bottom: 5px;
}

.kgk-admin-container table {
    width:100%;
}

.kgk-admin-container th {
    border-bottom: 1px solid rgb(204,204,204);
    background-color: #6E6E6E;
}

.kgk-admin-container td {
    border-bottom: 1px solid rgb(204,204,204);
}

.kgk-admin-container tr:nth-child(even) {
    background-color: rgb(230,230,230);
}

.kgk-admin-container tr:nth-child(odd) {
    background-color: rgb(204,204,204);
}

.kgk-admin-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}

.kgk-admin-form .form-row {
    display: flex;
    justify-content: space-between;
}

.kgk-admin-form .form-group {
    display: block;
}

.kgk-admin-form label {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.kgk-admin-form input {
    display: block;
}

.kgk-admin-form button {
    padding: 1px 16px;
    margin: 15px 0;
}

.kgk-download-wrapper {
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 1em 10em;
    display: inline-block;
}

.kgk-admin-form .select2 .highlightonerror {
    border: solid 1px #ff7c7c;

    -webkit-box-shadow: 0 0 5px rgba(255,71,71,.5);
    -moz-box-shadow: 0 0 5px rgba(255,71,71,.5);
    box-shadow: 0 0 5px rgba(255,71,71,.5);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.subarticle_container {
    margin-bottom:-1px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right:1px solid #CACACA;
    width:140px;

}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;

}

.bd-placeholder-img {
    font-size:1.125rem;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    text-anchor:middle
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}


.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
    color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
    color: #0a58ca !important;
}

.link-secondary {
    color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important;
}

.link-success {
    color: #198754 !important;
}
.link-success:hover, .link-success:focus {
    color: #146c43 !important;
}

.link-info {
    color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
    color: #3dd5f3 !important;
}

.link-warning {
    color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important;
}

.link-danger {
    color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
    color: #b02a37 !important;
}

.link-light {
    color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
    color: #f9fafb !important;
}

.link-dark {
    color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-emphasis {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}




.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text);
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text);
}

.alert-info {
    --bs-alert-color: var(--bs-info-text);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text);
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text);
}

.alert-light {
    --bs-alert-color: var(--bs-light-text);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text);
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text);
}

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

table.table {
    caption-side: bottom;
    border-collapse: collapse;
}

table.table .caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

.table th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

.table thead,
.table tbody,
.table tfoot,
.table tr,
.table td,
.table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}

.table-group-divider {
    border-top: 2px solid currentcolor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.warning-container {
    display: block;
    color: #dc3545;
    border: solid 1px #dc3545;
    border-radius: 0.25rem;
    padding: 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
    box-sizing: border-box;
}

.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-xxl,
.bootstrap .container-xl,
.bootstrap .container-lg,
.bootstrap .container-md,
.bootstrap .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .bootstrap .container-sm, .bootstrap .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .bootstrap .container-xxl, .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 1320px;
    }
}
.bootstrap .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.bootstrap .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.bootstrap .col {
    flex: 1 0 0%;
}

@media (min-width: 576px) {
    .bootstrap .col-sm {
        flex: 1 0 0%;
    }

    .bootstrap .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .bootstrap .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .bootstrap .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .bootstrap .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .bootstrap .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .bootstrap .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .bootstrap .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .bootstrap .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .bootstrap .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .bootstrap .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .bootstrap .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .bootstrap .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .bootstrap .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .bootstrap .offset-sm-0 {
        margin-left: 0;
    }

    .bootstrap .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .bootstrap .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .bootstrap .offset-sm-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .bootstrap .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .bootstrap .offset-sm-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .bootstrap .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .bootstrap .offset-sm-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .bootstrap .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

.bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
}

.bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}

.bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
}

.bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

.bootstrap .offset-sm-0 {
    margin-left: 0;
}

.bootstrap .offset-sm-1 {
    margin-left: 8.3333333333%;
}

.bootstrap .offset-sm-2 {
    margin-left: 16.6666666667%;
}

.bootstrap .offset-sm-3 {
    margin-left: 25%;
}

.bootstrap .offset-sm-4 {
    margin-left: 33.3333333333%;
}

.bootstrap .offset-sm-5 {
    margin-left: 41.6666666667%;
}

.bootstrap .offset-sm-6 {
    margin-left: 50%;
}

.bootstrap .offset-sm-7 {
    margin-left: 58.3333333333%;
}

.bootstrap .offset-sm-8 {
    margin-left: 66.6666666667%;
}

.bootstrap .offset-sm-9 {
    margin-left: 75%;
}

.bootstrap .offset-sm-10 {
    margin-left: 83.3333333333%;
}

.bootstrap .offset-sm-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
    .bootstrap .col-md {
        flex: 1 0 0%;
    }

    .bootstrap .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .bootstrap .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .bootstrap .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .bootstrap .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .bootstrap .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .bootstrap .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .bootstrap .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .bootstrap .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .bootstrap .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .bootstrap .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .bootstrap .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .bootstrap .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .bootstrap .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .bootstrap .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .bootstrap .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .bootstrap .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .bootstrap .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .bootstrap .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .bootstrap .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .bootstrap .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .bootstrap .offset-md-0 {
        margin-left: 0;
    }

    .bootstrap .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .bootstrap .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .bootstrap .offset-md-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .bootstrap .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .bootstrap .offset-md-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .bootstrap .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .bootstrap .offset-md-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .bootstrap .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-dark {
    color: #212529 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.border-top-left, .table td.border-top-left {
    background-clip: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.25rem;
}

.border-bottom-left, .table td.border-bottom-left {
    background-clip: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: 0.25rem;
}

.border-left, .table td.border-left {
    background-clip: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.border-top-right, .table td.border-top-right {
    background-clip: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-top-right-radius: 0.25rem;
}

.border-bottom-right, .table td.border-bottom-right {
    background-clip: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-right-radius: 0.25rem;
}

.border-right, .table td.border-right {
    background-clip: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.border-all, .table td.border-all {
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        transition: none;
    }
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.container-outline {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.container-outline-outline {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.newsarchive_add_showto_header {
    color: black;
    font-size: 1em;
    font-weight: bold;
    transition: all 2s ease;
}

.newsarchive_add_showto_header.active {
    font-size: 1.3em;
    font-weight: bold;
}

.link-secondary {
    color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
    color: #565e64;
}

.autodata-more-notes-icon {
    max-width: 33px;
    max-height: 33px;
}

.info-container {
    display: block;
    color: #000;
    border: solid 1px #badce3;
    border-radius: 0.25rem;
    padding: 1em;
}


.lds-hourglass,
.lds-hourglass:after {
    box-sizing: border-box;
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.spinning-cog4435 {
    animation: spinning-cog4435 1.3s infinite ease;
    transform-origin: 50% 50%;
    /* Ensures the cog rotates around its center */
}

@keyframes spinning-cog4435 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-cart {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    perspective: 600px;
}

.inner:not(tr) {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.shoppingcart-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: default;
    border-radius: 5px;
    display: none;
}
.shoppingcart-button-overlay.active {
    display: block;
}



.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.article-hidden {
    display: none;
}
.subarticles-hidden {
    display: none;
}

.article-matching-info-text {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    font-size: 1.2em;
    text-align: center;
    padding: 0.5em 1em;
}


