﻿* {
    font-family: 'Open Sans';
    font-size: 15px;
}

input {
    font-size: 15px;
}

.button-blue {
    height: 40px;
    border-radius: 20px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2654A1;
    box-shadow: rgba(0,0,0,.4) 0 -3px 5px;
    border: none;
    outline: none;
    margin-top: 15px;
}

    .button-blue:disabled {
        cursor: not-allowed;
    }

.input-wrapper {
    width: 100%;
    position: relative;
}

    .input-wrapper img {
        position: absolute;
        display: inline-block;
        height: 20px;
    }

input[type=text].has-icon,
input[type=password].has-icon {
    padding: 10px 10px 10px 40px;
}

textarea,
input[type=text],
input[type=password],
select {
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 30px;
    text-decoration: none;
    outline: none;
}

.has-shadow-inset {
    box-shadow: rgba(0,0,0,.3) 0 0 4px inset;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), inset 0 0 6px rgba(102, 175, 233, .6), 0 0 4px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), inset 0 0 6px rgba(102, 175, 233, .6), 0 0 4px rgba(102, 175, 233, .6);
}

.input-error {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #ED1B24;
    display: none;
    text-align: left !important;
}

select {
    padding-top: 7px !important;
    background-color: #fff;
}

.custom-modal-container {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.custom-modal {
    max-height: calc(100% - 50px);
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.3) 0 0 15px;
}

.custom-modal-header {
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EDEDED;
}

.custom-modal-content {
    background-color: #5192CA;
    padding: 10px;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
}

.custom-modal-footer {
    background-color: #5192CA;
    padding: 10px;
    width: 100%;
}

.error-msg-container {
    display: none;
    width: 100%;
    background-color: #ffdbdb;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 15px;
}

.error-msg {
    text-align: center;
    color: #b70000;
}

.page-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.report-buttons {
    padding-right: 15px;
    display: float;
    float: right;
}

.report-button {
    background-color: #5091CE;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 0 15px 0 15px;
    margin-left: 20px;
}

a.report-button {
    text-decoration: none;
    text-transform: uppercase;
}

    a.report-button:hover {
        text-decoration: none;
        color: white;
    }

/***************** TABLE *****************/


.table {
    /*margin-left:2px;*/
    width: 99% !important;
    max-width: 99% !important;
    margin: 0 auto;
}

    .table > thead,
    .table > thead > tr,
    .table > thead > tr > th {
        border: none !important;
        font-size: 14px;
        font-weight: 900;
        /*text-align: center;*/
    }
    /*.table > tbody,*/
    .table > tbody > tr:not(.detail-row) {
        border: 2px solid black;
    }

    .table > tbody > tr.even td {
        background-color: #D7D7D7;
    }

    .table > tbody > tr > td {
        vertical-align: middle !important;
    }

        .table > thead > tr > th:first-child:not(.detail-row),
        .table > tbody > tr > td:first-child:not(.detail-row) {
            padding-left: 15px;
        }

        .table > thead > tr > th:last-child,
        .table > tbody > tr > td:last-child {
            padding-right: 15px;
        }

th.iconColumn {
    width: 1%;
}

section.row {
    width: 95%;
    height: 10%;
    margin: auto;
}

div.row {
    margin: 15px auto 0px;
}

#buttonExport, #btnExport {
    /*    margin-top: 26px;
    margin-right: 15px;*/
    right: 0;
    float: right;
    position: relative;
}

/*****************************************/

.input-container {
    /*margin-bottom:20px !important;*/
    vertical-align: top;
    display: inline-block;
    /*    width:200px;*/ /* Removed 11/18/2020 as part of initiative to fix mobile compatibility, added minimum instead */
    min-width: 100px;
}

.input-container-field {
    height: 40px;
}


.radio-slider {
    position: relative;
    width: 70px;
    height: 40px;
    background-color: #90a4ae;
    border-radius: 20px;
    padding: 4px;
    margin: 0;
    box-shadow: rgba(0,0,0,.7) 0 0 6px inset;
    cursor: pointer;
    transition: all linear .12s;
    -o-transition: all linear .12s;
    -webkit-transition: all linear .12s;
    -moz-transition: all linear .12s;
}

    .radio-slider input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-slider-circle {
    position: absolute;
    height: 32px;
    width: 32px;
    left: 4px;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0,0,0,.7) 0 0 8px;
    transition: all linear .12s;
    -o-transition: all linear .12s;
    -webkit-transition: all linear .12s;
    -moz-transition: all linear .12s;
}

