/*Default CSS*/
body, html, form {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100%;
    /*background-image: url("../Files/Images/Icons/bgtest.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
        */
}


.offBody {
    padding: 0px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: -webkit-linear-gradient(left, #AE1F23 0%, #AE1F23 50%, #ffffff 50%, #ffffff 100%) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #AE1F23 0%, #AE1F23 50%, #ffffff 50%, #ffffff 100%) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #AE1F23 0%, #AE1F23 50%, #ffffff 50%, #ffffff 100%) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #AE1F23 0%, #AE1F23 50%, #ffffff 50%, #ffffff 100% ) !important; /* Standard syntax */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.onBody {
    padding: 0px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #222222; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #222222 0%, #222222 50%, #ffffff 50%, #ffffff 100%) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #222222 0%, #222222 50%, #ffffff 50%, #ffffff 100%) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #222222 0%, #222222 50%, #ffffff 50%, #ffffff 100%) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #222222 0%, #222222 50%, #ffffff 50%, #ffffff 100% ) !important; /* Standard syntax */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/*table {
    width: 100%;
}

tr td table {
    width: auto;
}*/

#ctl00_body_AgentUserList table {
    width: auto;
}

#top-container {
    width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

/*.newLeftMenu a:link {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFF;
    text-decoration: none;
    z-index: 6;
    border: 1px solid white!important;
}*/

#top-left {
    width: 200px;
    height: 150px;
    float: left;
}

.top-right {
    width: 973px;
    height: 167px;
    /*float: right;*/
    background-color: #FFF;
}

.top-nav-container {
    width: 973px;
}

    .top-nav-container a:link, .top-nav-container a:active, .top-nav-container a:visited {
        font-family: Verdana;
        font-size: 10pt;
        color: #000;
        text-decoration: none;
    }

    .top-nav-container a:hover {
        font-family: Verdana;
        font-size: 10pt;
        color: #AE1F23;
        text-decoration: underline;
    }

#top-nav-link1 {
    width: 240px;
    /*border-right: solid 2px #FFF;*/
    background-color: #E5E5E5;
    text-align: center;
    float: left;
    line-height: 40px;
    margin: 0 5px;
}

#top-nav-link2 {
    width: 240px;
    /*border-right: solid 2px #FFF;*/
    background-color: #E5E5E5;
    text-align: center;
    float: left;
    line-height: 40px;
    margin: 0 5px;
}

#top-nav-link3 {
    width: 240px;
    /*border-right: solid 2px #FFF;*/
    background-color: #E5E5E5;
    text-align: center;
    float: left;
    line-height: 40px;
    margin: 0 5px;
}

#top-nav-link4 {
    width: 240px;
    background-color: #E5E5E5;
    text-align: center;
    float: left;
    line-height: 40px;
    margin: 0 5px;
}

#main-container {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
    display: table;
    /*background-color: #AE1F23;
    background: #FFF url(index-bg.gif) repeat-y left;*/
    /*position: relative;*/
    margin-top: -2px;
}

#main-left {
    position: fixed;
    z-index: 0; /*TasinAkdeniz*/
    width: 213px;
    float: left;
    text-align: left;
    padding: 0;
    font-family: Verdana;
    font-size: 8pt;
    margin-top: -2px;
    margin-right: 15px;
}

    #main-left a:link, #main-left a:active, #main-left a:visited {
        font-family: Verdana;
        font-size: 10pt;
        color: #FFF;
        text-decoration: none;
        z-index: 6;
        /*line-height: 1em;*/
        /*border:none;*/
    }

    #main-left a:hover {
        font-family: Verdana;
        font-size: 10pt;
        color: #FFF;
        text-decoration: none;
    }

#main-right {
    width: 973px;
    float: right;
    text-align: left;
    padding: 0;
    font-family: Verdana;
    font-size: 8pt;
    color: #555;
    height: 100%;
    display: block;
    background-color: white;
    padding-bottom: 38px;
}

.main-right-bottom /* menu-bottom */ {
    position: fixed;
    height: 38px;
    text-align: center;
    font-family: Verdana;
    font-size: 9pt;
    color: #ffffff;
    background-color: #AE1F23;
    border-top: 1px solid #fff;
    line-height: 38px;
    z-index: 2;
    bottom: 0;
    width: 100%
}

    .main-right-bottom a:link, .main-right-bottom a:active, .main-right-bottom a:visited {
        font-family: Verdana;
        font-size: 9pt;
        text-decoration: none;
        color: #ffffff;
    }

.main-right-bottomMobile {
    position: fixed;
    height: 100%;
    text-align: center;
    font-family: Verdana;
    font-size: 9pt;
    color: #ffffff;
    background-color: #AE1F23;
    border-top: 1px solid #fff;
    line-height: 36px;
    z-index: 2;
    width: 100%
}

    .main-right-bottomMobile a:link, .main-right-bottomMobile a:active, .main-right-bottomMobile a:visited {
        font-family: Verdana;
        font-size: 9pt;
        text-decoration: none;
        color: #ffffff;
    }



#main-right a:link, #main-right a:active, #main-right a:visited {
    font-family: Verdana;
    font-size: 8pt;
    color: #AE1F23;
    text-decoration: none;
}

#main-right a:hover {
    font-family: Verdana;
    font-size: 8pt;
    color: #AE1F23;
    text-decoration: underline;
}

#nav li a {
    border: 1px solid white;
    border-radius: 3px !important;
}


#nav1 li a {
    border: 1px solid white;
    background-color: #222222 !important;
}


.clear {
    clear: both;
}

.headline {
    padding-left: 0;
}

b {
    font-family: Verdana;
    font-size: 9pt;
    color: #FFF;
    padding: 0 0 0 10px;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: 700;
    color: #AE1F23;
    display: inline;
}

h2 {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: 700;
    color: #AE1F23;
    display: inline;
}

h3 {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: 700;
    text-decoration: underline;
    color: #555;
    display: inline;
}

.pager a {
    background-color: #e6e6fa;
    display: block;
    font-weight: 700;
    text-decoration: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 7px;
    padding: 6px;
    margin-bottom: 1px;
}

.ptext {
    padding-bottom: 17px;
    height: 375px;
    overflow: hidden;
}

.textFade {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 13px;
    line-height: 78px;
    text-align: center;
    /*color: #AE1F23;*/
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

    .textFade:hover {
        cursor: pointer;
    }



.pImageSlider {
    /*border-radius: 3px;*/
    max-width: 400px;
    margin: auto;
    /*border: 1px solid transparent;*/
}

.productSlideLarge {
    width: 100%;
    display: none
}

.productSlideSmall {
    /*border-radius: 3px;*/
    width: 100%;
    /*cursor: pointer;*/
    /*opacity: 0.4;*/
}

#slideshow {
    /*position: absolute; /*ORGINAL*/
    /*position: sticky; /*TASINAKDENIZ*/
    z-index: 0;
}

#pic1, #pic2, #pic3, #pic4, #pic5 {
    box-shadow: 6px 6px 6px #BCBCBC;
    border-radius: 10px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}

