/* table of contents 
1. global styles
2. colors
3. typhography
4. components
	3.0 tabs
	3.1 dropdown
	3.2 buttons
	3.3 navigation bar
	3.4 date time picker
    3.5 sidenav
    3.6 search
    3.7 page_length
    3.8 table
    3.9 panel
    4.0 form

5. icons
6. header
7. login
8. grid

 */
/* ================
	Global styles
   ================
*/



body {
    /*background: #FFFFFF;*/
    background: #f8f8f8;
    margin: 0;
    padding: 0;
    font-family: Roboto !important;
}

.body-content {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}

.site-title {
    font-size: 21px;
    margin-left: 30px;
    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    line-height: 60px;
}

label {
    margin-bottom: 0;
    min-width: 40px;
}

.full-width {
    width: 100%;
}

.hover-pointer:hover {
    cursor: pointer !important;
}

.flex-row {
    display: flex;
}

.bold {
    font-weight: bold;
}

.relative-position {
    position: relative;
}
/* ================
	Colors
   ================
*/
.blue {
    color: #004F77;
}

.blue-darker {
    color: #002D44 !important;
}

.blue-light {
    color: #0071A9;
}

.blue-lighter {
    color: #9CDEFF;
}

.gray-light {
    color: #ADC0D9;
}
/* ================
	Typhography
   ================
*/
/* ================
	Layout
   ================
*/
header, main, footer {
    padding-left: 30px;
}
/* ================
	Components
   ================
*/
/* tabs  */
.tabs .tab a:hover, .tabs .tab a.active {
    color: #004F77;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(156, 222, 255, 1.00);
    outline: none;
}

.tabs .tab a {
    color: #ADC0D9;
}

.tabs .indicator {
    background-color: #F2C6A0;
}

.tabs .icon-tab {
    display: inline-block;
    font-size: 1rem;
    padding: 5px;
}

input.leaflet-control-layers-selector {
    display: none;
}

.leaflet-popup {
    /*max-width:500px;*/
    /*overflow-y: auto;*/
}

.trip-E-popup {
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: whitesmoke;
    /*opacity: 0.9;*/
}

.leaflet-popup-content {
    width: auto !important;
}

.leaflet-layerstree-header {
    font-size: 14px !important;
}

#tripErrorMessage {
    color: orangered;
    margin: 5px 0px;
}

.assigment-btn {
    float: inherit;
}

.assigment-div {
    padding: 0px 0px 0px 0px;
    -webkit-appearance: none !important;
}

.navrole {
    position: fixed;
    z-index: 999;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}

.form-group .datepicker-group input#startTimePickerReport,
.form-group .datepicker-group input#endTimePickerReport
.form-group .datepicker-group input#filterTimeNotification {
    color: #000000 !important;
    padding: 0 !important;
    margin: -2px 0 0 !important;
    outline: 0 !important;
    position: relative;
    font-size: 14px !important;
    width: 100%;
    max-width: 100%;
    border: none;
    z-index: 1;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .sidenav {
        overflow-y: auto;
    }

    .start-end-div {
        position: inherit;
        display: inline-flex !important;
        /*width: 480px !important;*/
    }

    #startTimePicker, #endTimePicker, #startTimePickerMap, #endTimePickerMap, #startTimePickerSpill, #endTimePickerSpill, #startTimePickerReport, #endTimePickerReport, #filterTimeNotification {
        min-width: 60% !important;
        max-width: 80% !important;
    }

    .dataTables_wrapper .dataTables_filter label {
        margin-left: 15px;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 0 0 0 0 !important;
        float: left !important;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin: 0 0 0 1.3em !important;
        }

    .modal {
        max-width: 95% !important;
    }

    .modal-content {
        min-height: auto !important;
    }

    .customDataTables_filter {
        /*display: inline-flex;
        align-items: baseline;*/
        margin: 0 0 0 0px !important;
        float: left !important;
        /*max-width: 100%;*/
    }

        .customDataTables_filter input[type=search] {
            margin-left: 19px !Important;
        }


    .modal-notification {
        left: auto;
        top: 57px !important;
        line-height: normal;
        min-height: 560px;
        max-width: 400px !important;
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 600px) {
    .navrole {
        position: relative;
    }

    .nav-tabs .icon-tab {
        display: block !important;
        font-size: 11px;
        padding: 5px;
        margin-bottom: -15px;
    }

    .nav-tabs .tab a {
        padding: 0 5px !important;
        font-size: 10px !important;
    }
}

