.vehicle-title {
    background-color: #F2F2F2;
    height: 35px;
    padding: 0 16px;
    border-radius: 6px;
}

.vehicle-title .title {
    line-height: 35px;
    color: #000;
    font-size: 15px;
}

.vehicle-product .vehicle-product-total {
    padding: 0 1px;
}

.vehicle-product .vehicle-product-total .sub-total {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.vehicle-product .vehicle-product-total .sub-total .value {
    line-height: 32px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.vehicle-product .vehicle-product-total .sub-total .price {
    line-height: 32px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.vehicle-product .vehicle-product-total {
    padding: 0 1px;
}

.vehicle-product .payable-total {
    border-top: 1px solid #F2F2F2;
    padding: 0 1px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.vehicle-product .payable-total .value {
    line-height: 32px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.vehicle-product .payable-total .price {
    line-height: 32px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.single-vehicle-details {
    margin-bottom: 15px;
}

.single-vehicle-details .vehicle-details-content .single-details-item {
    padding: 4px 1px 0;
    border-bottom: 1px solid #e8e5e5;
}

.single-vehicle-details .vehicle-details-content .single-details-item .details-title .title {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 0 !important;
}

.single-vehicle-details .vehicle-details-content .single-details-item .details-title {
    width: 40%;
    margin-top: 4px;
}

.single-vehicle-details .vehicle-details-content .single-details-item .details-content {
    width: 60%;
    margin-top: 4px;
}

.single-vehicle-details .vehicle-details-content .single-details-item .details-content p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.bold_right {
    float: right;
    font-weight: bold;
}


/* For Desktop View */
@media screen and (min-width: 1024px) {
    .float_right_special {
        padding: 8px;
        margin-left: 60%;
    }

    .float_right_special_customer {
        padding: 8px;
        margin-left: 53%;
    }
}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .float_right_special {
        padding: 8px;
        margin-left: 60%;
    }

    .float_right_special_customer {
        padding: 8px;
        margin-left: 53%;
    }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .float_right_special {
        padding: 8px;
        margin-left: 40%;
    }

    .float_right_special_customer {
        padding: 8px;
        margin-left: 33%;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .float_right_special {
        padding: 8px;
        margin-left: 60%;
    }

    .float_right_special_customer {
        padding: 8px;
        margin-left: 53%;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .float_right_special {
        padding: 8px;
        margin-left: 60%;
    }

    .float_right_special_customer {
        padding: 8px;
        margin-left: 53%;
    }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {}

.loading {
    display: none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.BlueColor {
    color: blue;
    font-weight: bold;
}
.progress-bar-fuel-danger {
    background-color: #d9534f !important; /* Kırmızı */
}

.progress-bar-fuel-warning {
    background-color: #f0ad4e !important; /* Turuncu */
}

.progress-bar-fuel-success {
    background-color: #5cb85c !important; /* Yeşil */
}

.progress-bar-fuel-info {
    background-color: #5bc0de !important; /* Mavi */
}

.select2-container--default.is-invalid .select2-selection {
    border-color: #dc3545;
    /* box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); */
}

.select2-container--default.is-valid .select2-selection {
    border-color: #198754;
    /* box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); */
}

