/* ==========================================================================
   LOAD STANDARDS
   ========================================================================== */


/* ==========================================================================
   DEFINE SCREEN WIDTH
   ========================================================================== */


/* CSS Only, not defined in bootstrap */


/* ==========================================================================
   FONTS
   ========================================================================== */

html {
    font-size: 62.5%;
}

body,
label,
a,
button,
.button,
select,
input {
    font-size: 14px;
}

.button-group .button {
    font-size: 14px;
}

.button, .button.dx-link {
    color: #f0ea15;
    background-color: #112a49;
    text-decoration: none;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    font-size: 14px !important;
}

@media only screen and (max-width: 640px) {
    h3 { font-size: 1.9375rem; }
}


/* ==========================================================================
   COLORS
   ========================================================================== */


/* ==========================================================================
   BORDERS
   ========================================================================== */

.borderblack {
    border: 1px solid black;
}

.borderblue {
    border: 1px solid blue;
}

.borderred {
    border: 1px solid red;
}


/* ==========================================================================
   BOXES
   ========================================================================== */

.contentBox {
    padding: 3px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}


/* ==========================================================================
   BOXES
   ========================================================================== */

button.active {
    background-color: #f0ea15;
}


/* ==========================================================================
   LINKS
   ========================================================================== */

a {
    text-decoration: underline;
}


/* ==========================================================================
   PRINT
   ========================================================================== */

.printonly-block {
    display: none;
}


/* ==========================================================================
   STANDARD PAGE ELEMENTS
   ========================================================================== */

#page_wrapper {
    margin: 0 auto;
    max-width: 1300px;
}

.notWorking {
    margin: 20px 10px;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: white;
    background-color: red;
    text-align: center;
}

button:disabled, .disabled {
    text-decoration: line-through;
    cursor: not-allowed;
}


/* Body */

body {
    margin: 0;
    padding: 0;
    background-color: #c1cedf;
}

body #pageWrapper {
    width: 1200px;
}


/* Footer */

footer p {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-align: center;
}


/* NOTD */

.notd {
    margin: 0 auto;
    padding-bottom: 0;
    color: #0e294b;
}


/* Tables */

table {
    border-collapse: separate !important;
    border-spacing: 6px;
}

table tr td,
table tr th {
    padding: 3px;
}

table.striped tr:nth-child(even) {
    background-color: #f1f1f1;
}


/* Misc */

.numeric {
    padding-right: 20px !important;
    text-align: right !important;
}

.rightAlign {
    float: right;
}

.leftAlign {
    float: left;
}

input.datePicker {
    width: 115px;
}

.glyphicon-fire {
    color: #d00;
}

.glyphicon-usd {
    color: #0b0;
}

a button {
    color: black;
}

h1 a {
    color: white;
}

h1 a:hover {
    color: white;
}

.highlight {
    background-color: #ff0 !important;
}


/* Boxes */

.contentBox {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
}

.contentBox h1 {
    margin: -10px -10px 10px -10px;
    padding: 5px 10px 2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 24px;
    /*font-size: 2.4rem;*/
    line-height: 28px;
    /*line-height: 2.8rem;*/
    color: white;
    background-color: #112a49;
}

.contentBox h1 button, .contentBox h1 a.button {
    float: right;
    padding: 2px 8px;
    border: 1px solid #333;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #112a49;
    text-decoration: none;
    background-color: #f0ec19;
}

.contentBox h1 a.button {
    line-height: 18px; 
}

.contentBox h1 .smallerFont {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}

.contentBox h2 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
}


/* ==========================================================================
   SIDEBAR
   ========================================================================== */

#sidebar {
    max-width: 165px;
    margin: 0 0 0 auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    background-color: white;
}

#sidebar #branding {
    padding-top: 12px;
    background-color: #112a49;
}

#sidebar #branding img {
    width: 100%;
    height: 61px;
    background-color: white;
}

#sidebar #nav {
    margin: 0;
    padding: 10px 4px;
    background-color: white;
}