/*.nav {
    display: block !important;
}*/

/*.nav-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #004F77;
    margin: 0 auto;
    white-space: nowrap;
}*/

.nav-tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

    .nav-tabs .tab a {
        color: #ADC0D9;
    }

        .nav-tabs .tab a:hover, .nav-tabs .tab a.active {
            color: #004F77;
            background-color: #9CDEFF;
            text-decoration: none;
        }

.nav-tabs .icon-tab {
    display: inline-block;
    font-size: 1rem;
    padding: 5px;
}

.nav-tabs .tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease, background-color .28s ease;
}

    .nav-tabs .tab a.active {
        border-bottom: 3px solid #F2C6A0;
    }

/* dropdown  */
.dropdown-content li > a, .dropdown-content li > span {
    color: #707070;
}

.dropdown-item {
    display: flex !important;
}
/* buttons   */
/*.btn, .btn-large, .btn-small, .btn:focus, .btn:hover, .btn-large:hover, .btn-small:hover {
    
    background-color:inherit;
    border:none;
}*/
/*.btn {    
    background-color:inherit;
    border:none;
}*/

.date-time-container {
    display: inline-block;
    margin: 5px 5px;
    line-height: 25px;
}


.date-time-container2 {
    display: inline-flex;
    margin: 10px 5px 5px 5px;
    line-height: 25px;
    align-items: baseline;
}

.date-time-container3 {
    display: inline-flex;
    margin: 0px 5px 0px 0px;
    line-height: 25px;
    align-items: baseline;
}

.date-time-container2 .input {
    width: 150px;
}

.sample-time-icon {
    align-self: flex-start;
    line-height: 30px;
}

#startTimePicker, #endTimePicker, #startTimePickerMap, #endTimePickerMap, #startTimePickerSpill, #endTimePickerSpill, #startTimePickerReport, #endTimePickerReport, #filterTimeNotification {
    margin-left: 4px;
    padding-left: 7px;
    /*width: 150px;*/
    color: #5f89ad;
    font-size: 15px;
}

#legendDiv {
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    right: 10px;
    top: 15%;
    padding: 8px;
    max-width: 130px;
    box-shadow: 5px 5px #3e3f40;
}

#legendTable td {
    padding: 0;
}

.refresh-btn {
    margin: 0;
    padding: 0 6px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    background-color: inherit !important;
}

a {
    box-shadow: none !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-picker:active {
    color: #fff;
    background-color: #5f89ad !important;
    border-color: #5f89ad;
    line-height: 0px;
}

.btn-flat {
    font-size: 16px;
}

.emmp-btn, .emmp-btn:hover {
    background-color: #5f89ad;
    /*margin-right: 4px;*/
}

.confirm-btn {
    color: darkgreen;
}

.delete-btn {
    color: #f44336;
}


a:not([href]):not([tabindex]) {
    color: #fff !important;
}

/* navigation bar   */
nav {
    /*background-color: #002d44 !important;*/
    background-image: linear-gradient( 350deg, #90989e 15%, #1d3044 80%);
}

.nav-wrapper {
    z-index: 1001;
}

#logo-container img {
    width: 55px;
    vertical-align: baseline;
    /*height: 100%;*/
}

#qrVideo {
    height: 200px;
}

#scanModal {
    height: auto;
}




