:root {
    --colour-primary: #1d1d1d;
    --colour-secondary: #444444;
    --colour-tertiary: #666666;
    --gradient-primary: #0a2a53;
    --gradient-secondary: #255daa;
    --mdc-theme-primary: rgba(255,255,255,0.8);
    --mdc-theme-surface: #333333;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffffcf;
    -webkit-box-shadow: 0 0 0px 1000px var(--colour-secondary) inset;
    transition: background-color 5000s ease-in-out 0s;
}
.tab-content select option:-webkit-autofill{
    color: black !important;
}
.tab-content input:-webkit-autofill,
.tab-content input:-webkit-autofill:hover,
.tab-content input:-webkit-autofill:focus,
.tab-content textarea:-webkit-autofill,
.tab-content textarea:-webkit-autofill:hover,
.tab-content textarea:-webkit-autofill:focus,
.tab-content select:-webkit-autofill,
.tab-content select:-webkit-autofill:hover,
.tab-content select:-webkit-autofill:focus
{
    -webkit-text-fill-color: #ffffffcf;
    -webkit-box-shadow: 0 0 0px 1000px #555 inset;
    transition: background-color 5000s ease-in-out 0s;
}
.panel {
    background-color: #333 !important;
}
.mdc-dialog .mdc-dialog__title{
    padding-bottom: 16px !important;
    background: #333333 !important;
    margin: 0px !important;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
.btn {
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
textarea {
    resize: none;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

#content *:not(.map-button, .map-button *) {
    color: var(--mdc-theme-primary);
    text-shadow: var(--mdc-theme-primary) 0px 0px 0px;/** Font-weight: 600 **/
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-rendering: optimizeLegibility;
}
.user-header {
    color: #ffffffcf;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 14px;
    line-height: 17px;
}
.page-header {
    vertical-align: middle;
    margin: 15px 0;
    padding: 0;
    border-bottom: none;
}
.dropdown-menu{
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-responsive {
    border: none !important;
}
:focus {
    outline: none;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 2px;
}
.main-header-navbar{
    box-shadow: 15px 15px 0px #1d1d1d;
    border-radius: 0px !important;
}
.container-fluid {
    padding: 0px 16px ;
}
.navbar-brand{
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffffcf !important;
}
.navbar{
    margin-bottom: 0px;
    border: none;
    z-index: 20;
    min-height: fit-content;
}
#navbar__organization-logo {
    padding: 4px 0;
    padding-right: 16px;
}
.open > a{
    background-color: var(--colour-tertiary) !important;
}
.dropdown-menu > li > a, .navbar-inverse .navbar-nav > li > a {
    color: var(--mdc-theme-primary);
    font-size: 16px;
    text-shadow: var(--mdc-theme-primary) 0px 0px 0px;
}
.navbar-inverse{
    background-color: #333;
}
.dropdown-menu{
    background: #333;
}
.dropdown-menu>li>a:hover{
    background: #666;
    color: #ffffffcf
}
.adv-dropdown {
    position: relative;
    margin: 0 0.5rem;
}

.adv-dropdown button {
    padding: 8px 13px;
}

.adv-dropdown ul {
    background-color: var(--colour-secondary);
    position: absolute;
    margin-top: 2px;
    padding:0;
    border-radius: 5px;
    z-index:999;
    list-style-type: none;
    overflow: auto;
    max-height:10rem;
}

.adv-dropdown li {
    padding: 0.4rem 1rem;
}
.adv-dropdown li:hover {
    background-color: #333333;
    cursor: pointer;
}
.selection-options li.active {
    background-color: #333333;
}

.menu {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    animation: scale 0.2s linear;
}

.adv-dropdown {
    position: relative;
    margin: 0 0.5rem;
}

.adv-dropdown button {
    padding: 8px 13px;
}

.adv-dropdown ul {
    background-color: var(--colour-secondary);
    position: absolute;
    margin-top: 2px;
    padding:0;
    border-radius: 5px;
    z-index:999;
    list-style-type: none;
    overflow: auto;
    max-height: 11rem;
}

.adv-dropdown li {
    padding: 0.4rem 1rem;
}
.adv-dropdown li:hover {
    background-color: #333333;
    cursor: pointer;
}

.nav-bg {
    background-image: linear-gradient(to right, var(--gradient-primary), var(--gradient-secondary)) !important;
}
/* navigation tabs */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    background-color: var(--colour-secondary);
}
select:focus {
    border: none;
    outline: none;
}
select:hover {
    cursor: pointer;
}
select option:checked {
    background-color: var(--colour-tertiary);
}
#header {
    border: none;
}
#container, #content {
    background-color: var(--colour-primary);
    min-height: 100%;
    width: 100%;
    position: relative;
}
.mid-align {
    margin-top: 25%;
    margin-bottom: 25%;
}
.form-control {
    background-color: var(--colour-secondary);
    border: none;
    padding: 5px;
    border-radius: 0;
}
.input-group-addon > .fa {
    color: var(--colour-primary) !important;
}
/*.form-control::placeholder {
  color: var(--colour-primary);
}*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
a.mdc-button{
    padding:0px 8px;
}
.filter-sort.form-control, .mdc-button--disabled, .drp-buttons > .btn-default,  .btn-primary:not(.btn-select), .btn-primary:not(.btn-select)[disabled], .btn-primary:not(.btn-select)[disabled]:hover, .btn-primary:not(.btn-select)[disabled]:active, .btn-primary:not(.btn-select)[disabled]:active:hover {
    background-color: var(--mdc-theme-primary) !important;
    border: none;
    font-size: 14px !important;
}

.btn-primary.btn-select, .btn-primary.btn-select:active {
    background-color: var(--input-background-color, #3A3A3A);
    color: var(--mdc-theme-primary);
    border-color: var(--input-border-color, #555555);
    text-shadow: var(--mdc-theme-primary) 0px 0px 0px;
    height: 36px;
    font-size: 14px;
    padding: 8px;
}
.btn.btn-no-border{
    border-color: transparent !important;
}

.filter-sort.form-control, .btn-primary:not(.btn-select) *, .btn.btn-primary, .drp-buttons > .btn-default {
    color: var(--mdc-theme-surface) !important;
    text-shadow: var(--mdc-theme-surface) 0px 0px 0px !important;
}
.btn-primary:not(.btn-select):active, .btn-primary:not(.btn-select):hover,
.btn-primary:not(.btn-select):focus, .drp-buttons > .btn-default:hover {
    background-color: var(--mdc-theme-primary) !important;
    border: none;
    opacity: 0.9;
}
.filter-sort.form-control option{
    background: var(--mdc-theme-surface) !important;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover,
.btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus,
.btn-primary:active.focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle.focus {
    opacity: 0.9;
}
.panel {
    border: none;
}
.panel-heading-primary {
    background-image: linear-gradient(to right, var(--gradient-primary), var(--gradient-secondary));
    border: none;
    padding: 15px;
    font-size: 18px;
}
.form-group {
    padding-top: 0;
}
.table {
    background: #333333;
}
.thead-primary {
    background-image: linear-gradient(to right, var(--gradient-primary), var(--gradient-secondary));
    font-size: 18px;
}
.tbody-primary {
    font-size: 14px;
}
.tab-content {
    background: var(--colour-secondary);
    padding: 5px;
}
.tab-content .form-control {
    background-color: #555;
}
.well{
    background-color: var(--colour-secondary) !important;
}
.well > .checkbox {
    padding: 0;
}
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    opacity: 0.8;
    color: var(--mdc-theme-surface, #333333) !important;
    background-color: var(--mdc-theme-primary, rgba(255,255,255,0.8));
    border: none;
    margin-left: 0px;
}
.pagination > li > a {
    color: var(--mdc-theme-surface, #333333) !important;
    background-color: var(--mdc-theme-primary, rgba(255,255,255,0.8));
    border: none;
    margin-left: 0px;
}
.pagination > li > a:focus, .pagination > li > a:hover{
    background-color: var(--mdc-theme-primary, rgba(255,255,255,0.8));
    color: var(--mdc-theme-surface, #333333) !important;
    opacity: 0.8;
    border: none;
}
#classification-tab a:hover{
    cursor: pointer;
}
.modal-content{
    background: #333;
    overflow: auto;
}

.full-width {
    width: 100%;
}

.word-wrap {
    overflow-wrap: break-word;
}

.primary-form .panel-heading-primary, .primary-form .panel-body {
    padding: 25px;
}

.primary-form h1 {
    font-size: 1.07em;
}

.primary-form label {
    text-align: left !important;
    margin-bottom: 10px !important;
}

.primary-form button[type="submit"] {
    margin-top: 10px;
    padding: 12px;
}

.truncate-data {
    max-width: 100px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.truncate-paragraph {
    display: inline;
    margin: 0;
}

/* Override bootstrap tooltips to extend width */
.tooltip > .tooltip-inner {
    max-width: 250px;
    word-wrap: break-word;
}

