﻿

/* override bootstrap variables here */
:root {
    --base-font-size: 14px;
    /*--bs-body-font-size: 1rem;*/
    --hyperlink-color: #337ab7;
    --hyperlink-hover-color: #23527c;
    --bs-body-line-height: 1.42;
}

legend {
    margin-bottom: 1.42rem;
    border-bottom: 1px solid #e5e5e5;
}

/* Font Styles */
@font-face {
    font-family: 'roboto';
    src: url('../Fonts/roboto-regular-webfont.eot');
    src: url('../Fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto-regular-webfont.ttf') format('truetype'), url('../Fonts/roboto-regular-webfont.woff') format('woff'), url('../Fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensed_light';
    src: url('../Fonts/robotocondensed-light-webfont.eot');
    src: url('../Fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/robotocondensed-light-webfont.woff') format('woff'), url('../Fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('../Fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensed_regular';
    src: url('../Fonts/robotocondensed-regular-webfont.eot');
    src: url('../Fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/robotocondensed-regular-webfont.woff') format('woff'), url('../Fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('../Fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    overflow-y: visible;
    height: 100%;
    font-size: var(--base-font-size);
}

body {
    background-color: #fff;
    /*font-size: var(--bs-body-font-size);*/
    font-family: 'roboto', Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    margin: 0;
    padding: 0;
    color: #434343;
    width: 100%;
    /*max-width:1250px;*/

    display: table;
    border-collapse: collapse;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul li, ol li {
    font-weight: 400;
}

li {
    list-style: none;
}

html.wait, html.wait * {
    cursor: wait !important;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px !important;
    width: 100%;
}

#body {
    /*background-color: #efeeef;*/
    /*clear: both;
    padding-bottom: 10px;
    min-height: 1720px;*/
    font-size: 0.9em;
    height: 100%;
    padding: 0 0 10px 0;
}

.page-row {
    display: table-row;
    height: 1px;
}

.addOnPadding {
    padding: 10px !important;
}
/* equal to footer height */
/*.page-wrap {
    min-height: 100%;    
    margin-bottom: -142px; 
}
.page-wrap::after {
  content: "";
  display: block; 
clear:both;
}*/

/*.page-wrap::after {
  height: 142px; 
}*/

.main-content {
    /*padding-left: 10px;*/
    padding-top: 10px;
    padding-bottom: 15px;
}

/*.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}*/

header .content-wrapper {
    padding-top: 0px;
}

h1 {
    font-size: 2.857em;
    color: #00838F;
    font-weight: 100;
    margin-bottom: 12px;
}

h2 {
    font-size: 2.14rem;
    font-weight: 500 !important;
}

h3 {
    font-size: 1.3em !important;
    font-weight: 500 !important;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

/*a {
    color: #1D67B2;
}*/

a {
    color: var(--hyperlink-color);
    text-decoration: none;
}

    a:hover {
        color: var(--hyperlink-hover-color);
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

input, textarea, select {
    border: 1px solid #737373;
    background: #fff;
    color: #333;
    font-size: inherit;
    margin: 0;
    padding: 5px;
    width: 300px;
    border-radius: 4px;
}

    input[type="checkbox"]:not(.k-checkbox) {
        background: transparent;
        /*border: inherit;*/
        width: auto;
        margin-top: 4px;
    }

    input[type="submit"],
    input[type="button"],
    button {
        /*background-color: #d3dce0;
        border: 1px solid #787878;*/
        cursor: pointer;
        /*font-size: 1.2em;
        font-weight: 600;*/
        /*padding: 7px;
        margin-right: 8px;*/
        width: auto;
        box-shadow: none !important;
    }

a[href^="tel"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    color: #333;
}

/*Common Styles
----------------------------------------------------------*/
.page {
    margin: 0 auto;
    /*width: 950px;*/
}

.divgreyBackground {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
    padding: 7px;
}

.divContent {
    padding: 0px 1% 5% 1%;
    width: 98%;
}

.subContentWhite {
    margin: 15px 0;
    float: left;
    display: inline;
    width: 100%;
    background-color: #fff;
}

    .subContentWhite p {
        width: auto;
        line-height: 16px;
        margin: 10px 0 0;
    }

.SectionHeader {
    display: inline-block;
    color: #00838F !important;
    font-size: 1.6em;
    font-weight: 600;
    padding-bottom: 10px;
}

.DataBlock {
    background: #f5f5f5;
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 0;
    border-radius: 10px;
    border: thin solid #cecece !important;
}

.PageTitle {
    color: #00838F;
    font-size: 1.6em;
    font-weight: 500;
    margin: 10px 0 0 !important;
}

.PageDetail {
    width: 100%;
}

    .PageDetail p {
        width: auto !important;
        line-height: 16px !important;
        margin: 10px 0 0 !important;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-left: 5px;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.btn-secondary {
    color: #337ac7;
    background-color: #ffffff;
    border-color: #2e6da4;
    margin-left: 5px;
    border-radius: 4px;
    border-width: 1px !important;
    border-style: solid;
}

    .btn-secondary:focus,
    .btn-secondary.focus {
        color: #286090;
        background-color: #ffffff;
        border-color: #286090;
    }

    .btn-secondary:hover {
        color: #286090;
        background-color: #ffffff;
        border-color: #286090;
    }

.btn-primary-green {
    color: #fff;
    background-color: #0c8346;
    border-color: #2e6da4;
    margin-left: 5px;
}

    .btn-primary-green:focus,
    .btn-primary-green.focus {
        color: #fff;
        background-color: #078323;
        border-color: #122b40;
    }

    .btn-primary-green:hover {
        color: #fff;
        background-color: #078323;
        border-color: #204d74;
    }



.btn-primary-orange {
    /*color: #000000;
    background-color: #ed7d31;
    border-color: #2e6da4;*/
    color: #ffffff;
    background-color: #c90107;
    border-color: #2e6da4;
    margin-left: 5px;
}

    .btn-primary-orange:focus,
    .btn-primary-orange.focus {
        /*    color: #000000;
    background-color: #ed7d31;
    border-color: #122b40;*/
        color: #ffffff;
        background-color: #c90107;
        border-color: #122b40;
    }

    .btn-primary-orange:hover {
        /*    color: #000000;
    background-color: #ed7d31;
    border-color: #204d74;*/
        color: #ffffff;
        background-color: #c90107;
        border-color: #204d74;
    }

/* Home Page
----------------------------------------------------------*/


#sliderBannerSection {
    height: 450px !important;
    width: 73%;
    margin-right: 1%;
    float: left;
    display: inline;
}

.loginBackGround {
    margin: 50px auto 10px auto;
    width: 490px;
    height: 100%;
    padding: 0 20px 0 20px;
    border-top: 20px solid #D3D3D3;
    border-bottom: 20px solid #737373;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 100%;
    -moz-background-size: 20px 100%;
    background-size: 20px 100%;
    background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%), -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%);
    background-image: -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%), -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%);
    background-image: -o-linear-gradient(top, #D3D3D3 0%, #737373 100%), -o-linear-gradient(top, #D3D3D3 0%, #737373 100%);
    background-image: linear-gradient(to bottom, #D3D3D3 0%, #737373 100%), linear-gradient(to bottom, #D3D3D3 0%, #737373 100%);
}

.loginwhiteWrapper {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

#loginSection {
    min-height: 360px !important;
    width: 98%;
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    font-size: 1em;
    position: relative;
    margin: 0 auto;
}

.loginHelpSection {
    margin: 10px auto 10px auto;
    width: 900px;
    text-align: center;
}

.dashboardRightSection {
    width: 24%;
    float: right;
    display: inline;
    border: 1px solid #e3e3e3;
    /*padding: 0 0 0 10px;*/
    margin: 0 0 20px 0;
    border-radius: 4px;
    font-size: 1em;
    position: relative;
}

.loginHeader {
    background-color: #333;
    color: #fff;
    font-size: 1.35em;
    padding: 8px 10px;
    border-radius: 4px;
    /*margin: 0 0 5px -10px;*/
}

.loginDetail {
    padding: 8px 10px;
}

    .loginDetail input[type=text], .loginDetail input[type=password] {
        width: 200px;
        margin: 0 10px 0 0;
    }

    .loginDetail ul {
        padding: 10px 0 0 20px;
    }

    .loginDetail li {
        list-style: none;
        padding: 10px 0 0 0;
    }

    .loginDetail p {
        margin: 20px 0 6px 0;
        float: left;
        display: inline-block;
        vertical-align: bottom;
    }

    .loginDetail label {
        padding: 0 0 3px 0;
        display: block;
        font-size: 1em;
        font-weight: 300;
    }

    .loginDetail .checkbox {
        display: inline-block;
    }

.rememberMe, .password, .userName, .needAccount {
    padding: 10px 0 0 0;
}

.loginbuttons {
    cursor: pointer;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
}

.infoDiv {
    width: 30%;
    overflow: hidden;
    padding: 1% 3% 2% 3%;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background-color: black;
    height: 169px;
    color: #fff;
}

    .infoDiv p {
        line-height: 30px;
    }

/* Locations */
.locationsList {
    width: 30%;
    height: 100%;
    float: left;
}

.locationsMap {
    width: 70%;
    height: 100%;
    float: right;
}

.infobox {
    width: 100% !important;
    height: 100% !important;
}

.infobox-header {
    padding: 10px 15px;
    overflow: auto;
}

.infobox-details {
    padding: 10px 15px;
}

.infobox-footer {
    padding: 10px 15px;
    overflow: auto;
}

.listing-container {
    height: 610px;
    max-height: 610px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}

.listing-header {
    background: #00838F;
    border-bottom: solid 1px silver;
    clear: both;
    padding: 2% 3% 2% 3%;
    color: #fff;
}

    .listing-header h2 {
        margin: 0 !important;
    }

.listing {
    border-bottom: 1px solid #bfbfbf;
    padding: 2% 3% 2% 3%;
}

    .listing:hover {
        background-color: #f1f8f1;
        cursor: pointer;
    }

.listing-image {
    height: 50px;
    outline: 1px solid #cccccc;
    overflow: hidden;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.listing-details {
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
    width: 75%;
}

    .listing-details ul {
        display: inline-block;
        vertical-align: top;
    }

        .listing-details ul li {
            font-size: 0.8em;
            font-weight: 400;
        }

    .listing-details a {
        text-decoration: none;
    }

    .listing-details h1, h2, h3 {
        margin: 0 !important;
    }

.listing-address {
    font-weight: 500;
    color: #3b3b3b;
}

.listing-manager, .listing-phone {
    padding-bottom: 3%;
}

.details-map {
    background: #ccc;
    margin-bottom: 10px;
    min-height: 420px;
    width: 100%;
}

.details-map-container {
    height: 640px;
    position: relative;
    width: 100%;
}

/* Dashboard */
.dashboardSection {
    height: 200px !important;
    width: 73%;
    margin-right: 1%;
    float: left;
    display: inline;
    border: 1px solid #e3e3e3;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.formError {
    color: #ff0000;
}

.redText {
    color: #ff0000;
}

.formErrorEnhanced {
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000;
    padding: 3px;
    display: inline-block;
}

.formErrorContainer {
    min-height: 1.7em;
}

    .formErrorContainer .field-validation-error {
        margin: 0px;
        padding: 0px;
    }

/*Common */
.spGridButtonsBar {
    display: inline-block;
    width: 100%;
}

.viewButtons {
    padding: 10px 0px 5px 0px;
}

.reportButtons {
    padding: 10px 0px 5px 0px;
    float: right;
}

    .reportButtons > * {
        display: inline !Important;
        width: 100%;
        text-align: right;
        padding-left: 10px;
    }

.spLink {
    color: #1D67B2 !Important;
    text-decoration: underline !Important;
    cursor: pointer;
    margin-left: 5px;
}

.spDisabledLink {
    color: #737373 !Important;
    cursor: text;
}

.disableLink {
    color: #737373 !Important;
    cursor: text;
    pointer-events: none;
}

.spIconFont {
    color: #337ab7;
    font-size: 1.6em !Important;
    cursor: pointer;
}

    .spIconFont:hover {
        font-weight: bolder !Important;
    }

.spIconFontInfo {
    opacity: .9;
}

.spPrintIcon {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
}


.icon-block {
    display: inline-block;
}

/* ///////////////////  Alerts //////////////////////////// */

.field-validation-error {
    color: #c90107;
    line-height: 22px;
    display: inline-block;
    margin-top: 6px;
    font-weight: bold;
}

.alert {
    padding: 10px 1%;
    background: #ffb9b9;
    margin-bottom: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .alert p {
        margin-bottom: 0;
        font-size: 1em;
        padding-right: 15px;
    }

.alert-error {
    background: #f2dede;
    border: 1px solid #ebccd1;
}

.alert.alert-error p {
    color: #c90107;
    margin-top: 0px;
    padding-left: 10px;
}

.alert-success {
    background: #d6e4cf;
    border: 1px solid #c8d5c1;
}

.alert-warning {
    background: #fcf8e3;
    border: 1px solid #eddfc2;
}

.alert.alert-warning p {
    color: #8a6d3b;
    margin-top: 0px;
    padding-left: 10px;
}

.alert.alert-server p {
    padding-left: 15px;
    margin-top: 0px;
}

.alert.alert-saved p {
    padding-left: 15px;
    margin-top: 0px;
}

.alert.alert-success p, .alert.alert-success .field-validation-error {
    color: #1f761f; /*#238723;*/
    margin-top: 0px;
    padding-left: 10px;
}

.alert .field-validation-error {
    font-size: 1em;
}

.icon-alert-server {
    height: 19px;
    width: 19px;
    position: absolute;
    top: 12px;
    left: 13px;
}

.close-alert {
    width: 18px;
    height: 18px;
    right: 15px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

    .close-alert:hover {
    }

.divPopUpContainer {
    padding: 2px 10px 10px 10px;
}
/* Common Kendo Grid*/
.hiddengrid {
    position: absolute;
    top: -20000px;
    left: -20000px;
}

.hiddenCol {
    display: none !important;
}
/*BootStrap Overrides*/
.row {
    padding: 3px;
}

.searchPanel {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
}

.searchPanelContent {
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.searchPanelContentLeft {
    float: left;
    width: 50%;
}

.searchPanelContentRight {
    float: right;
    width: 50%;
}

.searchPanelLabel {
    clear: left;
    float: left;
    width: 30%;
}

.searchPanelItem {
    clear: right;
    float: right;
    width: 70%;
}

.searchGrid {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
}

.searchGridContent {
    padding: 15px 15px 15px 15px;
    width: 100%;
}

.breadCrumbItem {
    color: #00838F;
    font-size: 16px;
    font-weight: bold;
}

.mainbutton {
    cursor: pointer;
    padding: 5px;
    margin-right: 8px;
    width: auto;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important;
}

.auxbutton {
    cursor: pointer;
    padding: 5px;
    margin-right: 8px;
    width: auto;
    border-radius: 4px;
    box-shadow: none !important;
}

/*Suspension Reasons*/
.lblForCheckBox {
    vertical-align: top;
    padding-left: 3px;
}

.btnAddNew {
    margin-left: 10px;
}


.ediatblePanel {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
}

.editablePanelContent {
    padding: 30px 15px 15px 15px;
    width: 100%;
}

.editablePanelContentLeft {
    float: left;
    width: 50%;
}

.editablePanelContentRight {
    float: right;
    width: 50%;
}

.editablePanelContentBoth {
    float: left;
    width: 100%;
}


.editablePanelLabel {
    clear: left;
    float: left;
    width: 30%;
}

.editablePanelItem {
    clear: right;
    float: right;
    width: 70%;
}

.editablePanelLabelBoth {
    clear: left;
    float: left;
    width: 15%;
}

.editablePanelItemBoth {
    clear: right;
    float: right;
    width: 85%;
}

.required {
    color: #ff0000;
}

.hiddenGrid {
    position: absolute;
    top: -20000px;
    left: -20000px;
}

.popupWindowContent {
    padding: 15px 15px 15px 15px;
    width: 100%;
}

.sectionTitle {
    color: #00838F;
    font-size: 1.2em;
    font-weight: 500;
}

.sectionTitleBackground {
    background: linear-gradient(0deg, white, #ddd 80%);
    border-bottom: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.subSectionContainer {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 4px;
}

.blueButton {
    cursor: pointer;
    padding: 7px;
    margin-left: 5px;
    width: auto;
    height: auto;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-weight: 500;
    overflow: visible;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-appearance: none;
    opacity: 1;
}

    .blueButton:hover {
        background-color: #286090;
        border-color: #122b40;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

.spLinkBlack {
    color: #333 !Important;
    text-decoration: underline !Important;
    cursor: pointer;
    margin-left: 5px;
    font-weight: 500;
    font-size: 1.4em;
}

/*Login and Password Assistance screens*/
.divloginsteps {
    padding: 10px;
}

.clearMargin {
    height: 5px;
    clear: both;
}

/* Contact Us*/
.contactus-form {
    background: #e3e3e3;
    border-radius: 5px;
    padding: 20px 20px;
}

.contactus-textarea {
    height: 100px;
    width: 387px !important;
    resize: none;
    min-height: 35px;
    font-size: 1em !important;
}

.contactus-form h2 {
    background: none;
    color: #00838F;
    font-size: 1.5em;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 !important;
}

.sellers-textbox {
    width: 300px !important;
}

.sellers-textbox-big {
    /*width: 387px !important;*/
}

.boldLabel {
    font-weight: 500;
}

.scrollHorizontal {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}


.staticWrapper {
    padding: 5px;
}

    .staticWrapper ol, .staticWrapper ul {
        display: block;
        padding-left: 40px !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    .staticWrapper li {
        list-style: inherit !important; /*decimal*/
        display: list-item;
        text-align: -webkit-match-parent;
    }

    .staticWrapper p {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
    }

.staticHeader {
    background-color: #333;
    color: #fff;
    font-size: 1.1em !important;
    padding: 8px 10px;
    border-radius: 4px;
    margin: 10px 0 10px;
}

/* Help Section */
#HelpSection {
    bottom: -3px;
    clear: both;
    height: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px !important;
    float: left;
    bottom: -5px;
    background: rgba(201,201,201,1);
    background: -moz-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(201,201,201,1) 5%, rgba(212,212,212,1) 17%, rgba(194,194,194,0.99) 45%, rgba(204,204,204,0.98) 85%, rgba(166,166,166,0.98) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,201,201,1)), color-stop(5%, rgba(201,201,201,1)), color-stop(17%, rgba(212,212,212,1)), color-stop(45%, rgba(194,194,194,0.99)), color-stop(85%, rgba(204,204,204,0.98)), color-stop(100%, rgba(166,166,166,0.98)));
    background: -webkit-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(201,201,201,1) 5%, rgba(212,212,212,1) 17%, rgba(194,194,194,0.99) 45%, rgba(204,204,204,0.98) 85%, rgba(166,166,166,0.98) 100%);
    background: -o-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(201,201,201,1) 5%, rgba(212,212,212,1) 17%, rgba(194,194,194,0.99) 45%, rgba(204,204,204,0.98) 85%, rgba(166,166,166,0.98) 100%);
    background: -ms-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(201,201,201,1) 5%, rgba(212,212,212,1) 17%, rgba(194,194,194,0.99) 45%, rgba(204,204,204,0.98) 85%, rgba(166,166,166,0.98) 100%);
    background: linear-gradient(to right, rgba(201,201,201,1) 0%, rgba(201,201,201,1) 5%, rgba(224,224,224,1) 17%, rgba(194,194,194,0.99) 45%, rgba(204,204,204,0.98) 85%, rgba(166,166,166,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#a6a6a6', GradientType=1 );
}

    #HelpSection .helpWrapper {
        /*width: 911px;margin: 20px 40px !important;*/
        width: 95%;
        border: none;
        margin: 2% 2.5% !important;
        max-width: 1200px !important;
        background-color: #fff;
        float: left;
        display: inline;
        background: #fff url(../images/help-vr.gif) top center repeat-y;
    }

        #HelpSection .helpWrapper h2 {
            color: #00838F;
            font-size: 1.1em !important;
            font-weight: bold !important;
            background: #fff url(../images/help-hr.gif) bottom left repeat-x;
            padding: 18px 0 14px 21px;
        }

    #HelpSection .left {
        width: 45%;
        float: left;
        margin: 2% 1% 2% 3.5%;
        display: inline;
    }

    #HelpSection ul {
        padding: 0 !important;
    }

        #HelpSection ul li {
            font-size: 0.9em !important;
            font-weight: normal !important;
            line-height: 1.3em !important;
            list-style: none !important;
        }

    #HelpSection .helpWrapper h3 {
        font-size: 1em !important;
        font-weight: bold !important;
        margin: 0 0 4px 0 !important;
    }

    #HelpSection .helpWrapper p {
        font-size: 0.9em !important;
        font-weight: normal !important;
        line-height: 1.3em;
        padding: 0 0 0 2px;
    }

    #HelpSection .right {
        width: 45%;
        float: right;
        margin: 2% 1% 2% 3.5%;
        display: inline;
    }

