@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .main-content .content-body .card .card-body h4 {
        font-size: 15px;
        min-height: 37px;
    }
}
a {
    cursor: pointer;
}
.main-content .page-content .card.custom-card{
    border-radius: 0;
}
.main-content .page-content .card.custom-card h2{
    color: #fff;
    font-size: 22px;
}
.main-content .page-content .card.custom-card h4{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.main-content .content-body .card.custom-card .card-footer a {
    color: #ffffff;
    font-size: 14px;
}
.main-content .page-content .table tbody tr td a {
    cursor: pointer;
}
.custom-card a {
    color: #fff;
}
.main-content .form-group .form-control {
    height: 40px;
    border: 1px solid #e0e1e1;
    font-size: 0.875rem;
    border-radius: 0;
    padding: 0 12px;
}
.main-content  .form-group label {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
}
.main-content  .form-group textarea.form-control {
    height: 128px;
    padding: 10px 12px;
}
.main-content .page-content a.btn {
    color: #fff;
}
.main-content label.switch {
    max-width: 60px;
}
.main-content .form-check .form-check-label {
    cursor: pointer;
    margin: 0 !important;
    padding-left: 26px;
    font-weight: 500;
    font-size: 0.9375rem;
}
.main-content .form-check .form-check-input {
    position: absolute;
    opacity: 0;
    left: 0;
    margin: 0;
}
.main-content  .form-check {
    padding: 0;
    margin: 4px 0;
}
div#img-upload {
    max-width: 200px;
}
img.thumb-img {
    width: 100%;
    height: 100px;
    margin: 0 5px;
}

.col-lg-4.col-sm-6.col-12.truckimage {
    padding: 5px;
    border: 1px solid #eee;
}
img.show-attached-img {
     max-width: 100px;
     margin: 6px;
     padding: 5px;
     height: 100px;
     display: inline;
     float: left;
    cursor: pointer;
 }

.modal-backdrop {
    background: #000;
}
/* The Close Button */
.close {
    position: absolute;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
}
.modal-header .close {
    color: #000;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.fade.in{
    opacity: 1;
}