.icon-glow {
    transition: all 0.1s ease;
    font-size: 30px !important;
}
.btn-icon-glow {
    height: 30px;
    width: 40px;
    padding: 0px;
    background-color: transparent;
    transition: all 0.1s ease;
}

.btn-icon-glow:disabled {
    color: rgba(255,255,255,0.5);
}

.btn-icon-glow:hover:enabled, .btn-icon-glow:focus, .btn-icon-glow:active{
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.1s ease;
}

.btn-icon-glow:hover:enabled .icon-glow, .btn-icon-glow:hover {
    text-shadow: 0 0 5px #ffffff !important;
    transition: all 0.1s ease !important;
}

/* set filter btn as anchor for 'total checked filters' results */
#btn-toggle, #btn-healthFilter-toggle{
    position:relative;
}
.pagination-container{
    margin-bottom:15px;
}
/* hide arrow key for input type=number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

/*scrollbar background in tables*/
#table-content-work-order-table-view-modal.scrollable-layout,
.mdc-data-table__content.scrollable-layout,
.historical_compliance_table.scrollable-layout,
.claims-table.scrollable-layout,
.export-table-body{
    overflow-x:hidden ;
    background-color: rgba(61, 61, 61, 0.99);
}

/* Total scrollbar width */
::-webkit-scrollbar{
    width: 14px;
    background-color:transparent;
}

