﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300,500&display=swap');*/

:root {
    --peterriver: #3493dc;
    --alizarin: #E32636;
    --midnightblue: #1d057d;
    --black: #000000;
}

body, html {
    box-sizing: border-box;
    height: 100%;
}

.requiredColor {
    color: var(--alizarin);
}

.dashboard-card {
    height: 8rem;
}

.repetableColor {
    color: var(--peterriver);
}

.normalColor {
    color: var(--midnightblue);
}

.blackColor {
    color: var(--black);
}

.overlayDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.bradcrumb {
    font-size: 1rem;
    margin-left: 8px;
    font-weight: bold;
}

.userDashboard.red {
    color: #E32636;
}

.bg-userDashboard-red {
    color: #fff !important;
    background: #E32636 !important
}

.userDashboard.blue {
    color: #3493dc;
}

.bg-userDashboard-blue {
    color: #fff !important;
    background: #3493dc !important;
}

.userDashboard.green {
    color: #16A085;
}

.bg-userDashboard-green {
    color: #fff !important;
    background: #16A085 !important;
}

.userDashboard.pink {
    color: #9359B6;
}

.bg-userDashboard-pink {
    color: #fff !important;
    background: #9359B6 !important;
}

.userDashboard.orange {
    color: #f59b3b;
}

.bg-userDashboard-orange {
    color: #fff !important;
    background: #f59b3b !important;
}


.bg-yellow {
    color: #fff !important;
    background: #f59f00 !important;
}

.bg-green {
    color: #fff !important;
    background: #2fb344 !important;
}

.bg-blue {
    color: #fff !important;
    background: #206bc4 !important;
}

.bg-red {
    color: #fff !important;
    background: #d63939 !important
}


html, body {
    font-family: 'Inter', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 2rem);
    overflow-y: auto;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    min-width: 0;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar .top-row {
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.sidebar .nav-item:first-of-type {
    padding-top: 1rem;
}

.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.sidebar .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.sidebar .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}