/* date time picker   */
.btn-picker {
    width: 165px !important;
    background-color: #FFF;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    display: inline-block;
    height: 30.006px;
    line-height: 30.006px;
    font-size: 13px;
    padding: 0 15px;
    text-transform: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    .btn-picker input[type=text]:not(.browser-default) {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        margin: -2px 0 8px 0;
    }

.datepicker-date-display, .timepicker-digital-display {
    background-color: #049DD9;
}

.datepicker-table td.is-today {
    color: #049DD9;
}

.datepicker-table td.is-selected {
    background-color: #049DD9;
    color: #FFF;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #049DD9;
}

.timepicker-close {
    color: #049DD9;
}
/* sidenav   */
.sidenav.sidenav-fixed {
    padding: 120px 0;
}

.sidenav li {
    color: #FFF;
    /*margin: 10px 0;*/
}

    .sidenav li.active > a > i {
        color: #FFF;
    }

.sidenav {
    overflow-y: hidden;
    z-index: 50;
}

    .sidenav i {
        color: white;
    }

    .sidenav li > a > i.material-icons {
        margin: 0;
    }
/* search   */
.dataTables_wrapper {
    margin: auto 0px 10px 0px;
}

    .dataTables_wrapper .dataTables_filter {
        margin: -39px 0px;
        float: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin: 0px 0 0 1.7em;
            height: 2rem;
            width: 200px;
            border: 1px solid #ced4da;
            border-radius: .25rem;
        }

            .dataTables_wrapper .dataTables_filter input:focus {
                color: #495057;
                background-color: #fff;
                border-color: #80bdff;
                outline: 0;
                box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
            }

        .dataTables_wrapper .dataTables_filter label {
            color: #5f89ad;
        }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #d8d8d8;
}

table.dataTable.display tbody tr.odd {
    background-color: #e6e6e3;
}

.resultTable_filter label, .dataTables_info, .dataTables_length, .dataTables_paginate {
    font-size: 14px;
}

.dataTables_info {
    margin-left: 5px;
}

.dataTables_paginate {
    /*margin-right: 5px;*/
}

table.dataTable tbody tr {
    /*height: 31px;*/
}

/*horizontal scroll on datatables fields*/
.DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9e9e9e;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9e9e9e;
    font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9e9e9e;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #9e9e9e;
    font-size: 14px;
}

/* page_length   */
.dataTables_length select {
    display: block;
    height: 25px;
    border-radius: 5px;
    width: 100%;
    margin: -5px 5px;
    padding: 0 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #8092a0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #8092a0;
}

.dataTables_length label {
    display: inline-flex;
    line-height: 18px;
    margin: 0 0 0 10px;
}

.dataTables_lenght label {
    padding: 10px;
    background-color: red;
}

.dataTables_length {
    margin: 10px 0px;
}
/* table   */
table.dataTable tbody tr.selected {
    background-color: #9CDEFF !important;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1, tr.odd.selected > .sorting_1 {
    background-color: #9CDEFF !important;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 1px solid #004F77;
    border-bottom: 2px solid #004F77;
}

table .material-icons {
    font-size: 18px;
    color: darkgray;
}

table.dataTable thead th {
    padding-left: 10px !important;
    background-color: #f8f8f8 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px;
}
/* panel   */
.panel {
    margin: 10px 0 0 0;
    float: left;
    display: inline;
    min-width: -webkit-fill-available;
}
/* form  */
.select-wrapper input.select-dropdown {
    border-bottom: none;
    color: #fff;
    letter-spacing: .5px;
    font-size: 14px;
}

.modal {
    max-height: 85%;
    max-width: 80%;
    top: 8% !important;
    height: auto;
}

.modal-admin {
    width: 55%;
}

.modal-setting {
    width: 55%;
}

.modal-notification {
    left: auto;
    line-height: normal;
    padding-bottom: 5px;
    height: 94%;
    max-height: 94% !important;
}

    .modal-notification .modal-content {
        padding: 10px 0 0 0;
        min-height: 560px;
    }

        .modal-notification .modal-content .row {
            margin-left: 10px;
            margin-right: 10px;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

            .modal-notification .modal-content .row .col {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

                .modal-notification .modal-content .row .col h5 {
                    color: rgba(0, 0, 0, 0.87)
                }

            .modal-notification .modal-content .row .col-xs a:hover {
                cursor: pointer;
            }

    .modal-notification .modal-close {
        border-radius: 0px;
    }

.notification-info {
    margin-left: 30px;
}

    .notification-info a {
        padding: 0;
    }

.notification-detail {
    margin-left: 18px;
}

#alertModal {
    height: auto;
    top: 30% !important;
    width: 600px;
}

#infoModal {
    height: auto;
    top: 30% !important;
    width: 600px;
}

