/* Minification failed. Returning unminified contents.
(4924,1): run-time error CSS1019: Unexpected token, found '@'
(5240,32): run-time error CSS1030: Expected identifier, found ':'
(5240,41): run-time error CSS1031: Expected selector, found ')'
(5240,41): run-time error CSS1025: Expected comma or open brace, found ')'
(5976,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5977,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.debug {
    border: 1px dashed red;
    padding: 10px;
}

.sweet-alert {
    max-height: 50%;
    overflow: auto;
}

.max-height {
    height: 100%;
}

.removeRightPadding {
    padding-right: 0px;
}

@media (min-width: 768px) {
    .removeRightPadding {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .removeRightPadding {
        padding-right: 15px;
    }
}

.height-200 {
    height: 200px;
}

.height-400 {
    height: 400px;
}

#progress-modal {
    display: none;
    position: fixed;
    z-index: 1000; /* Sit on top of the screen */
    padding-top: 30%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.progress-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: 0%;
    }

    to {
        top: 35%;
    }
}

@keyframes animatetop {
    from {
        top: 0%;
    }

    to {
        top: 35%;
    }
}

.sales-dashboard-margin {
}

@media (max-width: 767px) {
    .sales-dashboard-margin {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
}

#tooltipIcon {
    color: black;
    position: absolute;
    top: 10px;
    font-size: 12px;
}

#tooltipIcon4 {
    color: black;
    position: relative;
    top: 1px;
    font-size: 15px;
}

@media (min-width: 768px) {
    #tooltipIcon {
        color: black;
        position: absolute;
        top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #tooltipIcon {
        color: black;
        position: absolute;
        top: 0px;
        font-size: 18px;
    }

    #tooltipIcon4 {
        color: black;
        position: relative;
        top: 2px;
        font-size: 15px;
    }
}

@media(min-width:992px) {
    #tooltipIcon4 {
        color: black;
        position: relative;
        left: 0px;
        top: 2px;
        font-size: 15px;
    }
}

.SalesDashboardForm {
    margin-top: 19px;
}

.SalesDashboardForm-Mobile {
    display: none;
}

.SalesDashboardForm-MediumDevice {
    display: none;
}

#kendoSalesChart {
    display: inline-block;
    width: 550px;
}

.sales-pie-chart {
    height: 275px;
}

@media (max-width: 992px) {

    .SalesDashboardForm {
        display: none;
    }

    .SalesDashboardForm-Mobile {
        display: block;
    }

    .SalesDashboardForm-MediumDevice {
        display: none;
    }

    #kendoSalesChart {
        min-width: 550px;
        width: 100%;
    }

    .sales-pie-chart {
        height: 275px;
    }
}

@media (max-width: 992px) {

    .SalesDashboardForm {
        display: none;
    }

    .SalesDashboardForm-Mobile {
        display: block;
    }

    .SalesDashboardForm-MediumDevice {
        display: none;
    }

    #kendoSalesChart {
        min-width: 550px;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .SalesDashboardForm {
        display: none;
    }

    .SalesDashboardForm-Mobile {
        display: none;
    }

    .SalesDashboardForm-MediumDevice {
        display: block;
    }
}

@media (max-width: 764px) {

    #kendoSalesChart {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group {
        /*
        margin-right: 0px;
        margin-left: 0px;
        */
    }
}

.radioGroupPadding {
}

@media (max-width: 768px) {
    .radioGroupPadding {
        padding-left: 35px;
    }
}

#captcha_register {
    margin-left: 64px;
}

#captcha_register2 {
    margin-left: 90px;
}

@media(max-width:766px) {
    #captcha_register {
        margin-left: 15px;
    }

    #captcha_register2 {
        margin-left: 15px;
    }
}

@media (max-width: 1024px) {
    .grid-mobile-wrapper {
        overflow-x: scroll;
        padding-bottom: 7px;
    }

        .grid-mobile-wrapper .wrapper-inner {
            width: 1024px;
        }
}

.debug::before {
    content: " Testing Code: This will not appear in a Production setting.";
    color: red;
}

.accordion-row-first {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
}

.accordion-row {
    border-bottom: 1px solid #cccccc;
}

.accordion {
    cursor: pointer;
    padding: 15px 0;
    background-color: #f7f7f7;
}

.accordion-content {
    padding-top: 14px;
    border-top: 1px solid #cccccc;
    padding-bottom: 14px;
}

/*
    .debug{
    display: none !important;
    }
*/


/*
bootstrap screen
    xs:<768px
    sm:>=768px
    md:>=992px
    lg:>=1200px
 */


/* body html */
@media (min-width: 768px) {
    .container {
        width: 721px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

body {
    /*font-family: Raleway,sans-serif;*/
    font-size: 12px;
    /*color: #444;*/
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: Arial,Helvetica,sans-serif;*/
    font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*color: #2E2F4F;*/
    color: #5f6069;
}

.k-input {
    color: #5f6069;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

button .glyphicon,
a .glyphicon {
    color: #FFFFFF !important;
}

h1, h2, h3, h4 {
    /*font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: Raleway;*/
    /*font-family: "Open Sans";*/
    color: #1A1717;
    color: #4D4646;
    color: #227695;
    color: #4B4B4B;
}

h4 {
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

    h3 span.g-qm {
        font-size: 14px;
    }


label {
    font-weight: normal;
}

a {
    /*  color: #3D5DAD;*/
}

html {
    position: relative;
    min-height: 100%;
    background-color: #F2F2F2;
}

/*
body {
    border-top: 3px solid #60C6F1;
    padding-top: 3px;
    background-color: #FDFDFD;
}
*/

body .main-content {
    padding-bottom: 20px;
}

footer {
}

    footer .container {
    }

/* search bar */

#search-bar {
    display: table;
}

    #search-bar > div {
        display: table-cell;
    }

.search-btn-div {
    text-align: right;
}

.search-bar-columns {
    width: 100%;
}

.search-btn-div {
    min-width: 230px !important;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.btn {
    padding: 5px 10px;
    padding: 3px 7px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.btn-search:before {
    content: "\E003";
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

.btn-new:before {
    content: "\002b";
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

@media (max-width: 767px) {
    #search-bar td {
        display: block;
    }
}

/* errors */
/*input.ng-invalid:not(.ng-pristine),*/

span.k-list-filter > input[role=listbox]:focus {
    outline: 0;
}

span.k-list-filter > input[role=listbox] {
    background: 0 0;
    background-color: #dddddd;
    background-image: none;
    background-position: 50% 50%;
    border: none;
    box-shadow: none;
    display: inline-block;
    line-height: 2.07142857em;
    padding-right: 20px;
    padding: .17857143em 0;
    text-indent: .8em;
    -webkit-box-shadow: none;
    width: 100%;
}

input.k-invalid,
textarea.k-invalid {
    border: 1px solid red;
    padding: 3px 1px 3px 8px;
}

span.k-numeric-wrap.k-state-default > input[kendo_numeric_text_box] {
    display: none; /* hide numeric text box inputs */
    border: none;
    padding: 2px 0px 2px 0px;
}

span.k-numerictextbox {
    margin-bottom: 0px;
}

span.k-autocomplete.k-header {
    padding: 0px;
    margin: 0px;
    height: 26px;
    height: 32px;
    border: 1px solid #ccc;
}

    span.k-autocomplete.k-header > input.k-input,
    span.k-combobox.k-header input.k-input {
        padding: 0px;
        border: 0px;
        margin: 0px;
        height: 24px;
        height: 30px;
    }

.k-combobox .k-input {
    margin: -1px !important;
}

span.k-numerictextbox.k-invalid {
    border: 1px solid red;
}

.k-widget {
    box-sizing: border-box;
}

span.k-widget.k-invalid:not(.k-numerictextbox) {
    padding-bottom: 0px;
}

/* k-autocomplete */
span.k-widget.k-autocomplete.k-invalid {
    margin-bottom: 15px;
}

span.k-widget.k-invalid > span.k-dropdown-wrap,
span.k-widget.k-invalid.k-autocomplete > input {
    border: 1px solid red;
}

/* targets the span itself */
input + span.k-invalid-msg {
    margin-top: 5px;
}

button[disabled="disabled"] {
    opacity: 0.6;
}



/* footer*/

#footer {
    font-size: 12px;
    position: absolute;
    padding-top: 2px;
    bottom: 0;
    width: 100%;
    background-color: rgb(41, 44, 53);
    text-align: center;
}

    #footer * {
        color: white;
        font-size: 12px;
    }

/* these two must be the same */
#footer {
    height: 36px;
}

body {
    margin-bottom: 36px;
}

/* general */

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }

    .pull-left-sm {
        float: left;
    }
}

/* for hiding elements */
.absolute {
    position: absolute;
}

.none {
    display: none;
}

/* highlighting rows in a table*/
tr.highlight {
    background-color: #EEEEEE;
}

/* for removing margins from a form-group's */
.remove-margin {
    margin-left: -15px;
    margin-right: -15px;
}

/* Vehicle Selection for Bulk Quotes */
.removePadding-left {
}

.removePadding-right {
}

@media (min-width: 768px) {
    .removePadding-left {
        padding-left: 0px;
    }

    .removePadding-right {
        padding-right: 0px;
    }
}

/* form sub sections */

.sub-section:not(:last-of-type) {
    margin-top: 20px;
}