#sidebar #nav input#searchBox {
    width: 130px;
    margin-bottom: 10px;
    border-radius: 0;
}

#sidebar #nav ul {
    margin: 0;
    padding: 0;
}

#sidebar #nav ul li {
    width: 148px;
    margin: 5px;
    padding: 8px;
    list-style: none;
    background-color: #112a49;
    text-align: left;
}

#sidebar #nav ul li a {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    /*font-size: 1.6rem;*/
    line-height: 20px;
    /*line-height: 2rem;*/
    color: #f0ea15;
    text-decoration: none;
}

#sidebar #nav ul li a span.caret {
    margin-top: 8px;
    float: right;
}

#sidebar #nav ul li a:hover {
    color: white;
}

#sidebar #nav ul li a:hover span.caret {
    color: white;
}

#sidebar #nav ul li.open a {
    color: white;
}

#sidebar #nav ul li.open a span.caret {
    color: white;
}

#sidebar #nav .dropdown-menu {
    margin: -72px 0 0 150px;
    min-width: 140px;
}

#sidebar #nav .dropdown-menu li {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
}

#sidebar #nav .dropdown-menu li:hover {
    color: #112a49;
    background-color: #f2ea19;
}

#sidebar #nav .dropdown-menu li:hover a {
    color: #112a49;
}

#sidebar #nav .dropdown-menu li:hover a:hover {
    color: #112a49;
    background-color: #f2ea19;
}

#sidebar #salesPerson {
    margin: 9px;
    padding: 5px;
    background-color: #112a49;
}

#sidebar #salesPerson h2 {
    margin: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    color: white;
}

#sidebar #salesPerson h3 {
    margin: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #f0ea15;
    text-align: left;
}

#sidebar #salesPerson p,
#sidebar #salesPerson a {
    margin: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: white;
    text-align: left;
}

#sidebar #salesPerson p a {
    color: #f0ea15;
}

#fdn-sidebar {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    background-color: white;
}

#fdn-sidebar #branding {
    padding-top: 12px;
    background-color: #112a49;
}

#fdn-sidebar #branding img {
    width: 100%;
    background-color: white;
}

#fdn-sidebar #nav {
    margin: 0;
    padding: 10px 4px;
    background-color: white;
}

#fdn-sidebar #nav input#searchBox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

#fdn-sidebar #nav ul {
    margin: 0;
    padding: 0;
}

#fdn-sidebar #nav ul li {
    margin: 5px;
    list-style: none;
    background-color: #112a49 !important;
    text-align: left;
}

#fdn-sidebar #nav ul li a.button {
    background-color: #112a49 !important;
}

#fdn-sidebar #nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #f0ea15;
    text-decoration: none;
}

#fdn-sidebar #nav ul li a span.caret {
    margin-top: 8px;
    float: right;
}

#fdn-sidebar #nav ul li a:hover {
    color: white;
}

#fdn-sidebar #nav ul li a:hover span.caret {
    color: white;
}

#fdn-sidebar #nav ul li a::after {
    color: #f0ea15;
}

#fdn-sidebar #nav ul li.open a {
    color: white;
}

#fdn-sidebar #nav ul li.open a span.caret {
    color: white;
}

#fdn-sidebar #nav ul li.open a::after {
    color: #f0ea15;
}

.dropdown.menu.vertical>li.opens-right>a::after {
    border-color: #0000 #0000 #0000 #f0ea15 !important;
    margin-top: -6px !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #f0ea15 #0000 #0000 #0000 !important;
}

#fdn-sidebar #nav .dropdown-menu {}

#fdn-sidebar #nav .dropdown-menu li {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
}

#fdn-sidebar #nav .dropdown-menu li:hover {
    color: #112a49;
    background-color: #f2ea19;
}

#fdn-sidebar #nav .dropdown-menu li:hover a {
    color: #112a49;
}

