@font-face {
    font-family: 'vms-posco';
    src: url('../../fonts/vms-posco.eot?rywpw1');
    src: url('../../fonts/vms-posco.eot?rywpw1#iefix') format('embedded-opentype'), url('../../fonts/vms-posco.ttf?rywpw1') format('truetype'), url('../../fonts/vms-posco.woff?rywpw1') format('woff'), url('../../fonts/vms-posco.svg?rywpw1#vms-posco') format('svg');
    font-weight: normal;
    font-style: normal;
}

.vmsdriver:before {
    content: "\e9004";
    font-family: 'vms-posco' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vmsvehicles:before {
    content: "\e9014";
    font-family: 'vms-posco' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*body {
    overflow: hidden;
}*/

main.br-mainpanel {}

main.br-mainpanel section {
    overflow-y: scroll;
}

label {
    color: #1d2939;
}

.br-logo a {
    text-align: center;
    width: 100%
}

.br-logo img {
    width: 130px;
}

.table.display.responsive {
    width: 100%;
    margin-bottom: 0px;
}

.pd-30 {
    padding: 15px 0px 10px;
}

.theme-color thead tr {
    background: #00b297;
}

.theme-color thead tr th {
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background-color: #00b297;
    background-image: none;
    border-color: transparent;
    color: #fff !important;
}

td.actions .icon {
    color: #00b297;
    font-size: 25px;
    margin: 0px 8px;
}

table.dataTable td.actions {
    padding: 0.2rem;
}

.btn.add-button {
    float: right;
    margin-bottom: 15px;
    display: block;
}

.custom-container {
    padding: 0px 20px 10px;
}

.width-100 {
    width: 100%;
}

.width-98 {
    width: 98%;
}

.card-body .d-flex p b {
    white-space: nowrap;
}

.card .row .col-lg-6 .card-body .d-flex {
    margin: 0 auto;
    width: 70%;
}

.card-body .d-flex p {
    padding-top: 10px;
    margin-bottom: 0px;
}

.tick.ion-checkmark-circled {
    font-size: 25px;
    color: #19b319;
}

table td p {
    margin-bottom: 0px;
}

.table td {
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.card table tr th {
    background-color: #00b297;
    color: white;
}

.card.main-card {
    margin-bottom: 20px;
}

.license {
    width: auto;
    padding: 5px;
    background-color: #f2f3f3;
    height: 150px;
    margin: 7px 15px;
    border: 1px solid #bbb;
}

.license img {
    width: 100%;
}

.form-layout-footer {
    text-align: center;
}

.table.display.responsive {
    width: 100%;
}

.table.display.responsive .tr {
    width: 100%
}


/*New responsive grid css*/

.ResGrid {
    width: 100%;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    border-collapse: collapse;
}

.ResGrid th {
    text-align: center;
}

.ResGrid th,
.ResGrid td {
    border: 1px solid #cdcdcd;
    vertical-align: middle !important;
}

table.ResGrid tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.headerRow th a {
    text-decoration: none;
    color: white;
}

.headerRow th a:hover {
    color: #033c73;
}

.ResGrid tr.view:hover {
    background: #e4e4e4 !important;
}

.ResGrid > tbody > tr.view .fa-chevron-circle-down {
    transition: all .3s ease-in-out;
    margin-right: 5px;
    color: green;
    vertical-align: middle;
    user-select: none;
}

.ResGrid > tbody > tr.view .fa-chevron-circle-down:hover {
    cursor: pointer;
}

.smallDevice {
    display: none;
}

.ResGrid > tbody > tr.view .fa-chevron-circle-down:before {
    font-size: 21px;
    line-height: 20px;
}

.ResGrid > tbody > tr.view.open .fa-chevron-circle-down {
    transform: rotate(-180deg);
    color: #d80000;
}

.ResGrid > tbody > tr.fold {
    display: none;
}

.ResGrid > tbody > tr.fold.open {
    display: table-row;
}

.ActionCell {
    text-align: center;
    white-space: nowrap;
}

.noWhite {
    text-align: center;
    white-space: nowrap;
}

.TableCell[data-label="Date"],
.TableCell[data-label="Created By"],
.TableCell[data-label="Due Date"],
.TableCell[data-label="Status"],
.TableCell[data-label="Active"],
.TableCell[data-label="Hours"] {
    white-space: nowrap;
    text-align: center;
}

.TableCell[data-label="Tag"],
.TableCell[data-label="Task No"],
.TableCell[data-label="Reviewer"] {
    text-align: center;
}

.ActionCell .dropbtn {
    display: none;
}

.ActionCell a {
    font-size: 130%;
    margin-right: 5px;
}

.ActionCell a:hover {
    text-decoration: none;
}

.AdSearch {
    display: none;
}

.topForm {
    display: block;
}

@media only screen and (max-width: 600px) {
    .ResGrid {
        display: grid;
    }
    .ResGrid th,
    .ResGrid td {
        border: none;
    }
    .view {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .headerRow {
        display: none;
    }
    .smallDevice {
        display: inline-block;
    }
    .AdSearch {
        display: inline-block;
        background: transparent;
        color: #428bca !important;
        border: none;
        border-color: transparent;
        padding: 0px;
        margin-bottom: 5px;
        font-size: 23px;
    }
    .AdSearch:active {
        box-shadow: none;
    }
    .AdSearch i {
        line-height: 30px;
        font-size: 40px;
    }
    .AdSearch i:focus,
    .AdSearch i:hover {
        box-shadow: none;
        outline: 0;
    }
    .topForm {
        display: none;
    }
    .TableCell {
        display: block;
        position: relative;
        height: auto;
        line-height: 30px;
        text-align: left;
    }
    .TableCell[data-label="Date"],
    .TableCell[data-label="Created By"],
    .TableCell[data-label="Due Date"],
    .TableCell[data-label="Status"],
    .TableCell[data-label="Active"],
    .TableCell[data-label="Hours"],
    .TableCell[data-label="Tag"],
    .TableCell[data-label="Task No"],
    .TableCell[data-label="Reviewer"] {
        white-space: nowrap;
        text-align: left;
    }
    .view .TableCell:nth-of-type(n+2) {
        display: none;
    }
    .view.open .TableCell:nth-of-type(n+2) {
        display: block;
        background: #eeeeee;
        border-bottom: 1px solid #bbbbbb;
        word-break: break-word;
    }
    .view.open .MainColumn ~ .TableCell:before {
        content: attr(data-label);
        width: 100%;
        border-radius: 0px;
        height: auto;
        line-height: 22px;
        color: #1b1b1b;
        display: block;
        font-size: 100%;
        font-weight: bold;
        font-family: inherit;
    }
    .ResGrid > tbody > tr.fold.open {
        display: grid;
        background: #eeeeee;
    }
    .view.open > .TableCell.ActionCell {
        top: 8.2%;
        position: absolute;
        right: 0px;
        width: auto;
        height: auto;
        text-align: center;
        padding-right: 10px;
        padding: 0px !important;
    }
    .ActionCell a {
        font-size: 21px;
    }
    .ActionCell .dropbtn {
        display: none;
        background: #428bca;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 0px auto;
        color: white;
        border: 1px solid #0065bd;
        font-size: 18px;
        outline: 0;
    }
    .ActionCell .DropMenu {
        display: block;
        background: #aeaeae;
        padding: 5px 0px;
    }
    .ActionCell .dropbtn:hover .DropMenu {
        display: block;
    }
    .ActionCell .DropMenu a {
        color: black;
        text-align: center;
        text-decoration: none;
        display: block;
        font-size: 19px;
        line-height: 21px;
        position: relative;
        margin-bottom: 8px;
        margin-right: 0px;
    }
    .ActionCell .DropMenu .LettersBtn {
        display: block;
        margin-bottom: 8px;
        top: 2px;
    }
    .ActionCell .DropMenu a:hover {
        color: #033c73;
    }
    .TableCell.text-right,
    .TableCell.text-center,
    .TableCell.capitalCenter {
        text-align: left;
    }
    .TotalBlock {
        display: flex;
    }
    .TotalBlock td {
        width: -webkit-fill-available;
    }
}

.capital {
    text-transform: capitalize;
}

.NoWrap {
    white-space: nowrap;
}

.capitalCenter {
    text-transform: capitalize;
    text-align: center
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.ResGrid td {
    background-color: white;
    text-align: center;
}

.input-container {
    width: 100%;
    max-width: 100%;
    height: 42px;
    background-color: white;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

input[type='file'] {
    display: block;
}

.file-info {
    font-size: 0.9em;
}

.browse-btn {
    background: #03A595;
    color: #fff;
    min-height: 35px;
    padding: 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.browse-btn:hover {
    background: #4ec0b4;
}

@media (max-width: 300px) {
    button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
    .file-info {
        display: block;
        margin: 10px 5px;
    }
}

.theme-button {
    margin: 0px 5px 10px;
}

.form-layout .profile-pic img {
    width: 100%;
    padding: 10px;
}

.form-layout .profile-pic {
    text-align: center;
}

.rdiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
    margin: 5px;
}

.PageTitle {
    display: inline-block;
    margin-bottom: 0px;
}

.exportButton {
    display: inline-block;
    float: right;
    position: relative;
    top: -2px;
}

.exportButton .btn-teal {
    padding: 5px 7px;
}

.exportButton .btn-teal:hover,
.exportButton .btn-teal:focus,
.exportButton .btn-teal:active {
    box-shadow: none;
}

.exportButton .dropdown-menu {
    min-width: 90px;
    padding: 0px;
}

.exportButton .dropdown-menu li a {
    padding: 4px 4px;
    width: 100%;
    display: block;
    text-align: center;
}

.exportButton .dropdown-menu li a:hover {
    background: #eaeaea;
    color: black;
}

.exportButton .btn-teal i {
    line-height: 20px;
    font-size: 120%;
}

.exportButton .open .btn-teal i {
    border: none;
    outline: 0;
}

.exportButton .btn-teal i:focus {
    outline: 0;
}

.exportButton .bName {
    display: inline-block;
}

table#footable th {
    color: white;
    background: #00b297;
    vertical-align: middle;
    text-transform: initial;
}

.footable select.list-box[disabled="disabled"] {
    height: 20px;
    border: none;
    background: transparent;
}

.large-table {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}

.Flipped,
.Flipped table {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */
}

.large-table.Flipped table {
    margin-bottom: 0px;
}

.custom-colums .col-lg-10 {
    padding-left: 0px;
}

.select-div {
    padding-bottom: 5px !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: #00b297;
    border-color: #ddd #ddd #E9ECEF;
}

.ReportsTitle {
    margin-top: 5px;
    font-weight: 100;
    white-space: nowrap;
    color: black;
    font-size: 22px;
}

.ReportTiles {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #c9c9c9;
    min-height: 120px;
    border-radius: 12px;
    background: white;
}

.ReportTiles ol {
    padding-left: 20px;
    font-weight: bold;
    color: #03ab91;
}

.ReportTiles ol li a {
    color: #03ab91;
    font-weight: bold;
}

.ReportTiles ol li a:hover {
    color: #0c8673;
    font-weight: bold;
}

.form-control,
.dataTables_filter input {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fbfbfb;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: inset 0px 0px 1px #ddd;
}

.form-layout-1 .form-control-label,
.form-layout-1 label {
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

select {
    height: 40px;
    border-radius: 4px;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-layout-1 .form-group {
    margin-bottom: 15px;
}

.custom-card {
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-left: 0px;
}

.custom-card input {
    margin-left: 0px;
}

.image-box {}

.image-box img {
    width: 100%;
}

.image-box input {
    display: block;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 32px;
}

.custom-checkbox input {
    float: left;
    margin: 10px 4px;
}

.custom-checkbox .form-control-label {
    padding: 6px 4px;
}

.table {
    border: 1px solid #ddd;
}

.datepicker.form-control {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fbfbfb;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: inset 0px 0px 1px #ddd;
}


/*Jquery UI Datepicker CSS*/

.ui-datepicker .ui-datepicker-header {
    border-radius: 2px 2px 0px 0px;
}

#ui-datepicker-div {
    padding: 0px;
    background: white;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ui-datepicker table {
    margin: 0px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    filter: brightness(0) invert(1);
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-calendar thead {
    background: #00b297;
    color: white;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    text-align: center;
    line-height: 29.9px;
    padding: 0px;
    font-size: 13px;
    border-radius: 50%;
    background: none;
    width: 30px;
    height: 30px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid transparent !important;
    background: transparent !important;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #192133 !important;
    background: #192133 !important;
    font-weight: normal;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #1e5598 !important;
    background: #1e5598 !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border-radius: 10px;
    background: #192133;
    color: white;
    border: none;
    padding: 2px 5px;
    text-align: center;
    outline: 0;
    width: auto;
    height: 21px;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 2px 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    top: 5px;
}

.ui-datepicker .ui-datepicker-title {
    color: #17A2B8;
    margin-top: 4px;
}


/*Jquery UI Datepicker CSS*/

.bootstrap-select .dropdown-menu.inner {
    overflow-x: hidden !important;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 2px 2px 0px 0px;
    background: #00b297;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #E9ECEF;
    color: white;
}

.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #00b297 !important;
    background: #00b297 !important;
    color: white !important;
}

.ui-state-default.ui-state-active {
    color: white
}

a.btn.btn-secondary {
    color: white;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fbfbfb;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: inset 0px 0px 1px #ddd;
}

.driver-detail-section {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex
}

.driver-detail-section .driver-image {
    width: 25%;
    text-align: center;
}

.driver-detail-section .driver-info {
    width: 75%;
    padding: 5px 10px;
}

.driver-detail-section .driver-image img {
    width: 100%;
    padding: 5px 10px;
}

.hide-show {
    position: absolute;
    width: 30px;
    background-color: #00b297;
    color: white;
    display: inline-block;
    right: 11px;
    margin-top: -20px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    z-index: 5;
}

.hide-show2 {
    position: absolute;
    width: 30px;
    background-color: #00b297;
    color: white;
    display: inline-block;
    right: 11px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    z-index: 5;
}

.vehicleInOut .Show {
    display: block !important;
}

.vehicleInOut .Hide {
    display: none !important;
}
.vehicleInOut .hel-checkbox {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.25rem;
    margin-top: 10px;
}
.row.row-sm.mt-10 {
    margin-top: 10px;
}

.add-button a {
    color: white;
}

.ViewIcon,
.EditIcon,
.PrintIcon,
.DeleteIcon {
    font-weight: 900;
    font-family: "Font Awesome";
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 4px;
    font-size: 20px;
}

.ViewIcon:before {
    content: "\f06e";
}

.EditIcon:before {
    content: "\f044";
}

.PrintIcon:before {
    content: "\f02f";
}

.DeleteIcon:before {
    content: "\f1f8";
}

.FormTop {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:5px;
}

.FormTop [class^="col"] {
    padding-right: 0px;
    padding-left: 5px;
}

@media screen and (max-width: 991px) {
    .FormTop input,
    .FormTop .bootstrap-select {
        margin-bottom: 10px;
    }
}

.ui-timepicker-wrapper {
    width: 16.5em;
}

.tx-55 {
    font-size: 52px;
}

table {
    background: white !important;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
{
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}

.form-layout-1 {
    padding: 20px;
}

.FilterSelect2 {
    width: 50%;
    float: left;
}

.FilterSelect {
    width: 15%;
}

.certificatePath {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    #vehInputHide .custom-card {
        padding: 0px;
    }
    #vehInputHide .custom-card .d-flex {
        padding-right: 38px;
    }
    #vehInputHide .mg-t-10 {
        margin-top: 0px;
    }
    #vehInputHide.Show .hide-show2 {
        margin-top: 5px;
    }
    #drivInputHide .custom-card {
        padding: 0px;
    }
    #drivInputHide .custom-card .d-flex {
        padding-right: 38px;
    }
    #drivInputHide .mg-t-10 {
        margin-top: 0px;
    }
    #drivInputHide.Show .hide-show2 {
        margin-top: 5px;
    }
}

@media screen and (min-width:1000px) {
    .custom-col-2.col-md-2 {
        flex: 0 0 12.666667%;
        max-width: 12.6666666667%;
    }
}
.footable.table thead tr th.footable-sortable {
    cursor: pointer;
}

.footable.table thead tr th.footable-sortable.footable-desc,
.footable.table thead tr th.footable-sortable.footable-asc {
    color: #021681 !important;
}
.footable-desc .fa-sort:before {
    content: "\f161";
}

.footable-asc .fa-sort:before {
    content: "\f160";
}

.colored-label {
    font-size: 14px;
    font-weight: 600;
    color: #10917d;
    margin-top: 5px;
    margin-left: 2px;
}