hr {
    margin-top: 12px;
    opacity: 1;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui a {
    color: var(--peterriver);
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.form-control-icon {
    right: 24px;
    top: 9px;
    color: darkgray;
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

/* LOGIN PAGE */
.wrapper a {
    /*    color: #92badd;*/
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.wrapper h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/* Two Factor Authentication Page*/
#image-container img {
    max-width: 100%; /* Ensures image doesn't exceed the width of its container */
    max-height: 300px; /* Maximum height of 300 pixels */
    width: auto; /* Allows the image to resize proportionally */
    height: auto; /* Allows the image to resize proportionally */
}

/* TABS */

.wrapper h2.inactive {
    color: #cccccc;
}

.wrapper h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

input[type=button],
input[type=submit],
input[type=reset] {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover {
    background-color: #39ace7;
    color: white;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button[type=submit]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

button[type=submit] {
    position: relative;
    display: block;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Facebook {
    background-color: #3b5998 !important;
}

.Twitter {
    background-color: #55acee !important;
}

button[type=submit] .fa {
    position: absolute;
    top: 10.5px;
    left: 10px;
    font-size: 150%;
}

.col-form-label {
    font-size: 0.8rem;
    width: 100%;
    text-align: right;
}

.form-group {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.form-group .btn-sm {
    margin-top: 0.125rem;
}


input[type=text]:not(.typeahead__input),
input.form-control,
input[type=password] {
    border: none;
    padding: 8px 8px;
    height: 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 0.85rem;
    border: 1px solid rgb(54 73 96);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


input[type=text]:active,
input[type=text]:focus,
form-control:active,
input.form-control:focus,
input.form-control:active,
form-control:focus,
input[type=password]:focus,
input[type=password]:active {
    /*        border: none;*/
}

#loginLogo {
    margin: 10px 0;
}

/* OTHERS */

.wrapper *:focus {
    outline: none;
}

.wrapper #icon {
    width: 60%;
}

.wrapper #errors {
    padding: 0 35px;
}

.wrapper .validation-errors {
    padding: 10px 35px 0;
    list-style: none;
}

/*------------------------------------------------------*/

.sidebar ul .nav-item:first-of-type {
    padding-top: 0;
}

a.nav-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*----------------------DASHBOARD----------------------*/

.dashboard.card-header > .row {
    margin-right: 0.15rem;
}

.customer-dashboard > .card-header > .row {
    margin-right: 0.65rem;
}

.jobchart > .card-header > .row {
    margin-right: 0.5rem;
}

.customer-dashboard .card-header {
    padding: 0.25rem 0.75rem !important;
}

.customer-dashboard .card-body {
    padding: 0.25rem 0.75rem 0 0.75rem !important;
}

.project-dashboard > .row > div {
    margin: 0;
    padding: 0 0.25rem;
}

.project-dashboard > .card-body {
    padding: 0;
    margin: 0.25rem 1rem 0 1rem;
}

.jobchart {
    margin-bottom: 0.25rem;
}

.jobchart .card-header {
    font-weight: 600;
}

.jobchart .card-body {
    font-size: smaller;
}

.jobchart.row {
    min-height: 20px;
}

.indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    align-self: center;
}

.jobchart .card-body .indicator {
    margin-left: 0.18rem;
    margin-top: 0.3rem;
}

.card-body {
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
}

.groupbox {
    position: relative;
    margin: 10px 0;
    padding: 10px 5px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.groupbox-title {
    position: absolute;
    top: -10px;
    left: 4px;
    background: #fff;
    font-weight: 600;
}

.groupbox-row {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 5px 0;
}

.groupbox-row:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.groupbox-label {
    padding-left: 3px;
}

.groupbox-label.chart {
    width: 30%;
}

.groupbox-label.check {
    min-width: 30%;
}

.groupbox-item.chart {
    width: 70%;
}

.groupbox-item.check {
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 10px;
}

.groupbox-label, .groupbox-item {
    display: flex;
    align-items: center;
}

.chart .groupbox-label {
    padding-bottom: 10px;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion > .card:first-of-type:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#decisionMatrix {
    border: 1px solid rgb(222, 226, 230);
}

#decisionMatrix td {
    height: 30px;
    padding: 1px;
}

#decisionMatrix td .btn {
    padding: 3px;
    font-size: 8pt;
    min-width: 300px;
    height: 100%;
}

#decisionMatrix td .btn:not(.removeAttachmentButton) {
    width: 100%;
}

#decisionMatrix th {
    font-size: 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-height: 30px;
    border: 2px solid rgb(222, 226, 230);
    background-color: #eee;
}

#decisionMatrix .addAttachment {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: rgb(222, 226, 230);
}

.attachmentModal .modal-lg .modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

#attachmentDetailsModal {
    min-height: 50vh;
}

#attachmentDetailsModal, #attachmentDetailsModal textarea {
    font-size: 10pt;
}

#attachmentDetailsModal .btn {
    font-size: 10pt;
}

#attachmentDetailsModal input[type=checkbox] {
    position: relative;
    top: 2px;
}

#attachmentDetailsModal .btn.removeAttachmentPermission {
    font-size: 6pt;
    padding: 0 2px !important;
}

#attachmentDetailsModal .btn.removeAttachmentPermission i {
    top: 0;
}

#addSecurityPrincipal {
    height: 40px;
    position: relative;
    top: 1px;
}

#addSecurityPrincipal i {
    top: 2px;
}

.attachmentTile {
    position: relative;
}

.attachmentTile:hover .removeAttachmentButton {
    display: inline-block;
}

.removeAttachmentButton {
    width: 20px;
    min-width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 3px;
    right: 2px;
    display: none;
}

.removeAttachmentButton i {
    top: -2px;
    left: 0px;
}

.billrun-header .typeahead {
    width: 300px;
}

@media (max-width: 992px) {
    .billrun-header .customerLookup {
        flex-basis: 100%;
        flex-grow: 1;
    }
}

@media (min-width: 768px) {
    .attachmentModal .modal-lg {
        width: 80%;
        max-width: 1600px;
    }
}

