@import "./font/Montserrat_arm2/font.css";

*{
    font-family: Montserrat,'Montserrat arm2', sans-serif;
    letter-spacing: 0.1px;
}

body{
    font-family: Montserrat,'Montserrat arm2', sans-serif;
}


h1 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: Montserrat,'Montserrat arm2', sans-serif;
}


/* Header */

header .navbar-brand img {
    max-width: 180px;
}

header .navbar {
    padding: 20px 16px; 
}

header nav ul li:not(:last-child) {
    margin-right: 4rem;
}

header nav a {
    text-transform: uppercase;
    color: black;
}

header nav li>a {
    font-weight: 500;
    font-size: 1.1rem;
}

.navbar .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Media Request */

@media (max-width: 1199.98px) {
    .couriers .buttons button {
        background-position: 8% center;
        background-size: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    .couriers .buttons button {
        background-position: 8% center;
        background-size: 1.4rem;
        background-image: none;
    }
    .container .dataTable,
    .table-location-result {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 575.98px) {
    .couriers .buttons button:not(:last-child) {
        margin-right: 0.2rem !important;
    }
    .couriers .buttons button {
        padding: 0.3rem !important;
        font-size: 1rem !important;
    }
}


/* Table */

.container table.dataTable {
    /*text-transform: uppercase;*/
    padding: 1rem;
    margin: 0;
    width: 100%;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    -moz-box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    box-sizing: inherit;
}

.container table.dataTable.no-footer {
    border-bottom: none;
}

.container table.dataTable tbody tr td {
    padding: 15px 10px;
}

.container table.dataTable tbody tr td.border-none {
    border-bottom: none !important;
}

.container table.dataTable tbody tr:not(:last-child) td {
    border-bottom: solid 1px #EEE;
}

.container table.dataTable tfoot th,
.container table.dataTable tfoot td {
    padding: 10px 5px 6px 10px;
    border-top: none;
}

.container table.dataTable tfoot th select,
.container table.dataTable tfoot td select {
    max-width: 12rem;
}

tbody tr .sorting_1 {
    font-weight: bold;
}

.container table thead th,
.container table thead td {
    border-bottom: solid 1px #E0E0E0 !important;
}

.dataTables_filter input {
    margin: 1rem 0;
    padding: 0.6rem 1rem;
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    border-radius: 3px;
}


/* ALL LOCKERS */

.table-all-lockers {
    border: none;
}

.table-all-lockers .close-btn {
    background-color: #4820CE;
    text-transform: uppercase;
    border: none;
    padding: .225rem 1.4rem;
}

.table-all-lockers a.change {
    color: #E24545;
    font-size: 0.7rem;
    margin-left: 0.8rem;
}


/* Boxes */

.boxes .add-btn {
    float: right;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #4820CE;
}

.boxes table.dataTable tbody tr {
    text-align: center;
}

.boxes table.dataTable tbody tr td:nth-child(2) {
    text-align: left;
}

.boxes .add-btn:hover {
    text-decoration: none;
}

.boxes .edit-btn {
    color: #4820CE;
}


/* Locations */

.locations h4 {
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 1rem;
}

.locations p {
    margin-bottom: 0;
}

.locations .add-btn {
    text-align: center;
    width: 100%;
    border: #93D174 3px dashed;
    border-radius: 5px;
    margin: 3rem 0;
    transition: .7s;
    cursor: pointer;
}

.locations .add-icon {
    color: #93D174;
    border: solid 5px #93D174;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    font-size: 5rem;
    text-align: center;
    line-height: 4.3rem;
    margin: 1rem 0;
}

.add-btn .text {
    color: #93D174;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.locations .add-btn:hover {
    border: solid #93D174 3px;
}


/* Location edit */

.table-location-edit {
    text-align: center;
}

.table-location-result {
    width: 100%;
    text-transform: uppercase;
    padding: 1rem;
    margin: 2rem 0;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
}

.container .table-location-result thead th,
.container .table-location-result thead td {
    padding: 15px 0 0 0px;
    text-align: center;
    border-bottom: inherit !important;
}

.table-location-result tbody tr td {
    padding: 0px 0 15px 0px;
    color: #5DBA2F;
    text-align: center;
    font-weight: bold;
}

.table-location-result tbody tr td:nth-child(3) {
    color: #E24545;
}

.table-location-edit .btn-status {
    background-color: #5DBA2F;
    padding: 0.1rem 1.2rem;
    border: none;
    text-transform: uppercase;
}

.table-location-edit .edit-btn {
    color: #4820CE;
}

.location-edit h1>span {
    color: #4820CE;
    margin-left: 0.6rem;
}


/* Orders */

.orders h1>span {
    color: #4820CE;
}

.orders h1>span>span {
    color: #E24545;
}

.orders .count {
    color: #8D8D8D;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.orders .info-block {
    padding: 1.5rem 1rem;
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    margin: 2rem;
    border-radius: 5px;
    font-weight: 900;
    font-size: 1.2rem;
}

.orders .info-block .barcodeInput {
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
}

.orders .info-block .scanned {
    color: #5DBA2F;
    margin-bottom: 0.3rem;
    margin-top: 1.5rem;
}

.orders .info-block .scanned span {
    margin-left: 1rem;
}

.orders .info-block .remains {
    color: #E24545;
}

.orders .info-block .remains span {
    margin-left: 1.5rem;
}

.orders .done {
    margin: 2rem;
    text-align: center;
}

.orders .done button {
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1.2rem;
    font-weight: 900;
    background-color: #5DBA2F;
    border: none;
}

.orders .done button:hover {
    background-color: #218838
}

.orders table.table-orders tbody tr.selected {
    background-color: inherit;
    color: #ffffff;
}

.orders table.table-orders tbody tr.selected td {
    background-color: #5DBA2F
}

.orders table.table-orders tbody tr.selected td:first-child {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.orders table.table-orders tbody tr.selected td:last-child {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}


/*  Couriers */

.container table.dataTable tbody tr.selected {
    background-color: inherit;
}

table tbody tr.selected {
    background-color: inherit;
    color: #ffffff;
}

table tbody tr.selected td {
    background-color: #5DBA2F
}

table tbody tr.selected td:first-child {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

table tbody tr.selected td:last-child {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.couriers .filters .form-control {
    width: initial;
    border: none;
    font-weight: bold;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: auto;
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    -moz-box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
    box-shadow: 0px 0px 5px 0px rgb(232, 231, 231);
}

.couriers .count {
    text-transform: uppercase;
    margin: 1rem 0.5rem;
    font-weight: bold;
}

.couriers .buttons button:not(:last-child) {
    margin-right: 2rem;
}

.couriers .buttons button {
    padding: 1.1rem 1rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    font-weight: 900;
    font-size: 1.2rem;
}

.couriers .buttons .btn-success {
    background-color: #5DBA2F;
}

.couriers .buttons .btn-primary {
    background-color: #4820CE;
}

.couriers .btn-box-free {
    background-image: url(../images/box-free.svg);
    background-repeat: no-repeat;
    background-position: 2.2rem center;
    background-size: 1.4rem;
}

.couriers .btn-close-box {
    background-image: url(../images/close-btn.svg);
    background-repeat: no-repeat;
    background-position: 2.2rem center;
    background-size: 1rem;
}

.couriers .btn-open-boxes {
    background-image: url(../images/open-boxes.svg);
    background-repeat: no-repeat;
    background-position: 2rem center;
    background-size: 1rem;
}

.couriers .btn-done {
    background-image: url(../images/done.svg);
    background-repeat: no-repeat;
    background-position: 4rem center;
    background-size: 1.2rem;
}


/* Open Box */

.open-box .count {
    text-transform: uppercase;
    margin: 1rem 0.5rem;
    font-weight: bold;
}

.table-open-box button {
    border: none;
    background-color: #4820CE;
    padding: 0.2rem 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
}

.table-open-box .selected button {
    background-color: #FFFFFF;
    color: #000;
}

.open-box .back-btn {
    background-color: #5DBA2F;
    font-weight: 900;
    border: none;
    text-align: center;
    padding: 0.8rem 5rem;
}

.open-box .back-btn:hover {
    background-color: #218838;
}

.open-box table.dataTable tbody tr {
    text-align: center;
}

.open-box table.dataTable tbody tr td:nth-child(2) {
    text-align: left;
}

.open-box table.dataTable tfoot th {
    text-align: center;
}

.open-box table.dataTable tfoot tr th:nth-child(2) {
    text-align: left;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

/* support */

.search__btn {
    background-color: #5dba2f;
    border: none;
    color: #fff;
}

.block {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 1rem;
}

.locker-table .quantity{
    font-size: .8rem;
    font-weight: bold;
    color: #888;
}

.locker-table thead th {
    border-bottom: 2px dotted #dee2e6;

}
.locker-table th {
    padding: 1rem 2.5rem;
}

.locker-table .box-head {
    background-color: #F8F8F8;

}
.box-head th {
    padding:  1.4rem 2.5rem;
}
.locker-table td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.locker-table .locker-name{
    font-size: .8rem;
    font-weight: bold;
    color: #5dba2f;
}

.box-head + tr {
    font-weight: bold;
}

.btn-onex {
    background-color: #5dba2f;
    border: none;
    text-transform: uppercase;
    padding: .1rem 1rem;
    font-weight: bold;
}

.text-onex {
    color: #5dba2f
}

.borderless td, .borderless th {
    border: none;
}
.icon-size-sm {
    width: 14px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-size-md {
    min-width: 225px;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
}

.btn-outline-onex {
    border: #5dba2f solid 1px;
    color:#5dba2f  ;
}

.btn-outline-onex:hover {
    border: #5dba2f solid 1px;
    background-color: initial;
    color: #5dba2f ;
}

.bl-dotted {
    border-left: dotted #eee !important;
}

.tr-head {
    color: #858585;
}
.name {
    text-transform: uppercase;
}

.btn-open {
    min-width: 170px;
}
/* support end */


.dropdown-item{
    text-transform: inherit;
}