::-webkit-scrollbar {
    width: 14px;
    background-color: rgba(82, 82, 82, 0.28);
    opacity:1;
}
/* Scrollbar track (fills between the buttons) */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    margin: 0; /* NO space between buttons and track */
    border: none;
}
::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.60);
    border-radius: 6px;
    border: 3px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover{
    background-color: rgba(255, 255, 255, 0.88);
    opacity:1;
}

/* Track piece (optional, but ensures continuity) */
::-webkit-scrollbar-track-piece {
    background: transparent;
    border-radius: 6px;
    margin: 0;
}

/* Shared arrow button base */
::-webkit-scrollbar-button:single-button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}

/* Up Arrow */
::-webkit-scrollbar-button:single-button:increment {
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 -960 960 960' width='24px' fill='%23e3e3e3'><path d='m463.7-412.3-95.72-95.72q-1.98-1.98-3.48-4.74-1.5-2.77-1.5-5.92 0-6.32 4.13-10.82 4.12-4.5 10.87-4.5h204q6.75 0 10.88 4.64 4.12 4.63 4.12 10.81 0 1.55-5 10.55l-95.7 95.7q-3.3 3.3-7.36 5.3-4.06 2-8.94 2-4.87 0-8.94-2-4.06-2-7.36-5.3Z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3em;
}

/* Down Arrow */
::-webkit-scrollbar-button:single-button:decrement {
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' width='24px' fill='%23e3e3e3'> <path d='M378-426q-6.75 0-10.87-4.64-4.13-4.63-4.13-10.81 0-1.55 5-10.55l95.7-95.7q3.3-3.3 7.36-5.3 4.07-2 8.94-2 4.88 0 8.94 2t7.36 5.3l95.72 95.72q1.98 1.98 3.48 4.74 1.5 2.77 1.5 5.92 0 6.32-4.12 10.82-4.13 4.5-10.88 4.5H378Z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3em;
}

.flex-controls {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 600px) {
    .flex-controls {
        flex-direction: row;
        align-items:center;
    }
}