/* end help section */

/*Privacy Policy*/
#privacyPolicyLogo {
    margin: 4px;
    border: #CCCCCC 1px solid;
    width: 150px;
    height: 100px;
    background: url('../images/privacy.jpg') no-repeat;
    float: right;
    vertical-align: top;
}

.reportGrid table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.labelNotes {
    font-size: .9em;
    line-height: 16px;
}

.labelNotesBig {
    font-size: 1.1em;
    line-height: 16px;
}

.notesContainer {
    padding: 5px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    background-color: rgb(255, 238, 238);
}
/*UpComing Auctions*/
.greenBut {
    background: #238723;
    border: 1px solid #275937;
    width: auto;
    height: auto;
    margin-top: 5px;
    padding: 5px 5px;
    overflow: visible;
    white-space: nowrap;
    font-size: .75em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-appearance: none;
    opacity: 1;
}

    .greenBut:hover {
        background: #275937;
        cursor: pointer;
    }

.joinNowBut {
    min-width: 120px !important;
    font-size: 0.8em !important;
}

.generalWarning {
    color: #960000;
    font-weight: bold;
    font-size: 1.2em;
}

.displayTable {
    display: table;
}

.displayTableRow {
    display: table-row;
}

.displayTableCell {
    display: table-cell;
    vertical-align: middle;
}