.welcomeMenu-left {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFF;
    text-decoration: none;
    z-index: 6;
    text-align: left;
    padding: 5px;
    margin: 12px 0px 5px 0px;
    border-radius: 3px;
}

.pageHeadline {
    /*font-size: 25px;
    font-weight: bold;
    color: #000000;*/
    color: #AE1F23;
    font-size: 22px;
    font-weight: bold;
}

.icons {
    box-shadow: 6px 6px 6px #BCBCBC;
    border-radius: 15px;
}

.productsheet {
    box-shadow: 5px 5px 5px #888;
    border-radius: 5px;
}

#flash {
    z-index: 5;
}
/*#lady{width:150px;height:240px;background:url(../Files/Images/menu_lady_150x240px_small.png) no-repeat;position:absolute;float:left;top:535px}*/
a.activeSlide {
    background-color: silver;
}

.newtablelayout {
    margin: auto;
    width: 776px;
}

.newicons {
    box-shadow: 10px 10px 10px #888;
    border-radius: 10px;
    padding: 0;
}

.zoom:hover {
    width: 30px;
    height: 25px;
}

.search {
    background: url(../NewLayout/search.png) no-repeat right;
    background-color: #D3D3D3;
    border-radius: 5px;
    text-align: left;
}

a img {
    border: none;
}

label[for=rbl_Search_0], label[for=rbl_Search_1] {
    margin-right: 15px;
    margin-left: 3px;
}

.styled {
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}

.styledRadio {
    display: inline-block;
    vertical-align: middle;
}

input[type='radio'] {
    vertical-align: 3px;
    padding-left: -3px;
    padding-right: 15px;
}

input[type='checkbox'] {
    vertical-align: -3px;
    padding-left: 3px;
    padding-right: 15px;
}

.rbl_Reasons.label, input[type='radio'] {
    vertical-align: bottom;
}

#labelExample {
    top: 130px;
    left: 700px;
    display: table;
    /*text-align:center*/
}

#vid_1, #vid_2 {
    border-style: solid;
    border-width: 1px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    opacity: .8;
    filter: alpha(opacity=0);
    -moz-opacity: .8;
    min-height: 100%;
    width: 100%;
}

.loading {
    width: 180px;
    height: 90px;
    display: none;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    box-shadow: 10px 10px 10px #888;
    border-radius: 4px;
    border: 1px solid Gray;
	margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.newLoading {
    display: none;
    width: 250px;
    height: 150px;
    position: fixed;
    top: 45%;
    left: 50%;
    background-color: rgba(174, 31, 35, 0.9);
    border-radius: 3px;
    text-align: center;
}

.newLoadingText {
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    margin-left: 9px;
}

.newMessage {
    display: none;
    z-index: 4;
    width: 270px;
    position: fixed;
    bottom: 65px;
    right: 18px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease-in-out 0s;
    animation: 0.3s ease 0s 1 normal none running scale-display;
}

.newMessageTextHead {
    display: block;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.newMessageTextBody {
    display: block;
    padding: 5px 10px 10px 10px;
    text-decoration: none;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
}


.guestMessage {
    background-color: #AE1F23;
    z-index: 4;
    width: 270px;
    position: fixed;
    bottom: 65px;
    left: 18px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease-in-out 0s;
    animation: 0.3s ease 0s 1 normal none running scale-display;
}

.guestMessageTextHead {
    display: block;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.guestMessageTextBody {
    display: block;
    padding: 5px 10px 10px 10px;
    text-decoration: none;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
}

.guestMessageCountDown {
    display: block;
    text-decoration: none;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
}



.ItemsInCart {
    position: absolute;
    float: left;
    top: 63px;
    left: 48px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: none;
}

#img_BrokenLink {
    position: absolute;
    float: left;
    top: 100px;
    left: 370px;
}

.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-buttonpane button {
    color: #AE1F23;
}

.logo, .icon_home, .icon_twitter, .icon_facebook {
    background: url(../files/images/sprites.png) no-repeat;
}

.logo {
    background-position: 0 0;
    width: 152px;
    height: 152px;
    padding-left: -2px;
}

.icon_home {
    background-position: -151px 0;
}

.icon_twitter {
    background-position: -151px -27px;
}

.icon_facebook {
    background-position: -151px -53px;
}

.ajax__tab_xp .ajax__tab_body {
    font-size: 1em !important;
    font-family: verdana !important;
}

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .tab a {
        font-size: 14px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
    }

        .tab a:hover {
            text-decoration: underline;
        }

    .tab.active {
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #666;
    }

    .tab a.active {
        font-weight: bold;
    }

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.variantsSetWidth td {
    width: 72px;
}

.themeSetWidth td {
    width: 100%;
}

.radioProperWrap input {
    float: left;
}

.radioProperWrap label {
    margin-top: 2px;
    margin-left: 24px;
    margin-right: 10px;
    display: block;
}

.pdf_txt_footer {
    margin-left: 28px;
}

#main_stock {
    font-family: Verdana;
    font-size: 10pt;
    color: #555;
    text-align: left;
}

.chk_Fat input[type='checkbox'] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 15px;
}

.gv_Warehouse {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.removeborders {
    border-top: 5px solid;
    border-top-color: #507CD1;
}

.orderhistory_link {
    color: #fff !important;
    background: #507CD1;
    padding: 4px 9px 4px 9px;
    border-radius: 5px;
    display: inline-block;
    border: none;
}

    .orderhistory_link:hover {
        color: #507CD1 !important;
        background: #fff;
    }

.frontButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.editTextboxWithValue {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}

.lnkMenubtn {
    margin-top: 2px;
    display: table;
    content: '';
}

    .lnkMenubtn:hover {
        font-weight: bold;
    }

.closeProductAdjustment {
    color: #ffffff;
    border: 1px solid #ffffff;
}

    .closeProductAdjustment:hover {
        cursor: pointer;
    }



/* DD */
.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
}

    .ddcommon ul {
        padding: 0;
        margin: 0;
    }

        .ddcommon ul li {
            list-style-type: none;
        }

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #c3c3c3;
}

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    opacity: .5; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */
    -khtml-opacity: .5; /* safari 1.x */
    -moz-opacity: .5; /* ff lt 1.5, netscape */
    color: #999999;
}

.ddcommon .clear {
    clear: both;
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888;
}

.borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

img.fnone {
    float: none !important;
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
}

.ddcommon .arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
}

    .ddcommon .arrow:hover {
        background-position: 0 100%;
    }

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .ddcommon .ddTitle .ddTitleText {
        display: block;
    }

        .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0;
        }

    .ddcommon .ddTitle .description {
        display: block;
    }

    .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left;
    }

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 6;
}

    .ddcommon .ddChild li {
        clear: both;
    }

        .ddcommon .ddChild li .description {
            display: block;
        }

        .ddcommon .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .ddcommon .ddChild li.optgroup {
            padding: 0;
        }

            .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0 5px;
                font-weight: bold;
                font-style: italic;
            }

            .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px;
            }

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}