.job-permissions .card-header {
    padding: 0;
}

.job-permissions .card-header button {
    width: 100%;
    text-align: left;
}

.job-permissions .card-header label {
    cursor: pointer;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.buttonRotate, .buttonRotate:hover, .buttonRotate:focus, .buttonRotate:active {
    -webkit-animation: rotation 1s infinite linear;
    background: transparent !important;
    color: #0366d6 !important;
    border: 0;
    box-shadow: none !important;
}

.table {
    border-color: rgba(98, 105, 118, 0.16);
}

td {
    font-size: 0.9rem;
}

th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}


.h1, h1 {
    font-size: 1.2rem !important;
    margin-left: 8px !important;
}

h5.cardMargin {
    margin-left: 3rem;
}

.card {
    padding: 8px;
}

footer {
    color: white;
    background-color: #0099da;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 2rem;
    border-top: 2px solid #1b243433;
    padding: 0.25rem !important;
    padding-left: 0.625rem !important;
    padding-right: 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: right;
    opacity: 0.97;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 11rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .875rem;
    color: #1e293b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(98, 105, 118, .16);
    border-radius: 4px;
}

.dropdown-menu > li {
    color: rgb(98, 105, 118) !important;
    cursor: pointer !important;
}

.dropdown-menu > li:hover {
    background-color: rgba(98, 105, 118, 0.24);
}


.w480 {
    max-width: 480px;
}


.w360 {
    max-width: 360px;
}


.w240 {
    max-width: 240px;
}

.w180 {
    max-width: 180px;
}


.w120 {
    max-width: 120px;
}

.w100 {
    max-width: 100px;
}


.w80 {
    max-width: 80px;
}

.w60 {
    max-width: 60px;
}

.w40 {
    max-width: 40px;
}

.w20 {
    max-width: 20px;
}

.padding8 {
    padding: 8px;
}

.text-muted {
    font-size: 14px;
    font-weight: 300;
}

.strong {
    font-size: 16px;
    font-weight: 500;
}

.cursorPointer {
    cursor: pointer;
}

.cursorNotAllowed {
    cursor: not-allowed;
}


.h32 {
    height: 32px;
    font-size: 0.85rem !important;
}

.p8 {
    padding: 8px !important;
}

.pagedSearch input[type=text] {
    text-align: left;
    width: 158px;
    height: 32px;
    font-size: 0.85rem !important;
    padding: 8px !important;
}

.pagedSearch .form-control-icon {
    font-size: 0.7rem;
    margin-top: 2px;
}

.navbar-brand {
    background-color: #203f5e;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    padding: 4px !important;
    font-size: 1rem !important;
    text-align: center;
    display: block;
    vertical-align: middle;
    font-family: monospace;
    font-weight: 600;
    color: #ffffff77;
}

.mainContainer {
    margin: 12px;
}

.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
}


.page-item .page-link {
    border: 0 !important;
    height: 30px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
    border-radius: 4px;
}