.shimmer-2s {
    background: #333333;
    background-image: linear-gradient(to right, #333333 0%,#474747 50%, #333333 80%, #333333 100%);
    background-repeat: no-repeat;
    background-size: 800px;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-timing-function: linear;
    animation-name: shimmerPlaceholder;
    animation-iteration-count: infinite;
}

.shimmer {
    background: #333333;
    background-image: linear-gradient(to right, #333333
    0%,#474747 50%, #333333 80%, #333333 100% );
    background-repeat: no-repeat;
    background-size: 800px;
    animation-duration: 1s;
    animation-fill-mode:forwards;
    animation-timing-function: linear;
    animation-name: shimmerPlaceholder;
    animation-iteration-count: infinite;
}
.shimmer-xl {
    background-size: 3200px;
    animation-name: shimmerPlaceholder-xl;
}

@keyframes shimmerPlaceholder {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@keyframes shimmerPlaceholder-xl {
    0% {
        background-position: -1600px 0;
    }
    100% {
        background-position: 1600px 0;
    }
}

.shimmer {
    background: #333333;
    background-image: linear-gradient(to right, #333333
    0%,#474747 50%, #333333 80%, #333333 100% );
    background-repeat: no-repeat;
    background-size: 800px;
    animation-duration: 1s;
    animation-fill-mode:forwards;
    animation-timing-function: linear;
    animation-name: shimmerPlaceholder;
    animation-iteration-count: infinite;
}
.shimmer-xl {
    background-size: 3200px;
    animation-name: shimmerPlaceholder-xl;
}

@keyframes shimmerPlaceholder {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@keyframes shimmerPlaceholder-xl {
    0% {
        background-position: -1600px 0;
    }
    100% {
        background-position: 1600px 0;
    }
}

#response-msg-container{
    position: absolute;
    z-index: 9999;
    transform: translate(-50%, 0);
    left: 50%;
    top: 3%;
    display: flex;
    background: #5b5b5b;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size:1.2rem;
    color:white;
}
#response-msg-container .material-icons{
    font-size: 0.95rem !important;
    margin-right:5px;
}
#response-msg-container .material-icons.success{
    color:#58ff58;
}
#response-msg-container .material-icons.error{
    color:#ff9090;
    font-size: 1.3rem !important;
}
#response-msg-container .close-response{
    cursor: pointer;
    margin-left: 25px;
}

@keyframes scale {
    from {
        transform-origin: 0% 0%;
        transform:scale(0);
    }
    to {
        transform-origin: 0% 0%;
        transform: scale(1);
    }
}

label {
    margin: 0;
}
.input {
    width: 100%;
    border: none;
    background-color: var(--colour-secondary);
    font-size: 1rem;
    padding: 0.5em 0.5em;
    border-radius: 5px;
    border: 2px solid transparent;
}
.input:focus {
    border: 2px solid #A1A1A1;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0.8em;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.button:hover, .button:active, .button:focus  {
    background-color: var(--mdc-theme-primary);
}
.button:focus {
    opacity: 0.9;
}
.button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.fa-5x{
    font-size: 5em !important;
}

.button--primary, .button--primary[disabled]:hover {
    background-color: var(--mdc-theme-primary);
}
.button--primary, .button--primary *{
    color: var(--mdc-theme-surface) !important;
    text-shadow: var(--mdc-theme-surface) 0px 0px 0px !important;
    border: 2px solid transparent;
}

.close {
    float: right;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.button--primary:active, .button--primary:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    opacity: .9;
}
.button--secondary {
    background-color: transparent;
    border: 2px solid var(--colour-tertiary);
}
.button--link {
    display: inline-flex;
    padding:0;
    background: transparent;
}
.button--link:hover, .button--link:focus, .button--link:active {
    background-color: transparent;
    color: white !important;
}
.button--icon {
    padding: 0;
    background: transparent;
}
.btn.btn-primary .material-icons:not(.icon-glow){
    color: var(--mdc-theme-surface) !important;
    font-size: 14px !important;
}