/*************** default theme **********************/
.dd {
    border: 1px solid #c3c3c3;
}

    .dd .arrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url('/search/images/dd_arrow.gif') no-repeat;
    }

        .dd .arrow:hover {
            background-position: 0 100%;
        }

    .dd .ddTitle {
        color: #000;
        background: #e2e2e4 url('/search/images/title-bg.gif') repeat-x left top;
    }

        .dd .ddTitle .ddTitleText {
            padding: 5px 20px 5px 5px;
        }

            .dd .ddTitle .ddTitleText .ddTitleText {
                padding: 0;
            }

        .dd .ddTitle .description {
            font-size: 12px;
            color: #666;
        }

        .dd .ddTitle .ddTitleText img {
            padding-right: 5px;
        }

    .dd .ddChild {
        border: 1px solid #c3c3c3;
        background-color: #fff;
        left: -1px;
    }

        .dd .ddChild li {
            padding: 5px;
            background-color: #fff;
            border-bottom: 1px solid #c3c3c3;
        }

            .dd .ddChild li .description {
                color: #666;
            }

            .dd .ddChild li .ddlabel {
                color: #333;
            }

            .dd .ddChild li.hover {
                background-color: #f2f2f2;
            }

            .dd .ddChild li img {
                padding: 0 6px 0 0;
            }

            .dd .ddChild li.optgroup {
                padding: 0;
            }

                .dd .ddChild li.optgroup .optgroupTitle {
                    padding: 0 5px;
                    font-weight: bold;
                    font-style: italic;
                }

                .dd .ddChild li.optgroup ul li {
                    padding: 5px 5px 5px 15px;
                }

            .dd .ddChild li.selected {
                background-color: #d5d5d5;
                color: #000;
            }