.page-item.active .page-link {
    z-index: 3;
    text-align: center;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-wrapper > span {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-wrapper > span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span {
    visibility: visible;
}

.dayreporttile {
    height: 33.33%;
}

.form-label {
    font-size: 0.865rem !important;
    margin-bottom: 0.125rem !important;
    margin-left: 3px;
}

.form-select {
    font-size: 0.85rem !important;
}

.cardstyle {
    text-align: center;
    padding-top: 2px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.connectivityicon {
    text-align: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
}

.report-form :not(textarea).form-control,
.report-form input.form-control,
.report-form .form-switch,
.report-form .form-select {
    height: 42px;
    font-size: 1rem !important;
}

.validation-warning {
    background-color: #f59b3b44 !important;
}

.validation-error {
    background-color: #ff000044 !important;
}

.grid-wrapper-hr {
    height: 20rem;
}

.grid-wrapper {
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
}

.grid-wrapper table {
    width: 100%;
    margin-top: -1px;
}

.grid-wrapper thead {
    position: sticky;
    top: 0;
    outline: 1px solid #eeeeee;
    z-index: 1;
}

.grid-wrapper th {
    padding: 0;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 256px;
}

.grid-wrapper th.no-break {
    white-space: nowrap;
}

.column-title-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    user-select: none;
    overflow: hidden;
}

.column-title {
    display: flex;
    align-items: center;
    min-width: 0px;
    flex-grow: 1;
}

.title-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

.sortable {
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    padding: 2px;
}

.sortable:active, .column-options-button:active, .column-options-button:hover:active {
    background: rgba(0, 0, 0, 0.15);
}

.sortable:active + .column-options-button {
    background: rgba(0, 0, 0, 0.29);
}

.grid-wrapper th:hover .column-title-flex,
.grid-wrapper th:focus-within .column-title-flex {
    filter: brightness(0.93);
}

.grid-wrapper th.sorted-asc:focus-within .column-title-flex,
.grid-wrapper th.sorted-desc:focus-within .column-title-flex {
    filter: brightness(0.85);
}

.sort-indicator {
    width: 1.5rem;
    height: 1rem;
    opacity: 0.4;
    flex-shrink: 0;
    text-align: center;
    padding-right: 0.2rem;
    display: inline-block;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxNiAyOCI+PGcgaWQ9Imljb21vb24taWdub3JlIj48L2c+PHBhdGggZD0iTTE2IDE3cTAgMC40MDYtMC4yOTcgMC43MDNsLTcgN3EtMC4yOTcgMC4yOTctMC43MDMgMC4yOTd0LTAuNzAzLTAuMjk3bC03LTdxLTAuMjk3LTAuMjk3LTAuMjk3LTAuNzAzdDAuMjk3LTAuNzAzIDAuNzAzLTAuMjk3aDE0cTAuNDA2IDAgMC43MDMgMC4yOTd0MC4yOTcgMC43MDN6TTE2IDExcTAgMC40MDYtMC4yOTcgMC43MDN0LTAuNzAzIDAuMjk3aC0xNHEtMC40MDYgMC0wLjcwMy0wLjI5N3QtMC4yOTctMC43MDMgMC4yOTctMC43MDNsNy03cTAuMjk3LTAuMjk3IDAuNzAzLTAuMjk3dDAuNzAzIDAuMjk3bDcgN3EwLjI5NyAwLjI5NyAwLjI5NyAwLjcwM3oiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
    background-size: contain;
    background-position: 30% 50%;
    background-repeat: no-repeat;
}

.sorted-asc .sort-indicator, .sorted-desc .sort-indicator {
    background: none;
    opacity: 0.6;
    margin-top: -0.6rem;
}

.sorted-asc .sort-indicator:before {
    content: '▲';
}

.sorted-desc .sort-indicator:before {
    content: '▼';
}

.grid-wrapper th:last-of-type .column-width-draghandle {
    display: none;
}

.grid-wrapper th.grid-col-center .column-title-flex {
    justify-content: center;
}

.grid-wrapper th.grid-col-center .column-title {
    justify-content: center;
}

.grid-wrapper th.grid-col-right .column-title-flex {
    justify-content: flex-end;
}

.grid-wrapper th.grid-col-right .column-title {
    justify-content: flex-end;
}

.grid-wrapper td.grid-col-center {
    text-align: center;
}

.grid-wrapper td.grid-col-right {
    text-align: right;
}

.grid-wrapper td {
    padding: 2px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.nav-tabs .btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

.unclickable {
    background-color: #7daaec !important;
    cursor: initial;
    opacity: .65;
}

#dayReportDashboardButton .card {
    border: 0;
}

#dayReportDashboardButton .row {
    /*border: 1px solid black !important;*/
}

#dayReportDashboardButton .form-group {
    border: 1px solid #F0f0f0 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7daaec;
    border-color: #7daaec;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    cursor: not-allowed;
}

.dayreport-header {
    font-size: 1rem;
    background-color: var(--bs-gray-300) !important;
}

@media (max-width: 767px) {

    .dayreport-header {
        font-size: 0.75rem;
    }
}

.grid-wrapper.hr-persons table {
    min-width: 4020px;
}