#upcomingAuctionsSection .displayTable {
    width: 100%;
    margin: 0 0 10px 0;
}

#upcomingAuctionsSection .displayTableRow:nth-child(even) {
    background: #f9f9f9;
}

#upcomingAuctionsSection .displayTableRow:nth-child(oddd) {
    background: #ffffff;
}

#upcomingAuctionsSection .displayTableCell {
    padding: 4px 10px 4px 0;
}

/*Vehicle Details*/

.vehicleDetails {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
}

.vehicleDetailsContent {
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.vehicleDetailsLeft {
    clear: left;
    float: left;
}

.vehicleDetailsRight {
    clear: right;
    float: right;
}

.vehicleDetailsHeaders {
    background-color: #337ab7;
    color: #fff;
    font-size: 1.35em;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 10px !important;
}

.vehicleDetailsThumbnail {
    height: 120px;
    outline: 1px solid #cccccc;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#vehicleDetailsCommonHeader {
    border: 1px solid #9a9696;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14),0 1px 1px 0 #9a9696 !important;
}

.lblBold {
    font-weight: bold;
}

#vehicleDetailsCommonHeader .row {
    padding: 0px;
}

.detailImage {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0 0 10px 0;
    display: block;
}

.largeImg > img {
    float: left;
}

.largeImg {
    float: left;
    position: relative;
    overflow: hidden;
}

