/*! Typebase.less v0.1.0 | MIT License */
/*@font-face {
  font-family: 'LeasePlan';
  src: url('../fonts/LeasePlan-Regular.eot');
  src: url('../fonts/LeasePlan-Regular.woff2') format('woff2'), url('../fonts/LeasePlan-Regular.woff') format('woff'), url('../fonts/LeasePlan-Regular.ttf') format('truetype'), url('../fonts/LeasePlan-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LeasePlan';
  src: url('../fonts/LeasePlan-Bold.eot');
  src: url('../fonts/LeasePlan-Bold.woff2') format('woff2'), url('../fonts/LeasePlan-Bold.woff') format('woff'), url('../fonts/LeasePlan-Bold.ttf') format('truetype'), url('../fonts/LeasePlan-Bold.eot') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}*/

@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/dea79731f8b4ae7fe3e89fc8fae998c1.woff2) format("woff2"), url(../fonts/static/3b58b36ce5ab9406db1538f158c089fc.woff) format("woff");
    font-weight: 400;
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd,U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff;
}
@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/979b6a4a6d312a5a62a079bb46f3c318.woff2) format("woff2"), url(../fonts/static/2beb89d2df779cb550c6750426ac4dfe.woff) format("woff");
    font-weight: 400;
    unicode-range: U+0370-03ff;
}
/*@font-face {
    font-family: LeasePlan Russian;
    src: url(../fonts/static/e4bc0f4e5dbd64e43fc6e15ae3740923.woff2) format("woff2"), url(../fonts/static/f0a3a2d81d449237b26b4b0a94455815.woff) format("woff");
    font-weight: 400;
}*/
@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/ef1c75273ece0610eb46e6149eae3915.woff2) format("woff2"), url(../fonts/static/3fe575fde491aa1d79d4e50084cbdf00.woff) format("woff");
    font-weight: 600;
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd,U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff;
}
@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/8f68f0563645b19b22f75721a838e800.woff2) format("woff2"), url(../fonts/static/21f0bac12956ae86c72cabefea00b0af.woff) format("woff");
    font-weight: 600;
    unicode-range: U+0370-03ff;
}
/*@font-face {
    font-family: LeasePlan Russian;
    src: url(../fonts/static/e4bc0f4e5dbd64e43fc6e15ae3740923.woff2) format("woff2"), url(../fonts/static/f0a3a2d81d449237b26b4b0a94455815.woff) format("woff");
    font-weight: 600;
}*/
@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/ebd0030ddec41556169368475547e657.woff2) format("woff2"), url(../fonts/static/909efce1bf97223ff8eca42cf0a7be03.woff) format("woff");
    font-weight: 800;
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd,U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff;
}
@font-face {
    font-family: LeasePlan;
    src: url(../fonts/static/d7f9d5393947465a4268e2c278ce0091.woff2) format("woff2"), url(../fonts/static/d0ee78c048faaac8bbdb02d29bc21dc9.woff) format("woff");
    font-weight: 800;
    unicode-range: U+0370-03ff;
}
/*@font-face {
    font-family: LeasePlan Russian;
    src: url(../fonts/static/80e0ed45a182edd9014b01f89db730d5.woff2) format("woff2"), url(../fonts/static/58e197782d06ad2b30922391f3e6a2c9.woff) format("woff");
    font-weight: 800;
}*/


* {
    font-family: 'LeasePlan';
}

b, strong {
    font-weight: bold;
}

a {
    color: #ee4c14;
}
a:hover {
    color: #ed8b00;
}

html,body {
	height:100%;
}

.container.full-screen, .container.full-screen .row {
	height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.81);
}

.flex-row, .flex-row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:0 auto;
    height:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

body {
  padding-top: 3.5rem;
}

.vehicle-mask, .vehicle-placeholder {

}
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}
.vehicle-mask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.81;
    z-index: 1;
}
.vehicle-mask.card-img-bottom {
    top: auto;
    bottom: 0;
}
.vehicle-placeholder {
    z-index: 0;
}

.vehicle-viewname-hint {
    position: absolute;
    top: 10%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    border: 5px solid #212529;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    padding: 5px 10px;
    z-index: 1;
}
.vehicle-viewname-hint span {
    font-weight: bold;
    font-size: 1em;
}

#InsuredEvent_DamageRange_VehicleDamagedSection svg path{
    cursor: pointer;
}

.badge.badge-heading {
    font-size: 100%;
}