#fdn-sidebar #nav .dropdown-menu li:hover a:hover {
    color: #112a49;
    background-color: #f2ea19;
}

#fdn-sidebar #salesPerson {
    margin: 9px;
    padding: 5px;
    background-color: #112a49;
}

#fdn-sidebar #salesPerson h2 {
    margin: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    color: white;
}

#fdn-sidebar #salesPerson h3 {
    margin: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #f0ea15;
    text-align: left;
}

#fdn-sidebar #salesPerson p,
#fdn-sidebar #salesPerson a {
    margin: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: white;
    text-align: left;
}

#fdn-sidebar #salesPerson p a {
    color: #f0ea15;
}


/* ==========================================================================
   SECONDARY NAV
   ========================================================================== */

#secondaryNav {
    background-color: #112a49;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#secondaryNav p {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    /*font-size: 1.4rem;*/
    line-height: 16px;
    /*line-height: 1.6rem;*/
    color: #f0ec19;
}

#secondaryNav p a {
    color: #f0ec19;
}

#secondaryNav h1 {
    margin: 0;
    padding: 5px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    color: #f0ec19;
    text-align: center;
}

#secondaryNav .rightAlign {
    width: 50%;
    padding-right: 15px;
    text-align: right;
}

#secondaryNav .leftAlign {
    width: 50%;
    padding-left: 15px;
}


/* ==========================================================================
   STATUSBAR
   ========================================================================== */

#statusBar .flasherror {
    margin: 5px 0;
    border-radius: 6px;
    background-color: #f11;
    color: white;
}

#statusBar .flashinfo {
    margin: 5px 0;
    border-radius: 6px;
    background-color: #0c0;
    color: #030;
}

#statusBar .flashwarning {
    margin: 10px 0;
    border-radius: 6px;
    background-color: #dd0;
    color: #330;
}

#statusBar .flashwarning li,
#statusBar .flashwarning li span {
    list-style: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
}


/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 1px 4px;
    border-radius: 6px;
    margin-bottom: 0px !important;
}

.fieldLabel {
    display: inline-block;
    width: 70px;
}

.fieldValue {
    display: inline-block;
    width: 90px;
}

.nonCompliant {
    font-weight: bold;
    color: #ec404a;
}


/* ==========================================================================
   DASHBOARD
   ========================================================================== */

select.ui-datepicker-month,
select.ui-datepicker-year {
    font-weight: normal;
    color: black;
}

.dashboard .setDateTableWrapper input[type="text"],
.dashboard .setDateTableWrapper input[type="password"],
.dashboard .setDateTableWrapper input[type="email"],
.dashboard .setDateTableWrapper input[type="date"] {
    width: 90px;
    height: 26px;
    border-radius: 8px;
}

.dashboard .setDateTableWrapper button {
    border-radius: 6px;
}

.dashboard .dealerStatusAll,
.dashboard .dealerStatusGood,
.dashboard .dealerStatusIssue {
    text-align: left !important;
}

.dashboard .dealerStatusGood {
    color: #090;
}

.dashboard .dealerStatusIssue {
    color: #900;
    border-bottom: 1px solid black;
}

.dashboard .dealerStatusBorder {
    border-bottom: 1px solid black;
}

.dashboard .topDealersTableWrapper .numeric {
    padding-left: 20px;
}

.dashboard .queuesTableWrapper table {
    border-spacing: 1px;
}

.dashboard .queuesTableWrapper table th {
    text-align: center;
}

.dashboard .queuesTableWrapper table td {
    width: 60px;
    padding-right: 6px;
    text-align: right;
}

.dashboard .dealersTableWrapper table {
    border-spacing: 1px;
}

.dashboard .dealersTableWrapper table th,
.dashboard .dealersTableWrapper table td {
    width: 90px;
    text-align: right;
}

.dashboard .dealersTableWrapper table td {
    padding-right: 6px;
}

.dashboard .vehiclesTableWrapper table {
    border-spacing: 1px;
}

