/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


.olx-header {
    background-color: #f2f2f2 !important;
    background-image: none !important;
    border-bottom: 2px solid #ccc;
    height: 49px !important;
    padding-left:0px !important;
}

/*.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a {
    background-color: #4D8BA5 !important;
    background-image: none !important;
    background-image: -moz-linear-gradient(top,#f2f2f2,#4D8BA5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#4D8BA5),to(#4D8BA5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#4D8BA5);
    background-image: -o-linear-gradient(top,#f2f2f2,#4D8BA5);
    background-image: linear-gradient(to bottom,#f2f2f2,#4D8BA5);
    color: #fff !important;
    border: 1px solid #4D8BA5 !important;
    /*text-shadow: #4D8BA5 0 -1px;*/
}
    .smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a:hover {
        background-color: #4D8BA5 !important;
        background-image: none !important;
        background-image: -moz-linear-gradient(top,#f2f2f2,#4D8BA5);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#4D8BA5),to(#4D8BA5));
        background-image: -webkit-linear-gradient(top,#f2f2f2,#4D8BA5);
        background-image: -o-linear-gradient(top,#f2f2f2,#4D8BA5);
        background-image: linear-gradient(to bottom,#f2f2f2,#4D8BA5);
        color: #fff !important;
        border: 1px solid #4D8BA5 !important;
        /*text-shadow: #4D8BA5 0 -1px;*/
        cursor: pointer !important;
    }*/



.order-totals-area {
    border:0px !important;
}

/* Style for tags input */
.tag-input {
    border: solid 1px #ccc;
    color: #555;
    margin-bottom: 0.8em;
    padding: 5px 4px 0;
    position: relative;
}

    .tag-input .pill {
        background: #eee;
        border: 1px solid#bbb;
        border-radius: 2px;
        color: #444;
        display: inline-block;
        margin: 0 5px 5px 0;
        padding: 0 4px 0 8px;
        transition: all .5s ease;
    }

        .tag-input .pill .remove {
            cursor: pointer;
            margin-left: 4px;
            padding: 2px;
            text-decoration: none;
        }

    .tag-input .new-tag {
        border: none;
        padding: 3px 2px 5px;
        outline: none;
        width: auto;
    }

.olxlink-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0px 0px 0px 4px;
    font-size: 13px;
    font-weight: 800;
}

    .olxlink-button:hover,
    .olxlink-button:focus {
        text-decoration: none;
    }


.invalid {
 color:#ff0000;
}


.btn-header-link {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    color: #3276b1 !important;
    font-weight: normal;
    padding-top: 4px;
    top: 17px;
    position: relative;
    cursor:pointer;
}

.page-footer > .btn-header > a {
  margin-top:0px;   
}

.olx-strike-through {
    text-decoration: line-through;
}

#logo-group > span {
    float: none;
}


#logo {
    margin-top: -18px;
    /*min-height: 50px;*/
    max-height: 45px;
    width: auto;
    margin-left: 3px;
}
#header {
    margin-top: 0px;
    min-height: 50px;
    max-height: 70px;
    width: auto;

}


#extr-page #header #logo {
    margin-top: -16px;
}
#header > :first-child, aside {
    
    background-image:none;
}


.smart-style-3 #header {
    background-image: none;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    height: 50px;
    border-bottom: solid 1px gray !important
}

#logo-group {
    width:300px !important;
}

#extr-page #header {
    height: 50px;
    background-image: none;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2)) !important;
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2) !important;
    border-bottom: solid 1px gray !important;
    padding-left:3px;
}

#extr-page-header-space {
    line-height: 47px;
}

/*#extr-page #header #logo {
    margin-top: -16px;
}*/

.privacypolicy-scrollable-area {
    
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

#extr-page #header #logo {
    margin-top: 2px;
    float: left;
}

#header > :first-child {
    width: 600px !important;
}

.colorpicker.colorpicker-2x {
    width: 195px;
    height: 185px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 150px;
    background-repeat: repeat-x;
    background-size: 100px 150px;
}

.colorpicker-2x .colorpicker-alpha,
.colorpicker-2x .colorpicker-preview {
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

    .colorpicker-2x .colorpicker-preview,
    .colorpicker-2x .colorpicker-preview div {
        height: 30px;
        font-size: 16px;
        line-height: 160%;
    }

.colorpicker-saturation .colorpicker-guide {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: -5px 0 0 -5px;
}

.smart-style-1 #logo-group {
    background:none !important;
}

.smart-style-4 #header > :first-child {
    background: none !important;
}


.form-control[disabled].colorPreviewBox {
    width: 60px;
    height: 32px;
    cursor: pointer;
}

 

 /* Define a variable at the top level of the cascade */