.fullViewimg {
}

.thumbnaildiv {
    height: 75px;
    width: 96px;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
}

#spacedthumbs {
    float: left;
    width: 213px; /*width:213px*/
}

    #spacedthumbs div {
        float: left;
        margin: 2px 2px 3px 5px;
    }

    #spacedthumbs img {
        float: left;
        margin: 0 5px 0 0;
        height: 73px;
        width: 94px;
    }

.divTabContent {
    min-height: 600px !important;
    margin-top: 5px;
}

.assignmentResultPanel {
    width: 100%;
    border: 1px solid #e3e3e3;
    margin: 0 0 20px 0;
    border-radius: 4px;
    font-size: 1em;
}

.assignmentResultPanelHeader {
    background-color: #337ab7;
    color: #fff;
    font-size: 1.35em;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
}

.assignmentResultPanelBody {
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.assignmentResultPanelStockItem {
    font-weight: bold;
    color: #ff0000;
}

.assignmentResultPanelBodyMainInfo {
    font-size: 1.25em;
}

.assignmentResultPanelBodyAuxInfo {
    font-size: 1.05em;
}

@media print {
    .k-tabstrip .k-content {
        display: block !important;
    }
}

.editablePopupPanelLabel {
    clear: left;
    float: left;
    width: 20%;
}

.editablePopupPanelItem {
    clear: right;
    float: right;
    width: 80%;
}

.ediatblePanelHeader {
    /*height: 5px;
    background-color: #ff8833;*/
    height: 5px;
    background-color: #dddddd;
}

.editablePanelSeparator {
    clear: both;
    height: 15px;
}

.assignmentItemLabel {
    font-weight: bold;
    color: #363636;
    padding-bottom: 5px;
}

.assignmentFieldset {
    padding-left: 20px;
}

.assignmentDamageCode {
    float: left;
    width: 170px;
}

.assignmentItemSubSectionLabel {
    font-weight: bold;
    color: #363636;
    padding-bottom: 5px;
    font-size: 1.2em;
}

.assignmentItemSubSectionSeparator {
    height: 1px;
    background-color: #cccccc;
}

.requiredAsterisk {
    font-size: 1.5em;
}

.ReportCriteria {
    display: inline-block;
    padding: 4px 10px;
    line-height: 1.5;
    border-radius: 3px;
    border-color: #ccc;
    border: 1px solid transparent;
    border-color: #ccc;
}

#reportExportTreeView {
    overflow: hidden !important;
}

    #reportExportTreeView > ul > li > div {
        background-color: lightgray !important;
        padding-left: 5px;
    }

    #reportExportTreeView > ul > li > ul {
        display: block;
        list-style-type: disc;
        /* -moz-column-count: 2; */
        /* -webkit-column-count: 2; */
        background-color: white !important;
    }

        #reportExportTreeView > ul > li > ul > li {
            padding: 0px 10px !important;
            width: 48%;
        }