.dashboard .vehiclesTableWrapper table th,
.dashboard .vehiclesTableWrapper table td {
    width: 90px;
    text-align: right;
}

.dashboard .vehiclesTableWrapper table td {
    padding-right: 6px;
}

.dashboard .agingTableWrapper table {
    border-spacing: 1px;
}

.dashboard .agingTableWrapper table th,
.dashboard .agingTableWrapper table td {
    width: 90px;
    text-align: right;
}

.dashboard .agingTableWrapper table td {
    padding-right: 6px;
}

.dashboard .activeButton {
    color: white;
    background-color: #112a49;
}


/* ==========================================================================
   DEALER DETAIL
   ========================================================================== */

.dealerDetail input[type="text"],
.dealerDetail input[type="password"],
.dealerDetail input[type="email"] {
    width: 120px;
}

.dealerDetail table tr td span {
    padding-left: 2px;
    font-weight: bold;
}

.dealerDetail #actionList {
    margin: -10px -10px 10px -10px;
    padding: 5px 10px 2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: white;
    background-color: #112a49;
}

.dealerDetail #actionList button {
    width: 170px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #333;
    color: #112a49;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    background-color: #bccbde;
}

.dealerDetail h2 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.dealerDetail h3 {
    margin-top: 0;
}

.dealerDetail #financialBox .fieldLabel {
    width: 120px;
    margin-bottom: 8px;
}

.dealerDetail #financialBox .fieldValue {
    width: 145px;
    margin-bottom: 8px;
}

.dealerDetail #statusBox .fieldLabel {
    width: 95px;
    margin-bottom: 8px;
}

.dealerDetail #adminFinancialBox .fieldLabel {
    width: 80px;
}

.dealerDetail #adminFinancialBox .fieldValue {
    width: 107px;
}

.dealerDetail #adminStatusBox .fieldLabel {
    width: 80px;
}

.dealerDetail #adminStatusBox .fieldValue {
    width: 107px;
}


/* ==========================================================================
   VEHICLE DETAIL
   ========================================================================== */

.vehicleDetail .financialBox .fieldLabel {
    padding-left: 60px;
    width: 250px;
}

.vehicleDetail .financialBox .fieldValue {
    width: 250px;
}

.vehicleDetail .financialBox .financialOverview {
    padding-left: 30px;
    border: 1px solid #666;
}

.vehicleDetail .financialBox .financialOverview table {
    width: auto;
}

.vehicleDetail .financialBox .financialOverview table tr th {
    font-weight: normal;
    text-align: left;
}

.vehicleDetail .financialBox .financialOverview table tr td {
    padding: 2px 20px;
    text-align: right;
}

.vehicleDetail .financialBox .financialOverview table tr:first-child td {
    text-align: center;
}

.vehicleDetail .financialBox .financialOverview table tr:nth-child(2) td,
.vehicleDetail .financialBox .financialOverview table tr:nth-child(4) td {
    background-color: #ddd;
}

.vehicleDetail .financialBox .financialOverview table tr:nth-child(5) {
    background-color: #ee0;
}

.vehicleDetail .financialBox .financialOverview table tr:last-child button {
    padding: 5px 8px;
    border: 1px solid #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #112a49;
    background-color: #f0ec19;
}

.vehicleDetail .financialBox .financialOverview table tr.dueDatePast td,
.vehicleDetail .financialBox .financialOverview table tr.dueDatePast th {
    color: white;
    background-color: red;
}

.vehicleDetail .financialBox .financialOverview table tr td button.dueDatePast {
    color: white;
    font-weight: normal;
    background-color: red;
}

.vehicleDetail .vehicleBox .fieldLabel,
.vehicleDetail .statusBox .fieldLabel {
    width: 100px;
}

.vehicleDetail .vehicleBox .fieldValue,
.vehicleDetail .statusBox .fieldValue {
    width: 165px;
}

.vehicleDetail .financialOverview {
    padding-left: 30px;
}

