

/* Start:/local/components/eastcement/trailers.list/templates/.default/style.css?17697328693231*/
.no-vehicles {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    width: 100%;
}
.no-vehicles h1 {
    font-size: 34px;
    font-weight: 600px;
}
.no-vehicles .add-vehicle-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
}
.filter-wrapper.delivery__dropdown {
    background-color: white;
}
.input-wrepper {
    position: relative;
}
.input-wrepper .img-svg {
    display: block;
    pointer-events: none;
}
.input-wrepper .lens {
    position: absolute;
    top: 13px;
    right: 10px;
}
.input-wrepper .lens:hover {
    scale: 1.2;
    cursor: pointer;
    transition: scale .1s;
}
#state-number {
    height: 48px;
}
.remove-all {
    display: flex;
    width: 152px;
    margin-bottom: 30px;
}
.remove-all:hover, .remove-all:active, .remove-all:focus {
    color: black;
} 

.remove-all>.simbol {
    font-size: 25px;
}
.remove-all>.text {
    margin-bottom: 5px;
    border-bottom: white solid 2px;
}
.remove-all:hover {
    color: black;
    border-color: #FA9533;
    cursor: pointer;
}
.remove-all:hover .text {
    border-color: #FA9533;
}
.main-table.vehicles-table th.table-cell-state-num {
    font-weight: bolder;
}
.table-cell-state-num a{
    border-bottom: 1px solid #FA9533;
    cursor: pointer;
}
.main-table.vehicles-table th {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #7F807F;
    background-color: white;
    vertical-align: middle;
}
.tools {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.main-table.vehicles-table thead th {
    background-color: #F1F1F1;
}
.main-table.vehicles-table tbody tr {
    border-bottom: 1px solid #F1F1F1;
}
.main-table.vehicles-table .vehicle-row th {
    color: black;
}
.vehicle-row:hover th {
    background-color: #FBFBFB;
}
.remove-item:hover .img-svg,
.detail-veiw:hover .img-svg,
.edit-item:hover .img-svg {
    opacity: 1;
}
.img-svg {
    display: inline-block;
    pointer-events: none;
    opacity: .5;
    filter: grayscale(100%);
    transition: 0.3s
}
.detail-veiw a {
    display: inline-block;
}
.remove-item {
    cursor: pointer;
}
.paginator-wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
}
.main-table.vehicles-table .vehicle-row th span{
    display: none;
}

@media (max-width: 599px){
    .vehicle-row{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vehicle-row .table-cell-brand, 
    .vehicle-row .table-cell-type, 
    .vehicle-row .table-cell-conf{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .main-table.vehicles-table .vehicle-row th{
        padding: 5px;
    }
    .main-table.vehicles-table .vehicle-row th span{
        font-size: 14px;
        color: #7F807F;
        display: inline;
    }
    .main-table thead{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}
/* End */
/* /local/components/eastcement/trailers.list/templates/.default/style.css?17697328693231 */