#warningModal {
    height: auto;
    top: 30% !important;
    width: 600px;
}

#promptModal {
    height: auto;
    top: 30% !important;
    width: 600px;
}

.small-modal {
    height: auto;
    top: 30% !important;
    width: 400px;
}

.file-field .btn {
    height: 2.5rem;
    line-height: 2.5rem;
}

.tab-content {
    padding: 5px 5px 5px 5px;
}

.previewError {
    width: 38%;
    margin-left: 2%;
    background: #f8f8f8;
    /*padding: 5px 5px 5px 20px;*/
    overflow: auto;
}

    .previewError ul:not(:first-child) {
        padding-left: 15px !important;
    }


    .previewError ul.tree li {
        list-style-type: none;
        position: relative;
    }

        .previewError ul.tree li ul {
            display: none;
        }

        .previewError ul.tree li.open > ul {
            display: block;
        }

        .previewError ul.tree li a {
            color: black;
            text-decoration: none;
        }

            .previewError ul.tree li a:before {
                height: 1em;
                padding: 0 .1em;
                font-size: .8em;
                display: block;
                position: absolute;
                left: -1.3em;
                top: .2em;
            }

        .previewError ul.tree li > a:not(:last-child):before {
            /*content: '+';*/
        }

        .previewError ul.tree li.open > a:not(:last-child):before {
            /*content: '-';*/
        }

/*.previewError ul.tree li > a:last-child:before {
        content: '•';
    }*/

/*.previewError ul.tree li > a:last-child:before {
        content: '•';
    }*/




/* ================
	Icons
   ================
*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?wqy9rd');
    src: url('fonts/icomoon.eot?wqy9rd#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?wqy9rd') format('truetype'), url('fonts/icomoon.woff?wqy9rd') format('woff'), url('fonts/icomoon.svg?wqy9rd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.5rem;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-percent-fines:before {
    content: "\e904";
}

.icon-contractor:before {
    content: "\e905";
}

.icon-calculator:before {
    content: "\e906";
}

.icon-spill-rate:before {
    content: "\e907";
}

.icon-operation:before {
    content: "\e908";
}

.icon-material:before {
    content: "\e909";
}

.icon-vessel:before {
    content: "\e90a";
}

.icon-location:before {
    content: "\e90b";
}

.icon-overflow-tss:before {
    content: "\e900";
}

.icon-density:before {
    content: "\e901";
}

.icon-map:before {
    content: "\e902";
}

.icon-data-view:before {
    content: "\e903";
}

.icon-trip:before {
    content: "\e90c";
}

.icon-qr-code:before {
    content: "\e90d";
}

.icon-admin:before {
    content: "\e90e";
}

.icon-settings:before {
    content: "\e90f";
}

.icon-sample-data:before {
    content: "\e910";
}

.icon-time-period:before {
    content: "\e911";
}

.icon-alert-warning:before {
    content: "\e912";
}

.icon-bell:before {
    content: "\e913";
}

.icon-alert-error:before {
    content: "\e914";
}

.icon-calendarz:before {
    content: "\e915";
}

.icon-directions-ferry:before {
    content: "\e916";
}

.icon-swap-vert:before {
    content: "\e917";
}

.icon-chevron-down:before {
    content: "\e918";
}

/*#icon-tripC-sidebar::after, #icon-tripE-sidebar::after, #icon-sampleE-sidebar::after, #icon-sampleL-sidebar::after {
    font-family: Roboto !important;
    position: absolute;
    top: 28px;
    left: 25px;
    font-size: 12px;
    font-weight: bold;
}

#icon-tripC-sidebar::after {
    content: "C";
}

#icon-tripE-sidebar::after {
    content: "E";
}

#icon-sampleE-sidebar::after {
    content: "E";
}

#icon-sampleL-sidebar::after {
    content: "L";
}
    */

