﻿.portlet.box.green {
    overflow: auto;
    width: 100%;
    top: 0;
    color: #838383;
    position: absolute;
    padding: 1rem 0rem;
    margin: 0 0px;
    border-radius: 10px 10px 0 0;
}

.hr {
    display: none;
    margin-top: -7px;
    margin-bottom: 10px;
}

.form-control {
    height: 40px !important;
}

.form-select {
    height: 40px !important;
}
.ImageVehicle {
    background: rgba(36, 105, 92, 0.05);
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    border: 2px dashed #24695c;
}
.ImageVehicle:hover{
    background: #ccc;
}
.upload-box {
    background: white;
    border-radius: 10px;
    width: 100%;
    outline: none;
}

.file-button-none ::-webkit-file-upload-button {
    display: none;
    color: white;
    background: #206a5d;
    padding: 1px;
    border: none;
    box-shadow: 1px 0 1px #6b4559;
    outline: none;
}

::-webkit-file-upload-button {
    color: white;
    background: #206a5d;
    padding: 1px;
    border: none;
    box-shadow: 1px 0 1px #6b4559;
    outline: none;
}
.table > tbody {
    vertical-align: middle !important;
}

.btn-xs {
    font-size: 18px !important;
}
.btn-xs {
    font-size: 12px !important;
}
.dataTables_filter {
/*    display: none;*/
}
.dataTables_wrapper table.dataTable td {
    padding: 6px 10px !important;
}
.dataTables_paginate, .dataTables_info {
    margin: 4px 0 16px 0 !important;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 16px !important;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 16px !important;
}
.card{
    margin-bottom:16px;
}
.custom-button {
    width: 100px;
    padding: 5px;
    /*background-color: #2c398c;*/
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

    .custom-button:hover {
        color: orange;
    }

.custom-text {
    margin-left: 10px;
    color: #aaa;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    padding: 6px 40px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    width: 59%; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.form-sigle-box {
    white-space: unset;
    background-color: var(--color-second);
    padding: 6px 4px;
    border-radius:5px;
}
.imgScrollWrap_2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.file-listname {
    position: absolute;
    top: 35px;
    left: 119px;
    width: 73%;
}

.file-listname li {
    background-color: var(--color-second);
    width: 86%;
    padding: 5px 75px 6px 10px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1420px;
    }
}