﻿.icon_action {
    float: left;
    width: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
}

.icon_action > i {
    color: black !important;
}

.icon_clear_date {
    float: left;
    margin-left: 5px;
    color: white;
    margin-top: 7px;
}

.select_time {
    width: 20%;
    float: left;
    margin-left: 5px;
}

.select_order_picker {
    float: left;
    width: 48%;
}

.layout-container {
    max-width: 99% !important;
}

table#AreaListTable td{
    padding-left: 18px !important;
}

table#SessionListTable{
    padding: 0px;
}

table#SessionListTable td {
    padding-left: 18px !important;
}

table#CourierSessionListTable {
    padding: 0px;
}

table#CourierSessionListTable td {
    padding-left: 18px !important;
}

table#CourierHoursTable {
    padding: 0px;
}

table#CourierHoursTable td {
    padding-left: 18px !important;
}

table#report-table{
    width: 100%;
}

table#report-table tr {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

table#report-table th {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

table#report-table td {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

table#tableReport {
    width: 100%;
    margin: 0px;
}

table#tableReport tr {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

table#tableReport th {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

table#tableReport td {
    border: 1px solid black;
    text-align: center;
    padding: 15px;
}

.select2-selection {
    height: 34px !important;
    border-color: grey !important;
    padding: 3px;
}

.select2-container {
    width: 100% !important;
    font-size: 14px;
    height: 34px !important;
    line-height: 1.42857143;
    border-color: grey !important;
}

#tableReport{
    margin: 0px 25px;
}

.hasNotReachedValue {
    background-color: #f5424b;
}

.hasReachedValue {
    background-color: #3cf060;
}

table#couriersTable{
    width: 100%;
}

table#couriersTable td{
    padding: 10px;
}

.checkbox-courier {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: 20px;
    height: 20px;
    border: solid #c5c5c5 1px;
    border-radius: 5px;
    position: relative;
}

.checkbox-courier:disabled {
    background: #ddd;
}

.checkbox-courier:checked {
    background: #f5841f
}

.checkbox-courier::before {
    content: "";
    color: white;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    top: -1px;
    left: 0px;
    background: rgba(255,255,255,0);
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}

.checkbox-courier:checked::before {
    content: "✓";
}


table#CourierHoursTable td{
    height: 60px;
    padding-left: 18px !important;
}

table#CourierHoursTableAll td {
    height: 60px;
    padding-left: 18px !important;
}