.grid-wrapper.hr-pois table {
    min-width: 2400px;
}

.grid-wrapper.yard-machines-list table {
    min-width: 1200px;
}

.grid-wrapper.hr-badges-list table {
    min-width: 1650px;
}

.grid-wrapper.hr-persons th:nth-child(1),
.grid-wrapper.hr-persons th:nth-child(2),
.grid-wrapper.hr-persons th:nth-child(4),
.grid-wrapper.hr-persons th:nth-child(8),
.grid-wrapper.hr-persons th:nth-child(9),
.grid-wrapper.hr-persons th:nth-child(11),
.grid-wrapper.hr-persons th:nth-child(15),
.grid-wrapper.hr-persons th:nth-child(16) {
    width: 5%;
}


.foreachgrid {
    table-layout: fixed;
    min-width: 992px;
}

.foreachgrid.table.table-sm[theme = default] {
    --col-gap: 0.125rem;
}

.foreachgrid tr {
    height: 1.75rem;
}

.foreachgrid td {
    vertical-align: middle;
}

.grid-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 20px;
    width: 100%;
}

.general-table-grid-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem !important;
    height: 100%;
    align-items: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0099da;
    border-color: #0099da #0099da #fff;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #eeeeee;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: black;
}


.clickable:hover {
    cursor: pointer;
}

tr.clickable:hover {
    color: black !important;
    background-color: white !important;
}

span.clickable:hover {
    color: #0b5ed7 !important;
}

.rounded-modal {
    border-radius: 9px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 35%), 0 15px 12px rgb(0 0 0 / 26%);
    padding-left: 5px;
    padding-right: 5px;
}

body .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

    body .modal-backdrop.show {
        opacity: 1;
        animation-duration: 0.4s;
    }

button.close {
    display: inline-block !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    user-select: none !important;
    background-color: transparent !important;
    font-size: 1.325rem !important;
    border: 0 !important;
}

.grid-container {
    height: 25rem;
    overflow-y: auto;
}

.list-container > div {
    margin: 0 !important;
    padding-top: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list-container > div > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

input[type="file"] {
    position: absolute;
    left: -99999rem;
}

.v-semaphore {
    width: 1rem;
    height: 1rem;
    border-radius: 2rem;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.overlay-flex {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.65);
    justify-content: center;
    align-items: center;
    display: flex;
}

.sync-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 100000;
}


.transparent {
    background-color: transparent !important;
}

.badge-filters input[type=date] {
    width: 12.5rem;
}

.icon-wrapper {
    position: relative;
}

.icon-wrapper svg {
    height: 100%;
    width: auto;
}

.icon-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dashboard-chart-wrapper {
    cursor: default;
    padding: 0.125rem;
    margin-top: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.125rem;
    background-color: #f8f8f8;
}

@media (min-width: 992px) {
    .fs-sm-6 {
        font-size: 1rem !important;
    }
}

.fs-7 {
    font-size: 0.75rem;
}

.fs-8 {
    font-size: 0.6875rem;
}

.fs-9 {
    font-size: 0.625rem;
}

.fs-10 {
    font-size: 0.5rem;
}

.items-checklist tbody tr {
    height: calc(var(--bs-body-line-height) * 1rem + 8px);
}

.btn-alignment {
    margin-right: .50rem;
    margin-top: .25rem;
    border: 0rem;
}

.w-1p {
    width: 1%;
}

.w-2p {
    width: 2%;
}

.w-3p {
    width: 3%;
}

.w-4p {
    width: 4%;
}

.w-5p {
    width: 5%;
}

.w-6p {
    width: 6%;
}

.w-7p {
    width: 7%;
}

.w-8p {
    width: 8%;
}

.w-9p {
    width: 9%;
}

.w-10p {
    width: 10%;
}

.w-11p {
    width: 11%;
}

.w-12p {
    width: 12%;
}

.w-13p {
    width: 13%;
}

.w-14p {
    width: 14%;
}

.w-15p {
    width: 15%;
}

.w-16p {
    width: 16%;
}

.w-17p {
    width: 17%;
}

