* { margin:0;padding:0; }

html, body {
    height: 100%;	
}

a {
    text-decoration: none;
    cursor: pointer;
}

img { border: none; }

.off { display: none; }

.on { display: inline; }

input:focus,select:focus,textarea:focus,button:focus { outline: none; }

input:required,input:invalid { box-shadow:none; }

#header {
    background-color: #4A4A4A;
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    z-index: 999;
    

}

#logo {
    display: inline;
    background-size: cover;
    position: absolute;
    height: 35px;
    left: 50px;
    top: 32.5px;
}

.mclaim {
    background-image: url(../images/mclaim.png);
    width: 181px;
}

.mbid {
    background-image: url(../images/mbid.png);
    width: 113px;
}

.ars {
    background-image: url(../images/ars.png);
    width: 230px;
}

.crush{
    background-image: url(/clients/crush/images/crush-logo.svg);
    width: 230px;
    height:45px !important;
}
.usps{
    background-image: url(../images/usps-logo-transparent.png);
    width: 211px;
    height:50px !important;
    top: 26px !important;
}
.cartalk{
    background-image: url(https://www.arscars.com/wp-content/uploads/2019/01/ct-vdp-logo.svg) ;
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    height:70px !important;
}
#logo.cartalk{
    top: 18px;
}
#header.cartalks{
    background-color: #FFF;
}
.cartalks  #name{
        color: #000;
}
.home_button.cartalks{
    background: url(/images/icons/ct-icon.png) no-repeat 0 0;
    background-color: #4A4A4A;
}

#name {
    padding-left: 25px;
    position: absolute;
    line-height: 50px;
    height: 50px;
    right: 50px;
    top: 25px;
    font-family:Prompt, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}

#gear {
    margin-left: -25px;
    background-image: url(../images/gear.png);
    background-size: cover;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 18px;
}

.showMenuPopup a{
    width: 100%;
    display: block;
    font-family:Prompt, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #4A4A4A;
}

.showMenuPopup a:hover {
    color: #999999;
}

.user #menu_popup{
    display:none;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,.50);
    border-radius: 5px;
    position: absolute;
    width: 120px;
    right: 20px;
    top: 75px;
}

.showMenuPopup{
    display:block !important;
}

.uhr {
    height: 1px;
    border: none;
    background-color: #EFEFEF;
    margin: 10px 0 10px 0;
}

.logout:hover {
    color: #FFCC1D !important;
}

/* -------------------- MENU -------------------- */

#menu {
    line-height: 1;
    padding: 12px 0 0px 150px;
    box-sizing: border-box;
    background-color: #E4E4E4;
    position: absolute;
    width: 100%;
    top: 100px;
    display:block;
    overflow:auto;
    min-width: 680px;
    /*
        line-height: 1;
        padding: 17px 0 0 150px;
        box-sizing: border-box;
        background-color: #E4E4E4;
        position: absolute;
        height: 50px;
        width: 100%;
        top: 100px;	*/
}
.nav_link{
    float: left;
    height: 26px;

    text-align: center;
}
.nav_link a{

}
.opt_on {
    background-color: #D7D7D7;
    border-top: 1px solid #BABABA;
    border-radius: 20px;
    margin-right: 20px;
    padding: 4px 14px;
    font-family:Prompt, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
}

.opt_off {
    margin-right: 20px;
    padding: 4px 14px;
    font-family:Prompt, Arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #4A4A4A;
}

.opt_off:hover {
    border-top: 1px solid #D7D7D7;
    background-color: #D7D7D7;
    border-radius: 20px;
}

.opt_on a, .opt_off a {
    color: #4A4A4A;
}

#alrt {
    border-radius: 15px;
    display: inline-block;
    background-color: #FFCC1D;
    border: 1px solid #C29B17;
    margin-right: -11px;
    margin-left: 5px;
    min-width: 15px;
    height: 15px;
}

#lert {
    position: relative;
    padding: 0 6px 0 4px;
    font-family:Prompt, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    left: 0.62px;
    top: -2px;
}
#mobileMenuPopup{display:none;}
#homePage .iaa{display:none;}
#content.cartalk-content{margin: 170px 20px 20px 20px;}
.fas{
    color:#999;
}
#awaitingPhotoCount {
    min-width: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border-radius: 50%;
    padding: 4px;
    background: #f00;
    /* border: 2px solid #000; */
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
#awaitingPhotoCount.empty {
    background: #fff;
    /* border: 2px solid #000; */
    color: #000;
    
}
/* -------------------- RESPONSIVE -------------------- */

@media only screen
and (min-width: 830px) {
    #desktop {display: inline;}
    #mobile {display: none;}
}
@media all and (max-width: 930px) {
    #menu {
        padding: 12px !important;
        position: relative !important;
        min-width: initial !important;
        top:60px !important;
    }
    .nav_link {
        height: auto !important;
        padding: 5px 0px;
        width: 100%;
    }
    .nav_link a{
        width:100%;
        background-color:#D7D7D7;
        border-radius:5px;
        margin:3px 0px;
        display:inline-block;
        padding:10px 0px;
    }
    .opt_off{
        margin-right:0px;
    }
    #name {
        width: 150px !important;
        right: 0 !important;
        margin: 0px auto;
        left: 0;
        top: 60px !important;
        height: 45px !important;
    }
    #header{
        height:60px !important;
        z-index: 999;
    }
    #content {
        padding:110px 0px 20px 0px !important;
        text-align:center;
        width:100%;
    }
    #content.cartalk-content{
        padding:0px 0px 20px 0px !important;
        text-align:center;
        width:auto;
        margin-top: 90px ;
    }
    .home_button {
        background-color: #4A4A4A !important;
        background-size: contain !important;
        position: relative !important;
        display: inline-block !important;
        width: 98% !important;
        border-radius: 5px;
    }
    .home_button_container {
        display: inline-block;
        width: 50% !important;
    }
    .button_text {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }
    .home_button:hover{
        background-color:#000 !important;
    }
    #menu_popup{
        right:0px !important;
        position: relative;
        padding: 5px 0px !important;
        top: 60px !important;
        width:100% !important;
        text-align:center;
    }
    .showMenuPopup{
        display:block !important;
    }
    .showMenuPopup a{
        padding:10px 0px;
    }

    .showMenuPopup a:hover {
        color: #999999;
    }
    body{padding-top:0px;}
    #condition_notes{width:100%;}
    #logo{
        top:10px;
        left:10px;
        
    }
    #logo.cartalk{
        width:280px;
        height: 40px !important;
        background-size: contain;
        top:10px;
    }
    #logo.crush{
        width:250px;
        top:5px;
    }
    #mobileMenuPopup{
        display:block;
        background-image:url('/clients/pos/new/assets/images/menu.png');
        background-size: cover;
        position: absolute;
        height: 26px;
        width: 30px;
        right: 15px;
        top: 18px;
    }
    #mobileMenuPopup.cartalks{
        background-color: grey;
    }
    body.cartalks{
        background-color: #FFF !important;
    }
    .user #name{display:none;}
}
@media all and (max-width: 575px) {
    .usps {
    background-image: url(../images/usps-logo-transparent.png);
    width: 211px;
    height: 50px !important;
    top: 10px !important;
}
#header {
    height: 70px !important;
    z-index: 999;
}
}
/*@media only screen
and (max-width: 414px) {
    #desktop {display: none;}
    #mobile {display: inline;}
}*/

/* -------------------- HEADER -------------------- */