.radio-slider-on {
    background-color: #54BD7B;
}

.radio-slider-circle-on {
    left: 35px
}

.action-button:hover {
    background-color: #1976D3;
    box-shadow: rgba(0,0,0,.4) 0 0 5px inset;
}

.action-button {
    text-transform: uppercase;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #5091CE;
    border-radius: 4px;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1%; /*Added 11/19/20*/
}

    .action-button:disabled {
        background-color: #a1b1bf;
        cursor: not-allowed;
    }

/*#btnClear, #btnClearTop, #btnClearBtm {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    margin-right: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 14px;
}*/

#btnCancel:not(.CancelSearch), #btnClear, #btnCancelEdit, #btnClearTop, #btnClearBtm, #btnCancelDealer, #btnCancelPoolDealer,
#btnCancelPoolDealerVINAdd, #btnCancelPoolDealerVINEdit, #btnCancelBailmentDealer, #btnCancelTicket,
#btnCancelUpdate, #btnCancelGTAlterationsVin, .btnCancel, #btnCancelTrackVin, #btnCancelScanVin, #btnCancelVinLocationHistory, #btnClose {
    text-transform: uppercase;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    /*    margin-right: 40px;
*/ font-weight: 600;
    text-transform: uppercase;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin-bottom: 0.5rem;
}

div.dataTables_info {
    text-align: center;
    position: inherit;
    font-size: 13px;
    margin-bottom: 0.7rem;
}