.sub-section {
    margin-top: 20px;
}

    .sub-section h4::after {
        content: "";
        display: block;
        /*border-bottom: 1px solid #DDD;*/
        width: 300px;
        max-width: 100%;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

/* generic */

.no-padding {
    padding: 0px;
}

.no-padding-left { /* only used for inner columns */
    padding-left: 0px;
}

.no-padding-right { /* only used for outer columns */
    padding-right: 0px;
}

@media (max-width: 767px) {
    .no-padding-left {
        padding-right: 0px;
    }

    .no-padding-right {
        padding-left: 0px;
    }
}

.no-margin {
    margin: 0px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.required {
    color: red;
}

.hidden {
    display: none;
}

.border {
    border: 1px solid #dbdbde;
    border-radius: 5px 5px;
    padding: 5px;
}

.noborder, .no-border {
    border: 0px;
}

input[data-view-only][disabled] {
    background-color: white;
    cursor: default;
    pointer-events: none;
}

a[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* popup messages */

div.fixed {
    /*position: absolute;*/
    z-index: 1020; /*1000; */
    /*left: 0;*/
    /*right: 0;*/
    /*max-width: 500px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: 20px;*/
    /*padding: 12px;*/
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    top: 130px;
    text-align: center;
    pointer-events: none;
    width: 100%;
    position: fixed;
}

div.fixed {
    /*
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    pointer-events: none;
    z-index: 99999;
        */
}

.popup {
    margin: 0px auto;
    max-width: 500px;
    /*
    display: none;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 100px;
    z-index: 99999;
        */
}

    .popup.show {
        display: initial;
    }

span.popup-text {
    background-color: white;
    border: 1px solid green;
    border-radius: 10px;
    padding: 10px;
    z-index: 99999;
}

/* grid views */

div.tab-pane {
    margin-top: 10px;
}

/* tabs */

div .nav-tabs:not(.nav-default) {
    border-bottom: 1px solid #ddd;
    margin: 0px -10px;
}

/* buttons */

a.btn.btn-primary {
    color: white;
}

.btn.btn-add-new {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(0, 102, 153);
    color: white;
}

.btn.btn-return-to-list {
    background-color: rgb(0, 102, 153);
    color: white;
    background-color: white;
    color: black;
}

/* grid */

.k-loading-mask {
    z-index: 9999;
}

a.tablelink::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
}

span.k-numeric-wrap.k-state-default:before,
span.k-numeric-wrap.k-state-disabled:before {
    display: none; /* remove some weird spacing  in kendo numeric text boxes ? */
}

tr.k-state-selected * {
    color: white;
}

/* forms */

input[type='file'] {
    height: 38px;
}

input[type='radio'] {
    margin-top: 8px;
}

.form-control[disabled] {
    background-color: #f9f9f9;
}

.form-control[readonly] {
    background-color: initial;
}

.form-group.grid-header {
    margin-bottom: -15px;
}

.grid-title {
    margin-top: 5px;
    margin-bottom: 5px;
    /*float: left;*/
    width: 100%;
}

    .grid-title::after {
        content: "";
        display: block;
        /*border-bottom: 1px solid #DDD;*/
        width: 300px;
        max-width: 100%;
        /*
        margin-bottom: 10px;
        margin-top: 35px;
        */
        width: 100%;
    }

    .grid-title h3 {
        /*float: left;*/
        margin: 8px 0;
    }

    .grid-title .btn-return-to-list {
        float: left;
        margin-left: 10px;
        padding: 2px 8px;
    }

@media (max-width: 767px) {
    .grid-title h3 {
    }

    .grid-title .btn-return-to-list {
        float: right;
    }
}

.form-group {
    min-height: 32px; /* prevent checkbox/selectlists wrapping*/
    margin-bottom: 8px;
}

    .form-group::after {
        clear: both;
        content: " ";
        display: table;
    }

@media (min-width: 769px) {
    .form-group div:not(.checkbox) > label input[type=checkbox] {
        margin-top: 9px;
    }
}

.form-group > div {
    /*padding: 0px;*/
}

.form-control {
    border: 1px solid #DEDEDE;
    height: 26px;
    height: 32px;
    height: 28px;
    padding: 8px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
}

label.form-ng-label, label.form-ng-label-left {
    /*font-weight: 600;*/
    color: #5F6069;
    text-align: right;
    /*font-weight: bold;*/
    /*white-space: nowrap;*/
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .form-ng-label {
        padding-top: 5px;
        position: absolute;
        right: 0px;
    }

    .form-ng-label-left {
        padding-top: 3px;
    }
}

.form-group span.k-widget.k-invalid-msg {
    width: initial;
    border: none;
    color: red;
    background: none;
    box-shadow: none;
}

    .form-group span.k-widget.k-invalid-msg > span.k-icon.k-warning {
        display: none;
    }

@media (max-width: 767px) {
    .col-xs-max-width {
        max-width: 320px;
    }
}

/* grids */
.grid-view-selector {
    margin: 0 -15px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

    .grid-view-selector button {
        color: white;
        background-color: #286090;
        color: #286090;
        background-color: white;
        border-radius: 0px;
        padding: 6px 12px;
        margin-right: -5px;
        border-width: 0px 0px 3px;
        border-color: transparent;
    }

    .grid-view-selector .btn:not(:first-child) {
        margin-left: 3px;
    }

    .grid-view-selector button.active {
        background-color: transparent;
        box-shadow: none;
        border-width: 0px 0px 3px;
        border-bottom: 3px solid #007bed;
    }

.grid-view-divider {
    content: " ";
    height: 1px;
    background-color: #ccc;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.grid-check, .grid-cross {
    text-align: center;
}

    .grid-check span {
        display: none;
    }

    .grid-check:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .grid-check[value='true']:before {
        content: "\e013";
    }

    .grid-check[value='false']:before {
        /*content: "\e014";*/
        content: "";
    }

    .grid-cross span {
        display: none;
    }

    .grid-cross:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .grid-cross[value='true']:before {
        content: "";
    }

    .grid-cross[value='false']:before {
        content: "\e014";
    }

/* stock advertising */

td[data-images='header']:not(:last-child) {
    border-right: 1px solid #DBDBDB;
}

td[data-images='stock']:not(:last-child) {
    border-right: 1px solid #DBDBDB;
}

#SelectYard, #screen-2 {
    /*margin-bottom: 20px;*/
}

.vehicle-advertising-icon {
    max-width: 105px;
}

#advertising-tables {
    margin-top: 10px;
}

#stock-property-settings {
    margin-top: 36px;
}

#advertisers-container,
#stock-property-container {
    overflow: auto;
    padding-bottom: 20px;
}

/* hide select all */
#advertising-tables tr th:nth-child(5),
#advertising-tables tr td:nth-child(5) {
    /*display: none;*/
}


#advertising-tables tr th {
    padding: 0px 10px;
    text-align: center;
}

#advertising-tables tr td {
    padding: 0px 5px;
}

    #advertising-tables tr td:not(.yard-name) {
        text-align: center;
    }

#advertising-tables .label-adv-name {
    height: 20px;
}

#advertising-tables .label-adv-send {
    height: 20px;
}

#advertising-tables .label-prop-name {
    height: 20px;
}

#advertising-tables .label-prop-name-spacer {
    height: 20px;
}

#advertising-tables .label-select-all {
    background-color: #EEE;
}

#advertising-tables .prop-select {
    border-bottom: 1px solid #A8A8A8;
}

#advertising-tables .stock-select {
    border-right: 1px solid #A8A8A8;
}

#advertising-tables #stock-advertising-table .stock-row:nth-child(2n+2),
#advertising-tables #stock-property-settings .stock-row:nth-child(2n+1) {
    background-color: #FAFAFA;
}

#advertising-tables #stock-advertising-table .stock-row.label-yard-name,
#advertising-tables #stock-property-settings .stock-row.label-yard-name {
    height: 30px;
    background-color: #B4CDCD;
    background-color: rgb(180, 224, 255);
    background-color: #CDCDCD;
    background-color: #E3E3E3;
    margin-top: 10px;
}

#advertising-tables tr.stock-row.last-row td {
}

#advertising-tables .label-yard-name .yard-name {
    color: #454545;
    font-size: 12px;
}

#advertising-tables .label-yard-name .yard-code {
    color: red;
}

#advertising-tables .stock-row-background {
    border-right: 1px solid blue;
}

#advertising-tables .stock-row .stock-name {
}

#advertising-tables .stock-select .stock-adv:first-of-type {
}

/* easyphoto */
@media (min-width: 768px) {
    #easy-photo-right {
        float: right;
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

/*YouTube Window*/
.k-resize-handle.k-resize-n {
    height: 0px;
}

.k-resize-handle.k-resize-w {
    width: 0px;
}

.k-resize-handle.k-resize-s {
    height: 0px;
}

.k-resize-handle.k-resize-e {
    width: 0px;
}


div.k-resize-handle.k-resize-se {
    display: none;
}

.k-widget.k-window {
    border: 0px !important;
    border-radius: 7px;
}

.k-window-title {
    font-size: 18px;
    margin: -4px 0px;
    color: #007BED;
}

#windowVideoGuide_wnd_title {
    font-weight: bold;
}


.k-window-action.k-link {
    padding: 6px;
}

@media (max-width:800px) {
    #windowVideoGuide_wnd_title.k-window-title {
        font-size: 14px;
        margin-top: 1px;
    }

    .k-window-action.k-link {
        padding-top: 8px;
    }
}

.k-window-titlebar.k-header {
    padding: 9.72px 0.2px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #007BED;
}

@media (min-width: 1100px) {
    .k-window-titlebar.k-header {
        padding: 11.32px 0.2px;
    }
}

@media (max-width:900px) {
    .k-window-titlebar.k-header {
        padding: 11.72px 0.4px;
    }
}

@media (max-width: 500px) {
    .k-window-titlebar.k-header {
        padding-top: 14.72px;
    }
}

@media (max-width: 400px) {
    .k-window-titlebar.k-header {
        padding-top: 15.72px;
    }

    #windowVideoGuide_wnd_title.k-window-title {
        margin-top: -2px;
    }
}

@media (max-width: 500px) {
    .k-window-action.k-link {
        padding-top: 10px;
    }
}

div#windowVideoGuide.k-window-content.k-content.k-window-iframecontent {
    background-color: currentColor;
}

.k-content-frame {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

@media (max-width: 300px) {
    #windowVideoGuide_wnd_title.k-window-title {
        font-size: 11px;
    }
}
/*YouTube button CSS*/
.youtubeButton {
    /*Do nothing*/
}

.tabYouTubeButtom {
    margin-top: -2px;
}

@media (max-width:990px) {
    .tabYouTubeButtom {
        margin-top: -7px;
    }
}

/*@media (min-width:1150px){
    .k-window-titlebar.k-header {
        margin-top: -29px;
    }
}

@media (max-width: 1100px){
    .k-window-titlebar.k-header {
        margin-top: -28px;
    }
}*/

@media (min-width: 991px) {
    .youtubeButton {
        width: 45px;
        position: relative;
        bottom: 3.5px;
    }
}

@media (max-width: 991px) {
    .youtubeButton {
        width: 20px;
        position: relative;
        top: 2px;
    }
}

/*#StockPhotosListDiv {
    padding: 10px 0;
}*/

@media (max-width: 1650px) {
    .stock-list-table-wrapper {
        overflow-x: auto;
        padding-bottom: 7px;
    }

        .stock-list-table-wrapper .wrapper-inner {
            width: 1650px;
        }
}

.stock-camera-icon-number-container {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 50px;
}

.stock-camera-icon-image {
    max-width: 70px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stock-camera-icon-number {
    position: absolute;
    bottom: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1px 5px;
    border-radius: 12px;
    font-size: 12px;
}

#StockPhotosList {
    min-height: 500px;
}

    #StockPhotosList:empty::before {
        width: 400px;
        max-width: 100%;
        display: block;
        content: "Please select a stock in the list above.";
        padding: 30px;
    }

#easyPhotoList .num {
    font-size: 18px;
    font-weight: bold;
}

.folder {
    background-image: url("../Content/images/coloricons-sprite.png");
    background-repeat: no-repeat;
}

.easyphoto-dir-img {
    cursor: pointer;
}

.easyphoto-wrapper {
    float: left;
    width: 33.3333%;
    padding: 5px;
}

#files div:not(.easyphoto-wrapper) {
    overflow-y: scroll;
    max-height: 400px;
}

    #files div:not(.easyphoto-wrapper)::after {
        clear: both;
        content: " ";
        display: table;
    }

#StockPhotosList .item {
    float: left;
    position: relative;
    /*width: 111px;*/
    height: 170px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    #StockPhotosList .item img {
        max-width: 148px;
        max-height: 111px;
        border: 1px solid black;
        padding: 5px;
        margin: 5px;
        min-width: 148px;
        min-height: 111px;
    }

    #StockPhotosList .item .caption {
        text-align: center;
        margin-top: 5px;
    }

    #StockPhotosList .item .caption {
        text-align: center;
        margin-top: 5px;
    }

.easyphoto-img-delete {
    opacity: 0.5;
    background-color: red;
}

#StockPhotosList .item img.easyphoto-img-delete + div.caption {
}

.photo-delete {
    display: none;
    color: red;
}

.easyphoto-img-delete + div.caption .photo-delete {
    display: initial;
}

/* photo drags */
body > div.item.ng-scope {
    max-height: 100px !important;
    max-width: 100px !important;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.draggable {
    cursor: move;
    position: absolute;
}

/* buttons */

.btn-small {
    padding: 3px 10px 3px 10px;
}

.btnsOuter {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    min-height: 30px;
    width: 100%;
    /*position: relative;*/
    text-align: right;
}

.btnsInner {
    position: absolute;
    right: 0px;
}

.btns {
    width: 100%;
    border-top: 1px solid red;
}

    .btns * {
        text-align: right;
    }

    .btns::before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid red;
        content: " ";
        height: 1px;
        background-color: #ccc;
        float: left;
        width: 100%;
        margin: 10px 0px;
    }

    .btns .btn:first-child {
    }

    .btns .btn:not(:first-child) {
        margin-left: 10px;
    }

/* page specific */
#WatermarkSettings > div {
    margin-bottom: 15px;
}

    #WatermarkSettings > div label { /* remove overrides */
        position: relative;
        left: 0;
    }

/* import screen */
#ImportStats {
    border: 1px solid #DDD;
    padding: 20px;
    margin-bottom: 10px;
}

/* border-background */

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#border-background {
    background-color: #fdfdfd;
    border: 1px solid #e1e1e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 510px;
    margin: 80px auto 25px;
    padding: 30px 50px;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
}

    #border-background p {
        text-align: center;
    }

    #border-background btn {
        text-align: center;
    }

    #border-background h1 {
        text-align: center;
    }

/* advertising screen */
#ShowLoading {
    margin-top: 15px;
    border: 1px solid #DDD;
    padding: 30px;
    font-size: 16px;
}

