﻿.public-min-width {
    min-width: 300px;
}

.field-validation-error {
    color: red;
    font-style: italic;
    font-size:11px;
}

.max-h-100 {
    max-height: 100px;
}

blockOverlay {
    background-color: #fff !important;
}

.blockUI {
    z-index: 2000 !important;
}

.blockMsg {
    background-color: transparent !important;
    border: 0px !important;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        margin: 0px 1px;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.dataTables_wrapper table tbody tr td {
    vertical-align: middle;
}

.dataTables_wrapper table tbody tr:hover td {
    background-color: #e9ecef;
    box-shadow: none;
}

    .dataTables_wrapper table tbody tr:hover .btn-light {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }

.dataTables_wrapper table th, .dataTables_wrapper table th a, table .thead-default th {
    color: #373c43;
}

.dataTables_wrapper table td a:not(.dropdown-menu) {
    font-weight: bold;
    text-decoration: underline;
}

.dataTables_wrapper table td .dropdown-menu a, .dataTables_wrapper table td a.btn {
    font-weight: normal;
    text-decoration: none;
}


.dataTables_wrapper table a:hover {
    color: #000;
    text-decoration: underline;
}

.dataTables_wrapper .dataTable {
    border-collapse: collapse !important;
}

    .dataTables_wrapper .dataTable thead th a {
        display: block;
        padding-right: 22px;
    }

    .dataTables_wrapper .dataTable .form-control {
        height: auto;
        width: 83%;
    }

.pagedtable-filter-panel {
    background-color: #F8F8F8;
    margin-top: 5px;
    padding: 25px;
}

    .pagedtable-filter-panel .ibox-footer {
        padding-top: 25px !important;
    }

    .pagedtable-filter-panel .ibox-body, .pagedtable-filter-panel .ibox-footer {
        padding: 0px;
    }

.pagedtable-action-row {
    float: none;
    display: block;
}

.pagedtable-action-row-xs, .btn-group-page-buttons {
    display: none;
}

    .pagedtable-action-row-xs .dropdown-menu a.active {
        background-color: #f2f2f2;
    }

.pagedtable-action-row .items-to-display {
    background-color: #253544;
    border-color: #253544;
    padding-left: .75rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .875rem;
    color: #fff;
    display: inline-block;
}

.pagedtable-action-row .btn-refresh {
    background-color: #253544;
    border-color: #253544;
    color: #fff;
}

.pagedtable-action-row .items-to-display .pager-display-label {
    padding-right: 10px;
}

.pagedtable-selectedFilters-row {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

    .pagedtable-selectedFilters-row div i {
        color: #34495f;
    }

.pagedtable-filter-panel .btn {
    margin-right: 5px;
}

.pagedtable .pagedtable-mobile-header-title {
    display: none;
}

@media (max-width: 820px) {
    .pagedtable-action-row-xs {
        display: inline-block;
    }

    .pagedtable-action-row .items-to-display {
        float: none;
        display: inline-block;
        margin-left: 0px !important;
    }

    .pagedtable-action-row-content {
        display: none;
    }

    .pagedtable-right-options-refresh {
        float: none !important;
        clear: both;
        margin-right: 0px !important;
    }

    .pagedtable-action-row-content {
        padding-top: 5px;
    }

        .pagedtable-action-row-content > .btn {
            margin-bottom: 5px;
        }
}

.col-form-label-required:after {
    content: '*';
    color: #f75a5f !important;
    margin-left: 3px;
}

.form-check-form {
    position: relative;
    top: 9px;
}

.list-group-tab {
    display:none;
}

.list-group-tab.active {
    display: block;
}

.list-group-tabs .list-group-item.list-group-item-action {
    white-space: nowrap;
    overflow: hidden;
}

.input-group {
    align-items: center;
}

.input-daterange.input-group .input-group-addon {
    padding-left : 5px;
    padding-right : 5px;
}

.badge {
    font-size: .65rem;
}

.google_maps_position {
    height: 350px;
    width: 100%;
}

.card-body .pagedtable .card {
    box-shadow: none;
}

.card-body .pagedtable .card-body {
    padding: 0px;
}

.google_maps_tracking {
    max-width:100%;
    height:600px;
}

.shipment-tracing-list {
    height: 570px;
}