/* ================
	Header
   ================
*/
.header {
    width: 30%;
    font-size: 15px;
    color: white;
    font-weight: 600;
    padding: 0 10px;
    background: #1E5807;
}

nav .brand-logo {
    /*padding-left: 60px;*/
}

.nav-li {
    display: none;
}

.icon-block {
    padding: 0 15px;
}

    .icon-block .material-icons {
        font-size: inherit;
    }

.projectText {
    display: inherit;
}
/* ================
	Login
   ================
*/
#login-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #login-page .card-panel.border-radius-6.login-card {
        margin-left: 0 !important;
    }

    #login-page .input-field {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

.login-card {
    z-index: 1000;
}

.login-lable {
    line-height: 5px;
    padding: 0 0 0 7px;
}

#coverEffect {
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: black;
    /*background-image: linear-gradient( 135deg, #FEC163 10%, #004165 60%);*/
}

#loginErrorMessage {
    display: none;
    color: #ff8f00;
}

.overlay {
    background: black;
    display: none;
    z-index: 1031;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader {
    position: relative;
    top: 45%;
    vertical-align: middle;
    margin: auto;
    border: 10px solid #ffffff;
    border-radius: 50%;
    border-top: 10px solid #333;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: center center no-repeat;
}


.border-radius-6 {
    border-radius: 6px !important;
}

.bg-opacity-8 {
    background-color: rgba(255, 255, 255, .8);
}

.login-bg {
    background-image: url("../images/login_page_bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/* ================
	Grid
   ================
*/
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mr5 {
    margin-right: 5px;
}

.row {
    margin-bottom: 0px;
    /*margin-left: auto !important;
    margin-right: auto !important;*/
}

.sidenav li.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.center-button-icon {
    line-height: 56px;
}


.title-col {
    width: 70%;
    padding-left: 15px;
}

#projectDropdownText {
    display: none;
}

.dropdown-col {
    width: 30%;
}

.mobile-menu-text {
    color: white;
    display: none;
}

.button-icon {
    font-size: 14px !important;
    margin-right: 5px;
}

.start-end-div {
    display: inline-flex;
    color: #5f89ad;
    font-size: 15px;
}




/* QR */
.printDivCL {
    width: 380px;
    display: block;
}


.previewDiv {
    display: none;
    border: 1px solid #8092a0;
    padding: 5px 0;
}

.print-button-row {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}


.previewDiv td {
    padding: 2px;
}

.previewDiv tr {
    border: none;
}

.printDiv {
    margin: 10px 50px;
}

table.printTable td, table.printTable tr {
    font-size: 12px;
}

#printQRButton, #printQRButton2 {
    display: none;
}

.dropdown {
    background-color: #8092a0;
}

    .dropdown:hover {
        background-color: #8092a0;
    }

@media print {
    .previewDiv {
        padding: 0px 5px;
        /*page-break-before: always;*/
    }


    /*.previewDiv td {
            padding: 2px;
        }

        .previewDiv tr {
            border: none;
        }*/


}

.testType-tabs {
    background-color: #5f89ad;
}

.testType-tab {
    height: 40px;
    width: 20%;
    max-width: 200px;
    text-align: center;
    color: white;
    padding: 14px 0;
    border-radius: 8px 8px 0 0;
}

    .testType-tab.active {
        color: #5f89ad;
        background-color: #f8f8f8;
        font-size: 16px;
    }

    .testType-tab:hover {
        background-color: #f8f8f8;
        color: #5f89ad;
    }



.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
    line-height: 0 !important;
    font-size: 14px !important;
    height: auto !important;
    color: #58656e !important;
}


.bootstrap-datetimepicker-widget table {
    height: 25px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0 !important;
}

.custom-menu {
    font-size: 15px;
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
}

    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