/* Cookie Claim */
.cookieclaim_info_bar {
    z-index: 9999;
    position: fixed;
    border: none;
    background-color: #f5dd88;
    color: #000;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
}

    .cookieclaim_info_bar.cookieclaim_top {
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 0;
    }

    .cookieclaim_info_bar.cookieclaim_bottom {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
    }

    .cookieclaim_info_bar.cookieclaim_left {
        width: 100px;
        padding: 50px 10px;
        left: 0;
        bottom: 0;
    }

    .cookieclaim_info_bar.cookieclaim_right {
        width: 96px;
        padding: 50px 10px;
        right: 0;
        bottom: 0;
    }

    .cookieclaim_info_bar a {
        color: #333 !important;
        text-decoration: underline !important;
        font-weight: 400;
        display: inline;
        background-color: transparent;
    }

    .cookieclaim_info_bar img.cookieclaim_logo {
        display: inline-block;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .cookieclaim_info_bar.cookieclaim_top img.cookieclaim_logo, .cookieclaim_info_bar.cookieclaim_bottom img.cookieclaim_logo {
        margin-left: 25px;
        vertical-align: middle;
    }

    .cookieclaim_info_bar.cookieclaim_left img.cookieclaim_logo, .cookieclaim_info_bar.cookieclaim_right img.cookieclaim_logo {
        margin-top: 25px;
    }

.cookieclaim_overlay {
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    display: none;
}

.cookieclaim_info_box {
    width: 640px;
    height: 480px;
    padding: 20px 20px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -330px;
    background-color: #fff;
    z-index: 999999;
    display: none;
    -webkit-box-shadow: 0 0 30px rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 30px rgba(50,50,50,0.75);
    box-shadow: 0 0 30px rgba(50,50,50,0.75);
}

.cookieclaim_info_content {
    width: 620px;
    padding: 10px;
    height: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
    font: 10pt Arial;
    line-height: 14pt;
    color: #333;
}

    .cookieclaim_info_content h1, .cookieclaim_info_content h2, .cookieclaim_info_content h3, .cookieclaim_info_content p {
        margin: 0 0 10px;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        line-height: 1em;
    }

    .cookieclaim_info_content h1, .cookieclaim_info_content h2, .cookieclaim_info_content h3 {
        font-family: Arial;
        font-weight: 700;
        color: #000;
        background-color: transparent;
    }

    .cookieclaim_info_content h1 {
        font-size: 18pt;
    }

    .cookieclaim_info_content h2 {
        font-size: 16pt;
    }

    .cookieclaim_info_content h3 {
        font-size: 14pt;
    }

    .cookieclaim_info_content a {
        color: #00F;
        text-decoration: underline;
    }

        .cookieclaim_info_content a:visited {
            color: purple;
            text-decoration: underline;
        }

        .cookieclaim_info_content a:active {
            color: red;
            text-decoration: underline;
        }

.cookieclaim_info_box_bottom {
    width: 640px;
    height: 20px;
    margin-top: 10px;
    font: 11px Arial;
    line-height: 20px;
    color: #999;
}

.cookieclaim_info_content table {
    border-collapse: collapse;
    width: 100%;
}

    .cookieclaim_info_content table, .cookieclaim_info_content table th, .cookieclaim_info_content table td {
        border: 1px solid #000;
        padding: 0;
    }

        .cookieclaim_info_content table td {
            padding: 5px !important;
        }

        .cookieclaim_info_content table tr:first-child td {
            background-color: #000;
            color: #fff;
        }

            .cookieclaim_info_content table tr:first-child td strong {
                color: #fff !important;
            }

.cookieclaim_info_content ul {
    display: block;
    unicode-bidi: embed;
    margin: 1.12em 0;
    margin-left: 40px;
    list-style: disc outside;
}

.cookieclaim_info_content li {
    display: list-item;
}


.adminddl {
    border-radius: 5px;
    height: 25px;
    padding: 3px;
    background-position: 88px;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}

.vertiAlignDivText {
    display: table;
    overflow: hidden;
}

.vertiAlignText {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    white-space: normal;
    /*position: relative;*/
}

.oldzoomImageStyle {
    color: #000000;
    top: 25px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    border: 1px solid transparent;
}

    .oldzoomImageStyle:hover {
        border: 1px solid grey;
    }

.zoomImageStyle {
    display: none;
    color: rgba(34, 34, 34, 0.6);
    top: 7px;
    right: 7px;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    /*border: 1px solid transparent;*/
}

    .zoomImageStyle:hover {
        /*border: 1px solid grey;*/
        opacity: 0.7;
    }

.basketImageStyle {
    width: 44px;
    height: 35px;
    background-image: url(../Images/Kurv_sort.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    padding: 0px;
}

    .basketImageStyle:hover {
        /*border: 1px solid lightgrey!important;*/
        background-image: url(../Images/Kurv_groen.jpg) !important;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }


.hoverProduct {
    width: 20%;
    float: left;
    padding: 1% 1.5% 1% 1.5%;
    border: 1px solid transparent;
    margin: 5px 5px 10px 5px;
    text-align: center;
}

    .hoverProduct:hover {
        border: 1px solid lightgrey;
    }



.hoverProduct1 {
    height: 205px !important;
    position: relative;
    width: 29%;
    float: left;
    padding: 0.5% 0.5% 0.5% 0.5%;
    border: 1px solid transparent;
    margin: 0px 14px 25px 15px;
    text-align: center;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);*/
}

    .hoverProduct1:hover {
        /*border: 1px solid lightgrey;*/
        /*border-radius: 0px;*/
        box-shadow: 0px 3px 10px 3px rgba(0,0,0,.25);
    }


/*------------ QUICHCHOOSER ----------------------------------------------*/
.hyperLinkFitsProduct {
    width: 97% !important;
    height: 205px;
    position: absolute;
    width: 24%;
    display: block;
}

.maxProductImageSize {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.maxProductImageSizeTop {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.maxProductImageSizeAccesso {
    max-height: 75px;
    max-width: 100px;
    margin: auto;
    padding: 0px 10px;
    opacity: 0.15;
}

/*-------- FRAMES -----------------------*/
.hoverFrames {
    height: 150px !important;
    position: relative;
    width: 20% !important;
    float: left;
    padding: 0.5% 0.5% 0.5% 0.5%;
    border: 1px solid transparent;
    margin: 0px 3px 10px 3px;
    text-align: center;
}

    .hoverFrames:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkFrames {
    width: 97% !important;
    height: 85px;
    position: absolute;
    width: 100px !important;
    display: grid;
}

/*--------- TOPS --------------------------------*/
.hoverTops {
    height: 100px !important;
    width: 100px !important;
    position: relative;
    float: left;
    padding: 0.5% 0.5% 0.5% 0.5%;
    border: 1px solid transparent;
    margin: 0px 3px 10px 3px;
    text-align: center;
}

    .hoverTops:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkTops {
    width: 97% !important;
    height: 85px;
    position: absolute;
    width: 100px !important;
    display: grid;
}

/*--------- DESK ----------------------------*/

.desksUl {
    display: table;
    float: left;
    list-style-type: none;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid grey;
    margin: 10px 0px 0px 0px;
    width: 25% !Important;
    height: 172px !important;
}

.desksLi {
    position: relative;
    margin: 2% 2% 2% 2%;
    border: 1px solid transparent;
    text-align: center;
    display: table-cell;
}

    .desksLi:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkDeskTop {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    border: 1px solid transparent;
    display: block;
    padding-left: 5%;
    text-align: left;
}

    .hyperLinkDeskTop .a .div .li:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkDeskFrames {
    position: relative;
    border: 1px solid transparent;
    height: 50px;
    display: block;
    margin-top: 1px;
}

    .hyperLinkDeskFrames:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

/*---------------------------------------------------------------------------*/

/*--------- Accessories ----------------------------*/

.AccessoriesUl {
    height: 140px;
    width: 100%;
    display: block;
    float: left;
    list-style-type: none;
    padding: 0px;
    border-bottom: 1px solid transparent;
    margin: 10px 0px 10px 0px;
}

.AccessoriesLi {
    height: 100%;
    width: 98%;
    margin: auto;
    position: relative;
    /*padding: 2% 2% 2% 2%;*/
    border: 1px solid transparent;
    text-align: center;
    background-color: rgba(245,245,245, 10);
}

    .AccessoriesLi:hover {
        background-color: rgb(250,250,250);
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkAccessories {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    border: 1px solid transparent;
    display: block;
    text-decoration: none !important;
}

    .hyperLinkAccessories .a .div .li:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
        text-decoration: none;
    }

.vertiAlignTextAccesso {
    color: Black;
    font-size: 2em;
    font-weight: bold;
    display: table-cell;
    margin: auto;
    white-space: normal;
    text-decoration: none;
    /*position: relative;*/
}

/*--------- PARTS ----------------------------*/

.PartsUl {
    height: 120px;
    width: 20%;
    display: table;
    float: left;
    list-style-type: none;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid grey;
    margin: 10px 0px 0px 0px;
}

.PartsLi {
    height: 100%;
    position: relative;
    padding: 2% 2% 2% 2%;
    border: 1px solid transparent;
    text-align: center;
}

    .PartsLi:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

.hyperLinkParts {
    width: 97% !important;
    height: 75% !important;
    position: relative;
    border: 1px solid transparent;
}

    .hyperLinkParts .a .div .li:hover {
        border: 1px solid lightgrey;
        border-radius: 3px;
    }

/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

.relatedProductStyle {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: 861px;
    margin: 0px 40px;
    height: 190px;
}

.relatedProductStyleOld {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: 846px;
    margin: 0px 49px;
    height: 190px;
}

.myImgMargin {
    margin: 5px auto;
}

.prodOneimgSlide {
    position: relative;
    display: none;
    width: 31%;
    height: 125px;
    float: left;
    margin: 0px 3px 0px 3px;
    /*border: 1px solid transparent;*/
    /*opacity: 0.4;*/
    cursor: pointer;
}

    .prodOneimgSlide:hover {
        opacity: 0.7;
        /*filter: grayscale(100%) blur(2px);*/
    }

.rbcontact input {
    height: 20px;
    width: 20px;
}

.rbcontact label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
}

.tbContact {
    width: 450px;
    text-align: left;
    padding: 0px 10px;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 13px;
    font-family: Verdana;
}

    .tbContact: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.ddlContact {
    width: 470px;
    height: 35px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    font-size: 13px;
    font-family: Verdana;
}

    .ddlContact: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }


.tbContactMulti {
    width: 450px;
    height: 200px;
    text-align: left;
    padding: 10px 10px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    resize: none;
    font-size: 13px;
    font-family: Verdana;
}

    .tbContactMulti: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.prodone1 {
    width: 90%;
    height: 90% !important;
    position: relative;
    margin: 10px 10px;
    /*border: 1px solid transparent;*/
    float: left;
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 3px;
    /*width: 20%;*/
    /*padding: 0.5% 0.5% 0.5% 0.5%;*/
    /*padding: 5%;*/
    /*margin: 0px 15px 10px 15px;*/
}

    .prodone1:hover {
        box-shadow: 0px 1px 6px 1px rgba(0,0,0,.25);
        border-radius: 3px;
    }

.hyperLinkFitsProdOne1 {
    width: 100% !important;
    height: 170px;
    position: absolute;
    width: 24%;
    display: block;
}

.disableItem {
    display: none;
}

.btn_productSpec {
    background-color: transparent;
    border: 1px solid #222222;
    color: #222222;
    font-weight: bold;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    outline: none;
    /*border-radius: 3px;*/
}

    .btn_productSpec:hover {
        background-color: #F7F7F7;
        border-radius: 3px;
        cursor: pointer;
    }

.btn_buynow {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

    .btn_buynow:hover {
        background-color: #3e8e41;
        cursor: pointer;
    }

.btn_success {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
}

    .btn_success:hover {
        background-color: #3e8e41;
        cursor: pointer;
    }

.btn_danger {
    background-color: #d9534f;
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
}

    .btn_danger:hover {
        background-color: #902020;
        cursor: pointer;
    }

.btn_warning {
    background-color: #2E76CF;
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
}

    .btn_warning:hover {
        background-color: #173b67;
        cursor: pointer;
    }


.btn_success1 {
    border: 1px solid lightgrey;
    color: white;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 12px;
    border-radius: 3px;
    width: 100%;
    outline: none;
}

    .btn_success1:hover {
        background-color: lightgrey;
        cursor: pointer;
    }


.btn_success_little {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    outline: none;
}

    .btn_success_little:hover {
        background-color: #3e8e41;
        cursor: pointer;
    }



.s2Imagestyle {
    border: 1px solid #DCDCDC !important;
    margin-bottom: 1px;
}

.relatedProductsOuter {
    width: 100%;
    height: 128px;
    /*white-space: nowrap;*/
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.relatedProducts {
    width: 150px;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
    margin-top: 5px;
}



.grid-container {
    width: 100%;
    height: 150px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

.grid {
    width: 24.5%;
    background-color: #eee;
    float: none;
    height: 90%;
    margin: 0 0.25%;
    display: inline-block;
    zoom: 1;
    margin-top: 5px;
}

    .grid ul {
        height: 40px;
        list-style-type: none;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        border: 1px green solid;
    }

        .grid ul li {
            display: inline;
            padding: 0;
            margin: 0;
        }

            .grid ul li img {
                height: 100px;
                width: 150px;
            }



.displayLabelVerticalMid {
    display: table-cell;
    vertical-align: middle;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}

#imgParent {
    position: relative;
    top: 0;
    left: 0;
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* The Modal (background) */
.CartModal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 175px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}

.modal-content1 {
    margin: auto;
    display: block;
    max-width: 700px;
}

/* Modal Content (image) */
.Cartmodal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    background-color:#f2f2f2;
    border-radius:3px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/* 100% Image Width on Smaller Screens */
@media screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}




.framezoomout {
    height: 200px;
    width: 200px;
    overflow: hidden;
}

.zoomout img {
    height: 300px;
    width: 300px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

    .zoomout img:hover {
        width: 200px;
        height: 200px;
    }

.btn_arrow_leftDiv {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-top: 120px;
    padding: 0;
    left: 0px;
    text-align: center;
    outline: none;
}

    .btn_arrow_leftDiv:hover {
        cursor: pointer;
    }

.btn_arrow_rightDiv {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-top: 120px;
    padding: 0;
    right: 0px;
    text-align: center;
    outline: none;
}

    .btn_arrow_rightDiv:hover {
        cursor: pointer;
    }


.btn_arrow_left_product {
    cursor: pointer;
    /*position: absolute;*/
    width: auto;
    margin-top: 27px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    /*float: right;*/
    /*position: absolute;*/
    /*width: 55px;*/
    /*height: 160px;*/
    z-index: 1;
    border: none;
    background-color: rgba(199,199,199, 0.7);
    /*border-radius: 50%;*/
    height: 60px;
    /*width: 60px;*/
    margin: 0;
    /*padding: 0;*/
    /*border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;*/
    outline: none;
}

    .btn_arrow_left_product:hover {
        cursor: pointer;
        background-color: rgba(179,179,179, 0.8);
    }

    .btn_arrow_left_product:focus {
        outline: 0;
    }


.btn_arrow_right_product {
    cursor: pointer;
    /*position: absolute;*/
    width: auto;
    margin-top: 27px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
    /*float: right;*/
    /*position: absolute;*/
    /*width: 55px;*/
    /*height: 160px;*/
    z-index: 1;
    border: none;
    background-color: rgba(199,199,199, 0.7);
    /*border-radius: 50%;*/
    height: 60px;
    /*width: 60px;*/
    margin: 0;
    /*padding: 0;*/
    /*border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;*/
    outline: none;
}

    .btn_arrow_right_product:hover {
        cursor: pointer;
        background-color: rgba(179,179,179, 0.8);
    }

    .btn_arrow_right_product:focus {
        outline: 0;
    }


.tb_nice {
    text-align: center;
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 14px;
    /*outline: 1px solid #AE1F23;*/
}

    .tb_nice: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.btn_nice {
    background-color: #2E76CF;
    border: none;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
    outline: none;
}

    .btn_nice:hover {
        background-color: #173b67;
        cursor: pointer;
    }





/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*PRODONE*/
.downloadLink {
    border: none;
    background-color: #ffffff;
    font-size: 13px;
    font-family: Verdana;
    color: #AE1F23;
    padding: 0px;
    outline: none;
    margin: 5px 0px;
    text-align: left;
    display: none;
}

    .downloadLink:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.fileDownload {
    height: 100%;
    width: 100%;
    color: #AE1F23;
    border: none;
    border-radius: 2px;
    font-size: 8pt;
    font-family: Verdana;
    background-color: #E8E8E8;
}

    .fileDownload:hover {
        cursor: pointer;
    }


.downloadStyle {
    background-color: #E8E8E8;
    float: left;
    width: 88%;
    display: block;
    height: 100%;
    border: 1px solid transparent;
}

    .downloadStyle:hover {
        cursor: pointer;
        border: 1px solid gray;
    }


.rb_complete_list tbody {
    display: inline-flex;
}

    .rb_complete_list tbody tr {
        margin-right: 50px;
    }

        .rb_complete_list tbody tr td input[type='radio'] {
            height: 20px;
            width: 20px;
            position: relative;
            margin-left: 0;
        }

        .rb_complete_list tbody tr td label {
            position: absolute;
            height: 30px;
            line-height: 25px;
        }


.cb_loginRemember {
    font-size: 13px;
}

    .cb_loginRemember input[type='CheckBox'] {
        height: 17px;
        width: 17px;
        vertical-align: -4px;
    }


.lbl_login {
    font-size: 13px;
    font-weight: bold;
}

.tb_login {
    text-align: left;
    padding-left: 10px;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    /*outline: 1px solid #AE1F23;*/
}

    .tb_login: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.btn_login {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    outline: none;
}

    .btn_login:hover {
        background-color: #449d48;
        cursor: pointer;
    }

.btn_loginForgot {
    background-color: #d9534f;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    outline: none;
}

    .btn_loginForgot:hover {
        background-color: #d43f3a;
        cursor: pointer;
    }

.btn_loginNewDealer {
    background-color: #2E76CF;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    outline: none;
}

    .btn_loginNewDealer:hover {
        background-color: #296aba;
        cursor: pointer;
    }

.technicalhead {
    float: left;
    width: 60%;
    display: block;
    height: 100%;
}

.technicalbody {
    float: right;
    width: 40%;
    display: block;
    height: 100%;
}

.viewDiv {
    float: right;
    width: 10%;
    display: block;
    height: 100%;
    border: 1px solid transparent;
}

    .viewDiv:hover {
        cursor: pointer;
        border: 1px solid gray;
    }

.noviewDiv {
    float: right;
    width: 10%;
    display: block;
    height: 100%;
    border: 1px solid transparent;
}

.btnSidebarStyle {
    width: 100px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 45px;
    background-color: #AE1F23;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: start;
    /*animation: glowing 5000ms infinite;*/
    animation-name: wiggle;
    animation-duration: 3s; /* or: Xms */
    animation-iteration-count: infinite;
    animation-direction: normal; /* or: normal */
    animation-timing-function: ease; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    animation-delay: 1s; /* or: Xms */
}

    .btnSidebarStyle .active, .btnSidebarStyle:hover {
        cursor: pointer;
        border: none;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }

    40% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(0px);
    }
}

@keyframes bounce-1 {
    0% {
        transform: scale(1,1) translateX(0);
    }

    10% {
        transform: scale(1.1,.9) translateX(0);
    }

    30% {
        transform: scale(.9,1.1) translateX(-30px);
    }

    50% {
        transform: scale(1,1) translateX(0);
    }

    100% {
        transform: scale(1,1) translateX(0);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake-1 {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}



.headlineSideMenu {
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
}

.sideMenuItem {
    width: 100%;
    display: table;
    /*margin-top: 3px;*/
    border-bottom: 1px solid transparent;
}

    .sideMenuItem:hover {
        border-bottom: 1px solid #ffffff;
        cursor: pointer;
    }

.collapsible {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: white;
    border: 1px solid transparent;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background-color: #989898;
    border-radius: 2px;
}

    .collapsible .active, .collapsible:hover {
        cursor: pointer;
        border: 1px solid gray;
    }

    .collapsible:after {
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }



.collapsibleContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #b7b7b7;
    background-color: #F5F5F5;
    border-radius: 2px;
}

.collapsibleSearch {
    outline: none;
}

    .collapsibleSearch .active, .collapsibleSearch:hover {
        cursor: pointer;
    }

    .collapsibleSearch:after {
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.collapsibleContentSearch {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*background-color: #F5F5F5;*/
    border-radius: 2px;
}

.collapsibleStandard {
    display: block;
    width: 100%;
    color: white;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background-color: #555;
    border-radius: 2px;
}

.collapsibleContentStandard {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #b7b7b7;
    background-color: #F5F5F5;
    border-radius: 2px;
}

.fitLabel {
    border: 1px solid transparent;
    display: table;
    padding: 10px 20px;
}


.diasshow {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    margin: 0px 0px 1px 0px;
    color: white;
    border: 1px solid transparent;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background-color: #989898;
    border-radius: 2px;
}

    .diasshow:hover {
        cursor: pointer;
    }


/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.collapsibleOrder {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    color: white;
    border: 1px solid transparent;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    background-color: #989898;
    border-radius: 2px;
}

    .collapsibleOrder .active, .collapsibleOrder:hover {
        cursor: pointer;
        border: 1px solid gray;
    }

    .collapsibleOrder:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }


    .collapsibleOrder.active:after {
        content: "\2212";
    }



.collapsibleContentOrder {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    border: 1px solid #b7b7b7;
    background-color: #F5F5F5;
    border-radius: 2px;
}


.collapsibleOrderData {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 0;
    margin: 0;
    color: black;
    border: 1px solid transparent;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    border-radius: 2px;
}

    .collapsibleOrderData .active, .collapsibleOrderData:hover {
        cursor: pointer;
        border: 1px solid gray;
    }


.collapsibleContentOrderData {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border: 1px solid #b7b7b7;
    background-color: lightgray;
    border-radius: 2px;
}


.grid_border_bottom_head {
    border: thin Black;
    height: 30px;
    background-color: #708090;
    color: White;
}

    .grid_border_bottom_head th {
        border: thin Black;
        font-size: 10px !important;
    }

.grid_border_bottom_row {
    border-bottom: 1px solid Black;
}




.lblAdjustProduct {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    writing-mode: tb-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
}




.sidebar {
    background: #ccc;
    transition: all .1s;
}

    .sidebar.collapsed {
        transform: translateX(-100%);
        position: absolute;
    }




.collapsedBtn {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent !important;
    padding: 14px 0px;
    /*padding: 14px 20px;*/
    font-family: Verdana !important;
    font-weight: bold !important;
    font-size: 17px !important;
    color: #000000 !important;
    text-decoration: none !important;
    outline: none !important;
    padding-left: 5px;
}

    .collapsedBtn:hover {
        cursor: pointer;
    }

    .collapsedBtn:before {
        font-family: 'FontAwesome';
        content: "\f067";
    }

    .collapsedBtn.active:before {
        font-family: 'FontAwesome';
        content: "\f068";
    }

.collapsedContent {
    overflow: hidden;
    max-height: 0px;
    transition: max-height ease-in-out .2s;
    border-bottom: 1px solid grey;
    background-color: transparent;
}


.ollapsedBtnNOT {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
    padding: 14px 0px;
    /*padding: 14px 20px;*/
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    outline: none;
}






.main-side {
    /*display: none;*/
    background: #AE1F23;
    border-left: 1px solid #E8EAEE;
    width: 29em;
    height: 100%;
    padding: 1em;
    position: fixed;
    right: -310px;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    transition: right ease-in-out .5s;
    /*animation: 0.8s linear 0s 1 alternate none running scale-display;*/
}



@keyframes scale-display {
    from {
        right: -30em;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    to {
        right: -30em;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
















































.logoStyle {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.tb_searchMain {
    text-align: center;
    padding: 0px 5px;
    height: 34px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: #F5F5F5;
    font-size: 14px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    /*outline: 1px solid #AE1F23;*/
}

    .tb_searchMain:focus {
        border-color: #AE1F23;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 10, 10, 0.4);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 10, 10, 0.4);
    }

.tb_searchMainMenu {
    text-align: center;
    padding: 0px 5px;
    height: 36px;
    position: relative;
    left: 0;
    outline: none;
    border: none;
    border-color: rgba(0,0,0,.15);
    background-color: #F5F5F5;
    font-size: 14px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    /*outline: 1px solid #AE1F23;*/
}

    .tb_searchMainMenu:focus {
        border-color: #AE1F23;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 10, 10, 0.4);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 10, 10, 0.4);
    }



.topnLinkNew {
    line-height: 30px !important;
    width: 15% !important;
}

.topLink {
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    width: 100%;
}



.topMenuLink {
    /*width: 24%;*/
    border: 1px solid transparent;
    background-color: #111111;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px !important;
    text-align: center;
    float: left;
    line-height: 40px;
    height: 40px;
    /*margin-right: 10px;*/
    text-decoration: none !important;
    border-radius: 3px;
}

    .topMenuLink:hover {
        padding-bottom: 5px;
        background-color: violet;
        cursor: pointer;
    }

div:hover > .topMenuLink {
    background-color: #404040 !important;
    cursor: pointer;
    border-radius: 3px 3px 0px 0px;
    /*border: 1px solid transparent;*/
}


/*HyperLink:hover > .fa-angle-right {
    transform: rotate(90deg);
}*/


.topMenuLinkleft {
    margin-left: 15px;
}

.topMenuLinkRight {
    margin-right: 10px;
}
/*SNACKBAR*/
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    .snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
/*FOR MENU*/
@media screen and (max-width: 1217px) {
    #main-left {
        position: absolute !important;
    }

    .sticky {
        position: absolute !important;
    }
}








/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-- TOPMENU -------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/

.colorStandard {
    display: none !important;
    font-size: 15px !important;
    text-shadow: 0 0 2px #000000 !important;
}


.colorStandardBig {
    display: none !important;
    font-size: 30px !important;
    text-shadow: 0 0 2px #000000 !important;
}

.colorStandardDesk {
    display: none !important;
    font-size: 15px !important;
    text-shadow: 0 0 2px #000000 !important;
    z-index: 999;
}

    .colorStandardDesk:hover::before {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
    }

.colorStandardFrame {
    display: none !important;
    font-size: 15px !important;
    text-shadow: 0 0 2px #000000 !important;
    z-index: 999;
}

    .colorStandardFrame:hover::before {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
        border-radius: 3px;
    }


.colorStandardTop {
    display: none !important;
    font-size: 15px !important;
    text-shadow: 0 0 2px #000000 !important;
    z-index: 999;
}

    .colorStandardTop:hover::before {
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
    }

.colorBlack {
    color: #1C1C21;
}

.colorChrome {
    color: #DBE4EB;
}

.colorWhite {
    color: #FCFFFF;
}

.colorSilver {
    color: #A6ABB5;
}

.colorGray {
    color: #8794A6;
}

.colorBeech {
    color: #b29377;
}

.colorGrey {
    color: #8794A6;
}

.colorMaple {
    color: #c8a46d;
}

.colorOak {
    color: #cebb9e;
}

.colorWalnut {
    color: #5d432c;
}


.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

    .close-icon:after {
        content: "X";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #FA9595;
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        box-shadow: 0 0 2px #E50F0F;
        cursor: pointer;
    }

.tb_searchMainMenu:not(:valid) ~ .close-icon {
    display: none;
}

.logofButton {
    text-decoration: none;
    border: none;
    width: 100%;
    padding: 18px 10px;
    color: #AE1F23;
    font-weight: bold;
    border-radius: 3px;
    outline: 0;
}

    .logofButton:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.lastItem {
    border-top: 2px solid gray;
    /*margin-top: 10px;*/
    border-radius: 0px;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.topTextDropdown {
    color: #ffffff;
    /*padding-left: 10px;*/
    text-decoration: none;
    word-break: break-all;
    font-weight: bold;
}

    .topTextDropdown:hover {
        cursor: default;
    }

.topTextDropdown1 {
    color: black;
    /*padding-left: 10px;*/
    text-decoration: none;
    word-break: break-all;
    font-weight: bold;
}

    .topTextDropdown1:hover {
        cursor: default;
    }

.topValueDropdown {
    color: rgb(34,34,34);
    /*padding-left: 10px;*/
    text-decoration: none;
    /*word-break: break-all;*/
}

    .topValueDropdown:hover {
        cursor: pointer;
    }

.centerMultiText {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*USER ON MAIN---------------------------------*/
.btn_userMainMenuNo {
    position: relative;
    display: inline-block;
    /*width: 100%;*/
    outline: none;
}

.btn_userMainMenu {
    position: relative;
    display: inline-block;
    /*margin-left: 4px;*/
    /*width: 100%;*/
    outline: none;
}

.dropdown-userMain {
    display: none;
    top: 42px;
    left: -64px;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 3px;
    width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    text-align: center;
}

    .dropdown-userMain a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-userMain a:hover {
            background-color: #ddd;
            border-radius: 3px;
        }

.btn_userMainMenu:hover .dropdown-userMain {
    display: block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
    outline: none;
}

.bookmarkStyles {
    margin: auto;
    padding: 3px 5px;
    display: inline-block;
    border: 1px solid #AE1F23;
    cursor: pointer;
}

.productoneButton {
    text-decoration: none;
    border: none;
    height: 33px;
    border-bottom: 1px solid #404040;
    padding: 5px 10px;
    color: #f1f1f1;
    font-weight: bold;
    /*border-radius: 3px;*/
    outline: 0;
}

    .productoneButton:hover {
        color: #404040;
    }

        .productoneButton:hover .fa-caret-right {
            color: #404040;
        }

.productoneButtonAll {
    text-decoration: none;
    border: none;
    height: 33px;
    border-bottom: 1px solid #404040;
    padding: 5px 10px;
    color: #f1f1f1;
    font-weight: bold;
    /*border-radius: 3px;*/
    outline: 0;
}

    .productoneButtonAll:hover {
        color: #404040;
        border-bottom: 1px solid #f1f1f1;
    }

        .productoneButtonAll:hover .fa-caret-right {
            color: #404040;
            border-bottom: 1px solid #f1f1f1;
        }

div:hover > .btnKeepColor {
    background-color: #ffffff;
    cursor: pointer;
}

    div:hover > .btnKeepColor i {
        color: #404040;
    }

.allButtonQC {
    width: 100%;
    background-color: #404040 !important;
    color: #f1f1f1 !important;
    font-weight: bold;
    font-size: 12px !important;
    text-align: center;
    float: left;
    height: 44px;
    text-decoration: none !important;
    padding: 0px !important;
    /*border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;*/
}

    .allButtonQC:hover {
        /*border: solid 1px black;*/
        color: rgb(34,34,34) !important;
        background-color: #f1f1f1 !important;
        cursor: pointer;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }


/*---------------------------------------------*/




/*menu 1*/
.btn_productTypeMenu1 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    float: left;
    outline: none;
}

.dropdown-productTypeMenu1 {
    display: none;
    left: 10px;
    position: absolute;
    background-color: #404040;
    border-top: 3px solid #404040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 963px;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 5;
    text-align: center;
}

    .dropdown-productTypeMenu1 a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }

/*menu 2*/
.btn_productTypeMenu2 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    float: left;
    outline: none;
}

.dropdown-productTypeMenu2 {
    display: none;
    left: 10px;
    position: absolute;
    background-color: #404040;
    border-top: 3px solid #404040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 963px;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 5;
    text-align: center;
}

    .dropdown-productTypeMenu2 a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }



/*menu 3*/
.btn_productTypeMenu3 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    float: left;
    outline: none;
}

.dropdown-productTypeMenu3 {
    display: none;
    left: 10px;
    position: absolute;
    background-color: #404040;
    border-top: 3px solid #404040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 963px;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 5;
    text-align: center;
}

    .dropdown-productTypeMenu3 a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }


/*menu 4*/
.btn_productTypeMenu4 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    float: left;
    outline: none;
}

