﻿
.WarehouseTable table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}

table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    table td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    table th {
        padding: 10px;
    }

.WarehouseTable th:nth-child(1), ModalTruckDuc_Table th:nth-child(1), ModalInwaerhouse_Table th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

.WarehouseTable th:last-child, ModalTruckDuc_Table th:last-child, ModalInwaerhouse_Table th:last-child {
    border-radius: 0 10px 0 0;
}

.InWarehouseTable td {
    padding: 8px !important;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}


button.btn-search:focus {
    outline: none;
}

.addcharge {
    border-radius: 15px;
}

.border-bg-blue {
    border: 1px solid #7EBFF6;
}

.btn-custom {
    position: absolute;
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-Select {
    color: white;
    background-color: #3E9FF2;
    border-radius: 5px;
    padding:5px  10px ;
    width:100px;
    border:none;
    font-size:15px;
}

#pills-Truck-tab, #pills-Rail-tab {
    color: #808080;
    background-color: #ccc;
    border-radius: 5px;
    padding: 10px 10px;
    width: 100px;
    border: none;
    font-size: 15px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background-color:#117a65 !important;
    border: none !important;
    outline: none !important;
}
button:focus {
    outline: none !important;
}

@media (max-width: 425px) {
    .searchInput {
        width: 130px !important;
    }
}
@media (max-width: 1024px) {
    .searchInput {
        width: 150px !important;
    }
}

@media screen and (max-width: 480px) {
    .nav-pills li {
         width: 25% !important; 
    }
}

@media screen and (max-width: 575px) {
    .nav {
         display: flex !important; 
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100% !important;
    }
}
#tbInWarehouse tr td:last-child, #trucktable tr td:last-child, #traintable tr td:last-child {
    position: sticky;
    right: 0;
    background-color: #fff !important;
}
#tbInWarehouse tr th:last-child, #trucktable tr th:last-child, #traintable tr th:last-child {
    position: sticky;
    right: 0;
    background-color: #117a65 !important;
}