.vehicleDetail .financialOverview table tr th {
    font-weight: normal;
    text-align: left;
}

.vehicleDetail .financialOverview table tr td {
    padding: 2px 10px;
    text-align: right;
}

.vehicleDetail #vehicleHistory {
    display: none;
}


/* ==========================================================================
   VEHICLE LIST
   ========================================================================== */

#vehicleList tr.vehicleRow td.overlayDiv div div {
    display: none;
}

#vehicleList tr.vehicleRow td.overlayDiv div div button {
    background-color: #ee3;
    color: #111;
}

#vehicleList tr.vehicleRow td.overlayDiv div div button span {
    font-size: 80%;
}

#vehicleList tr.vehicleRow td.overlayDiv div div button:hover {
    background-color: #ff9;
    font-weight: bold;
}

#vehicleList tr.vehicleRow:hover td.overlayDiv div div {
    display: block;
}

#vehicleList tr.vehicleRow:hover,
#vehicleList tr.vehicleRow:hover td {
    background-color: #3cc;
}


/* ==========================================================================
   DEALER AND VEHICLE NOTES
   ========================================================================== */

.dealerVehicleNotes .noteStamp {
    float: left;
    width: 140px;
    height: 118px;
    margin-top: 2px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    /*			background-color: [% vehicleInactive ? 'green' : '#112a49' %]; */
    text-align: center;
}

.dealerVehicleNotes .noteStamp h3 {
    /*				margin: 5px 5px [% '1' IF sticky_note %]5px; */
    margin: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: white;
    text-align: center;
}

.dealerVehicleNotes .noteStamp span {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.dealerVehicleNotes .noteStamp button {
    width: 120px;
    margin-bottom: 10px;
    /*				color: [% vehicleInactive ? 'green' : '#112a49' %]; */
    background-color: #bccbde;
}

.dealerVehicleNotes #notes {
    float: left;
    width: 1000px;
    height: 120px;
    overflow-y: scroll;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px;
    background-color: white;
}

.dealerVehicleNotes #notes section {
    height: 120px;
}

.dealerVehicleNotes #notes section .noteHead {
    font-weight: bold;
}

.dealerVehicleNotes #notes section .noteText {
    float: left;
    width: 978px;
    height: 120px;
    overflow: hidden;
    padding-left: 10px;
    background-color: white;
}

.dealerVehicleNotes #stickyNoteBox {
    position: relative;
    margin: 0 0 10px;
    padding: 6px 60px 6px 10px;
    border: 5px solid #ec404a;
    border-radius: 6px;
    background-color: white;
}

.dealerVehicleNotes #editStickyNoteButton {
    position: absolute;
    top: 5px;
    right: 5px;
}

.dealerVehicleNotes #editStickyNote {
    margin: 0 0 20px;
}

.dealerVehicleNotes .col12Notes .noteStamp {
    width: 140px;
}

.dealerVehicleNotes .col12Notes .noteStamp button {
    width: 120px;
}

.dealerVehicleNotes .col12Notes #notes {
    width: 800px;
}

.dealerVehicleNotes .col12Notes #notes section .noteText {
    width: 778px;
}

.dealerVehicleNotes .col9Notes .noteStamp {
    width: 140px;
}

.dealerVehicleNotes .col9Notes .noteStamp button {
    width: 120px;
}

.dealerVehicleNotes .col9Notes #notes {
    width: 560px;
}

.dealerVehicleNotes .col9Notes #notes section .noteText {
    width: 538px;
}


/* ==========================================================================
   PAYMENTS
   ========================================================================== */

.makePayments #quoteButton,
.makePayments #confirmationButton,
.makePayments #confirmationButtonAdmin {
    width: 200px;
    margin-bottom: 8px;
    color: #f0ea15;
    background-color: #112a49;
}

.makePayments #quoteButton:disabled,
.makePayments #confirmationButton:disabled,
.makePayments #confirmationButtonAdmin:disabled {
    color: #fffa45;
    background-color: #999 !important;
    cursor: not-allowed;
}

