

#modal-watch-video.modal .modal-content,
#modal-watch-video.modal .modal-footer,
#modal-repair-quote.modal .modal-content,
#modal-repair-quote.modal .modal-footer
{
    font-size: 25px;
    color: white;
    background-color: #4578b3;
}

#modal-watch-video.modal .modal-footer,
#modal-repair-quote.modal .modal-footer {
    text-align: center;
    border-top: none;
}
#modal-watch-video.modal .modal-footer .btn,
#modal-repair-quote.modal .modal-footer .btn{
    background-image: linear-gradient(to bottom,#fffd2d 0,#fffd2d 60%);
    border: 2px solid black;
    color: black;
    font-size: 25px;
    border-radius: 4px !important;
    transition: all 0.3s;
}
#modal-watch-video.modal .modal-footer .btn:hover,
#modal-repair-quote.modal .modal-footer .btn:hover{
    background-image: linear-gradient(to bottom,#D4AF34 0,#fffd2d 60%);

}


.picker-confirm {
    color: #3e8f3e;
}


.picker-confirm.btn-disabled {
    color: red;
    cursor: none;
    pointer-events: none;
}

.btn-gray.inspection-report:not(.btn-success){
    background-color: #DADADA !important;
}

.btn-back {
    border-radius: 4px !important;
}

.fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
}
.padding {
    padding-top: 80px;
}


.alreadyApproved .checkmark.declined
{
    background-color: #ccc !important;
    border: 2px solid #dadada !important;
    pointer-events: none;

}

.alreadyApproved input[class='quote_row_approved'] ~ .checkmark {
    content: "";
    background-color: #5cb85c;
}

.video-player {
    position: relative;
}
.walkaround_video_overlays, .inspection_video_overlays {
    background: rgba(255, 255, 255, 0.0);
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    display: flex;
    float: right;
}