.dropdown-productTypeMenu4 {
    display: none;
    left: 10px;
    position: absolute;
    background-color: #404040;
    border-top: 3px solid #404040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 963px;
    box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 5;
    text-align: center;
}

    .dropdown-productTypeMenu4 a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }



/*GENERIC CSS*/
.dropdown-productSerieMenu {
    display: none;
    top: 47px;
    z-index: 3;
    position: absolute;
}

    .dropdown-productSerieMenu a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-productSerieMenu a:hover {
            background-color: #dadada;
            border-radius: 3px;
        }


.btn_productSerieMenu:hover .dropdown-productSerieMenu {
    display: block;
    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.2s; /* Firefox < 16 */
    -ms-animation: fadein 0.2s; /* Internet Explorer */
    -o-animation: fadein 0.2s; /* Opera < 12.1 */
    animation: fadein 0.2s;
    outline: none;
}

/*USER ON MAIN---------------------------------*/
.downloadsDiv {
    position: relative;
    margin-left: 5px;
    display: table;
    float: left;
    height: 40px;
    padding-bottom: 0px;
    border-radius: 3px;
}

.dropdown-downloads {
    display: none;
    top: 38px;
    right: -55px;
    border-radius: 3px;
    position: absolute;
    background-color: #f1f1f1;
    width: 214px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}

    .dropdown-downloads a {
        color: black;
        padding: 18px 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-downloads a:hover {
            background-color: #ddd;
            border-radius: 3px;
        }

.downloadsDiv:hover .dropdown-downloads {
    display: block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}
/*---------------------------------------------*/

.top-container1 {
    background-color: #fff;
    text-align: center;
    height: 100px;
    margin: 15px 0px 0px 15px;
}

.header {
    padding: 10px 0px 0px 0px;
    background-color: transparent;
    z-index: 1;
    display: table;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.85);
    width: 100%;
    padding: 21px 0px;
    z-index: 3;
}

    .sticky + .content {
        padding-top: 102px;
    }