.navbar-brand {
    position: relative;
    padding-left: 7.6em;
    margin-right: 0;
}
.navbar-brand img {
    position: absolute;
    top: -8px;
    left: -40px;
    height: 89px;
    z-index: 1;
}
.navbar-brand span {
    z-index: 2;
}
.navbar-light .navbar-brand {
    color: #ee4c14;
}
@media (max-width: 576px) {
    .navbar-brand {
        padding-left: 4em !important;
    }
    .navbar-brand img {
        left: -36px !important;
        height: 55px !important;
    }
    .navbar-brand span {
        font-size: 1rem !important;
    }
}

.badge-primary {
    background: linear-gradient(90deg,#ed8b00,#ee4c14);
}
.btn-primary {
    background: linear-gradient(90deg,#ed8b00,#ee4c14);
    border-color: transparent;
}
.btn-primary:hover {
    background: linear-gradient(90deg,#ed8b00,#ed8b00);
    border-color: transparent;
}
.btn-outline-primary {
    color: #ee4c14;
    border-color: #ee4c14;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #ee4c14;
    border-color: #ee4c14;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238,76,20,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border-color: transparent;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 2rem;
}
.border-primary {
    border-color: #ee4c14!important;
}
h2 {
    color: #ee4c14;
}
h4 {
    color: #ee4c14;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(238,76,20,.3);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ed8b00;
    background-color: #ed8b00;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ed8b00;
}

#photo-container {

}
#photo-container img {
/*    position: absolute;
    left: 0;
    top: 0;*/
/*    width: 1600px;
    height: auto;
    object-fit: contain; */
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.action-container {
    z-index: 3;
    padding: 0.5em;
    position: absolute;
    z-index: 1030;
    /*background: white;*/
}
.btn {
    border-radius: 2em;
}
.position-absolute-tl {
    position: absolute;
    left: 0;
    top: 0;
}
.position-absolute-tr {
    position: absolute;
    right: 0;
    top: 0;
}
.position-absolute-bl {
    position: absolute;
    left: 0;
    bottom: 0;
}
.position-absolute-br {
    position: absolute;
    right: 0;
    bottom: 0;
}

#video-feed, #rotate-caption {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#rotate-caption {
    z-index: 4;
    display: none;
    background: black;
    width: 100%;
    height: 100%;
}
#rotate-caption span {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#rotate-caption i {
    font-size: 7em;
}

/* fix for extra small screens */
.navbar-light .navbar-toggler {
    background: white;
    position: absolute;
    right: 0.7em;
    top: 0.4em;
}
#image-upload-form {
    display: none;
}


.required label {

}
.required label:not(.custom-control-label):not(.custom-checkbox):after {
    content: "*";
    color: red;
    font-size: 1.5em;
    line-height: .7em;
}

.form-group-required label:not(.custom-control-label):not(.custom-checkbox):after {
    content: "*";
    color: red;
    font-size: 1.5em;
    line-height: .7em;
}

.asterisk {
    color: red;
    font-size: 1.5em;
}
textarea.form-control {
    /*height: 10rem;*/
}

.custom-file-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5.4rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: none;
    border-bottom: 1px dashed gray;
}

/** COLORPICKER **/
:root {
    --primary-color: 240,100,0;
}
.clockpicker-popover .popover-header {
    background-color: #ee4c14;
    background-image: linear-gradient(to right, #ed8b00, #ee4c14);
}
.btn-flat-primary, .btn-flat-primary:active, .btn-flat-primary:focus,
.btn-flat-primary:hover, .btn-outline-primary, .btn-outline-primary:active,
.btn-outline-primary:focus, .btn-outline-primary:hover {
    color:  #ee4c14;
}
.clockpicker-canvas line {
    stroke: #ee4c14;
}
.clockpicker-canvas-bearing {
    fill: #ee4c14;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ee4c14;
    background-image: linear-gradient(to right, #ed8b00, #ee4c14);
}

/* site styles */
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-width: 2px;
}
.invalid-feedback {
    font-weight: bold;
}
#vehicle-documents-options-content {
    margin-bottom: 1.5rem;
    font-style: italic;
}

/* protocol */
.protocol-container {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.custom-control {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

#transmitting-signature-pad {
    border-radius: 10px;
    background: #ffffff;
}

#receiving-signature-pad {
    border-radius: 10px;
    background: #ffffff;
}

.signature-component {
    text-align: left;
    display: inline-block;
    max-width: 100%;
}
.signature-component h1 {
    margin-bottom: 0;
}
.signature-component h2 {
    margin: 0;
    font-size: 100%;
}
.signature-component button {
    margin-top: 0.5em;
    border: 1px solid #777;
    font-size: 1rem;
}
.signature-component canvas {
    display: block;
    position: relative;
    border: 1px solid;
}
.signature-component img {
    position: absolute;
    left: 0;
    top: 0;
}


