﻿:root {
  --esc-orange: #B85E00;
  --esc-orange-light: #E67600
}

body {
    background: none;
}

.ajax__tab_tab, .ajax__tab_hover, .ajax__tab_inner,
.ajax__tab_outer, .ajax__tab_active {
  background: unset !important;
  box-shadow: unset !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.ajax__tab_tab {
  background-color: #002939 !important;
  color: #ffffff !important;
}

.ajax__tab_active .ajax__tab_tab {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-top: 1px solid gray !important;
  border-right: 1px solid gray !important;
  border-left: 1px solid gray !important;
  border-bottom: 1px solid white !important;
}

.ajax__tab_hover .ajax__tab_tab {
  color: white !important;
  background-color: #5B757F !important;
}

h1 {
  color: var(--esc-orange-light);
}

h3 {
  color: var(--esc-orange);
}

td {
    padding: 6px !important;
}

a, a:visited, a:hover {
    color: #333;
}

#body {
    /*padding: 15px;*/
    width: 98%;
}

#nav, #nav-admin {
    background: #002939;
    height: 70px;
    border-top: 0 solid #FF8300;
    border-bottom: 2px solid #FF8300;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    #nav ul li a,
    #nav-admin ul li a {
        font-size: 0.9em;
    }

        #nav ul li a:hover,
        #nav-admin ul li a:hover {
            background: #5B757F;
            color: #fff;
            -ms-border-radius: 0;
            border-radius: 0;
        }

p span {
    color: var(--esc-orange);
}

fieldset legend {
    margin-bottom: 20px;
}

input.btn, INPUT[type="submit"] {
    border: 2px #002939 solid;
    background-color: #002939;
    cursor: pointer;
    font-size: .9em;
    height: auto;
    padding: 5px 15px 5px 15px;
}

    input.btn:hover, INPUT[type="submit"]:hover {
        background-color: #5B757F;
    }

    input.btn:disabled, INPUT[type="submit"]:disabled {
        background-color: #002939;
    }

li ol, li ul {
    margin-bottom: 20px;
}

li p {
    margin-bottom: 0;
}

#content.fullWidth {
    width: auto;
    border: none;
    padding-left: 0;
    float: none;
}

.footer-content {
    background: #002939;
    border-top: 2px solid #FF8300;
    border-bottom: 0 solid #FF8300;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#header img {
    height: 50px;
    width: auto;
    margin: 15px 0 10px 0;
}

#header {
    margin: 0;
    padding: 0;
    height: auto;
}

    #header div.container {
        padding-left: 0;
    }

div.sidebar div.rightfield input[type="text"], div.sidebar div.rightfield input[type="password"] {
    width: 160px !important;
}

.logout-button {
    border-style: solid;
    border-width: 2px;
    border-color: var(--esc-orange);
    background-color: #fff;
    color: var(--esc-orange);
    font-weight: normal;
    padding: 5px 15px 5px 15px;
    font-size: 0.8em;
    font-family: Tahoma, Geneva, sans-serif;
    height: auto;
    overflow: auto;
    text-decoration: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .logout-button:hover,
    div.VINCheck input[type="submit"]:hover {
        background-color: #5B757F !important;
        color: #fff;
        border-color: #002939;
        text-decoration: none;
    }

div.VINCheck input[type="submit"] {
    background-color: var(--esc-orange);
    color: #ffffff;
    border: 1px var(--esc-orange);
    padding: 5px 10px 5px 10px;
    text-transform: capitalize;
}

.PostItNotes .PostIt {
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .PostItNotes .PostIt .Banner .Title {
        background-color: var(--esc-orange);
        color: #ffffff;
    }

    .PostItNotes .PostIt .Body input[type="submit"] {
        width: 100% !important;
        min-height: 45px;
    }

        .PostItNotes .PostIt .Body input[type="submit"]:hover {
            background: #5B757F;
            text-decoration: none;
        }

div[id*='divNewCustomer'] img {
    /*display: none;*/
}

div#divTitle,
div.Header H1 {
    text-align: left !important;
}

.ajax__tab_header a {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

div[id*='RootContent_MainContent_CustomerTabs_body'] .row {
    margin: 0;
}

*:focus {
    outline: none !important
}

.Panels .row {
    margin-left: 0;
    margin-right: 0;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ajax__calendar_body {
    width: 220px !important;
}

.ajax__calendar_container {
    width: 220px !important;
}

.ajax__calendar {
  left: unset !important;
}

.ajax__calendar_footer {
  display: none !important;
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day{
  border-color: orange !important;
}

.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
  width: 95% !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ajax__calendar_days::-webkit-scrollbar,
.ajax__calendar_months::-webkit-scrollbar,
.ajax__calendar_years::-webkit-scrollbar{
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.ajax__calendar_days > table,
.ajax__calendar_months > table
.ajax__calendar_years > table {
  table-layout: fixed !important;
}

.ajax__calendar_month,
.ajax__calendar_year {
  height: 30px !important;
}

input[type=text][id*='_txtCents'] {
    width: 40px !important;
}

.escThemeRefileFix {
    padding: 20px 25% !important;
    width: auto !important;
}

.ajax__tab_inner {
    font-size: 1em;
}

.leftfieldsmallest {
    width: 80px !important;
}