:root {
    --theme-primaryhover-color: #f2f2f2;
    --theme-aside-color: #f2f2f2;
    --theme-menu-color: #f2f2f2;
    --theme-menutext-color: #444;
    --theme-headertext-color: #6D6D6D;
    --theme-header-color: #f3f3f3;
    --theme-header-image: '-webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2))';
    --theme-nav-color: #4D8BA5;
    --theme-navtext-color: #fff;
    --theme-navboarder-color: #4D8BA5;
    --theme-background-color: #fff;
    --theme-footer-color: #3D3B39;
    --theme-footertext-color: #3276b1;
}

/*nav ul li a:hover {
    background-color: red !important;
}*/

.smart-style-3 nav > ul > li > a:hover {
    background-color: var(--theme-primaryhover-color) !important;
}

aside {
    background: var(--theme-aside-color) !important;
}

.smart-style-3 nav > ul > li > a {
    background-color: var(--theme-menu-color) !important;
    color: var(--theme-menutext-color) !important;
}
.smart-style-3 nav ul ul {
    background-color: var(--theme-menu-color) !important;
    color: var(--theme-menutext-color) !important;
}

nav ul ul li {
    background-color: var(--theme-primaryhover-color) !important;
}
.smart-style-3 nav ul li a, .smart-style-3 nav ul li.open > a, .smart-style-3 nav ul li.open > a b {
    color: var(--theme-menutext-color) !important;
}
.smart-style-3 nav > ul > li > a > i {
    color: var(--theme-menutext-color) !important;
}
.smart-style-3 nav ul ul li > a {
    background-color: var(--theme-menu-color) !important;
    color: var(--theme-menutext-color) !important;
}

.smart-style-3 #hide-menu i {
    color: var(--theme-navtext-color) !important;
}

.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a {
    background-image: none;
    background-color: var(--theme-nav-color) !important;
    color: var(--theme-navtext-color) !important;
    cursor: pointer !important;
    border-color: var(--theme-navboarder-color);
}


.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a:hover {
        background-image: none !important;
        background-color: var(--theme-nav-color) !important;
        background: var(--theme-nav-color) !important;
        opacity: 0.8;
    }

#logo-group.span.a {
    color: var(--theme-headertext-color) !important;
}

.smart-style-3 #header {
    background-color: var(--theme-header-color) !important;
    background-image: var(--theme-header-image) !important;
    color: var(--theme-headertext-color) !important;
}

#main {
    background-color: var(--theme-background-color) !important;
}


.smart-style-3 .page-footer, .smart-style-3 .superbox-show {
    background-color: var(--theme-footer-color) !important;
}

    .smart-style-3 .page-footer a {
        color: var(--theme-footertext-color) !important;
    }


#extr-page #header {
    background-color: var(--theme-header-color) !important;
    background-image: var(--theme-header-image) !important;
    color: var(--theme-headertext-color) !important;
}



.refreshPanelContainer {
    padding: 15px 15px 15px 15px
}
.refreshPanel {
    cursor: pointer;    
}

.EmbeddedToggle {
    display: none;
    margin-bottom: 0px;
}

@media (max-width: 980px) {
    .EmbeddedToggle {
        display: block;
        margin-bottom: 40px;
    }

}


img.pm-sub {
    margin-top: -20px;
    margin-bottom: -10px;
    width: 40px;
    height: 40px;
}


@media (min-width: 200px) {
    img.pm-choice {
        margin-top: -20px;
        margin-bottom: -10px;
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 500px) {
    img.pm-choice {
        margin-top: -20px;
        margin-bottom: -10px;
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 750px) {
    img.pm-choice {
        margin-top: -20px;
        margin-bottom: -10px;
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 200px) {
    img.addr-icon {
        margin-top: -20px;
        margin-left: -10px;
        margin-bottom: -10px;
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 500px) {
    img.addr-icon {
        margin-top: -30px;
        margin-left: -10px;
        margin-bottom: -10px;
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 750px) {
    img.addr-icon {
        margin-top: -40px;
        margin-left: -20px;
        margin-bottom: -20px;
        width: 90px;
        height: 90px;
    }
}

.pm-last-row {
    line-height: 45px;
}

@media only screen and (min-width: 320px) and (max-width: 530px) {
    #main {
    margin-left: 0 !important;
    overflow-x: scroll !important;
    }
}

.subscription-status {
    line-height: 15px !important;
}


.inbox-data-date {
    width:170px !important;
}

.inbox-compose-footer, .inbox-download, .inbox-info-bar, .inbox-message {
   margin-right: 0 !important;
}

.email-subject {
    font-size:11px;
}


.panel {
    border-radius:7px;
}

@media screen and (max-width: 600px) {
    .wide-form-fix {
        width: 90% !important;
        float: left !important;
    }
}

.myFancyTile {
    border: 2px solid #27356B;
    padding: 15px;
}

.myFancyTile.radio label {
    padding-top: 3px;
}

.input-inline-button {
    display: table-cell;
    width: 1%;
    vertical-align:top;
    padding-left:10px;
}
.admin-tabs-body {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px!important;
    padding-top: 0px !important;
}