.stack {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stack--horizontal {
    flex-direction: row;
}
.stack--left {
    align-items: flex-start;
}
.gm-style-cc span {
    color: black !important;
}

/**
    Styling for modal module
 */
.dialog-modal-module{
    z-index: 100 !important;
    background-color: rgba(0,0,0,.6);
}


/****************************************************
*
* navigation menu dropdown
*
****************************************************/
.nav .dropdown-submenu {
    position:relative;
}
.nav .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.nav .dropdown-submenu:hover>.dropdown-menu {
    display:block;
    cursor: pointer;
}
.nav .dropdown-submenu .dropdown-menu li:hover {
    background:#666;
}
/* add caret */
.nav .dropdown-submenu>a {
    display:flex;
    align-items: center;
}
.nav .dropdown-submenu>a:after {
    display:block;
    content:" ";
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-left:auto;
}
.nav .dropdown-submenu .dropdown-menu, .dropdown-submenu a {
    color: #ffffffcf;
    margin-top:0;
    font-size: 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
}
/* remove bootstrap css */
.nav .dropdown-submenu a:focus {
    color: #ffffffcf !important;
    background-color: #333 !important;
}
.daterangepicker.ltr.single.opensright.show-calendar {
    background-color:var(--colour-primary) !important;
}
.calendar-table {
    background-color:var(--colour-primary) !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: var(--colour-primary) !important;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect,  .daterangepicker select.monthselect, .daterangepicker select.yearselect{
    background-color: var(--colour-secondary) !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: var(--colour-tertiary) !important;
}

/* fix keyboard shortcut modal text color issue */
#detection-map div[aria-label="Keyboard shortcuts"] *, #main-map div[aria-label="Keyboard shortcuts"] *, .map div[aria-label="Keyboard shortcuts"] * {
    color: initial !important;
}

/*fix text editor default font color*/
.note-editor {
    background: #ffffff!important;
}
.note-editor .panel-heading {
    background-color: #333333;
    border-color: #333;
}

.note-editor .note-editable .table {
    background: #ededed!important;
}

/* fix form validation error message color override */
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{
    color: #FF2E54!important;
}

/*fix pagination tooltip*/
.pagination .mdc-tooltip--shown, .mdc-tooltip--showing, .mdc-tooltip--hide {
    display: inline-flex!important;
}

@media (max-width: 768px) {
    .paginated-filterable-table {
        padding:0 !important;
    }
}
.header-container--inline {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:8px 16px;
}

.font-16 {
    font-size: 16px;
}

.global-loader-content {
    height: 200px;
    width: 200px;
    background: #333333;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.global-loader-content-v2 {
    height: 200px;
    width: 200px;
    background: #333333;
    border-radius: 4px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%)
}
/* Loader style for Loader.js component */
.loader-progress-header{
    padding: 8px 0px
}
.loader-progress-container {
    width: 100%;
    height: 24px;
    overflow: hidden;
    background: #333;
    border: 1px #222222 solid;
    border-radius: 4px;
    margin-bottom: 16px;
}
.loader-progress-indicator {
    border-radius: 4px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background-size: 75% 100%;
    animation-duration: 1500ms;
    animation-name: headerShine;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    animation-timing-function: ease;
    background-position: 0 0;
    background-color: #d9d9d9;
    color: #333333;
    height: 100%;
    text-align: end;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 6px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

@keyframes headerShine {
    0% {
        background-position: -300% 0; }
    100% {
        background-position: 500% 0; }
}
.loader-progress-counter{
    color: #333333 !important;
}
.loader-progress-footer{
    text-align: center;
    margin-bottom: 8px !important;
}
.loader-progress-footer-v2{
    text-align: center;
    margin-bottom: 8px !important;
    width: 130px !important;
}
.loader-progress-v2-bar {
    width: calc(100% - 130px) !important;
    margin-left: 2% !important;
}
.loader-progress-v2-retry-header {
    padding-bottom: 8px;
}
.load-modal-progress > .global-loader-content,
.load-modal-progress > .global-loader-content-v2{
    width: 50%;
    background: rgba(80, 80, 80, 1);
    height: auto;
    padding: 8px 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.map {
    direction: ltr; /* To render map markers when language is set to hebrew*/
}

.print-branding {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:8px;
}
.print-branding img {
    height:50px;
}
.print-branding .cityrover-branding {
    height:30px;
}
#deckgl-overlay + .marker-tooltip {
    background-color: #1D1D1D;
    margin-top: -112px;
    padding: 12px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    opacity: 0.9;
    border-radius: 4px;
    width: max-content;
}

#deckgl-overlay + .marker-tooltip div {
    line-height: 2rem;
}