.w-18p {
    width: 18%;
}

.w-19p {
    width: 19%;
}

.w-20p {
    width: 20%;
}

.w-21p {
    width: 21%;
}

.w-22p {
    width: 22%;
}

.w-23p {
    width: 23%;
}

.w-24p {
    width: 24%;
}

.w-25p {
    width: 25%;
}

.w-35p {
    width: 35%;
}

.cell-grid-clickable {
    cursor: pointer;
}

.dayreport-header > .row > .col-12 {
    align-self: stretch !important;
}

.dayreport-header > .row > .col-12 > .row {
    height: 100% !important;
}

.dayreport-header > .row > .col-12 > .row > .col-6 {
    display: flex;
    align-items: center;
}

.dayreport-header > .row > .col-12 > .row > .col-6.text-start {
    justify-content: start;
}

.dayreport-header > .row > .col-12 > .row > .col-6.text-end {
    justify-content: end;
}

.dayreport-header > .row > .col-12 > .row > .col-6.text-start label {
    font-weight: 700;
}

.loader-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer-row-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    opacity: 0.8;
    font-weight: 500;
    display: block;
    padding: 0.25rem;
    padding-left: 0.5rem;
    color: black;
    background-color: #eeeeee;
}

.filters-row {
    font-size: 0.75rem;
}

.filters-row .typeahead__input,
.filters-row .typeahead__input-mask,
.filters-row .typeahead__results > * {
    padding: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
}

.filters-row .typeahead__results > * {
    height: 1.25rem;
}

.filters-row .typeahead__input-icon,
.filters-row .typeahead__clear {
    width: 1.375rem !important;
    padding: 0.125rem !important;
    align-self: center;
}

.fixed-width-column {
    width: 200px;
}

.fixed-width-column-medium {
    width: 150px;
}

.fixed-width-column-small {
    width: 100px;
}

.text-below-marker {
    min-width: 100px;
    text-align: center;
    min-height: 0.2em;
    font-size: 10px;
}

.filter-text {
    font-size: 14px;
}

.col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}

thead[b-vznuo5fmpv] {
    position: sticky;
    top: 0;
    background-color: #eee;
}

th[b-vznuo5fmpv] .col-options-button {
    border: none;
    padding: 0;
    width: 1rem;
    align-self: stretch;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}

input[type=search] {
    width: 20rem;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    color: rgb(17 24 39);
    background-color: rgb(249 250 251);
    border: 1px solid rgb(209 213 219);
    border-radius: 0.5rem;
    outline-offset: 1px;
}

input[type=search]:focus {
    border-color: rgb(59 130 246);
    outline-color: rgb(59 130 246);
}

.search-box {
    position: relative;
}

.search-box:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: .75rem;
    top: calc(50% - 1.25rem / 2);
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='rgb(107 114 128)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' b-nrli8fdfc6=''%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' b-nrli8fdfc6=''%3E%3C/path%3E%3C/svg%3E");
}

#scatterChart {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

#scatterChart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/logo.png');
    opacity: 0.5;
}

.filterSearchBar {
    padding: 5px;
    margin-top: 7px;
    margin-right: 5px;
    width: 170px;
}

.filterBox {
    padding: 5px 10px;
    margin: 0;
}

.clearFilterBtn {
    height: 34px !important;
}

.fixed-width-column-xxl {
    width: 500px;
}

.fixed-width-column-xl {
    width: 300px;
}

.mr5 {
    margin-right: -5px;
}

.filterMargin {
    margin-top: 7px;
}

p.map-info {
    color: black;
}

.light-red-bg {
    background-color: #f8d7da;
}

.image-style {
    height: 18px;
}

.btn-custom {
    width: 150px;
}

.btn-dropdown {
    width: 220px;
}

