@-webkit-keyframes infiniteRotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes infiniteRotation {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes infiniteRotation {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes infiniteRotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

* {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    display: block;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    color: #18305b;
    padding-top: 3.5rem;
    overflow-x: hidden;
    -webkit-font-feature-settings: "pnum" on,"lnum" on,"liga" off;
    -moz-font-feature-settings: "pnum" on,"lnum" on,"liga" off;
    font-feature-settings: "pnum" on,"lnum" on,"liga" off;
}

html,body {
    height:100%;
}

b, strong {
    font-weight: bold;
}

a {
    color: #C8017D;
}
a:hover {
    color: #810050;
}

@media(max-width: 767px) {
    h1 {
        font-size: 2.1875em;
        line-height: 1.1714285714em;
    }

    h2 {
        font-size: 1.875em;
        line-height: 1.2666666667em;
    }

    h3 {
        font-size: 1.5625em;
        line-height: 1.4em;
    }

    h4 {
        font-size: 1.375em;
        line-height: 1.3636363636em;
    }

    h5 {
        font-size: 1.125em;
        line-height: 1.1666666667em;
    }

    h6 {
        font-size: 1em;
        line-height: 1.1875em;
    }
}

.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;
}

.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-custom {
    box-shadow: 0px 4px 16px rgba(72, 88, 133, 0.12);
}
.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 {
    margin-left: 1rem;
    z-index: 2;
}
.navbar-light .navbar-brand {
    color: #18305B;
}

.navbar-brand .logo {
    width: 181px;
    top: 9px;
    height: unset;
}

@media (max-width: 980px) {
    .navbar-brand .logo {
        margin-top: 0;
        margin-left: 30px;
        width: 150px;
        top: 11px;
        height: unset !important;
    }
}

@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;
        margin-left: 5rem;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.badge-primary {
    background: #C8017D;
}
.btn-primary {
    color: #fff !important;
    background-color: #c8017d !important;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.938rem;
    font-size: .9375em !important;
    min-width: 100px;
    text-decoration: none;
    font-family: var(--font-family) !important;
    font-weight: 700 !important;
    border-radius: 5px;
    text-align: center;
    transition: color .2s cubic-bezier(0.55, 0.085, 0.68, 0.53),box-shadow .2s cubic-bezier(0.55, 0.085, 0.68, 0.53),background-color .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: 1;
    border: none;
}
.btn-primary:hover {
    background-color: #810050 !important;
}
.btn-lg {
    padding: 1rem 1.875rem !important;
    line-height: 1.2em !important;
}
.btn-outline-primary {
    color: #c8017d;
    border-color: #c8017d;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #c8017d;
    border-color: #c8017d;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(129,0,80,.5);
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #c8017d;
    border-color: #c8017d;
}
.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:  #c8017d;
}
.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(129,0,80,.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: 5px;
}
.border-primary {
    border-color: #dee2e6 !important;
}
h2 {
    color: #c8017d;
}
h4 {
    color: #c8017d;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(129,0,80,.3);
}

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

#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: 5px;
}
.btn-no-min-width {
    min-width: unset;
}
.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: 200, 1, 125;
}
.clockpicker-popover .popover-header {
    background-color: #c8017d;
    background-image: linear-gradient(to right, #c8017d, #c8017d);
}
.clockpicker-canvas line {
    stroke: #c8017d;
}
.clockpicker-canvas-bearing {
    fill: #c8017d;
}
.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: #c8017d;
    background-image: linear-gradient(to right, #c8017d, #c8017d);
}

/* 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 #c8017d;
    background: linear-gradient(90deg,#c8017d,#c8017d);
    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: #c8017d;
    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,#c8017d,#c8017d);
}
.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: #c8017d !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: #c8017d;
}

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

.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;
}