#YardList {
    margin-bottom: 10px;
}

    #YardList * {
        border-style: none;
    }

    #YardList tr * {
        margin: 0px;
        padding: 5px 10px 5px 10px;
        vertical-align: middle;
    }

    #YardList td:first-child {
        width: 20px;
        text-align: center;
    }

    #YardList input {
    }

    #YardList tr.selected {
        background-color: #FAFAFA;
        background-color: rgba(20,20,20,0.06);
    }

    #YardList tr:hover {
        cursor: pointer;
    }

        #YardList tr:hover * {
            text-decoration: underline;
        }

/*  advertising settings screen */

#advertising-settings tr,
#advertising-settings th,
#advertising-settings td {
    border-color: rgb(203, 203, 203);
    border-left-width: 0px;
    border-right-width: 0px;
    vertical-align: middle;
    background-color: white;
}

    #advertising-settings tr:first-child th {
        border-top-width: 0px;
        border-style: none;
    }

#advertising-settings .website-text {
    float: left;
    margin-top: 9px;
}

#advertising-settings .website-btn {
    float: right;
    margin-top: 3px;
}

#stockprops * {
    border-width: 0px;
}

#stockprops tr:not(:first-child) td {
    border-top-width: 1px;
}

#stockprops tr:not(:first-child) {
    cursor: pointer;
}

/*

    #advertising-settings tr,
    #advertising-settings th,
    #advertising-settings td {
        border-color: rgb(203, 203, 203);
        border-style: solid;
        border-width: 0px;
    }

    #advertising-settings td,
    #advertising-settings th {
        vertical-align: middle;
    }

        #advertising-settings td:not(:last-child) {
            border-left-width: 1px;
        }


    #advertising-settings tr:last-child,
    #advertising-settings tr:nth-child(2n+2) {
        border-bottom-width: 1px;
        border-top-width: 1px;
    }
    
    #advertising-settings td:first-child {
        border-left-width: 1px;
    }

    #advertising-settings td:last-child {
        border-right-width: 1px;
    }
    */

/* kendo-tooltips */
.k-widget.k-tooltip > div {
    color: white;
}

/* .table class */
.table > tbody > tr > th,
.table > tbody > tr > td {
    border-color: #ddd;
}

.table > tbody > tr:last-child > td,
.table > tbody > tr:last-child > th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.table > tbody > tr > th:first-child,
.table > tbody > tr > td:first-child {
    border-left-width: 1px;
    border-left-style: solid;
}

.table > tbody > tr > th:last-child,
.table > tbody > tr > td:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}

/* search-bar */
@media (max-width: 767px) {
    #search-bar .search-bar-columns div.form-group .row > div {
        margin-bottom: 10px;
    }

    #search-bar .search-btn-div .btn {
        width: 49.4%;
    }
}

/* quicklinks */
#QuickLinks {
    list-style-type: none;
    margin: 5px 0;
    padding-left: 0px;
}

    #QuickLinks li:empty {
        display: none;
    }

    #QuickLinks li {
        float: left;
        background-color: #093C5A;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 100px;
        height: 120px;
        margin: 10px 20px 10px 0;
        padding: 5px 10px;
    }

        #QuickLinks li:hover {
            background-color: #0F82C3;
        }

    #QuickLinks a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }

    #QuickLinks li:before {
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        display: block;
        margin: 8px 0;
    }

    #QuickLinks li:nth-child(1):before {
        content: "\E141";
    }

    #QuickLinks li:nth-child(2):before {
        content: "\E142";
    }

    #QuickLinks li:nth-child(3):before {
        content: "\E143";
    }

    #QuickLinks li:nth-child(4):before {
        content: "\E144";
    }

    #QuickLinks li:nth-child(5):before {
        content: "\E145";
    }

    #QuickLinks li:nth-child(6):before {
        content: "\E146";
    }



/* glyphicons */

label.form-ng-label[k-content][data-role=tooltip]:after,
label.form-ng-label-left[k-content][data-role=tooltip]:after,
label[k-content][kendo-tooltip]::after {
    content: "\e085";
    font-family: 'Glyphicons Halflings';
    margin-left: 5px;
}

.g {
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

.g-qm:before { /* question mark */
    content: "\e085";
}

.g-disabled {
    cursor: initial;
    opacity: 0.5;
}

.g-add:before {
    content: "\2b";
}

.g-remove:before {
    content: "\e014";
}

.g-up:before {
    content: "\e093";
}

.g-down:before {
    content: "\e094";
}

.glyphicon, .g {
    margin-right: 2px;
}

/* vehicle management screen */

.vehicle-management-tab {
    min-height: 500px;
    margin-top: 5px;
}

.strikethrough {
    text-decoration: line-through !important;
}

#redBookGrid {
    margin-top: 0px;
}

#EquipmentScreen ul {
    list-style: none;
}

#EquipmentScreen .g {
    cursor: pointer;
}

#EquipmentScreen .header {
}

#PhotosList {
}

    #PhotosList .Photo {
        float: left;
        padding: 10px;
        border: 1px solid black;
        margin: 10px;
    }

        #PhotosList .Photo img {
            max-width: 100px;
        }

        #PhotosList .Photo p {
            text-align: center;
            margin-top: 10px;
        }

/* double grids */
@media (min-width: 768px) {
    .double.col-sm-4 {
        width: 103px;
    }

    .double.col-sm-8 {
        width: 547px;
    }
}

@media (min-width: 992px) {
    .double.col-sm-4 {
        width: 93px;
    }

    .double.col-sm-8 {
        width: 472px;
    }
}

@media (min-width: 1200px) {
    .double.col-sm-4 {
        width: 99px;
    }

    .double.col-sm-8 {
        width: 503px;
    }
}

.plupload_header_content * {
    color: white;
}

/* random */

.red {
    color: red;
}

.pointer {
    cursor: pointer;
}

.underline {
}

.link {
}

.padding-bottom {
    padding-bottom: 10px;
}

.right {
    text-align: right;
}


#SubscriptionCardDetails {
}

#SubscriptionPriceDetails {
}

    #SubscriptionPriceDetails .PriceDetail {
        border: 1px solid black;
        padding: 10px;
    }

.span-push-down {
    padding-top: 7px;
    display: inline-block;
}

.yard-selected {
    background-color: rgb(238, 238, 238);
}

/* subscription settings */

.SubscriptionOption:last-child {
    margin-top: 0;
}

.LinkDescription {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .LinkDescription span, .LinkDescription a {
        font-size: 14px;
    }

    .LinkDescription p {
    }

#SubscriptionResumeYardList tr th,
#SubscriptionResumeYardList tr td {
    padding-left: 10px;
    padding-right: 10px;
}

#SubscriptionYardList tr td {
    vertical-align: top;
}

    #SubscriptionYardList tr td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }

#SubscriptionYardList .YardName {
    font-size: 12px;
}

#SubscriptionYardList .YardCode {
    font-size: 12px;
}

/*
#SubscriptionView {
}

    #SubscriptionView .sub-section {
        border: 1px solid #EAE9E6;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    #SubscriptionView .sub-section h4 {
        padding-left: 20px;
        padding-top: 10px;
        margin-top: 0px;
        color: #4d5b6a;
        font-weight: bold;
        background-color: #f5f5f5;
    }
    */


.sub-section.bordered {
    border: 1px solid #EAE9E6;
    border-radius: 0px;
    margin-bottom: 20px;
}

    .sub-section.bordered h4 {
        padding-left: 20px;
        padding-top: 10px;
        margin-top: 0px;
        color: #4d5b6a;
        font-weight: bold;
        background-color: #f5f5f5;
    }


#SubscriptionInvoiceItems table * {
    border: none;
}

#SubscriptionView #SubscriptionInvoiceItems .PriceDetail .form-group {
    min-height: 0px;
}

#SubscriptionView #SubscriptionInvoiceItems .PriceDetail:not(:first-child) .form-group:first-child div {
    /*border-top: 1px solid #989898;*/
    margin-top: 10px;
}

#SubscriptionUpdateOptions > div {
    margin-bottom: 8px;
}

#advertising-tables .btn-small {
    margin-bottom: 4px;
    padding: 3px 7px;
    font-size: 14px;
}



/* kendo grids */


div[kendo-grid] .k-header a:hover {
    text-decoration: underline;
}

div[kendo-grid] .k-grid-header th.k-header {
    border-color: #eeeeee;
    padding: 10px 6px;
    padding: 8px 6px;
    font-weight: bold;
}


div[kendo-grid] .k-grid tr td {
    border-color: #efefef;
    padding: 6px 6px;
}

div.k-grid-content {
    min-height: 150px;
    /*background-color: #FCFCFC;*/
}

div[kendo-grid] > table > tbody:empty::before {
    content: "There are currently no items to display.";
    display: inline-block;
    padding: 20px;
    width: 300px;
}

.k-grid.k-widget tr td:not(:first-child) {
    border-left-width: 0px;
}

.k-grid.k-widget tr td:not(:last-child) {
    border-right-width: 0px;
}

.k-grid.k-widget tr th {
}

.k-grid.k-widget tr th {
}

div[kendo-grid] tbody tr:not(.k-grid-edit-row):hover {
    background-color: #077bed;
    cursor: pointer;
}

div[kendo-grid][data-no-hover] tbody tr:not(.k-grid-edit-row):hover {
    background-color: inherit;
    cursor: inherit;
}

div[kendo-grid][data-no-hover] tbody tr:hover *:not(a):not(.label):not(button) {
    color: inherit;
}

div[kendo-grid][data-no-hover] tbody tr:hover a.btn:hover {
    color: #fff;
}

div[kendo-grid]#AdvStockList tbody tr:not(.k-alt):not(.k-state-selected):hover {
    background-color: inherit;
    cursor: inherit;
}

div[kendo-grid]#AdvStockList tbody tr:hover {
    background-color: #00b0ff;
    cursor: inherit;
}

div[kendo-grid]#AdvStockList tbody tr.k-alt:not(.k-state-selected):hover {
    background-color: #f2f2f2;
    cursor: inherit;
}

div[kendo-grid]#AdvStockList td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.k-grouping-row td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    background-color: #ddd;
}

td.k-group-cell {
    background-color: #eee;
}

.k-grouping-row p {
    margin-left: -12px;
}

/*.k-grouping-row .k-icon {
    margin-left: 13px;
}*/

div[kendo-grid]#AdvStockList tbody tr:hover * {
    color: inherit;
}

div[kendo-grid]#AdvStockList .k-grid-header {
    padding-right: 0 !important;
}

div[kendo-grid]#AdvStockList .k-grid-header-wrap {
    border-width: 0 !important;
}

div[kendo-grid]#AdvStockList .k-grid-content {
    overflow-y: hidden;
}


div[kendo-grid]#usersGrid .k-grid-header {
    padding-right: 0 !important;
}

div[kendo-grid]#usersGrid .k-grid-header-wrap {
    border-width: 0 !important;
}

div[kendo-grid]#usersGrid .k-grid-content {
    overflow-y: hidden;
}

div[kendo-grid]#listGrid .k-grid-header {
    padding-right: 0 !important;
}

div[kendo-grid]#listGrid .k-grid-header-wrap {
    border-width: 0 !important;
}

div[kendo-grid]#listGrid .k-grid-content {
    overflow-y: hidden;
}


div[kendo-grid]#yardsGrid .k-grid-header {
    padding-right: 0 !important;
}

div[kendo-grid]#yardsGrid .k-grid-header-wrap {
    border-width: 0 !important;
}

div[kendo-grid]#yardsGrid .k-grid-content {
    overflow-y: hidden;
}

.advTableHeader td {
    text-align: center;
}

.advTableHeader td {
    text-align: center;
}

img.advertiser-logo {
    max-height: 50px;
}

div[kendo-grid] tbody tr:hover a:hover:not(.k-button:not(.HistoryGridButton)) {
    color: #CCCCCC;
}

div[kendo-grid] tbody tr:hover a:not(.k-button:not(.HistoryGridButton)) {
    color: #FFFFFF;
}

div[kendo-grid] tbody tr:hover span,
div[kendo-grid] tbody tr:hover i,
div[kendo-grid] tbody tr:hover b /*,
    div[kendo-grid] tbody tr:hover a*/ {
    color: white;
}

div[kendo-grid] tbody tr:hover td {
    color: white;
}