.reportPanelCriteria, .reportPanelReport {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
}


.reportPanel .reportPanelFilter {
    margin: 15px;
}

.reportPanel .reportPanelFilterHeader > * {
    display: inline-block;
    vertical-align: middle;
}



.reportPanel .reportPanelFilterContainer {
    padding-top: 15px;
}

    .reportPanel .reportPanelFilterContainer a {
        font-size: 0.8rem;
    }

    .reportPanel .reportPanelFilterContainer .k-treeview li span, .reportPanel .reportPanelFilterContainer dropdownLabel {
        font-size: 0.9rem;
    }

    .reportPanel .reportPanelFilterContainer li span {
        font-size: 0.8rem;
    }

.dropdown-item {
    padding: 3px 25px 3px 15px;
}

.reportPanel .reportPanelFilterButton {
    margin-right: 0px;
    vertical-align: middle;
    float: right;
    line-height: 1.5;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    cursor: pointer;
    padding: 5px;
    margin-right: 8px;
    width: auto;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important;
    min-width: 100px;
}

    .reportPanel .reportPanelFilterButton span {
        color: #fff;
        vertical-align: middle;
    }

    .reportPanel .reportPanelFilterButton i {
        float: right;
        padding: 4px;
    }

    .reportPanel .reportPanelFilterButton:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.reportPanel .reportPanelFilterContentLeft {
    float: left;
    margin-bottom: 20px;
}

    .reportPanel .reportPanelFilterContentLeft.treeview, .reportPanel .reportPanelFilterContentLeft.block, .reportPanel .reportPanelFilterContentLeft.dateContainer {
        width: 48%;
    }

    .reportPanel .reportPanelFilterContentLeft.dropdown {
        width: 25%;
    }