.paginate_button {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
    margin: 3px;
    outline: none !important;
    color: white;
    text-transform: uppercase;
    width: auto !important;
    height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #5091CE;
    border-radius: 4px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

    .paginate_button.current {
        background-color: #5091CE;
        color: #FFF;
    }

    .paginate_button.previous, .paginate_button.next {
        border: none;
    }

        .paginate_button.previous:hover, .paginate_button.next:hover {
            background-color: #1976D3;
            box-shadow: rgba(0,0,0,.4) 0 0 5px inset;
        }

    .paginate_button.first, .paginate_button.last {
        display: none;
    }

    .paginate_button.disabled {
        pointer-events: painted;
        cursor: not-allowed !important;
    }

/*this div is a filler for pages where the sticky footer is covering the bottom content
    <div class="bottomFiller"></div>
*/
div.bottomFiller {
    height: 100%;
    margin: 0;
    clear: both;
}
/* MOBILE BEGIN */
@media (max-width: 500px) {
}
/* MOBILE END*/
/* The container */
.checkbox-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-intable {
    display: flex;
    justify-content: center;
    cursor: not-allowed;
    padding-bottom: 17px;
}

.checkbox-intable-clickable {
    display: flex;
    justify-content: center;
    padding-bottom: 17px;
}

.checkbox-setting-intable {
    display: flex;
    padding-bottom: 15px;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    /*position: absolute;*/
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
    border: 1px solid #1976D3;
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #eee;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 6px;
}

.checkbox-bottom {
    margin-bottom: 30px;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #1976D3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after, .checkbox-container input:checked ~ .checkmark-select:after, .checkbox-container:hover input ~ .checkmark-select:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after, .checkbox-container .checkmark-select:after, .checkbox-container:hover input ~ .checkmark-select::after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

table.dataTable i.fa:not(.fa-power-off) {
    color: #455A64;
}

.dataTables_length > label > select {
    width: auto;
    margin-left: 5px;
}

.checkmark-select {
    border: 3px solid #5091CE;
    border-radius: 5px;
    position: absolute;
    height: 26px;
    width: 26px;
    left: 0;
    background-color: transparent;
}

.checkbox-container:hover input ~ .checkmark-select {
    background-color: #CADEF0;
}

    .checkbox-container .checkmark-select:after, .checkbox-container:hover input ~ .checkmark-select::after {
        left: 6px;
        top: 1.5px;
        width: 8px;
        height: 14px;
        border-width: 0 3.5px 3.5px 0;
    }

.checkbox-select input:checked ~ .checkmark-select {
    background-color: #5091CE;
}

.checkmark-select::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-select {
    display: flex !important;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 5px;
}

.popover {
    border: none !important;
    background-color: #DBE0E3 !important;
}

    .popover.top > .arrow {
        border: none !important;
        border-top-color: #DBE0E3 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 1px;
    }

        .popover.top > .arrow::after {
            border-top-color: #DBE0E3 !important;
        }

.popover-content {
    padding: 5px !important;
    padding-bottom: 2px !important;
    background-color: #DBE0E3 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.dropdown-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    width: 52px;
}

.dropdown-icon {
    width: 29%;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    padding: 0px 3px;
    vertical-align: top;
}

    .dropdown-icon:hover {
        cursor: pointer;
        background-color: #DBE0E3;
    }

    .dropdown-icon i {
        font-size: 18px;
        text-align: center;
        position: relative;
    }

.dropdown-label {
    width: 63%;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.dropdown-list.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left: 65%; /* almost same as checkbox-select width so that the list appears under the drop down icon*/
    top: 30px;
}

.dropdown-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #4f6873 !important;
    box-shadow: rgb(0 0 0 / 50%) 0 2px 6px;
    border-top: 0px !important;
    padding: 0px;
    background: #fff;
    transition: all 0.1s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.ddl-option {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: all 0.2s;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 3rem;
    font-weight: 500;
    color: #000;
    text-align: left;
}

    .ddl-option:hover, .ddl-option:focus {
        cursor: pointer;
        text-decoration: none;
        background-color: #e3e3e3;
    }

.selected-items-actions {
    width: 10%;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 150px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    float: left;
}

.action-option i {
    padding-right: 5px;
    color: #5091CE;
    font-size: 18px;
}

.action-option {
    font-size: 16px !important;
}

.selected-items-actions i {
    float: left;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: auto;
}

    .selected-items-actions i.fa-trash-alt, .selected-items-actions i.fa-file-download {
        color: #5091CE
    }

        .selected-items-actions i.fa-trash-alt:hover, .selected-items-actions i.fa-file-download:hover {
            cursor: pointer;
            color: #1669bc;
            text-shadow: #e0e0e0 0 0px 5px;
        }

    .selected-items-actions i.glyphicon-share-alt {
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
        width: 30px;
        background-color: #5091CE;
    }

        .selected-items-actions i.glyphicon-share-alt:hover {
            box-shadow: #c1c1c1 0 0px 5px;
            background-color: #1669bc;
        }

tr.highlight, tr.highlight td {
    background-color: #CADEF0 !important;
}

    tr.highlight .dropdown-icon:hover {
        background-color: #fff;
    }

tr:nth-child(even) .dropdown-icon:hover {
    background-color: #fff;
}

.selected-items-actions.disabled i {
    pointer-events: none;
}

    .selected-items-actions.disabled i.multi-shareDocGlyph {
        background-color: #a1b1bf;
    }

    .selected-items-actions.disabled i.multi-delete-doc,
    .selected-items-actions.disabled i.multi-delete,
    .selected-items-actions.disabled i.multi-download-doc {
        color: #a1b1bf;
    }

.selected-items-actions.disabled:hover {
    cursor: not-allowed;
}

label.checkbox-container.checkbox-select input {
    display: inline-block;
    position: relative;
}

.sorting, .sorting_asc, .sorting_desc {
    cursor: pointer;
}

.paginate_input {
    width: 57px !important;
}

.tooltiptext {
    z-index: 5;
    /*display: none;*/
    position: absolute;
    background-color: #5192CA;
    /*width: 100%;*/
    color: white;
    padding: 5px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 2px;
    margin-top: 30px;
    margin-left: -30px;
}

.fa-question-circle {
    color: #5091CE;
    cursor: pointer;
}

.verticalAlign {
    vertical-align: middle;
    /*padding-top: 25px;*/
}

.tooltipIcon:hover .tooltiptext {
    visibility: visible;
}

.tooltipIcon .tooltiptext {
    visibility: hidden;
}

/*
    ADDED FOR RESPONSIVENESS MAY 2022
*/

section.row.addRowSpacing {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

/*@media (min-width: @screen-md-min) {*/
/*@media (min-width: 768px) {
    
}
*/

.marTop30 {
    margin-top: 30px;
}