div[kendo-grid]:not([data-no-hover]) tbody tr.k-grid-edit-row {
    background-color: rgb(0, 137, 255);
}

/* points at row edit action buttons */
div[kendo-grid] tbody tr.k-grid-edit-row td a.k-grid-edit {
}

div[kendo-grid] tr td a.k-button,
div[kendo-grid] tr td a.k-button span {
    /*color: inherit !important;*/
}

.k-grid-header th.k-header > .k-link {
    /*color: #3b7cac;*/
    font-size: 12px;
    font-weight: bold;
}

ul li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.nav[role="tablist"] li {
    margin-top: 0;
}

/* placeholder text */

.form-control::-webkit-input-placeholder {
    font-size: 12px;
    padding-top: 3px;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    padding-top: 3px;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    padding-top: 3px;
}

.form-control:-ms-input-placeholder {
    font-size: 12px;
    padding-top: 3px;
}


/* info box at top */
.info {
    margin-top: 0px;
    margin-bottom: 10px;
}


/* btns */

.btns {
    float: right;
}

/* admin manage classification styling */

/* set font colors - Dark */
div[kendo-grid] tr[data-sale="Dead"] *,
div[kendo-grid] tr[data-sale="Cold"] *,
div[kendo-grid] tr[data-sale="Warm"] *,
div[kendo-grid] tr[data-sale="Sold"] *,
div[kendo-grid] tr[data-sale="Deleted"] *,
div[kendo-grid] tr[data-sale="Hot"] *,
div[kendo-grid] tr[data-sale="Uncontactable"] * {
    color: black;
}

/* Dead - Grey 100 */
#list div[kendo-grid] tr[data-sale="Dead"]:not(:hover):not(.k-state-selected) {
    background-color: #f5f5f5;
}

/* Uncontactable - Deep Purple 100 */
#list div[kendo-grid] tr[data-sale="Uncontactable"]:not(:hover):not(.k-state-selected) {
    background-color: #d1c4e9;
}

/* Deleted - Blue Grey 100 */
#list div[kendo-grid] tr[data-sale="Deleted"]:not(:hover):not(.k-state-selected) {
    background-color: #cfd8dc;
}

/* Cold - Blue 100 */
#list div[kendo-grid] tr[data-sale="Cold"]:not(:hover):not(.k-state-selected) {
    background-color: #bbdefb;
}

/* Warm - Yellow 300 */
#list div[kendo-grid] tr[data-sale="Warm"]:not(:hover):not(.k-state-selected) {
    background-color: #fff176;
}

/* Hot - Red 300 */
#list div[kendo-grid] tr[data-sale="Hot"]:not(:hover):not(.k-state-selected) {
    background-color: #e57373;
}

/* Sold - Amber 300 */
#list div[kendo-grid] tr[data-sale="Sold"]:not(:hover):not(.k-state-selected) {
    background-color: #ffd54f;
}

.admin-table td[data-sale="Dead"],
.admin-table .label-dead {
    background-color: #3c3c3c;
}

.admin-table td[data-sale="Uncontactable"],
.admin-table .label-uncontactable {
    background-color: #d1c4e9;
}

.admin-table td[data-sale="Deleted"],
.admin-table .label-deleted {
    background-color: #5c7784;
}

.admin-table td[data-sale="Cold"],
.admin-table .label-cold {
    background-color: #bbdefb;
}

.admin-table td[data-sale="Warm"],
.admin-table .label-warm {
    background-color: #fff176;
}

.admin-table td[data-sale="Hot"],
.admin-table .label-hot {
    background-color: #e57373;
}

.admin-table td[data-sale="Sold"],
.admin-table .label-sold {
    background-color: #66BB6A;
}

.overflow-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.overflow-detail {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModifyYardDate {
    font-weight: bold;
}

#ApprovalTable {
    width: 100%;
}

    #ApprovalTable tr {
        height: 20px;
    }


span.k-dropdown-wrap {
    border: none;
    padding: 1px;
}

span.grid-center {
    display: block;
    text-align: center;
}

.k-upload-sync .k-upload-button {
    margin: 0.5em !important;
    padding: 0;
}

.nav-tabs:not(.nav-default) > li.active > a,
.nav-tabs:not(.nav-default) > li.active > a:hover,
.nav-tabs:not(.nav-default) > li.active > a:focus {
    background-color: transparent;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #007bed;
    border-radius: 0px;
}

.nav-tabs:not(.nav-default) > li > a {
    border-radius: 0px;
    border: none;
    margin-right: 0px;
}

.k-state-hover > * > .k-i-arrow-s {
    background-position: 0 -32px;
}

.k-grid-header .k-header .k-link,
.k-grid-header .k-header,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info, .k-scheduler-header,
.k-scheduler-agendaview .k-scheduler-datecolumn {
    color: #848696;
}

.k-link:hover:not(.k-state-disabled) > .k-i-calendar,
.k-state-hover > .k-i-calendar,
.k-state-hover > * > .k-i-calendar,
.k-button:hover:not(.k-state-disabled) .k-i-calendar,
.k-textbox:hover .k-i-calendar,
.k-button:active .k-i-calendar {
    background-position: -32px -176px;
}

.k-link:hover:not(.k-state-disabled) > .k-i-clock,
.k-state-hover > .k-i-clock,
.k-state-hover > * > .k-i-clock,
.k-button:hover:not(.k-state-disabled) .k-i-clock,
.k-textbox:hover .k-i-clock,
.k-button:active .k-i-clock {
    background-position: -32px -192px;
}

.ShowOptions {
    cursor: pointer;
}

.expand-padding {
    padding-right: 2px;
}

/*#LookupListsList {
    padding-top: 10px;
}*/

#LookupListsDetails {
    /*padding-top: 10px;*/
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    min-height: 100px;
}

#LookupListsList div {
    padding: 1px 0px;
    cursor: pointer;
}

/*#LookupListsList div a {
        width: 100%;
        display: block;
    }*/

/*#LookupListsList div.active a,
    #LookupListsList div:hover a {
        color: white;
    }*/

/*#LookupListsList div:hover {
        background-color: #49A7FF;
    }*/


/*#LookupListsList div.active {
        background-color: #007BED;
    }*/

#LookupListsDetails #detailGridDiv {
}

    #LookupListsDetails #detailGridDiv tbody tr td {
        height: 34px;
    }

.nowrap, .no-wrap {
    white-space: nowrap;
}

.vehicles-manage-box {
}

#SelectModelWindow {
    padding: 15px;
}

div[data-role='window'] .form-group > div,
div[data-role='window'] .form-control {
    box-sizing: border-box !important;
}

div[data-role='window'] .container-fluid {
    padding-left: 0px;
    padding-right: 30px;
}

.form-control[read-only-field],
.form-control.read-only-field,
.form-control.read-only-field input {
    background-color: #eee;
    opacity: 1;
    pointer-events: none;
}

nav.navbar ul.navbar-nav > li > a {
    color: white;
    border-bottom: 3px solid transparent;
}

    nav.navbar ul.navbar-nav > li > a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        border-bottom: 3px solid #007BED;
    }

.doc-note {
    padding: 20px;
    margin: 8px 0;
    width: 100%;
    border: 1px solid #ccc;
    border-left-width: 5px;
    border-radius: 3px;
    content: " ";
    display: table;
    /*border-left-color: #1b809e;*/
}

    .doc-note h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: bold;
        /*color: #1b809e;*/
    }

/*input.doc-checkbox[type=checkbox][disabled] {
    outline: 1px solid blue;
    background-color: blue !important;
    border-color: blue !important;
    color: blue !important;
}*/

#editKendoWindow > div {
    margin: 30px;
}

#editKendoWindow img {
    margin-left: auto;
    margin-right: auto;
}

#editKendoWindowTable td {
    border: 1px solid black;
    padding: 5px;
}

.nav-pills > li.active > a *,
.nav-pills > li.active > a:hover *,
.nav-pills > li.active > a:focus * {
    color: #ffffff;
}

.nav > li.disabled * {
    color: #CCCCCC !important;
    cursor: not-allowed !important;
}

#AdvertisingProgress .success h4,
#AdvertisingProgress .success .finished p {
    color: green;
}

#AdvertisingProgress .error h4,
#AdvertisingProgress .error .finished p {
    color: red;
}

#AdvertisingProgress .errors h5 {
    color: red;
}

.side-nav {
    padding: 15px;
    min-height: 400px;
    border-top: 2px solid #007BED;
}


.cursor:hover {
    cursor: pointer;
}

.clear-field-button {
    position: absolute;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 500;
    /* font-size: 20px; */
    top: 2px;
    right: 23px;
}

    .clear-field-button:hover {
        color: darkblue;
    }

.text-right {
    text-align: right;
}

.md-media i {
    cursor: pointer;
}

#SubYards button {
    width: 75px;
}

.filter-menu {
    cursor: pointer;
    display: none !important;
}

@media (max-width: 767px) {
    .filter-menu {
        display: inline-block !important;
    }

    .md-card.collapsible {
        height: 60px;
        min-height: 0;
    }

        .md-card.collapsible.open {
            height: 0;
            min-height: 400px;
        }
}

.admin-badge::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 0;
    border-color: #007BED transparent;
}

.admin-badge::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 10px;
    border-color: transparent #007BED;
}

.admin-badge {
    position: absolute;
    z-index: 100;
    display: block;
    text-transform: uppercase;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #007BED;
    color: #FFFFFF;
    margin-top: 3px;
    font-size: 12px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

#stock-advertising-table tr.stock-row[data-id]:hover {
    background-color: rgba(0, 123, 237, 0.2);
}

.file-input {
    margin-left: 15px;
    font-weight: bold;
}

#errorList {
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 8px;
    padding: 15px;
    display: none;
}

    #errorList * {
        color: #ffffff;
    }

#errorListUL {
    margin-bottom: 0;
}

/*
 * Sweet Alert overrides
 */

.sa-button-container button.confirm {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    box-shadow: none !important;
}

    .sa-button-container button.confirm:hover {
        background-color: #286090 !important;
        border-color: #204d74 !important;
        box-shadow: none !important;
    }