.makePayments #paymentBreakdown {
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: bold;
    color: #112a49;
}

.makePayments #paymentBreakdown table {
    float: left;
    width: 400px;
}

.makePayments #paymentBreakdown #noteBlock {
    float: left;
    width: 320px;
    height: 180px;
    padding-top: 15px;
}

.makePayments #paymentBreakdown #noteBlock textarea {
    width: 300px;
    height: 160px;
}

.makePayments #paymentBreakdown p {
    margin: 0;
}

.makePayments #paymentBreakdown input {
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: normal;
    color: black;
}

.makePayments #paymentBreakdown input#checkNumber {
    width: 100px;
}

.makePayments .paymentsTableWrapper table td.setTransDate {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f0ea15 !important;
}

.makePayments .paymentsTableWrapper table td.setTransDate a {
    display: inline-block;
    margin: 0 0 3px 20px;
}

.makePayments .paymentsTableWrapper table tr th {
    vertical-align: bottom;
    color: #666;
    border-top: 3px solid #f0ea15;
    border-bottom: 3px solid #f0ea15;
    background-color: #f8f8f8;
}

.makePayments .paymentsTableWrapper table tr td {
    padding: 3px 10px;
    vertical-align: top;
}

.makePayments .paymentsTableWrapper table tr td input {
    width: 90px;
    border-radius: 0;
    background-color: #f0ea15;
}

.makePayments .paymentsTableWrapper table tr:hover {
    background-color: #ddd;
}

.makePayments .paymentsTableWrapper table tr.noBG {
    background-color: white;
}

.makePayments .paymentsTableWrapper table tr.noBG:hover {
    background-color: white;
}

.makePayments .paymentsTableWrapper table button.toggleButton:hover {
    background-color: #f0ea15;
}

.makePayments .paymentsTableWrapper table button.toggleButton i.fa-check-square-o {
    display: none;
}

.makePayments .paymentsTableWrapper table button.toggleButton i.fa-square-o {
    display: inline;
}

.makePayments .paymentsTableWrapper table button.toggleButton.active i.fa-check-square-o {
    display: inline;
}

.makePayments .paymentsTableWrapper table button.toggleButton.active i.fa-square-o {
    display: none;
}

.makePayments .paymentsTableWrapper table button.active {
    background-color: #f0ea15;
}

.makePayments .paymentsAdminTableWrapper table tr th {
    vertical-align: bottom;
    color: #666;
    border-top: 3px solid #f0ea15;
    border-bottom: 3px solid #f0ea15;
    background-color: #f8f8f8;
}

.makePayments .paymentsAdminTableWrapper table tr td {
    padding: 3px 10px;
    vertical-align: top;
}

.makePayments .paymentsAdminTableWrapper table tr td input {
    width: 90px;
    border-radius: 0;
    background-color: #f0ea15;
}

.makePayments .paymentsAdminTableWrapper table tr td table {
    border-spacing: 2px;
}

.makePayments .paymentsAdminTableWrapper table tr td table tr td input[type="text"] {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
}

.makePayments .paymentsAdminTableWrapper table tr td table tr td button {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
}

.makePayments .creditTableWrapper {
    margin-top: 15px;
    padding: 10px;
    background-color: #f1f1f1;
}

.makePayments .creditTableWrapper table {
    width: 100%;
    background-color: white;
}

.makePayments .creditTableWrapper table tr th {
    text-align: right;
}

.makePayments .creditTableWrapper table tr td:nth-child(2),
.makePayments .creditTableWrapper table tr td:nth-child(4) {
    text-align: right;
}


/* ==========================================================================
   VEHICLE LIST
   ========================================================================== */

#columnChoiceButton,
#downloadXLSButton {
    width: 180px;
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
}

#iconsToggle button {
    color: white;
    background-color: green;
}

#iconsToggle .iconsOff {
    background-color: red !important;
}