.reportPanel .reportPanelFilterContentRight {
    float: right;
    margin-bottom: 20px;
}

    .reportPanel .reportPanelFilterContentRight.treeview, .reportPanel .reportPanelFilterContentRight.block, .reportPanel .reportPanelFilterContentRight.dateContainer {
        width: 48%;
    }

    .reportPanel .reportPanelFilterContentRight.dropdown {
        width: 25%;
    }

.reportPanel .reportPanelFilterLabel {
    font-weight: bold !important;
}


.reportPanel .reportPanelFilterValue {
    display: inline-block;
    padding: 4px 10px;
    line-height: 1.5;
    border-radius: 3px;
    border-color: #ccc;
    border: 1px solid transparent;
    border-color: #ccc;
}


.reportPanel .block .reportPanelFilterValue li {
    float: left;
    width: 50%;
}

    .reportPanel .block .reportPanelFilterValue li input {
        margin-right: 5px;
    }

.reportPanel .reportPanelFilterValue.resultLabel {
    width: calc(100% - 45px);
}

.reportPanel .reportPanelFilterValue.resultAction {
    width: 40px;
    float: right;
}

    .reportPanel .reportPanelFilterValue.resultAction a:focus {
        outline: none !important;
    }

.reportPanel .reportPanelFilterValue.dropdown {
    width: 200px;
}

.reportPanel .reportPanelFilterValue > *:not(ul) {
    display: inline-block;
    vertical-align: middle;
}

.reportPanel .reportPanelFilterValue .dropdownAction {
    float: right;
    cursor: pointer;
}

.reportPanel .reportPanelFilterValue .dropdownLabel {
    white-space: nowrap;
    width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.reportPanel .collapseExpandTop > span {
    padding-left: 10px;
}

.reportPanel .collapseExpandBottom {
    padding-right: 5px;
    float: right;
}

    .reportPanel .collapseExpandBottom .expand {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.dashboardDockablePanel {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.manageOffersDockablePanel {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.dashboardDockablePanelRegular {
    width: 220px;
}

.dashboardDockablePanelDouble {
    width: 440px;
}

.dashboardDockablePanelExtraDouble {
    width: 880px;
}

.dashboardDockablePanelHeader {
    background-color: #E8E8E8;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #363636;
}

.dashboardDockablePanelHeaderHighlighted {
    background-color: #337ab7;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #ffffff;
}

.manageOffersDockablePanelHeaderHighlighted {
    background-color: #337ab7;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #ffffff;
}

.dashboardDockablePanelBody {
    padding: 5px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.manageOffersDockablePanelBody {
    padding: 5px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.dashboardHeadSeparator {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 5px;
    margin-bottom: 5px;
}

.manageOffersHeadSeparator {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 5px;
    margin-bottom: 5px;
}


.dashboardInlineBlock {
    display: inline-block;
    vertical-align: top;
}

.dashboardMainValue {
    font-size: 1.5em;
    text-align: center;
}

.dashboardMainValueSub {
    font-size: 1.5em;
    text-align: right;
}

.dashboardRegularValue {
    text-align: right;
}

.dashboardColorIcon {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.dashboardAnnouncementPanel {
    width: 880px;
    padding: 10px;
}

.dashboardAnnouncementPanelOff {
    display: none;
}

.dashboardAnnouncementPanelOn {
    display: inline-block;
}

.dashboardManageOffersNotificationPanel {
    width: 880px;
    padding: 10px;
}

.dashboardManageOffersNotificationPanelOff {
    display: none;
}

.dashboardManageOffersNotificationPanelOn {
    display: inline-block;
}

.dashboardAnnouncementTitle {
    display: inline-block;
    width: 30%;
    font-weight: bold;
    vertical-align: top;
    white-space: pre-wrap;
}

.dashboardAnnouncementText {
    display: inline-block;
    width: 60%;
    padding-right: 5px;
    color: #2879bf;
    white-space: pre-wrap;
}

.dashboardManageOffersNotificationText {
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    color: #2879bf;
}

.dashboardAnnouncementDownload {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    text-align: right;
}

.dashboardUpcomingAuctionsSite {
    display: inline-block;
    width: 50%;
}

.dashboardUpcomingAuctionsDate {
    display: inline-block;
    width: 45%;
}

.dashboardUpcomingAuctionsJoinIcon {
    display: inline-block;
    border-width: 0px;
    background-color: green;
    cursor: pointer;
}

.dashboardManageOffersText {
    display: inline-block;
    padding-left: 10px;
    width: 50%;
}

.dashboardManageOffersValue {
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    width: 40%;
}

.dashboardManageOffersStatusIconBuyer {
    display: inline-block;
    border-width: 0px;
    background-color: red;
}

.dashboardManageOffersStatusIconSeller {
    display: inline-block;
    border-width: 0px;
    background-color: orange;
}

.manageOffersColorIcon {
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0px;
    border-color: green;
    vertical-align: middle;
}

.manageOffersCurrrentAuctionsActive {
    display: inline-block;
    background-color: limegreen;
}

.dashboardNoWidgetsPanel {
    width: 880px;
    padding: 10px;
    display: inline-block;
}

.dashboardNoWidgetsHeaderHighlighted {
    background-color: #960000;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #ffffff;
}

.dashboardAnnouncementsHeaderHighlighted {
    background-color: #ffff00;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #000000;
}

.dashboardManageOffersNotificationHighlighted {
    background-color: #ff0000;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #ffffff;
}

.OverlayParent {
    opacity: .8;
}

.OverlayArea {
    display: inline-table !Important;
    position: relative !Important;
}

.Overlay {
    background: rgba(162, 162, 162, 0.8) !Important;
    display: table-column-group;
    position: absolute !Important;
}

    .Overlay img {
        margin: auto;
        display: block;
        pointer-events: none;
        margin-top: 10%;
    }

.popupBody {
    max-height: 400px;
    overflow-y: auto;
}

    .popupBody > div {
        margin-right: 0px !important;
    }

.assignmentPermissionsLayoutReadOnlyHeader {
    float: left;
    border: 1px solid #cccccc;
    padding: 5px;
    font-weight: bold;
}

.assignmentPermissionsLayoutReadOnlyBody {
    float: left;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: right;
}

.environment {
    height: 40px;
    /*background-color:#ff5f00;*/
    background-color: #c90107;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.secondaryUsers {
    height: 25px;
    /*background-color:#ff9933;*/
    background-color: #dddddd;
    font-size: 12px;
    padding-top: 5px;
    text-align: right;
    padding-bottom: 5px;
}

.endHeader {
    /*background-color: #ff5f00;*/
    background-color: #cccccc;
}

.PushReportPanel {
    display: inline-block;
    padding: 4px 10px;
    line-height: 1.5;
    border-radius: 3px;
    border-color: #ccc;
    border: 1px solid transparent;
    border-color: #ccc;
}

.SocicalMediaIcon {
    fill: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}


/* HD BEGIN */

#dialogImageHDView {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: black;
    cursor: move;
    margin: 0px;
    padding: 0px;
}

#imageDialogHDView > #imageHDViewElement {
    width: 500px;
    height: 350px;
}

body > #imageHDViewElement {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: black;
    cursor: move;
    margin: 0px;
    padding: 0px;
}

    body > #imageHDViewElement #imageHDViewNav {
        position: unset;
    }

    body > #imageHDViewElement #imageFullScreenClose {
        position: absolute;
        right: 0px;
        z-index: 9999;
        cursor: pointer;
        margin: 20px;
        display: block !important;
    }

    body > #imageHDViewElement .navArrow {
        position: absolute;
        /*right: 90px;*/
        top: 40%;
        z-index: 9999;
        cursor: pointer;
    }

#imageDialogThumbnail {
    height: auto;
}

    #imageDialogThumbnail.singleColView img {
        width: 98%;
        height: auto;
    }

    #imageDialogThumbnail.twoColView img {
        width: 47%;
        height: auto;
    }