@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.checkboxlist-option-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 13px;
}

.checkboxlist-option-item {
    display: inline;
    padding: 0 0.35rem 0.5rem;
}

.checkboxlist-option-item label {
    padding: 6px 14px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #808080;
    color: #808080;
    font-weight: bold;
    background-color: #fff;
    border-radius: 25px;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.checkboxlist-option-item label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

.checkboxlist-option-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkboxlist-option-item input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.checkboxlist-option-item input[type="checkbox"]:checked + label {
    border: 2px solid #ed8b00;
    background: linear-gradient(90deg,#ed8b00,#ee4c14);
    color: #ffffff;
    transition: all .2s;
}


.checkbox-option-wrapper {
    display: inline-block;
}

.checkbox-option-wrapper .checkbox-option-container {
    padding-left: 0;
    padding-right: 0;
}

.checkbox-option-wrapper .checkbox-option-label {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 35px;
    background: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 2em;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
}

.checkbox-option-wrapper .checkbox-option-label-small {
    width: 95px;
}

.checkbox-option-wrapper .checkbox-option-label .checkbox-option-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #d9d9d9;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
}
.checkbox-option-wrapper .checkbox-option-label .checkbox-option-dot::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #ee4c14;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.checkbox-option-wrapper input[type="radio"] {
    display: none;
}
.checkbox-option-wrapper .checkbox-option-label span {
    color: #808080;
}
.checkbox-option-wrapper .checkbox-option-label::after {
    display: none;
}

.checkbox-option-label:checked:checked ~ .checkbox-option-label {
    background: linear-gradient(90deg,#ed8b00,#ee4c14);
}
.checkbox-option-label:checked:checked ~ .checkbox-option-label span {
    color: #fff;
}

.checkbox-option-label:checked:checked ~ .checkbox-option-label .checkbox-option-dot {
    background: #fff;
}

.checkbox-option-label:checked:checked ~ .checkbox-option-label .checkbox-option-dot::before {
    opacity: 1;
    transform: scale(1);
}

.checkbox-option-label:disabled ~ .checkbox-option-label {
    background: #d9d9d9;
}
.span-required:after {
    content: "*";
    color: red;
    font-size: 1.5em;
    line-height: .7em;
}

.input-group-value + .input-group-addon {
    margin: 0;
    padding: 0;
    min-width: 8rem;
    border: none;
}

.input-group-value + .input-group-addon > .form-control {
    border-radius: 0 .4rem .4rem 0;
    border-left: none;
}

.input-group-input-top {
    border-radius: .4rem .4rem 0 0 !important;
}

.input-group-append-bottom {
    display: block !important;
    width: 100% !important;
    margin-left: 0px !important;
}

.input-group-append-bottom span {
    display: block !important;
    text-align: center;
    border-top: 0 !important;
    border-radius: 0 0 .4rem .4rem !important;
    width: 100% !important;
    margin: 0px auto;
    float: none;
}

input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.optionalEquipment-item-hidden {
    display: none;
}


.contractual-parties-seller-more {
    display: none;
}

.contractual-parties-buyer-more {
    display: none;
}

.show-more-block {
    padding: 5px;
}

.show-more-link {
    border: 0;
    background: 0 0;
    text-decoration: none !important;
    letter-spacing: .015em;
    line-height: 1.8;
    font-style: normal;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #ee4c14 !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    min-height: 0
}

.show-more-link:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.form-group-custom-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.checkbox-container-item {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #595959;
}

.checkbox-container-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-container-item label {
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
}

.checkbox-container-item--indicator {
    position: absolute;
    border-radius: 3px;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #c7c7c7;
    border: 1px solid #808080;
    transition: .2s;
}

.checkbox-container-item--indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox-container-item:hover input ~ .checkbox-container-item--indicator,
.checkbox-container-item input:focus ~ .checkbox-container-item--indicator {
    background: #ccc;
}

.checkbox-container-item input:checked ~ .checkbox-container-item--indicator {
    background: #ee4c14;
}

.checkbox-container-item:hover input:not([disabled]):checked ~ .checkbox-container-item--indicator,
.checkbox-container-item input:checked:focus ~ .checkbox-container-item--indicator {
    background: #ee4c14;
}

.checkbox-container-item input:disabled ~ .checkbox-container-item--indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.checkbox-container-item input:checked ~ .checkbox-container-item--indicator:after {
    display: block;
}

.checkbox-container-item .checkbox-container-item--indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container-item input:disabled ~ .checkbox-container-item--indicator:after {
    border-color: #7b7b7b;
}