.expandableTooltip {
    position: relative;
    display: inline-block;
}

    .expandableTooltip .expandableTooltipText {
        /*visibility: hidden;*/
        display: none;
        min-width: 100px;
        background-color: #d8d8d8;
        /*height: 100px;*/
        /*color: #fff;*/
        text-align: center;
        border-radius: 6px;
        /*border: 1px solid black;*/
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        /*display: inline-block;*/
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -100px;
    }

    .expandableTooltip:hover .expandableTooltipText {
        /*visibility: visible;*/
        display: inline-block;
    }


.expand-sampleId {
    margin-top: 10px;
}

.inline-edit {
    font-size: 14px !important;
    margin-left: 5px !important;
}

.custom-select {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 90%;
    display: block;
    padding: 0;
    margin: 0 0 8px 0;
    -webkit-appearance: menulist;
    background: unset;
    color: black;
    height: 29px;
}

.custom-input {
    width: 89% !important;
    padding-left: 1% !important;
}

.custom-label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}


.validate-error {
    color: orangered;
    font-size: 13px;
    margin-bottom: 10px;
}

div#spillTable_wrapper, div#spillTable2_wrapper {
    margin: 32px 0 10px 0;
}

div#spillTable_wrapper {
    width: 100%;
    padding: 0 0 0 10.5px;
}

div#spillTable2_wrapper {
    flex-grow: 1;
}


/*div#spillTable_filter, div#spillTable2_filter {
    float: left;
    margin: -48px 0;
}

div#spillTable_filter {
    padding: 0 0.75rem;
}*/

#slideDiv {
    display: none;
    width: 20px;
    margin-top: 37px;
}

    #slideDiv:hover {
        cursor: pointer;
        background-color: #8092a0;
    }


table.dataTable thead th {
    text-align: center;
}

@media only screen and (max-width: 820px) {
    main {
        padding-left: 0px;
    }

    .input-field > label {
        position: relative;
        display: inline;
    }

    label {
        min-width: 40px;
    }

    .sidenav {
        overflow-y: auto;
    }

    .site-title {
        font-size: 20px;
        margin: 0 15px;
        float: right;
    }

    .start-end-div {
        position: inherit;
        width: auto;
        float: left;
    }

    .refresh-btn {
        min-width: 30px !important;
        position: inherit;
        margin: 0 0 0 5px;
        max-width: 10%;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 0 0 0 1px;
        float: left;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin: 0 0 0 25px;
            /*width: 250px;*/
        }

    .body-content {
        padding: 0;
    }

    .navrole {
        position: relative;
        /*margin-bottom: 10px;*/
    }

    #startTimePicker, #endTimePicker, #startTimePickerMap, #endTimePickerMap, #startTimePickerSpill, #endTimePickerSpill, #startTimePickerReport, #endTimePickerReport, #filterTimeNotification {
        min-width: 60%;
        max-width: 80%;
    }

    .customDataTables_filter {
        float: left !important;
        margin: 0 0 0 5px !important
    }

        .customDataTables_filter label {
            padding: 0 4% 0 1%;
            min-width: 67px;
        }

        .customDataTables_filter input[type=search] {
            max-width: 100%;
            /* margin-left: 5px; */
        }

    .date-time-container {
        display: inline-block;
        margin: 5px 5px;
        line-height: 25px;
    }

    .date-time-container3 {
        margin: 5px 0 0 0;
    }
}