#columnChoiceBox p {
    margin: 20px 0 10px;
    font-weight: bold;
}

#columnChoiceList button {
    color: white;
    background-color: green;
}

.columnDisabled {
    background-color: red !important;
}

#actionList {
    margin: -10px -10px 10px -10px;
    padding: 5px 10px 2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: white;
    background-color: #112a49;
}

#actionList button {
    width: 170px;
    margin-bottom: 10px;
    color: #112a49;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    background-color: #bccbde;
}


/* ==========================================================================
   ADD AUCTION VEHICLE
   ========================================================================== */

.addAuctionVehicle .contentBox {
    line-height: 30px;
}

.addAuctionVehicle .contentBox .fieldLabel {
    vertical-align: top;
}

.addAuctionVehicle .contentBox .content {
    margin-left: 50px;
}

.addAuctionVehicle .contentBox input[type="text"],
.addAuctionVehicle .contentBox input[type="password"],
.addAuctionVehicle .contentBox input[type="email"] {
    width: 200px;
    line-height: 18px;
}

.addAuctionVehicle .contentBox textarea {
    width: 200px;
    height: 90px;
    line-height: 18px;
}

.addAuctionVehicle .contentBox select {
    width: 200px;
}

.addAuctionVehicle .contentBox select#selectNapType,
.addAuctionVehicle .contentBox select#selectAuction,
.addAuctionVehicle .contentBox select#selectDealer {
    width: 400px;
}

.addAuctionVehicle .contentBox input#auction_floor_date {
    width: 110px;
}

.addAuctionVehicle .contentBox table#previousVehicle {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.addAuctionVehicle .contentBox table#previousVehicle tr td,
.addAuctionVehicle .contentBox table#previousVehicle tr th {
    padding: 0px 10px;
}


/* ==========================================================================
   AUCTION SUMMARY
   ========================================================================== */

.auctionSummary table {
    width: 400px;
}

.auctionSummary table tr td:nth-child(2) {
    text-align: right;
}

.auctionSummary p {
    margin: 20px 0 0 10px;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* ==========================================================================
   DEALER LIST
   ========================================================================== */

#dealerListWrapper {
    margin-top: 20px;
}


/* ==========================================================================
   TITLES OUT
   ========================================================================== */

i.fa-fire { color: red; }

.legend {
  margin-right: 20px;
  padding: 10px 5px;
  border: 1px solid #ccc;
}

.titles-out-navbox {
    margin-bottom: 15px;
    padding: 5px;
    border: 2px solid #112a49;
    border-radius: 5px;
    background: inherit;
}

.t-due {
    background: yellow;
}

.t-pastdue {
    color: white;
    background: red;
}

.v-pulled {
    background: #f1f1f1;
}

.v-packed {
    background: #dfd;
}

.v-overnight-title {
    background: #fdd;
}

.v-custom-address {
    background: #fdd;
}

.v-title-hold {
    background: #fdd;
}

.v-custom-address.v-overnight-title {
    background: lightcoral
}

.green-button {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

/* ==========================================================================
   NAP AUTH
   ========================================================================== */
  .attachment-section-camera-label { width: 50px; padding-top: 10px; text-align: center; background-color: #ccc; }
  .attachment-section-camera-label div { width: 50px; }
  .attachment-section-camera-label div i.fa { margin-top: 0px; font-size: 25px; }
  .attachment-section-camera-content { width: 100%; padding: 8px; border: 2px solid #ccc; }
  .attachment-section-file-label { width: 50px; padding-top: 10px; text-align: center; background-color: #7da7db; }
  .attachment-section-file-label div { width: 50px; }
  .attachment-section-file-label div i.fa { margin-top: 0px; font-size: 25px; }
  .attachment-section-file-content { width: 100%; padding: 8px; border: 2px solid #7da7db; }
  .attachment-section-subheader { margin-top: 60px; border-top: 5px solid black; font-size: 36px; }

/* ==========================================================================
   MISC
   ========================================================================== */
.bblur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
