.btn-find, .btn-clear, .btn-add {
    margin-top: 23px;
}

.invalid-feedback {
    color: #ea5455 !important;
    margin-top: 3px;
    min-height: 20px;
}

.pointer {
    cursor: pointer;
}

.car-images {
    margin-top: 25px;
}
.car-images img{
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    width: 100%;
}
.extra-info-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}
.row-danger {
    color: #a94442;
}
.row-danger td {
    background-color: #faf0f0;
    border-color: #faf0f0;
}
.row-warning {
    color: #ea7909;
}
.row-warning td {
    background-color: #faf5f0;
    border-color: #faf5f0;
}
.row-grey {
    color: #999;
}

.bg-white{
    background-color: #fff !important;
    color: #3d3d3d;
}
.bg-ok {
    background-color: #96e1a8 !important;
    color: #ffffff;
}
.bg-error {
    background-color: #e19696 !important;
    color: #ffffff;
}
.row-ok {
    color: #1c7430;
}
.row-ok td {
    background-color: #fafffa;
    border-color: #fafffa;
}
.btn-black {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}
.page-heading {
    padding: 0 10px 10px 10px;
}
.document-list {
    display: flex;
    flex-direction: row;
}

.document-list .document {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #CCC;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px;
    width: 100px;
}
.document-list .title {
    font-size: 12px;
}
.document-list .operations {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {

    min-width: 155px;
}

.dropzone-simple {
    min-height: 70px !important;
    border: 1px dashed #1ab394;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}
.dropzone-simple .dz-message {
    margin: 1em 0;
    font-size: 13px;
}
.switchery {
    height: 32px;
    width: 100px;
    margin-bottom: 18px;
    display: block;
}

.box-deadline {
    border-radius: 10px;
    border: 1px solid #CCC;
    cursor: pointer;
    margin-bottom: 10px;
}
.box-deadline h4 {
    margin: 0 0 5px 0;
    padding: 10px;
    background: #EFEFEF;
    border-radius: 10px 10px 0 0 ;
    color: #676a6c !important;
}
.box-deadline .body-deadline {
    padding: 10px;
}
.box-deadline b {
    margin: 0 0 5px 0;
    width: 80px;
    display: inline-block;
}



.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.custom-checkbox .checkmark.checkbox-transfer {
    background: #ffd6bc;
}
.custom-checkbox input:checked ~ .checkmark.checkbox-transfer {
    background-color: #ff9b33;
}
.custom-checkbox .checkmark.checkbox-remove {
    background: #ffbcbc;
}
.custom-checkbox input:checked ~ .checkmark.checkbox-remove {
    background-color: #ff3333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rent-details  {
    position: absolute;
    left: 15px;
    width: 95%;
    background: #FFF;
    z-index: 9999;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.rent-details-table .date {
    font-size: 10px;
    text-align: center;
}
.rent-details-table .detail {
    font-size: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px;
}
.rent-details-table .detail .price {
    font-size: 11px;
    color: #444;
    font-weight: bold;
}
.rent-details-table .detail input {
    font-size: 10px;
    text-align: center;
    border: 1px solid #DDD;
    width: 65px;
    color: #3d3d3d;
}
.rent-month {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.edit-rent {
    font-weight: bold;
    cursor: pointer;
}

.rent_table tr td:has(.rent-month) {
    padding: 8px 0;
}
.panel .panel-heading {
    position: relative;
}
.panel .panel-heading .info-heading {
    position: absolute;
    right: 15px;
}
.text-ok {
    color: #10b213;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    font-size: 11px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}
.p-t-none {
    padding-top: 0;
}
.searching-small .m-t-sm{
    margin: 0;
}

.searching-small label{
    display: none !important;
}

.searching-small .invalid-feedback{
    display: none !important;
}