/*mobile*/
@media only screen and (max-width: 613px) {
    date-time-container {
        display: inline-block;
        margin: 0 0 0 0 !important;
        line-height: 25px;
    }

    .button-col {
        padding: 0 0 0 0 !important;
        text-align: justify;
    }

    .date-time-container {
        display: inline-block;
        /*margin: 0 0 0 5px !important;*/
        line-height: 25px;
    }

    .date-time-container2 {
        margin: 4px 0 0 4px;
        min-width: 97% !important;
    }

    .date-time-container3 {
        margin: 0px 0 0 4px;
        min-width: 81% !important;
    }

    /*#startTimePicker, #endTimePicker, #startTimePickerMap, #endTimePickerMap, #startTimePickerSpill, #endTimePickerSpill {  
        width: 90px;
    }*/

    .trip-panel {
        width: 100%;
    }

    .sidenav {
        width: 205px;
        display: block !important;
    }

        .sidenav .menu-title {
            color: #adc0d9;
            font-size: 12px;
        }

        .sidenav .divider {
            background-color: #adc0d9;
            opacity: 0.5;
        }

        .sidenav.sidenav-fixed {
            padding: 55px 0;
        }

    .row-btn {
        width: 97%;
        margin: 0 0 5px 5px;
    }

    #projectButton {
        display: none;
    }

    #projectIcon {
        display: inline-block;
    }

    .title-col {
        padding-left: 10px;
    }

    .dropdown-col {
        padding-right: 5px;
    }

    .dropdown-button {
        padding: 0 5px;
    }

    #logo-container img {
        width: 45px;
    }

    #logo-container {
        line-height: 50px;
    }

    .site-title {
        font-size: 15px;
        height: 15px;
        line-height: 50px;
    }

    .sidenav.sidenav-fixed {
        padding: 96px 0;
        opacity: 0.9;
        background: #1d3044;
    }

    .mobile-menu-text {
        display: none;
        font-size: 16px;
    }

    .sidenav li > a {
        padding: 0px 15px;
    }

    .dataTables_scroll {
        margin-top: auto;
    }

    .dataTables_wrapper {
        position: inherit;
        margin: 33px 0 10px 0;
    }

        .dataTables_wrapper .dataTables_filter {
            position: inherit;
            right: 0px;
            /*margin: -78px;*/
            /*float: none;*/
        }

    #projectDropdownText {
        text-align: center;
        display: inline-flex;
    }

    .project-arrow-mobile {
        line-height: inherit !important;
        margin: 0 !important;
    }

    .dropdown-content {
        top: 56px !important;
    }

    .printDiv {
        margin: 10px 10px;
    }

    .testType-tab {
        font-size: 10px;
    }

        .testType-tab.active {
            font-size: 12px;
        }

    #spillTables {
        display: inline-grid;
        margin: 8px 0 0 0;
    }

    #spillTable_filter {
        float: left;
        margin: -40px 0px;
    }
}




@media only screen and (min-width: 601px) {
    #projectButton {
        display: inline-block;
    }

    #projectIcon {
        display: none;
    }

    .dropdown-button {
        padding: 0 15px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 992px) {
    .navrole {
        position: relative;
    }

    .dataTables_wrapper {
        /*margin: 85px 0px 20px 0px;*/
    }
}



@media only screen and (min-width: 992px) {

    .trip-panel {
        width: calc(100% - 260px);
    }
}

@media only screen and (max-width: 613px) and (orientation: portrait) {
    .site-title {
        font-size: 15px;
        height: 15px;
        line-height: 50px;
    }

    .start-end-div {
        position: inherit;
        display: inline-block;
        width: auto;
        /*max-width: 300px;*/
        max-width: -webkit-fill-available;
        margin: 5px 0 0 0;
    }

    .modal {
        max-height: 95%;
        max-width: 95%;
        top: 8% !important;
        height: auto;
    }

    .modal-admin {
        width: 100%;
    }

    .modal-setting {
        width: 100%;
    }

    #startTimePicker, #endTimePicker, #startTimePickerMap, #endTimePickerMap, #startTimePickerSpill, #endTimePickerSpill, #startTimePickerReport, #endTimePickerReport, #filterTimeNotification {
        min-width: auto;
        margin: 0 0 2px 0;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin: 3px 0 0 17px;
        width: 250px;
    }

    .customDataTables_filter {
        float: left !important;
        width: 90% !important;
        margin: 0px 5px !important;
    }

        .customDataTables_filter input[type=search] {
            width: 85% !important;
            margin-left: 0 !important;
            margin-top: 3px;
        }

        .customDataTables_filter label {
            min-width: 67px;
        }

    .modal-notification {
        left: auto;
        top: 57px !important;
        line-height: normal;
        /*max-width: 400px !important;
        min-width: 200px !important;*/
    }
}

@media (min-width: 612px) {
    #notification-modal {
        width: 400px;        
    }
}