.sweet-alert .sa-icon.sa-success .sa-line {
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.sa-button-container button.cancel {
    color: #333333 !important;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}

    .sa-button-container button.cancel:hover {
        color: #333333 !important;
        background-color: #e6e6e6 !important;
        border: 1px solid #adadad !important;
    }

.pswp__top-bar {
    margin-top: 60px;
}

.btn-default {
    background-color: rgba(51, 122, 183, 0.15);
    border-color: rgba(46, 109, 164, 0.15);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        background-color: rgba(40, 96, 144, 0.25);
        border-color: rgba(32, 77, 116, 0.25);
    }

.k-window-title {
    color: #ffffff;
}

.stockOptionsTable {
    width: 100%;
}

    .stockOptionsTable td {
        text-align: center;
        padding: 5px 0px;
    }

        .stockOptionsTable td:first-child {
            text-align: right;
            width: 55%;
        }

    .stockOptionsTable tr:nth-child(2n+1) {
        background-color: #eeeeee;
    }

.AdvResultStats {
    position: absolute;
    transition: all 1s ease-in-out;
    width: 100%
}

    .AdvResultStats:first-child {
        opacity: 1;
    }

    .AdvResultStats:last-child {
        opacity: 0;
    }

    .AdvResultStats.advHide {
        opacity: 0;
    }

    .AdvResultStats.advShow {
        opacity: 1;
        transition-delay: 0.7s;
    }

.advertiserStats {
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

    .advertiserStats h4 {
        font-weight: bold;
    }

.advStatusIcon {
    padding: 30px;
}

    .advStatusIcon.glyphicon-ok {
        color: #5cb85c;
    }

    .advStatusIcon.glyphicon-remove {
        color: #d9534f;
    }

    .advStatusIcon.glyphicon-alert {
        color: #f0ad4e;
    }

    .advStatusIcon.jcs {
        padding: 20px;
    }

.advertiserStats table td {
    padding: 10px;
    width: 50%;
}

    .advertiserStats table td:first-child {
        border-right: 1px solid #ccc;
    }

.advertiserStats table tr:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.advertiserStats table tr:nth-child(2n) td {
    padding: 25px;
    font-weight: bold;
    font-size: 30px;
}

.advError {
    padding: 3px 0px;
}

input.hasSearchClear::-ms-clear {
    width: 0px;
    height: 0px;
    display: none;
}

.VehicleHeader {
    color: #4b4b4b;
    font-size: 14px;
    margin: 10px 0px 2px 0px;
}

.MediumWith {
    min-width: 80px;
}

.ec-spin {
    -webkit-animation: ec-spin 3s infinite linear;
    -moz-animation: ec-spin 3s infinite linear;
    -o-animation: ec-spin 3s infinite linear;
    animation: ec-spin 3s infinite linear;
}

@-webkit-keyframes ec-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes ec-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes ec-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ec-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.glyphicon.animatable {
    position: absolute;
    transition: all 1s ease-in-out;
    margin: 0;
}

.glyphicon-ok.animatable, .glyphicon-remove.animatable {
    opacity: 0;
}

.glyphicon.iconHide {
    opacity: 0;
    transition-delay: 700ms;
}

.glyphicon.sync-complete {
    opacity: 1;
    transition-delay: 700ms;
}

.k-tooltip-content table * {
    color: #fff;
    text-align: left;
    padding: 2px;
}

.profit-display {
    text-align: center;
}

    .profit-display * {
        text-transform: uppercase;
        font-weight: bold;
    }

    .profit-display .positive {
        color: green;
    }

    .profit-display .negative {
        color: red;
    }

    .profit-display .profit {
        font-size: 50px;
    }

    .profit-display span:not(:first-child) {
        margin-left: 20px;
    }

.grid-label .label {
    font-size: 100%;
}

[data-zebra] .k-alt:not(.k-state-selected) {
    background-color: #FAFAFA !important;
}

/*
 * In the latest version on Chrome (v50), this breaks the height styling of the numeric textboxesw
 */
/*.k-widget.k-numerictextbox .k-input,
.k-widget.k-datepicker .k-input {
    height: 100%;
}*/

#addDisposalWindow form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div[kendo-grid="ExtrasGrid"] .k-grid-cancel {
    color: inherit !important;
}

.k-dirty-clear {
    border-width: 0;
}

.edited-row td {
    background-color: #e1e8ed;
}

.edited-row .edited {
    display: block !important;
}

[data-inc-height] tr[role="row"] {
    height: 35px;
}

.nav-highlight a {
    border-bottom-color: #f2f2f2 !important;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.reports-wrapper .report:first-child {
    margin-top: 15px;
}

.report table {
    width: 100%;
}

.report .report-title {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background-color: #F2F2F2;
}

.report tbody td:first-child {
    padding: 10px;
}

.report .report-body {
    padding-top: 8px;
}

.ec-border-top {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #DDD;
}

.table.table-no-border > tbody > tr > th:first-child,
.table.table-no-border > tbody > tr > td:first-child,
.table.table-no-border > tbody > tr > th:last-child,
.table.table-no-border > tbody > tr > td:last-child {
    border-left-width: 0;
    border-right-width: 0;
}

.table.table-scrollable > tbody > tr:first-child > td {
    border-top-width: 0;
}

.table.table-scrollable > tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table.price-table * {
    text-align: center;
}

.tile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    background-color: #EFEFEF;
}

    .tile > div {
        text-align: center;
        margin: 30px 15px;
    }

        .tile > div h3 {
            margin: 0;
        }

.table .table * {
    font-size: 95%;
}

.module-validator {
    text-align: center;
    margin-top: 15px;
    color: red;
    font-weight: bold;
}

.remove-pointer-events {
    pointer-events: none;
}

.yard-price-grid {
    font-size: 130% !important;
    width: 38%;
    float: right;
    margin: 0;
}

    .yard-price-grid * {
        border: none !important;
    }

    .yard-price-grid tr td:first-child {
        font-weight: bold;
        text-align: right;
    }

.remove-icon {
    color: #5f6069 !important;
    cursor: pointer;
    margin-left: 6px;
    margin-right: -6px;
    font-size: 14px;
}

    .remove-icon:hover {
        color: #d9534f !important;
    }

form .cap-h {
    display: none;
}

.sweet-alert .sa-input-error {
    top: 23px !important;
    right: 10px !important;
}

.sweet-alert-scrollable {
    box-sizing: border-box;
    max-height: 100% !important;
    overflow-y: auto !important;
    padding: 0 17px 17px !important;
    width: 512px;
    overflow-wrap: break-word;
}

div[k-options='NormalsGridOptions'] .k-header.k-grid-toolbar {
    background-color: #f1f1f1;
    border-bottom: 2px solid #e3e3e3;
}

.overFlow tr td {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/**
 * Styles for step counter
 */

.step-counter .step {
    padding: 5px 0;
    text-align: center;
}

.step-counter.step-clickable .step {
    cursor: pointer;
}

.step-counter .step-number {
    font-size: 20px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 5px;
    padding: 8px;
    border: 3px solid #e5e5e5;
    position: relative;
    z-index: 5;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #ffffff;
}

.step-counter .step-title {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

.step-counter .step:first-child .step-title::after,
.step-counter .step:not(:last-child) .step-title::after,
.step-counter .step:not(:first-child) .step-title::before,
.step-counter .step:last-child .step-title::before {
    content: "";
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -34px;
    z-index: 4;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.step-counter .step-title::after {
    left: 50%;
}

.step-counter .step-title::before {
    right: 50%;
}

.step-counter .step.active .step-number {
    border-color: #2e91c2;
}

.step-counter .step.active .step-number,
.step-counter .step.active .step-title {
    color: #2e91c2;
}

    .step-counter .step.active .step-title::after,
    .step-counter .step.active .step-title::before {
        background-color: #2e91c2;
    }

.step-counter .step.done .step-number {
    border-color: #5cb85c;
}

.step-counter .step.done .step-number,
.step-counter .step.done .step-title {
    color: #5cb85c;
}

    .step-counter .step.done .step-title::after,
    .step-counter .step.done .step-title::before {
        background-color: #5cb85c;
    }

.step-counter .step.error .step-number {
    border-color: #d9534f;
}

.step-counter .step.error .step-number,
.step-counter .step.error .step-title {
    color: #d9534f;
}

    .step-counter .step.error .step-title::after,
    .step-counter .step.error .step-title::before {
        background-color: #d9534f;
    }

/**
 * End styles for step counter
 */

/**
 * EasyCars Window Styles
 */

.ec-window-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

    .ec-window-container .ec-window {
        margin: auto;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #ffffff;
        -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
        box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
    }

.ec-window .ec-header {
    height: 50px;
    padding: 10px;
}

.ec-window-container.ng-enter {
    -moz-animation: fadeIn .5s;
    -o-animation: fadeIn .5s;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}

    .ec-window-container.ng-enter .ec-window {
        -moz-animation-name: slideInUp, fadeIn;
        -o-animation-name: slideInUp, fadeIn;
        -webkit-animation-name: slideInUp, fadeIn;
        animation-name: slideInUp, fadeIn;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }

.ec-window-container.ng-leave {
    -moz-animation: fadeOut .5s;
    -o-animation: fadeOut .5s;
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s;
}

/**
 * End EasyCars Window Styles
 */

/*
 * Create Stock Window
 */

.ec-window .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 0 15px;
}

    .ec-window .slide.ng-hide-remove {
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }

    .ec-window .slide.ng-hide-add {
        -moz-animation: fadeOut .15s;
        -o-animation: fadeOut .15s;
        -webkit-animation: fadeOut .15s;
        animation: fadeOut .15s;
    }

.ec-window .iFrame.ng-hide-remove {
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/**
 * End Create Stock Window
 */

.has-error .form-errors > span {
    color: #a94442;
    margin-top: 3px;
    display: block;
}

    .has-error .form-errors > span * {
        color: #a94442;
    }

.ec-tooltip-wrapper {
    display: inline-block;
    position: relative;
}

    .ec-tooltip-wrapper .ec-tooltip {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        width: 150px;
        height: 100px;
        right: 0;
        bottom: 38px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        z-index: 100;
    }

.ec-tooltip-left-align .ec-tooltip {
    bottom: 20px;
}

.ec-tooltip .arrow {
    position: absolute;
    border-width: 11px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-color: #cccccc;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -11px;
    right: 27px;
}

.ec-tooltip-left-align .ec-tooltip .arrow {
    left: 150px;
    right: auto;
}

.ec-tooltip .arrow::after {
    content: " ";
    border-width: 10px;
    border-style: solid;
    position: absolute;
    border-top-color: white;
    bottom: 1px;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -10px;
}

.ec-tooltip.ng-hide-remove {
    -moz-animation: fadeIn .25s;
    -o-animation: fadeIn .25s;
    -webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}

.ec-tooltip.ng-hide-add {
    -moz-animation: fadeOut .25s;
    -o-animation: fadeOut .25s;
    -webkit-animation: fadeOut .25s;
    animation: fadeOut .25s;
}

.ec-tooltip .content .icon {
    text-align: center;
    margin: 10px 0;
}

    .ec-tooltip .content .icon span {
        font-size: 30px;
    }

.ec-tooltip .content .text {
    text-align: center;
    padding: 0 5px;
}

.ec-tooltip-wrapper .ec-tooltipTiny {
    height: auto !important;
    width: auto !important;
}

.ec-tooltipTiny .content .icon {
    text-align: left !important;
}

    .ec-tooltipTiny .content .icon span {
        font-size: 24px;
    }

.ec-tooltipTiny .content .text {
    text-align: center !important;
}

.ec-tooltip-left-align .ec-tooltipTiny .content .text {
    text-align: left !important;
    position: relative;
}

.ec-tooltip-left-align .ec-tooltipTiny .content .icon .text {
    text-align: center !important;
}

.stock-opts-list .glyphicon {
    cursor: pointer;
}

    .stock-opts-list .glyphicon.opts-disabled {
        cursor: initial;
        opacity: 0.5;
        pointer-events: none;
    }

.WindowSubmitButtons {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    min-height: 35px;
    width: 100%;
    text-align: right;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-110 {
    min-height: 110px;
}

/*Adding in to change the look of the kendo grids to make them match with the rest of the layout*/
.k-grid-toolbar {
    background-color: #337AB7;
}

.k-grid .k-header .k-button {
    background-color: #337AB7;
    border-color: #292C35;
}

    .k-grid .k-header .k-button:hover {
        background-color: #0f76cf;
        border-color: #292C35;
    }

.DefaultImageWindowDivs {
    border: solid;
    padding: 5px;
    border-width: thin;
    border-color: lightgrey;
}

    .DefaultImageWindowDivs > div {
        padding: 5px;
    }

.EasyAdHighlight {
    background-color: #E0EBF4 !important;
}

    .EasyAdHighlight:hover:not(div) {
        background-color: #077bed !important;
    }

    .EasyAdHighlight.k-state-selected:not(div) {
        background-color: #00B0FF !important;
    }

.disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-has-error a {
    background-color: rgba(255, 0, 0, 0.1) !important;
    border-bottom: 3px solid red !important;
    font-weight: bold;
}

.tab-notice-has-Changed a {
    background-color: rgba(0, 255, 0, 0.1) !important;
    border-bottom: 3px solid green !important;
    font-weight: bold;
}

.has-error-span span {
    color: #a94442;
}

.has-feedback .form-control-feedback:not(.spinner) {
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.ec-pager .pager-control {
    margin: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 0;
    font-size: 13px;
    width: 18px;
    display: inline-block;
    text-align: center;
}

    .ec-pager .pager-control:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .ec-pager .pager-control.pager-active {
        border-bottom: 2px solid #007bed;
    }

    .ec-pager .pager-control.pager-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.ec-Grid-Selected {
    background-color: #00b0ff !important;
}

    .ec-Grid-Selected td {
        color: white;
    }

.list-grid:not(.default-grid) tbody tr:not(.grid-no-hover) {
    height: 67px;
}

.list-grid tbody tr:not(.grid-no-hover) {
    cursor: pointer;
}

.list-grid tbody tr:hover {
    background-color: rgb(234, 245, 255) !important;
}

.list-grid tbody tr.grid-selected:hover {
    background-color: #007bed;
}

    .list-grid tbody tr.grid-selected:hover td {
        color: #fff;
    }

.list-grid tbody tr.grid-selected {
    background-color: #007bed !important;
}

    .list-grid tbody tr.grid-selected td,
    .list-grid tbody tr.grid-selected td * {
        color: #fff;
    }

.grid-min-width-lg {
    min-width: 1170px;
}

.grid-min-width-md {
    min-width: 970px;
}

.grid-min-width-sm {
    min-width: 750px;
}

.grid-min-width-xs {
    min-width: 320px;
}

.easy-ad-highlight {
    background-color: #E0EBF4 !important;
}

.list-grid tr.grid-no-hover:hover {
    background-color: #ffffff !important;
}

.SaleDefault {
    padding-top: 100px;
}

    .SaleDefault p {
        font-size: 20px;
    }

    .SaleDefault b {
        font-size: 20px;
    }

.module-container > div {
    margin-bottom: 15px;
}

.spinner {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    right: 7px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    -moz-animation: 750ms linear i spinner;
    -o-animation: 750ms linear i spinner;
    -webkit-animation: 750ms linear i spinner;
    animation: 750ms linear infinite spinner;
}

    .spinner::before {
        width: 16px;
        height: 16px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        border: 2px solid transparent;
        display: table;
        clear: both;
        position: absolute;
        top: -2px;
        left: -2px;
        border-top-color: #007bed;
    }

    .spinner.spinner-large,
    .spinner.spinner-large::before {
        width: 32px;
        height: 32px;
    }

    .spinner.spinner-xlarge,
    .spinner.spinner-xlarge::before {
        width: 64px;
        height: 64px;
    }

@keyframes spinner {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.address-form-control {
    height: auto !important;
    position: absolute;
    z-index: 1;
}

    .address-form-control.address-active {
        -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

.address-table {
    margin: 6px -10px 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    table-layout: fixed;
}

    .address-table * {
        font-size: 11px;
        font-family: Tahoma;
    }

    .address-table td span.glyphicon {
        color: #AAA;
        font-size: 14px;
    }

    .address-table tr:hover span.glyphicon {
        color: #ff0000;
    }

    .address-table td {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

.address-input:focus {
    outline: none;
}

.default-Legend {
    width: inherit;
    padding: 0 0px;
    border-bottom: none;
    margin-left: 20px;
    margin-bottom: 0px;
}

.blog-post + .blog-post {
    margin-top: 15px;
}

#tips .dots {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}

    #tips .dots li {
        position: relative;
        display: block;
        float: left;
        margin: 0 16px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        #tips .dots li a {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-indent: -999em;
            cursor: pointer;
            position: absolute;
            overflow: hidden;
            background-color: transparent;
            -moz-box-shadow: inset 0 0 0 2px #007bed;
            -webkit-box-shadow: inset 0 0 0 2px #007bed;
            box-shadow: inset 0 0 0 2px #007bed;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform: scale3d(1, 1, 1);
            -moz-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

    #tips .dots .active a {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        -moz-transform: scale3d(1.3, 1.3, 1.3);
        -ms-transform: scale3d(1.3, 1.3, 1.3);
        -o-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }

    #tips .dots li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 0;
        left: 0;
        width: 100%;
        background-color: #007bed;
        -moz-box-shadow: 0 0 1px #007bed;
        -webkit-box-shadow: 0 0 1px #007bed;
        box-shadow: 0 0 1px #007bed;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    #tips .dots .active a:after {
        height: 100%;
    }

.input-group-btn .btn {
    height: 32px;
}

.input-group span.glyphicon {
    margin: 0;
}

.input-group-btn .btn.btn-combo {
    background-color: #ffffff;
    padding: 6px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    z-index: inherit;
}

    .input-group-btn .btn.btn-combo .glyphicon {
        color: #4d4d4d !important;
        -moz-transition: color 250ms linear;
        -o-transition: color 250ms linear;
        -webkit-transition: color 250ms linear;
        transition: color 250ms linear;
    }

    .input-group-btn .btn.btn-combo:hover .glyphicon {
        color: #000000 !important;
    }

.input-group-btn .btn:not(.btn-combo) {
    padding: 6px 8px;
}

.form-group .has-error .input-group .form-control,
.form-group .has-warning .input-group .form-control,
.form-group .has-success .input-group .form-control {
    border-right-width: 0;
}

.form-group .has-error .input-group-btn .btn:not(:last-child) {
    border-top-color: #a94442;
    border-bottom-color: #a94442;
}

.form-group .has-error .input-group-btn .btn:last-child {
    border-top-color: #a94442;
    border-bottom-color: #a94442;
    border-right-color: #a94442;
}

.form-group .has-warning .input-group-btn .btn:not(:last-child) {
    border-top-color: #8a6d3b;
    border-bottom-color: #8a6d3b;
}

.form-group .has-warning .input-group-btn .btn:last-child {
    border-top-color: #8a6d3b;
    border-bottom-color: #8a6d3b;
    border-right-color: #8a6d3b;
}

.form-group .has-success .input-group-btn .btn:not(:last-child) {
    border-top-color: #3c763d;
    border-bottom-color: #3c763d;
}

.form-group .has-success .input-group-btn .btn:last-child {
    border-top-color: #3c763d;
    border-bottom-color: #3c763d;
    border-right-color: #3c763d;
}

.ec-context-menu .glyphicon {
    color: #ccc !important;
}

.ec-context-menu li:hover .glyphicon {
    color: #333 !important;
}

.ec-context-menu a.has-icon {
    padding: 10px 20px 10px 5px;
}

.ec-context-menu li a {
    padding: 3px 20px;
}

    .ec-context-menu li a:active {
        outline: none;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    /*.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

    .dropdown-submenu:hover > a:after {
        border-left-color: #333;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }


@media screen and (min-width: 768px) {

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }
}

@media screen and (max-width: 767px) {

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-top-color: #ccc;
        border-bottom-color: transparent;
        margin-top: 8px;
        margin-right: -10px;
        border-left-color: #333;
    }

    .dropdown-submenu > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-left: 25px;
    }
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.form-horizontal.form-has-validation .form-group {
    min-height: 52px;
    margin-bottom: 4px;
}

.form-horizontal .form-group.required-field label::after {
    content: "*";
    position: absolute;
    right: 4px;
    top: 4px;
}

.form-group.checkbox-red {
    color: #a94442;
}

.consignment-highlight {
    background-color: rgba(92, 184, 92, 0.51) !important;
}

.key {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.loader-container {
    margin: -15px -15px 0;
    overflow: hidden;
    height: 4px;
}

    .loader-container.ng-hide {
        height: 0;
    }

    .loader-container.ng-hide-add,
    .loader-container.ng-hide-remove {
        transition: all linear 0.25s;
    }

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #007bed;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

/* MCE Overrides */

.mce-tinymce,
.mce-edit-area {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.mce-toolbar-grp {
    background-color: #fff !important;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.mce-edit-area iframe {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.mce-btn {
    background-color: #fff !important;
}

.text-warning {
    color: #ffc107 !important;
}

.has-warning .control-label,
.has-warning .form-control-feedback {
    color: #ffc107 !important;
}

.has-warning .form-control {
    border-color: #ffc107 !important;
}

.table > tfoot > tr > td:first-child {
    border-left: 1px solid #ddd;
}

.table > tfoot > tr > td:last-child {
    border-right: 1px solid #ddd;
}

.table > tfoot > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}

.expensetable > tbody > tr > td, .expensetable > thead > tr > th {
    padding: 8px 3px;
}

/*
    margin tops similar to bootstrap 4
*/

/*use to reset position*/
.mt-0 {
    margin-top: 0rem !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}
/*
    Mobile view optimization.
    Started at 21/12/2020 Scott
*/
.admin-company {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.nav-highlight {
    width: 10rem;
    height: 100%;
}

.ec-window-placeholder {
    height: 8rem;
}

.ec-window-content-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
}

.ec-window-content {
    width: 99%;
}

@media screen and (min-width: 769px) {
    .ec-window-content {
        height: calc(100% - 80px);
        position: relative;
    }

    .ec-window-content-inner {
        height: calc(100% - 95px);
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .ec-window-content {
        height: calc(100% - 40px);
        position: relative;
        padding-bottom: 10px;
    }

    .ec-window-content-inner {
        height: calc(100% - 140px);
        position: relative;
    }

    body .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .md-card hr {
        margin-top: 0.5rem;
        margin-bottom: 0rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .hr-mobile-narrow hr {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .VehicleHeader {
        color: #4b4b4b;
        font-size: 11px;
        margin: 10px 0px 2px 0px;
    }


    .nav-highlight {
        width: 100%;
    }

    .activeButton {
        margin-left: 1px;
    }
}

@media screen and (max-width: 425px) {
    .plupload_filelist_footer .plupload_file_status {
        margin-top: 15px;
        width: 100%;
    }

    .plupload_filelist_footer .plupload_total_file_size {
        width: 100%;
    }

    .ec-window-content {
        height: calc(100% - 0px);
        position: relative;
        padding-bottom: 20px;
    }

    .ec-window-content-inner {
        height: calc(100% - 60px);
        position: relative;
    }

    .text-xs-left {
        text-align: left !important;
    }
}

.nav-highlight-prod {
    background-color: red;
}

.nav-highlight-test {
    background-color: #59B6DE;
}

.nav-highlight-dev {
    background-color: #7ED957;
}

/*
    only for Purcharse Order
*/
.btn-right-margin {
    margin-right: 8px;
}

.btn-right-margin-15 {
    margin-right: 15px;
}

.btn-narrow-padding {
    padding: 6px 11px !important;
}

/*
    End of Mobile view optimization.
*/

/*
    Start - Document Category dropdown style

    usage-> (because class name is not being effective in kendo list)
    open: function (e) {
                e.sender.list.addClass("doc-dropdown");
            }
*/
.doc-dropdown .k-list > .k-item.k-first {
    padding-top: 2em;
}

    .doc-dropdown .k-list > .k-item.k-first > .k-group {
        height: 2em;
        left: 0;
        font-weight: bold;
        color: black;
        border-bottom: 1px solid black;
        background-color: transparent;
        text-transform: none;
    }

.doc-dropdown .k-list > .k-state-hover.k-first > .k-group {
    background-color: white !important;
}

.doc-dropdown .k-list > .k-state-selected.k-first > .k-group {
    background-color: white !important;
}
/*
    End - Document Category dropdown style
*/

/*
    Start - Stock Import validation popup style
*/
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.modal-body-scroll {
    height: 75vh;
    overflow-y: auto;
}

.scrollable-sweet-alert p {
    max-height: 400px; /* To be adjusted as you like */
    overflow-y: scroll;
    width: 100%;
}
/*
    End - Stock Import validation popup style
*/

/*
    mobile only grid added by 01/09/2022
*/
div.grid-selected:hover {
    background-color: #007bed;
}

    div.grid-selected:hover td {
        color: #fff;
    }

div.grid-selected {
    background-color: #007bed !important;
    color: white;
}

div.mobile-card {
    padding: 0.5rem;
    font-size: xx-small;
}

    div.mobile-card > .mobile-card-font-xs {
        font-size: x-small;
    }

div.error-contact-popup {
    border: 1px solid #a94442;
}

/*brochure settings*/

label.brochure-label-highlight {
    font-weight: bold;
}

/*Char counter validation*/

p.charactercount-errors {
    color: #b94a48;
}

/*valuation colours*/
.valuation-input-form {
    background-color: #EEF0F2;
    border-radius: 10px;
    border: 1px #EEEEEE solid;
}

.valuation-result-view {
    background-color: #3279B7;
    border-radius: 10px;
    border: 1px #3279B7 solid;
    padding-bottom: 10px;
}

.loading-overlay {
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    margin-left: -15px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.75);
}

.powerBIContainer {
    height: 1500px;
    margin: auto;
}

.newItemBadge {
    background-color: #007bed;
    color: white;
    padding: 1px 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 9px;
}

.valuation-parameter-label {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.valuation-offer-div {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
}


/*vehicle-condition-rating start*/
.vehicle-condition-rating-container {
    margin: 5px;
    width: 300px;
}

.vehicle-condition-rating-options {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.vehicle-condition-rating-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid;
    font-weight: bold;
    transition: all 0.2s ease;
}

/* Dark green for option 1 */
.vehicle-condition-rating-green-dark {
    border-color: #2e7d32;
    color: #2e7d32;
}

/* Light green for option 2 */
.vehicle-condition-rating-green-light {
    border-color: #66bb6a;
    color: #66bb6a;
}

/* Dark yellow for option 3 */
.vehicle-condition-rating-yellow-dark {
    border-color: #f9a825;
    color: #f9a825;
}

/* Light yellow for option 4 */
.vehicle-condition-rating-yellow-light {
    border-color: #ffd54f;
    color: #ffd54f;
}

/* Dark red for option 5 */
.vehicle-condition-rating-red-dark {
    border-color: #d32f2f;
    color: #d32f2f;
}

/* Light red for option 6 */
.vehicle-condition-rating-red-light {
    border-color: #ef5350;
    color: #ef5350;
}

/* Selected states */
.vehicle-condition-rating-circle.selected.vehicle-condition-rating-green-dark {
    background-color: #2e7d32;
    color: white;
}

.vehicle-condition-rating-circle.selected.vehicle-condition-rating-green-light {
    background-color: #66bb6a;
    color: white;
}

.vehicle-condition-rating-circle.selected.vehicle-condition-rating-yellow-dark {
    background-color: #f9a825;
    color: white;
}

.vehicle-condition-rating-circle.selected.vehicle-condition-rating-yellow-light {
    background-color: #ffd54f;
    color: white;
}

.vehicle-condition-rating-circle.selected.vehicle-condition-rating-red-dark {
    background-color: #d32f2f;
    color: white;
}

.vehicle-condition-rating-circle.selected.vehicle-condition-rating-red-light {
    background-color: #ef5350;
    color: white;
}

.vehicle-condition-rating-labels {
}

.vehicle-condition-label-excellent {
    color: #333;
}

.vehicle-condition-label-poor {
    color: #333;
    margin-left: 150px;
}

.vehicle-condition-wrapper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

    .vehicle-condition-wrapper::-webkit-scrollbar {
        display: none;
    }

.condition-box ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
    margin: 0;
}

    .condition-box ul li {
        padding: 8px 0;
        border-bottom: 1px solid #d0e9f9; /* Light blue line across entire li */
        position: relative;
        padding-left: 1.5em; /* Space for checkmark */
    }

        .condition-box ul li:last-child {
            border-bottom: none; /* No border under last item */
        }

        .condition-box ul li:before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #4CAF50; /* Optional: green checkmark */
            font-weight: bold;
        }

.condition-box {
    text-align: center;
    min-width: 180px;
    max-width: 180px;
    border-radius: 12px;
    border: 2px solid #ccc;
    margin-right: 16px;
    padding: 15px;
    flex-shrink: 0;
    background: #fff;
}

    .condition-box .header {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .condition-box .badge {
        font-size: 20px;
        margin-right: 5px;
        padding: 5px 10px;
        border-radius: 50%;
        color: #fff;
    }

.excellent {
    border-color: #2e7d32;
}

    .excellent .badge {
        background-color: #2e7d32;
    }

    .excellent .header {
        color: #2e7d32;
    }

.good {
    border-color: #66bb6a;
}

    .good .badge {
        background-color: #66bb6a;
    }

    .good .header {
        color: #66bb6a;
    }

.above-average {
    border-color: #f9a825;
}

    .above-average .badge {
        background-color: #f9a825;
    }

    .above-average .header {
        color: #f9a825;
    }

.average {
    border-color: #ffd54f;
}

    .average .badge {
        background-color: #ffd54f;
    }

    .average .header {
        color: #ffd54f;
    }

.below-average {
    border-color: #d32f2f;
}

    .below-average .badge {
        background-color: #d32f2f;
    }

    .below-average .header {
        color: #d32f2f;
    }

.poor {
    border-color: #ef5350;
}

    .poor .badge {
        background-color: #ef5350;
    }

    .poor .header {
        color: #ef5350;
    }

@@media (max-width: 768px) {
    .vehicle-condition-wrapper {
        padding: 0 8px;
    }
}

.vehicle-condition-rating-help {
    cursor: pointer;
}

/*vehicle-condition-rating end*/

/* Car2Cash In-Stock Widget Starts */

.InStockWidget_Left_Header {
    padding: 0px;
    height: 45px;
    line-height: 45px;
}

.InStockWidget_Right_Header {
    padding-left: 0px;
    background-color: #faeded;
    display: flex;
    align-items: stretch;
    height: 45px;
}

.InStockWidget_Header_Container {
    padding: 0px;
    position: absolute;
    top: -15px;
}

.InStockWidget_Icon_Container {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .InStockWidget_Left_Header {
        padding: 0px;
        height: 70px;
        line-height: 70px;
    }

    .InStockWidget_Right_Header {
        padding-left: 0px;
        background-color: #faeded;
        display: flex;
        align-items: stretch;
        height: 70px;
    }

    .InStockWidget_Icon_Container {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .InStockWidget_Header_Container {
        padding-left: 0px;
        position: absolute;
        top: 10px;
    }

    .InStockWidget_Left_Header {
        padding: 0px;
        height: 55px;
        line-height: 55px;
    }

    .InStockWidget_Right_Header {
        padding-left: 0px;
        background-color: #faeded;
        display: flex;
        align-items: stretch;
        height: 55px;
    }
}

.car2CashWidget_RadioContainer {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
}

    .car2CashWidget_RadioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.car2CashWidget_RadioCheckmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

.car2CashWidget_RadioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.car2CashWidget_RadioContainer input:checked ~ .car2CashWidget_RadioCheckmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.car2CashWidget_RadioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.car2CashWidget_RadioContainer input:checked ~ .car2CashWidget_RadioCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.car2CashWidget_RadioContainer .car2CashWidget_RadioCheckmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.days-in-stock-table {
    height: 270px;
}

@media (max-width: 1000px) {
    .days-in-stock-table {
        height: 150px;
    }
}

.back-button-link {
    color: #36bbf4;
    border: none;
    background-color: white;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.confirm-offer-button {
    color: white;
    border: none;
    background-color: #36bbf4;
    cursor: pointer;
    font-size: 13px;
    border-radius: 5px;
}

/* Car2Cash In-Stock Widget Ends */

/* E-Signature Customer Portal Starts */


.body_E-Signature {
    display: flex;
    justify-content: center;
    align-items: center;
}

.body_E-Signature_Height {
    height: 70vh;
}

.resendCodeLink {
    background-color: white;
    color: #337ab7;
    border: none;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.disableCodeLink {
    color: lightgray;
    cursor: not-allowed;
}

.resendCodeSection {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.documentDownloadBtn {
    color: #3e99ef;
    text-decoration: underline;
}

.EasyCarsIconColor {
    color: #3e99ef;
    margin-left: 5px;
}

.signatureDocContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 13px;
    margin-top: 15px;
}

.signatureContainer {
    padding: 5px 40px;
    padding-bottom: 0px;
}

.label_size {
    font-size: 14px !important;
}

.file-upload-wrapper {
    width: 100%;
    height: 85px;
    background-color: #f4f8fb;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 15px;
    flex-wrap: wrap;
}

.upload_file_name {
    display: flex;
    color: #3e99ef;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.upload-label {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.upload_icon {
    padding-right: 5px;
    font-size: 18px !important;
    transform: rotate(270deg);
    position: relative;
    top: -4px;
}

.contractHolderAlignment {
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
}

.BigCheckboxContainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
    font-weight: bold;
}

    .BigCheckboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.BigCheckboxContainer_Checkmark {
    position: absolute;
    top: -1px;
    left: 5px;
    height: 20px; /* ← Size of checkbox */
    width: 20px;
    background-color: white;
    border: 1px solid black; /* ← Border color */
    border-radius: 4px;
    transition: 0.3s ease;
}

.BigCheckboxContainer input:checked ~ .BigCheckboxContainer_Checkmark {
    background-color: white;
    border-color: black;
}

.BigCheckboxContainer:has(input:disabled) {
    color: gray;
    opacity: 0.6;
    pointer-events: none;
}

.BigCheckboxContainer input:disabled ~ .BigCheckboxContainer_Checkmark {
    background-color: white;
    border-color: grey;
}

.BigCheckboxContainer_Checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.BigCheckboxContainer input:checked ~ .BigCheckboxContainer_Checkmark::after {
    display: block;
}

.BigCheckboxContainer .BigCheckboxContainer_Checkmark::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid black; /* ← Tick color */
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.signPadV2 {
    background-color: #f4f8fb;
    width: 100%;
    border-radius: 15px;
}

.btn-white {
    color: #337ab7;
    border-color: #2e6da4;
    background-color: white;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

    .btn-white:hover {
        color: white;
        border-color: #2e6da4;
        background-color: #00478a;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

.info_icon {
    font-size: 8px;
    color: #555;
    border: 1px solid #555;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* E-Signature Customer Portal End */

/* E-Signature Sign, Email or Print */

.esign-tab-buttons.btn-group .btn {
    border-radius: 0;
}

    .esign-tab-buttons.btn-group .btn:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .esign-tab-buttons.btn-group .btn:last-child {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

.esign-tab-buttons .btn.active {
    background-color: #286090;
    color: white;
}

.esign-tab-buttons button.btn:focus {
    outline: none;
}

.customerPortalHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ec-window-esign-placeholder {
    height: 4.5rem;
}

@media (max-width: 800px) {
    .customerPortalHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-height: 765px) {
    .ec-window-esign-placeholder {
        height: 6rem;
    }
}

.esign-documents-div {
    height: 450px;
    overflow-y: auto;
}

@media (max-height: 800px) {
    .esign-documents-div {
        height: 330px;
    }
}

.canvas-blue {
    background: #F4F8FB;
    border: 1px solid rgba(223, 223, 223, 0.3);
    border-radius: 10px;
    width: 502px;
}

.esign-step-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.esign-multisign-pad {
    margin-left: 2.2rem;
}

.signature-pad-footer {
    padding-right: 23px;
}

@media (max-width:800px){
    .esign-multisign-pad {
        margin-left: 0.4rem;
    }
    .signature-pad-footer {
        padding-right: 1.3rem;
    }
}

.esign-multisign-slide {
    margin-top: 0rem;
    transition: opacity 0.5s ease-in-out;
}

    .esign-multisign-slide.ng-hide-add {
        opacity: 1;
    }

        .esign-multisign-slide.ng-hide-add.ng-hide-add-active {
            opacity: 0;
        }

    .esign-multisign-slide.ng-hide-remove {
        opacity: 0;
    }

        .esign-multisign-slide.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

    .esign-multisign-slide.ng-hide {
        opacity: 0;
    }




.esign-WindowSubmitButtons {
    border-top: none;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    min-height: 35px;
    width: 100%;
    text-align: right;
}

.form-horizontal.esign-email-form .control-label {
    text-align: left;
}

.btn-default.active {
    background-color: #337ab7;
    color: white;
}

.esign-email-sent-close {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

@media (max-width: 800px){
    .esign-email-sent-close {
        position: absolute;
        right: 1rem;
        bottom: 8rem;
    }
}

.esign-doc-plain-view{
    padding-right: 10px;
}

.esign-doc-download{
    padding:0 10px 0 0 !important;
}
/* End of ESgin */
/*
    Form - Dynamic Popup
*/
/* Dynamic Form Container - All styles scoped within */
/* Dynamic Form Container - All styles scoped within */
.dynamic-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

    /* Progress Bar */
    .dynamic-form-container .form-progress-bar {
        display: flex;
        gap: 8px;
        margin-bottom: 32px;
    }

    .dynamic-form-container .progress-step {
        height: 7px;
        flex: 1;
        border-radius: 3.5px;
        background-color: #D9D9D9;
        transition: background-color 0.3s ease;
    }

        .dynamic-form-container .progress-step.active {
            background-color: #007BEE;
        }

    /* Form Title */
    .dynamic-form-container .form-title {
        font-size: 24px;
        font-weight: 600;
        color: #1a1a1a;
        margin: 20px 0 20px 0;
        line-height: 1.3;
    }

    /* Form Content */
    .dynamic-form-container .form-content {
        margin-bottom: 40px;
    }

    .dynamic-form-container .form-field {
        margin-bottom: 32px;
    }

        .dynamic-form-container .form-field.collapsed {
            display: none;
        }

    /* Section Headers */
    .dynamic-form-container .section-header-container {
        text-align: center;
    }

    .dynamic-form-container .section-header-text {
        font-size: 16px;
        font-weight: 400;
        color: #222222;
        font-style: italic;
        line-height: 1.4;
        background-color: #f5f5f5;
        padding: 5px 0 5px 0;
    }

    .dynamic-form-container .section-sublabel {
        font-size: 14px;
        color: #8B8B8B;
        font-style: italic;
        margin-top: 8px;
    }

    /* Collapsible Sections */
    .dynamic-form-container .collapsible-section-container {
        margin: 10px 0;
    }

    .dynamic-form-container .collapsible-section-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 16px 0;
        cursor: pointer;
        border-bottom: 1px solid #E8E8E8;
        transition: all 0.2s ease;
    }

        .dynamic-form-container .collapsible-section-header:hover {
            background-color: #fafafa;
            margin: 0 -16px;
            padding: 16px;
            border-radius: 8px;
            border-bottom: 1px solid #E8E8E8;
        }

    .dynamic-form-container .collapsible-section-content {
        flex: 1;
    }

    .dynamic-form-container .section-number-label {
        font-size: 16px;
        font-weight: 500;
        color: #1a1a1a;
        line-height: 1.4;
    }

    .dynamic-form-container .section-description {
        font-size: 14px;
        color: #666666;
        margin-top: 4px;
        line-height: 1.4;
    }

    .dynamic-form-container .collapsible-toggle {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .dynamic-form-container .collapsible-toggle:hover {
            background-color: #e8e8e8;
        }

    .dynamic-form-container .toggle-plus,
    .dynamic-form-container .toggle-minus {
        font-size: 36px;
        font-weight: 300;
        color: #666666;
        line-height: 1;
    }

    /* Collapsible Fields */
    .dynamic-form-container .collapsible-content {
        margin-top: 16px;
    }

    .dynamic-form-container .collapsible-field {
        margin-bottom: 12px;
    }

    /* Form Input Containers */
    .dynamic-form-container .form-input-container {
        margin-bottom: 12px;
    }

    .dynamic-form-container .field-label-container {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 8px;
    }

    .dynamic-form-container .field-label {
        font-size: 16px;
        font-weight: 500;
        color: #1a1a1a;
        margin: 0;
        line-height: 1.4;
    }

    .dynamic-form-container .required-indicator {
        color: #E53E3E;
        font-weight: 500;
    }

    .dynamic-form-container .field-description {
        font-size: 14px;
        color: #666666;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    /* Input Styles */
    .dynamic-form-container .input-wrapper,
    .dynamic-form-container .select-wrapper {
        position: relative;
    }

    .dynamic-form-container .form-input,
    .dynamic-form-container .form-select {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #D0D5DD;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        color: #1a1a1a;
        background-color: #ffffff;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

        .dynamic-form-container .form-input:focus,
        .dynamic-form-container .form-select:focus {
            outline: none;
            border-color: #007BEE;
            box-shadow: 0 0 0 3px rgba(0, 123, 238, 0.1);
        }

        .dynamic-form-container .form-input::placeholder {
            color: #98A2B3;
            font-weight: 400;
        }

    /* Select Dropdown Styles */
    .dynamic-form-container .select-wrapper {
        position: relative;
    }

    .dynamic-form-container .form-select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 44px;
        cursor: pointer;
    }

    .dynamic-form-container .select-arrow {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Button Toggle Group Styles */
    .dynamic-form-container .btn-group {
        display: inline-flex;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

        .dynamic-form-container .btn-group .btn {
            flex: 0 0 auto;
            padding: 12px 20px;
            border: 1px solid #D0D5DD;
            background-color: #ffffff;
            color: #344054;
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
            border-radius: 0;
            margin: 0;
            position: relative;
            white-space: nowrap;
        }

            .dynamic-form-container .btn-group .btn:not(:last-child) {
                border-right: none;
            }

            .dynamic-form-container .btn-group .btn:first-child {
                border-top-left-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            .dynamic-form-container .btn-group .btn:last-child {
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            }

            .dynamic-form-container .btn-group .btn:hover {
                background-color: #F9FAFB;
                z-index: 1;
            }

            .dynamic-form-container .btn-group .btn.active {
                background-color: #007BEE;
                color: #ffffff;
                border-color: #007BEE;
                z-index: 2;
            }

                .dynamic-form-container .btn-group .btn.active:hover {
                    background-color: #0066CC;
                }

            .dynamic-form-container .btn-group .btn input[type="radio"] {
                position: absolute;
                opacity: 0;
                width: 0;
                height: 0;
            }

    /* Radio Button Styles */
    .dynamic-form-container .radio-button-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .dynamic-form-container .radio-option {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .dynamic-form-container .radio-input {
        width: 20px;
        height: 20px;
        border: 2px solid #D0D5DD;
        border-radius: 50%;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .dynamic-form-container .radio-input:checked {
            border-color: #007BEE;
            background-color: #007BEE;
        }

            .dynamic-form-container .radio-input:checked::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: white;
            }

    .dynamic-form-container .radio-label {
        font-size: 16px;
        font-weight: 400;
        color: #1a1a1a;
        cursor: pointer;
        margin: 0;
        line-height: 1.4;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .dynamic-form-container {
        padding: 24px 16px;
    }

        .dynamic-form-container .form-title {
            font-size: 20px;
            margin-bottom: 32px;
        }

        .dynamic-form-container .form-actions {
            flex-direction: column;
            gap: 12px;
        }

        .dynamic-form-container .btn-primary,
        .dynamic-form-container .btn-secondary {
            width: 100%;
            justify-content: center;
        }

        .dynamic-form-container .collapsible-field {
            margin-left: 16px;
            padding-left: 12px;
        }

        .dynamic-form-container .collapsible-section-header:hover {
            margin: 0 -8px;
            padding: 16px 8px;
        }
}

@media (max-width: 480px) {
    .dynamic-form-container {
        padding: 16px;
    }

        .dynamic-form-container .section-number-label {
            font-size: 14px;
        }

        .dynamic-form-container .field-label {
            font-size: 14px;
        }

        .dynamic-form-container .form-input,
        .dynamic-form-container .form-select {
            font-size: 16px; /* Prevent zoom on iOS */
        }
}

/* Form Actions */
.dynamic-form-container .form-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid #E8E8E8;
    margin-top: 40px;
}

/* Button Styles */
.dynamic-form-container .btn-primary,
.dynamic-form-container .btn-secondary {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    line-height: 1.4;
}

.dynamic-form-container .btn-primary {
    background-color: #007BEE;
    color: #ffffff;
}

    .dynamic-form-container .btn-primary:hover:not(:disabled) {
        background-color: #0066CC;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 123, 238, 0.3);
    }

    .dynamic-form-container .btn-primary:disabled {
        background-color: #D0D5DD;
        color: #98A2B3;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.dynamic-form-container .btn-secondary {
    background-color: #ffffff;
    color: #344054;
    border: 1px solid #D0D5DD;
}

    .dynamic-form-container .btn-secondary:hover {
        background-color: #F9FAFB;
        border-color: #98A2B3;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(16, 24, 40, 0.1);
    }

/* Form Validation Styles */
.dynamic-form-container .form-input.ng-invalid.ng-dirty,
.dynamic-form-container .form-select.ng-invalid.ng-dirty {
    border-color: #E53E3E;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.dynamic-form-container .form-input.ng-valid.ng-dirty,
.dynamic-form-container .form-select.ng-valid.ng-dirty {
    border-color: #38A169;
}

.dynamic-form-container .radio-input.ng-invalid.ng-dirty {
    border-color: #E53E3E;
}

.dynamic-form-container .radio-input.ng-valid.ng-dirty {
    border-color: #38A169;
}

/* Error Messages */
.dynamic-form-container .field-error {
    color: #E53E3E;
    font-size: 14px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Loading States */
.dynamic-form-container .form-loading {
    text-align: center;
    padding: 40px 20px;
    color: #666666;
}

.dynamic-form-container .form-loading-spinner {
    width: 24px;
    height: 24px;
    border: 2px solid #E8E8E8;
    border-top: 2px solid #007BEE;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Smooth Transitions */
.dynamic-form-container .form-field {
    transition: all 0.3s ease;
}

.dynamic-form-container .collapsible-field {
    transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
}

.dynamic-form-container .form-input,
.dynamic-form-container .form-select,
.dynamic-form-container .radio-input {
    transition: all 0.2s ease;
}

.dynamic-form-container .btn-primary,
.dynamic-form-container .btn-secondary {
    transition: all 0.2s ease;
}

/* Focus Management */
.dynamic-form-container {
    outline: none;
}

    .dynamic-form-container .form-input:focus,
    .dynamic-form-container .form-select:focus,
    .dynamic-form-container .radio-input:focus {
        outline: none;
    }

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .dynamic-form-container * {
        transition: none !important;
        animation: none !important;
    }
}

/* End of Form - Dynamic Popup*/

/* kendo grid */

body {
    font-size: 12px;
}

.k-grid {
    border: none;
}

/* header */
div[kendo-grid] .k-grid-header th.k-header {
    color: #4d5b6a;
    border: none;
    /*padding: 15px 6px;*/
    border-bottom: 2px solid #AEAEAE;
    background-color: rgb(245, 245, 245);
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    border-bottom: 2px solid #ECECEC;
    background-color: #FFF;
    background-image: none, linear-gradient(rgba(255,255,255,.45098) 0, rgba(255,255,255,0) 100%);
    border-color: #E3E3E3;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
}

    /* borders */
    div[kendo-grid] .k-grid-header th.k-header:first-child {
        border-left-width: 0px;
    }

    div[kendo-grid] .k-grid-header th.k-header:last-child {
        border-right-width: 0px;
    }

.k-grid div[kendo-grid] tr td,
.k-grid div[kendo-grid] tr th.k-header {
    padding-left: 20px;
}

div[kendo-grid] .k-grid-header th.k-header a {
}

/* rows */
.k-grid tr td {
    border-width: 1px 0 0 1px;
    border-style: solid;
    /*height: 25px;*/
    border: none;
}

.k-alt:not(.k-state-selected):not(:hover) {
    background-color: #F2F2F2;
    background-color: white;
}

div[kendo-grid]#AdvStockList .k-alt:not(.k-state-selected):not(:hover) {
    background-color: #f2f2f2;
}

div[kendo-grid] .k-grid-header th.k-header th {
}

/* pager */

.k-grid .k-grid-pager {
    background-color: transparent;
    border: none;
    /*margin-top: 05px;*/
    border-top: 2px solid #E3E3E3;
}


/* buttons */
.btn {
    padding: 6px 12px;
    font-size: 12px;
}

/* tabs */

div .nav.nav-tabs:not(.nav-default) li:not(.active) a:hover {
    color: inherit !important;
    border-bottom: 3px solid #CCC;
}

/* form fields */
.form-control {
    height: 32px;
    padding: 5px 10px;
}

/* k-widgets sizing */

span.k-widget:not(.k-combobox) > span.k-state-default > input.k-input {
    padding: 2px 2px 4px 0px;
    margin: -1px;
}
/* Media Objects */

.ec-media {
    display: flex;
    align-items: flex-start;
}

.ec-media__figure {
    flex-shrink: 0;
    margin-right: 12px;
    line-height: 0;
}

.ec-media__figure-reverse {
    margin: 0 0 0 12px;
}

.ec-media__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
}

/* Icons */
.ec-icon__container {
    border-radius: 4px;
    display: inline-block;
}

.ec-icon {
    width: 32px;
    height: 32px;
    fill: #f5f5f5;
}

.ec-icon.ec-icon_xx-large {
    width: 64px;
    height: 64px;
}

.ec-icon.ec-icon_x-large {
    width: 48px;
    height: 48px;
}

.ec-icon.ec-icon_large {
    width: 40px;
    height: 40px;
}

.ec-icon.ec-icon_small {
    width: 24px;
    height: 24px;
}

.ec-icon.ec-icon_x-small {
    width: 16px;
    height: 16px;
}

.ec-icon-default {
    background-color: #007bed;
}