.imageDialogAction {
    padding: 5PX 0 0 10PX;
    min-height: 20px;
}

    .imageDialogAction > * {
        padding-right: 10PX;
    }

.bpTest {
    position: sticky !important;
}

.imageZoomIn {
    background: url(../images/sprite-product-details.png) no-repeat -176px -90px;
    display: block;
    text-indent: -5000px;
}

.imageZoomOut {
    background: url(../images/sprite-product-details.png) no-repeat -201px -90px;
    display: block;
    text-indent: -5000px;
}

.imageZoomReset-2 {
    background: url(../images/sprite-product-details.png) no-repeat -323px -90px;
    display: block;
    text-indent: -5000px;
}

.imageZoomReset {
    background: url(../images/sprite-product-details.png) no-repeat -225px -90px;
    display: block;
    text-indent: -5000px;
}

.imageThunbnailItem {
    height: 80px;
    width: 104px;
    float: left;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    padding: .5px;
    margin: 0 0px 4px 2px;
}

.imageThunbnailSelected {
    border-color: #c90107 !important;
}

#spacedthumbs div {
    float: left;
    margin: 2px 2px 3px 5px;
}


#imageViewContainer {
    overflow: hidden;
    padding: 0 0 10px 0;
    display: inline-block;
}

#imageRegViewElement, #imageHDViewElement form {
    position: relative;
    border: 1px solid #aaaaaa !important;
    background: #ffffff !important;
    color: #222222;
}

.openseadragon-canvas {
    border-radius: 5px;
}

#imageView {
}

.navArrow {
    position: absolute;
    top: 40%;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
}

.navArrowNext {
    right: -60px;
}

.navArrowPrevious {
    left: -60px;
}

.navArrowNext.navArrowCircle > img {
    padding-left: 5px;
}

.navArrowPrevious.navArrowCircle > img {
    padding-right: 5px;
}

.navArrowCircle {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    padding: 5px;
}

    .navArrowCircle > img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }

#imageHDViewElement #imageHDViewNav {
    top: 40%;
}

body > #imageHDViewElement > #imageHDViewNav #imageFullScreenClose {
    position: absolute;
    right: 30px;
    top: 2%;
    z-index: 9999;
    cursor: pointer;
}

body > #imageHDViewElement #imageHDViewMenu {
    display: none !important;
}


#stockImageContainer {
    /*display: block;*/
    display: contents;
}

#imageContainer .image-action {
    /*padding: 5px 13px;*/
    margin: 0;
}

#imageContainer .image-action-icon.icon-HD {
    height: 24px;
    width: 24px;
}

#imageContainer .image-action-icon {
    margin-right: 5px;
    fill: #fff;
}

#imageContainer .image-action:first-child, #stockImageContainer .image-action:nth-child(2) {
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: -1px -1px #ddd, inset -1px -1px 0 0 #ddd;
}

#imageContainer .image-control-container {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    display: flex;
    z-index: 99;
    padding: 5px;
}

#imageContainer #toolbarDiv ul li {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
}

#imageContainer .image-control-container ul {
    margin: 0 !important;
}

#imageContainer .image-control-container .image-action {
    padding: 5px 13px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
}

#imageRegViewContainer {
    position: relative;
}

#imageRegViewMenu {
    cursor: pointer;
    box-shadow: -1px -1px #ddd, inset -1px -1px 0 0 #ddd;
    padding: 5px 13px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    display: flex;
    z-index: 99;
}