#deckgl-overlay + .marker-tooltip i {
    margin-right: 5px;
}

#deckgl-overlay + .marker-tooltip {
    background-color: #1D1D1D;
    margin-top: -112px;
    padding: 12px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    opacity: 0.9;
    border-radius: 4px;
    width: max-content;
}

#deckgl-overlay + .marker-tooltip div {
    line-height: 2rem;
}

#deckgl-overlay + .marker-tooltip i {
    margin-right: 5px;
}

#deckgl-overlay + .road-segment-tooltip {
    background-color: #1D1D1D;
    margin-top: -112px;
    padding: 12px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
    border-radius: 4px;
    width: max-content;
}

#deckgl-overlay + .road-segment-tooltip div {
    line-height: 1.5rem;
}

#deckgl-overlay + .road-segment-tooltip .road-name {
    font-size: 16px;
    font-weight: 700;
}

/* Google map remove blue border on map active globally */
.gm-style iframe + div { border:none!important; }

@media print {
    @page {
        margin: 0.1in; /* hide print header and footer */
        size: portrait;
    }
}
/* collapse navigation bar to hamburger menu */
@media (max-width: 1124px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse:not(.show) {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*fix update bootstrap javascript v3.4.1 to 4.6.2 ,  modal not showing issue */
.fade.show {
    opacity: 1 !important;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-backdrop .fade .show {
    opacity: 0.5 !important;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}


#email-recipient-selection-dialog {
    z-index: 100;
}

#email-recipient-selection-dialog #recipient-selection-menu.mdc-select__menu {
    margin-top: 5px;
    overflow:hidden;
}

.mdc-select.text-input-multi-select .mdc-select__anchor.mdc-text-field {
    min-height: 36px;
    height: fit-content !important;
    padding: 5px 5px 5px 16px;
    max-height: 150px;
    border-radius: 4px;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    flex: 1 1 0;
    -webkit-box-align: center;
    align-items: center;
}

.mdc-select.text-input-multi-select .mdc-select__anchor.mdc-text-field input {
    display: inline;
    height: fit-content;
    flex: 1;
    min-width: 80px !important;
}


#email-recipient-selection-dialog .mdc-select.mdc-select--outlined.text-input-multi-select .mdc-select__anchor.mdc-text-field.mdc-text-field--focused{
    border: 1px solid var(--mdc-theme-primary, #ffffff);
}

#email-recipient-selection-dialog .mdc-select.mdc-select--outlined.text-input-multi-select .mdc-select__anchor.mdc-text-field{
    background-color: var(--input-background-color, #3A3A3A);
    border: 1px solid var(--input-border-color, #555555);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#email-recipient-selection-dialog .mdc-select .mdc-text-field.search-field {
    width: 100%;
}

#email-recipient-selection-dialog .recipient-selection-select .mdc-text-field,
#email-recipient-selection-dialog .recipient-selection-select {
    height: auto !important;
}
.mdc-select.text-input-multi-select .mdc-list-item__graphic {
    display:none;
}

#email-recipient-selection-dialog #recipient-selection-select.mdc-select {
    height:auto !important;
    min-height:36px;
}

#email-recipient-selection-dialog #recipient-selection-select .mdc-select__anchor.mdc-text-field {
    scrollbar-width: auto;
}

.mdc-select.text-input-multi-select .mdc-chip {
    margin:0 4px 4px 0;
    user-select: none;
    -webkit-user-select: none;
}

.mdc-select .mdc-select__menu .no-results-indicator {
    padding: 12px 16px;
}

.mdc-select .mdc-select__menu .no-results-indicator,
.mdc-select .mdc-select__menu .no-results-indicator * {
    word-break: break-word;
}

