* {
    font-family: 'Arial';
}

b, strong {
    font-weight: bold;
}

a {
    color: #eed114;
}
a:hover {
    color: #000000;
}

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;
}
.vehicle-viewname-hint-mobile {
    top: 25% !important;
}
.badge.badge-heading {
    font-size: 100%;
}
.navbar-brand {
    position: relative;
    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: #000000;
}

.badge-primary {
    background: linear-gradient(90deg, #000000,#000000);
}
.btn-primary {
    background: linear-gradient(90deg,#000000,#000000);
    border-color: transparent;
}
.btn-primary:hover {
    background: linear-gradient(90deg,#000000,#000000);
    border-color: transparent;
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;
}
.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: #000000!important;
}
h2 {
    color: #000000;
}
.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: #000000;
    background-color: #000000;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #000000;
}

#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: 1em;
    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;
}
.fixed-top {
    z-index: 1031;
}
#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;
}
.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: #000000;
    background-image: linear-gradient(to right, #000000, #000000);
}
.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:  #000000;
}
.clockpicker-canvas line {
    stroke: #000000;
}
.clockpicker-canvas-bearing {
    fill: #000000;
}
.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: #000000;
    background-image: linear-gradient(to right, #000000, #000000);
}

/* 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;
}

@media (max-width: 980px) {
    .navbar-brand img {
        height: 57px;
    }
}