#imageHDViewElement form {
    z-index: 1;
}

#imageDialogNav {
    display: block;
    margin-left: 35%;
}

    #imageDialogNav > *, #imageDialogNav > * > * {
        display: inline-block;
        vertical-align: text-bottom;
    }

    #imageDialogNav p {
        width: 35px;
    }

    #imageDialogNav img {
        width: 20px;
        height: 20px;
        padding: 1px;
        border: 1px solid #aaaaaa;
        cursor: pointer;
    }

@media print {

    #imageRegViewContainer {
        display: block !important;
    }

    #imageHDViewContainer {
        display: none !important;
    }
}

@media screen and (min-width: 830px) {

    #stockImageDialogContainer {
        display: none !important;
    }

    #imageRegViewElement, #imageHDViewElement {
        width: 540px;
        height: 410px;
    }

    #imageThunbnailContainer {
        width: 230px;
        display: inline-block;
        vertical-align: top;
    }

    #imageThunbnailExtraContainer {
        width: 300px;
        display: inline-block;
        vertical-align: top;
    }

    #imageViewContainer {
        margin: 0 0 20px 0;
    }

    #imageDesktopMenu {
        display: block !important;
    }
}


@media screen and (max-width: 829px) {

    #stockImageContainer .largeImg {
        width: 98%;
    }

    #imageContainer {
        padding-top: 10px;
    }

    #imageMobileMenu {
        display: block !important;
    }

    #imageRegViewElement, #imageHDViewElement {
        max-width: 99%;
        height: auto;
    }

    #imageThunbnailContainer {
        display: none;
    }

    #imageViewContainer {
        margin: 0;
    }

    #imageHDViewElement {
        position: fixed;
        width: 94%;
    }

        #imageHDViewElement #fullscreen {
            display: none !important;
        }

    #divVehicleDetails > #stockImageContainer {
        display: none !important;
    }
}

label {
    margin-bottom: 5px;
}

.dropdown a:hover {
    text-decoration: none;
}

.dropdown a:active {
    text-decoration: none;
    color: var(--hyperlink-color);
    background-color: var(--bs-gray-200);
}

.dropdown-menu {
    position: relative;
}

/* kendo menu style changes after upgrade */
#menu {
    background-color: #434343;
    display: none; /* hide by default */
    position: absolute;
    z-index: 1000;
}

.k-menu .k-header {
    color: #fff;
    background-color: #434343;
}

.k-menu .k-item, .k-menu .k-item .k-link {
    color: #fff;
    background-color: #434343;
}

.k-menu .k-hover > .k-link {
    background-color: @Html.Raw("#c90107") !important;
    color: #fff !important;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link, .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-popups-wrapper.vertical > .k-item > .k-link {
    padding: 0.28em 1.8em 0.38em 0.9em;
}

.k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 0px;
}

.k-menu:not(.k-context-menu) > .k-item.k-hover, .k-menu:not(.k-context-menu) > .k-item:hover {
    border-color: #aeaeae;
    color: #333;
    background-color: #434343;
}

.k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right, .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0.2rem;
}

/* kendo treeview checkbox style */
.k-checkbox {
    border-radius: 2px;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
}

    .k-checkbox:checked {
        border-color: #aeaeae;
        color: #428bca;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
    }

    .k-checkbox:hover {
        border-color: #aeaeae;
        color: #428bca;
        background-color: #fff;
    }

.k-treeview {
    line-height: 1;
    font-size: inherit;
}

.k-treeview-leaf {
    padding: 4px 4px;
}

#segmentRememberMe input[type=checkbox] {
    width: auto;
    margin: 4px 0 0;
    line-height: normal;
}


/* telerik report viewer */
.trv-menu-large {
    display: flex !important;
}

.k-menu-horizontal .k-menu-link {
    border: none;
}

.k-menu-link:not(.menuContainer) {
    /*padding: 0.5em 1.1em 0.4em;*/
    padding-top: 0.5em;
    padding-right: 1.1em;
    padding-bottom: 0.4em;
    padding-left: 1.1em;
    line-height: 1.34em;
}

ol, ul {
    padding-left: 0rem;
}

/* manage offers changes */
.btn-primary.disabled, .btn-secondary.disabled {
    color: GrayText;
    background-color: #ddd;
    border-color: unset;
}

.expand-collapse-icon {
    padding-left: 7px;
    padding-right: 7px
}

.expand-collapse-filter-icon {
    padding-left: 7px;
    padding-right: 7px
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.auctionStockDetailsPanel {
    padding: 0px;
    width: 100%
}

.dockablePanel {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.dockablePanelHeaderHighlighted {
    background-color: #337ab7;
    padding: 5px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    color: #ffffff;
}

.dockablePanelBody {
    padding: 5px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.showHidePanelButton {
    margin-top: -3px;
    margin-right: 1px;
    padding: 1px 1px;
}


#reportViewer1 .k-menu, #reportViewer1 .k-menu .k-item, #reportViewer1 .k-menu .k-menu-item .k-state-border-down {
    background-color: #111111 !important;
    border-color: #434343 !important;
}

    #reportViewer1 .k-menu .k-item span {
        cursor: default;
        color: #ebebeb !important;
    }

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.k-pager-wrap .k-link {
    border-color: #ccc;
    color: #428bca;
    background: #fff;
}

    .k-pager-wrap .k-link:hover {
        border-color: #ccc;
        color: #428bca;
        background: #fff;
    }

.hidden {
    display: none;
}

.Note {
    /* max-height: 80px;*/
    overflow: hidden;
    white-space:pre-line;
}

.curvedDiv {
    padding: 3px 18px;
    margin-right: 10px;
    border-style: solid;
    border-radius: 15px;
    border-width: 2px;
}