.mdc-list-item:not(.mdc-list-item--disabled),
.mdc-list-item:not(.mdc-list-item--disabled) .mdc-list-item__text {
    cursor: pointer;
}

html[dir="rtl"] div[class*="mdc-layout-grid__cell"] > .pull-right {
    float: left !important;
    margin-right: auto;
}

html[dir="rtl"] div[class*="mdc-layout-grid__cell"] > .pull-left {
    float: right !important;
    margin-left: auto;
}

/**Custom Fields**/
.custom-fields {
    position: relative;
    width: 100%;
}

.custom-fields .custom-fields-values__save-button {
    float: right;
    right: 2px;
}

html[dir="rtl"] .custom-fields .custom-fields-values__save-button {
    right: revert;
    left: 0;
}

.custom-fields.custom-fields__inputs .custom-fields-header {
    width: unset !important;
    display: inline-block;
    margin-bottom: 5px;

}

.custom-fields.custom-fields__inputs .custom-fields-body {
    height: auto;
    max-height: 340px; /* Fits 8 custom fields without scrollbar */
    overflow-y: auto;
    width: 100%;
}

.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-fields-body {
    padding-bottom: 1px;
}

.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field {
    height: auto;
    flex-direction: column;
}

.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field + .custom-field {
    margin-top: 5px;
}

.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field,
.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field dt,
.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field dd,
.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field input {
    width: 100%;
}

.custom-fields.custom-fields__inputs.custom-fields__inputs-vertical .custom-field-name::after {
    content: ":";
}

.custom-fields.custom-fields__inputs .custom-field {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 0px;
    font-size: 16px;
    height: 2.7rem;
}

.custom-fields.custom-fields__inputs:not(.custom-fields__inputs-vertical) .custom-field .custom-field-name {
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-fields.custom-fields__inputs .custom-field .custom-field-value {
    margin:0;
}

*:not(.custom-fields__inputs .description__body) >  .custom-field .custom-field-value {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-fields.custom-fields__inputs:not(.custom-fields__inputs-vertical) .custom-field .custom-field-value {
    width: 51%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#work-order-custom-fields-container, #request-custom-fields-container{
    .custom-field {
        .mdc-text-field.custom-field-label {
            width: 100%;
        }

        .mdc-select {
            width:100%;
            max-width: 100%;

            &:not(.custom-fields__layout-grid .mdc-select) {
                position: static;
            }

            .mdc-menu.mdc-menu-surface {
                overflow-y: hidden;
                max-height: 250px !important;

                &.mdc-menu-surface--fullwidth {
                    overflow-y: hidden;
                }

                &.mdc-menu-surface--is-open-below.multi-select-surface{
                    margin-top: 35px;
                }

                &.mdc-menu-surface--is-open-below {
                    margin-top: 1px;
                }

                &:not(.mdc-menu-surface--is-open-below) {
                    margin-bottom: 1px;
                }

                &:not(.mdc-menu-surface--is-open-below).multi-select-surface{
                    margin-bottom: 38px;
                }

                .mdc-text-field {
                    display: flex;
                    max-width: 100%;
                }

                .options-container {
                    max-height: calc(250px - (16px + 36px));
                    overflow: auto;
                }
            }
        }
    }
}

.custom-field {
    .mdc-text-field.custom-field-label {
        width: 100%;
    }

    .mdc-select {
        width:100%;
        max-width: 100%;

        &:not(.custom-fields__layout-grid .mdc-select) {
            position: static;
        }

        .mdc-menu.mdc-menu-surface {
            overflow-y: hidden;
            max-height: 250px !important;

            &.mdc-menu-surface--fullwidth {
                overflow-y: hidden;
            }

            &.mdc-menu-surface--is-open-below {
                margin-top: 8px;
            }

            &:not(.mdc-menu-surface--is-open-below) {
                margin-bottom: 3px;
            }

            .mdc-text-field {
                display: flex;
                max-width: 100%;
            }

            .options-container {
                max-height: calc(250px - (16px + 36px));
            }
        }
    }
}

.custom-fields.custom-fields__inputs .mdc-layout-grid__inner.detail-form {
    min-width: 100%;
    grid-gap: 0;
}
/**End Custom Fields**/