/*.topLinkTextNew {
    border: solid 1px #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: center !important;
    float: left !important;
    line-height: 38px !important;
    text-decoration: none !important;
}

    .topLinkTextNew:hover {
        border: 1px solid #fff !important;
        background-color: rgba(0, 0, 0, 1) !important;
        cursor: pointer !important;
    }*/

.imgStyles {
    line-height: 36px;
    height: 36px;
    max-height: 36px;
    display: inline-block;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: #AE1F23;
    border: none;
    outline: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .imgStyles:hover {
        cursor: pointer;
        color: white;
        background-color: #c42327;
    }


.imgStylesBorder {
    margin-left: 4px;
    line-height: 42px;
    min-width: 40px;
    height: 42px;
    display: inline-block;
    text-align: center;
    /*border: 1px solid transparent;*/
    background-color: #AE1F23;
    border-radius: 3px;
}

    .imgStylesBorder:hover {
        cursor: pointer;
        /*border: 1px solid #c42327;*/
        background-color: #c42327 !important;
        text-decoration: none !important;
    }

/*.imgStylesBorder:hover .hProfileMenu {
            padding-bottom: 2px;
            background-color: #AE1F23;
            border-radius: 3px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }*/

.dontDisplay {
    display: none;
}

.top-nav-containerNew {
    width: 973px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}








/*AUTOCOMPLETE----------------------------------------------------------------------*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: relative;
    /*border: 1px solid #d4d4d4;*/
    /*border-bottom: none;*/
    /*border-top: none;*/
    z-index: 2;
    width: 259px;
    float: right;
    max-height: 200px;
    overflow: auto;
    /*position the autocomplete items to be the same width as the container:*/
    top: 0;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 9px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        text-align: center;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocompleteMenu {
    position: relative;
    display: inline-block;
}

.autocompleteMenu-items {
    position: absolute;
    background-color: #fff;
    /*border: 1px solid #d4d4d4;*/
    /*border-bottom: none;*/
    /*border-top: none;*/
    z-index: 2;
    width: 84%;
    float: right;
    max-height: 200px;
    overflow: auto;
    /*position the autocomplete items to be the same width as the container:*/
}

    .autocompleteMenu-items div {
        padding: 9px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        text-align: center;
    }

        /*when hovering an item:*/
        .autocompleteMenu-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocompleteMenu-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


@-webkit-keyframes slide-side {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slide-side {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}




/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-- FRONT PAGE - DEFAULT ------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Slideshow container */
.slideshow-container {
    max-width: 958px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    transition: ease-in-out 1.5s;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 17px;
    width: 17px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #AE1F23;
    }


.FrontPageLink {
    position: relative;
    background-color: #ededed;
    height: 100%;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

    .FrontPageLink:hover {
        cursor: pointer;
        background-color: #f2f2f2;
        /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/
    }

        .FrontPageLink:hover .FrontPagePlaceholder {
            display: inline-block;
        }

.FrontPagePlaceholder {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    font-size: 1.2em;
    color: #AE1F23;
    font-weight: bold;
}


.FrontPageDownloadLink {
    display: none;
    position: absolute;
    top: 0;
    border: none;
    background-color: #ededed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
}

    .FrontPageDownloadLink:hover {
        cursor: pointer;
        background-color: #f2f2f2;
        /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/
    }

.colorGreen {
    color: greenyellow;
}

.environmentImageDownload {
    height: 230px;
    position: relative;
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .environmentImageDownload:hover {
        /*border: 1px solid lightgrey;*/
        /*border-radius: 0px;*/
        box-shadow: 0px 3px 10px 3px rgba(0,0,0,.25);
        opacity: 0.6;
    }

.btn_environmentDownload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(0,0,0,0);
    outline: none;
}

    .btn_environmentDownload:hover {
        cursor: pointer;
    }

.downloadModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 125px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 5;
}

/* Modal Content */
.downloadModal-content {
    background-color: rgb(240, 240, 240);
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.downloadClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .downloadClose:hover,
    .downloadClose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.xlImageDownload {
    display: none;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 3%;
    width: 27%;
}

    .xlImageDownload:hover {
        /*border: 1px solid lightgrey;*/
        /*border-radius: 0px;*/
        box-shadow: 0px 3px 10px 3px rgba(0,0,0,.25);
        opacity: 0.6;
        cursor: pointer;
    }

.xlImageDownloadDisplay {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 3%;
    width: 27%;
}

    .xlImageDownloadDisplay:hover {
        /*border: 1px solid lightgrey;*/
        /*border-radius: 0px;*/
        box-shadow: 0px 3px 10px 3px rgba(0,0,0,.25);
        opacity: 0.6;
        cursor: pointer;
    }


.ddlSearch {
    width: 100%;
    height: 35px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    font-size: 13px;
    font-family: Verdana;
}

    .ddlSearch: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, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.DownloadImage {
    position: absolute;
    display: block;
    top: 89%;
    height: 20px;
    line-height: 20px;
    border: 1px solid grey;
    font-size: 9px;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    width: 96%;
    margin-left: 3px;
    text-align: center;
}


.enviDownload {
    display: block;
    position: relative;
    margin:auto;
}

    .enviDownload:hover {
        box-shadow: 0px 3px 10px 3px rgba(0,0,0,.25);
        opacity: 0.9;
        cursor: pointer;
    }



.cartInfoTB {
    margin:auto;
    width: 100%;
    padding: 6px 10px;
    display: table;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .cartInfoTB:hover {
        cursor: text;
    }