﻿a:hover {
    cursor: pointer !important;
}

.table-condensed {
    min-width: 250px;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #00adee !important;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #ccc, #ccc);
    background-image: -ms-linear-gradient(top, #ccc, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc));
    background-image: -webkit-linear-gradient(top, #ccc, #ccc);
    background-image: -o-linear-gradient(top, #ccc, #ccc);
    background-image: linear-gradient(to bottom, #ccc, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc', GradientType=0);
    border-color: #ccc #ccc #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.input-error {
    border: 1px dashed red !important;
}

.right {
    float: right;
}

.nav-tabs {
    border-bottom: 1px solid #00adee;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: #000;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background: #00adee;
            color: #fff;
            border-color: #00adee #00adee #fff;
        }

.modal-close {
    margin-top: -45px;
    position: absolute;
    right: 15px;
    display: none;
}

.modal-content .modal-close {
    display: block;
}

.form-check.form-check-inline label {
    cursor: pointer;
    margin-right: 8px;
}

.row-error {
    background-color: #f8d7da !important;
}

.row-warning {
    background-color: #fff3cd !important;
}

.modal-dialog.fullscreen {
    width: 85%;
    max-width: none;
}

.modal-open {
    background-color: #fff !important;
}

.dataTables_wrapper {
    padding: 20px;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: #ccc !important;
}

    .disabled i {
        color: #ccc !important;
    }

    .disabled.allowed {
        pointer-events: all;
        cursor: pointer;
        color: #ccc !important;
    }

.search {
    margin-bottom: 55px;
}

    .search label {
        float: left;
        margin-top: 10px;
        margin-right: 5px;
    }

    .search input {
        max-width: 200px;
        float: left;
    }

.readonly {
    background-color: #fff !important;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px !important;
    margin-top: 6px !important;
}

.validation-summary-errors {
    padding: 8px 15px;
    width: 85%;
    margin: auto;
}

.text-danger {
    color: #ee343f;
}

.bg-neutral {
}

.order_status {
    width: 10px;
    height: 10px;
    float: left;
    padding: 2px;
    color: #000;
    text-align: center;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 3px;
}

    .order_status.in_progress {
        background-color: #28a745;
        color: #fff;
    }

    .order_status.incomplete {
        background-color: #ffc107;
        color: #fff;
    }

    .order_status.complete, .scheduled {
        background-color: #06fe04;
        color: #fff;
    }

    .order_status.unscheduled {
        background-color: #dc3545;
        color: #fff;
    }

    .order_status.deleted, .partially_cancelled, .cancelled, order_partially_ancelled {
        background-color: red;
        color: #fff;
    }

    .order_status.partially_cancelled {
        background-color: red;
        color: #fff;
    }

    .order_status.new {
        background-color: red;
        color: #fff;
    }

    .order_status.pending {
        background-color: red;
        color: #fff;
    }

    .order_status.active {
        background-color: #06fe04;
        color: #fff;
    }

.grv_status.Complete {
    color: #28a745;
}
.grv_status.Discrepancy {
    color: red;
}


.grv_status.Unconfirmed {
    color: #ffc107;
}


.dashboard-nav {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

    .dashboard-nav.icon {
        width: 75px;
        height: 75px;
        text-align: center;
        border: 4px solid #00adee;
        border-radius: 15px;
        padding: 13px 0px;
        margin: auto;
    }

        .dashboard-nav.icon i {
            font-size: 42px;
            color: #00adee;
        }

    .dashboard-nav:hover.icon {
        background-color: #00adee;
    }

        .dashboard-nav:hover.icon i {
            font-size: 48px;
            color: #fff;
        }

    .dashboard-nav.text {
        color: #00adee;
        font-weight: 600;
        font-size: 16px;
        margin-top: 3px;
    }

    .dashboard-nav:hover.text {
        color: #6f7484;
    }

.scheduled_new {
    background-color: #ff0000;
}

.scheduled_pending {
    background-color: #ffd966;
}

.scheduled_active {
    background-color: #9900ff;
}

.scheduled_scheduled {
    background-color: #00ff00;
}

.scheduled_received {
    background-color: #ccc;
}

.dashboard-stats-badge {
    color: #fff;
    padding: 1px 5px;
    margin-left: 5px;
    min-width: 45px;
    height: 20px;
    border-radius: 5px;
    padding: 3px 0px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.select2 {
    min-width: 200px !important;
}

#pre_loaded {
    color: black;
    background-color: #f8f8f8;
    width: 27px;
    height: 26px;
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    border-radius: 10px;
}