.dropdown-menu-custom {
    top: 100%;
    left: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.fileDrop {
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
}

.fileDrop::before {
    content: "+";
    font-size: 24px;
    color: #aaa;
    position: absolute;
    top: 120px;
}

.fileDrop::after {
    content: "Drop files here";
    font-size: 14px;
    color: #aaa;
    position: absolute;
    top: 150px;
    pointer-events: none;
}

.fileDrop input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.bg-image-logo {
    background-image: url(/img/logobg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#uniqueDialog .btn.btn-secondary {
    font-size: 0;
}

#uniqueDialog .btn.btn-secondary::before {
    content: "No";
    font-size: initial;
}

#uniqueDialog .btn.btn-primary {
    font-size: 0;
}

#uniqueDialog .btn.btn-primary::before {
    content: "Yes";
    font-size: initial;
}

.gotoprofile-div .btn.btn-primary {
    font-size: 0;
}

.gotoprofile-div .btn.btn-primary::before {
    content: "Go to Profile";
    font-size: initial;
}

.danger-Button {
    margin-left: 1.5mm;
}

.bg-layout-logoBackground {
    background-image: url(/img/logowithopacity.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.option-no-employees {
    background-color: #f8d7da;
}

.leaflet-tooltip-pane .text {
    color: white;
    font-weight: bold;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 2em;
}


.number-label {
    color: white; /* Text color */
    display: inline-block; /* Inline-block element */
    white-space: nowrap; /* Prevent text wrapping */
    font-size: 30px; /* Font size */
    text-align: center; /* Center-align text */
    width: auto; /* Auto width based on content */
    font-weight: bold; /* Bold text */
    font-family: 'Roboto', sans-serif; /* Font family */
    pointer-events: none;
}

.mapNavLink {
    border: 0px !important;
    background-color: transparent !important;
    color: #000 !important;
}

.mapNavLink.active {
    border: 1px solid #eeeeee !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom: 1px solid #fff !important;
}

#editDialog .btn.btn-primary {
    font-size: 0;
}

#editDialog .btn.btn-primary::before {
    content: "Save";
    font-size: initial;
}

#editDialog .btn.btn-secondary {
    font-size: 0;
}

#editDialog .btn.btn-secondary::before {
    content: "No";
    font-size: initial;
}

.editDialog .btn.btn-primary {
    font-size: 0;
}

.editDialog .btn.btn-primary::before {
    content: "Save";
    font-size: initial;
}

.editDialog .btn.btn-secondary {
    font-size: 0;
}

.editDialog .btn.btn-secondary::before {
    content: "No";
    font-size: initial;
}

.edit-plan-link {
    color: #0099da;
}

.edit-plan-link:hover {
    color: #0b5ed7;
}

table.plan-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table.plan-table tbody {
    display: table;
    width: 100%;
}

.plan-table td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

    .plan-table td.plan-col {
        height: 60px;
        line-height: 60px;
    }

.head-col {
    min-width: 10rem !important;
}

.plan-col {
    min-width: 7rem !important;
    text-align: center;
}

.ml-5r {
    margin-left: 5rem !important;
}

.plan-td-weekend{
    background-color: #ccc;
    text-align: center;
}

#unassignDialog .btn.btn-primary {
    font-size: 0;
}

#unassignDialog .btn.btn-primary::before {
    content: "Yes";
    font-size: initial;
}

#unassignDialog .btn.btn-secondary {
    font-size: 0;
}

#unassignDialog .btn.btn-secondary::before {
    content: "No";
    font-size: initial;
}

#assignDialog .btn.btn-primary {
    font-size: 0;
}

#assignDialog .btn.btn-primary::before {
    content: "Assign";
    font-size: initial;
}

.btn-xs {
    padding: 0rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
}


.legend-item {
    cursor: pointer;
}

.dimmed-legend-icon {
    opacity: 0.3 !important;
}

.normal-legend-icon {
    opacity: 1 !important;
}

table.visualoverview-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/*    table.visualoverview-table tbody {
        display: table;
        width: 100%;
    }*/

.visualoverview-table td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

    .visualoverview-table td.visualoverview-col {
        line-height: 20px;
    }

.visualoverview-head-col {
    min-width: 10rem !important;
}

.visualoverview-col {
    min-width: 7rem !important;
    text-align: center;
}

.visualoverview-legend-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.visualoverview-color-box {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