@media (min-width: 992px) {
    #notification-modal {
        top: 60px !important;
    }
}

.customDataTables_filter {
    display: inline-flex;
    align-items: baseline;
    /*float: right;*/
    margin: 2px 0px;
    max-width: 100%;
    font-size: 15px;
}

    .customDataTables_filter label {
        color: #5f89ad;
        padding: 0 4% 0 1%;
        min-width: 67px;
    }

    .customDataTables_filter input[type=search] {
        max-width: 100%;
        /*margin-left: 5px;*/
    }


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

@media only screen and (max-width: 360px) {
    .dataTables_wrapper .dataTables_filter {
        margin: 0 !important;
        float: left;
    }

    #spillTables {
        display: inline-grid;
        margin: -32px 0 0 0;
    }

    #spillTable_filter {
        float: left;
        margin: -40px 0px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1038px) {
    .dataTables_wrapper .dataTables_filter {
        /*margin: -48px 0px;*/
        margin: 0 0 0 0 !important;
        float: left !important;
    }
}

/*@media screen and (min-width: 610px) and (max-width: 806px) {
    .customDataTables_filter {
        display: inline-flex;
        align-items: baseline;
        float: left;
        /*margin: 0px 5px;*/
/*max-width: 100%;
        font-size: 15px;
    }

        .customDataTables_filter input[type=search] {
            max-width: 100%;
            margin-left: 27px;
        }
}*/

/*@media screen and (min-width: 807px) and (max-width: 873px) {
    .customDataTables_filter {
        display: inline-flex;
        align-items: baseline;
        float: right;
        margin: 10px 5px;
        max-width: 100%;
        font-size: 15px;
    }
}

@media screen and (min-width: 874px) and (max-width: 1135px) {
    .customDataTables_filter {
        display: inline-flex;
        align-items: baseline;
        float: left;
        margin: 10px 5px;
        max-width: 100%;
        font-size: 15px;
    }
}*/

.marker-cluster-red {
    background-color: #000000;
}

    .marker-cluster-red div {
        background-color: #f44336;
        width: 22.5px !important;
        height: 22.5px !important;
        margin-left: 1.5px !important;
        margin-top: 1.5px !important;
    }

    .marker-cluster-red span {
        line-height: 22px !important;
    }

.marker-cluster-yellow {
    background-color: #000000;
}

    .marker-cluster-yellow div {
        background-color: #ffc107;
        width: 22.5px !important;
        height: 22.5px !important;
        margin-left: 1.5px !important;
        margin-top: 1.5px !important;
    }

    .marker-cluster-yellow span {
        line-height: 22px !important;
    }

.marker-cluster-green {
    background-color: #000000;
}

    .marker-cluster-green div {
        background-color: #4caf50;
        width: 22.5px !important;
        height: 22.5px !important;
        margin-left: 1.5px !important;
        margin-top: 1.5px !important;
    }

    .marker-cluster-green span {
        line-height: 22px !important;
    }

.marker-cluster-blue {
    background-color: #000000;
}

    .marker-cluster-blue div {
        background-color: #2196f3;
        width: 22.5px !important;
        height: 22.5px !important;
        margin-left: 1.5px !important;
        margin-top: 1.5px !important;
    }

    .marker-cluster-blue span {
        line-height: 22px !important;
    }


.status {
    padding: 3px 6px;
    width: 100px;
    text-align: center;
    color: white;
    font-size: 11px;
    border-radius: 4px;
    margin: 5px;
}

.pending {
    background-color: #fbaf5d;
}

.in-progress {
    background-color: #6dcff6;
}

.error {
    background-color: #f26d7d;
}

.complete {
    background-color: #acd373;
}

.material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 200, 'opsz' 48;
    padding: 10px 0px 0px 7px;
    color:#5f89ad ;
}

#forgotPassword {
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}

#forgotPasswordModal {
    display: none;
    background-color: white;
    z-index: 3000;
    top: 30%;
    position: absolute;
    width: 40%;
    padding: 20px;
    border-radius: 5px;
}
