@media only screen and (max-width: 1200px) {
    .displayFlex {
        display: block !important;
    }
}

body {
    background-color: #F8F8F8 !important;
}

*:not(.material-icons) {
    font-family: "Quicksand", sans-serif;
}

.brand-logo img {
    width: 235px;
    margin-top: 15px;
}

#loginBackground {
    height: 100%;
    left: 0px;
    position: absolute;
    background: url('../img/loginImage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#forgotPasswordBackground {
    height: 100%;
    left: 0px;
    position: absolute;
    background: url('../img/forgotPasswordImage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.btn, .btn-flat {
    border-radius: 6px;
}

.primaryColor {
    background-color: #111827 !important;
}

.primaryBorderBtn {
    background: transparent !important;
    border: 1px solid #111827 !important;
    color: #111827 !important;
}

.primaryBorderBtn:hover {
    background: #111827 !important;
    border: 1px solid #111827 !important;
    color: #ffffff !important;
}

.btn, .btn-flat {
    text-transform: unset;
}

.backBtn {
    background: transparent !important;
    border: 1px solid #6c6c6c !important;
    color: #6c6c6c !important;
}

.backBtn:hover {
    background: #111827 !important;
    border: 1px solid #111827 !important;
    color: #ffffff !important;
}

/* label color */
label {
    color: #111827 !important;
}

input {
    text-indent: 5px;
}

input, select {
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 5px !important;
}

input:focus, select:focus {
    border: 1px solid #ececec !important;
}

select.browser-default {
    margin: 0 0 9px 0;
}

/* label focus color */
input:focus + label {
    color: #111827 !important;
}

/* label underline focus color */
input:focus {
    border-bottom: 1px solid #111827 !important;
    box-shadow: 0 1px 0 0 #111827 !important;
}

/* valid color */
input.valid {
    border-bottom: 1px solid #111827 !important;
    box-shadow: 0 1px 0 0 #111827 !important;
}

/* invalid color */
input.invalid {
    border-bottom: 1px solid #111827 !important;
    box-shadow: 0 1px 0 0 #111827 !important;
}

.swal2-input {
    width: 90% !important;
    margin: 0 0 0 20px !important;
}

/* icon prefix focus color */
.prefix.active {
    color: #111827 !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #111827 !important;
    background-color: #111827 !important;
}

[type="checkbox"].filled-in:disabled + span:not(.lever):after {
    border: 2px solid #757575 !important;
    background-color: #757575 !important;
}

[type="radio"]:checked + span:after {
    background-color: #111827 !important;
}

[type="radio"]:checked + span:before {
    background-color: #111827 !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #111827 !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-18 {
    font-size: 18px !important;
}

.hoverable {
    cursor: pointer !important;
}

.hoverable:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

.quickAccess {
    height: 100% !important;
    width: 100% !important;
}

.quickAccess {
    text-align: center;
    border-radius: 4px;
    color: white;
    padding: 10px;
    transition: 100ms;
    margin-bottom: 10px !important;
}

.input-field {
    margin: 0 !important;
}

.search-input {
    width: 350px;
}

.search-input input {
    background-color: #fff !important;
    border: 1px solid #dadada !important;
    border-radius: 4px !important;
    text-indent: 5px;
    height: 2.3rem !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #111827 !important;
}

.checkbox[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #111827;
    background-color: #111827;
}

.flex {
    display: flex;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 12px;
}

.flex-grow {
    flex-grow: 1;
}

.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: right !important;
}

.align-center {
    align-items: center;
}

.rotate-180 {
    rotate: 180deg;
}

ul.stepper .step.active::before, ul.stepper .step.done::before {
    background-color: black !important;
}

.sameHeightCol {
    flex: 1;
    margin: 0.5rem 0 1rem 0;
}

.minHeightFull {
    min-height: 100%;
}

.displayFlex {
    display: flex;
}

.displayNone {
    display: none;
}

.fc-col-header-cell-cushion, .fc-daygrid-day-number {
    color: #080808;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
}

.defaultProduct > .cke_textarea_inline {
    background: #E8E8E8 !important;
}

.cke_textarea_inline {
    background-color: #ffffff !important;
    border-bottom: 1px solid #9e9e9e;
    min-height: 3em;
}

.fullWidth {
    width: 100% !important;
}

.row {
    margin-bottom: 0 !important;
}

.projectTopButtons {
    width: 24%;
    text-align: center;
}

.projectFixedTop {
    width: 100%;
    position: fixed;
    z-index: 99997 !important;
}

.modal-overlay {
    z-index: 99997 !important;
}

.modal {
    z-index: 99998 !important;
}

.projectDataWrapper {
    position: absolute !important;
    top: 210px !important;
    width: 100%;
}

.borderedTable td {
    border: 1px solid #bbbbbb;
    padding: 8px 5px;
}

.defaultTd {
    padding: 19px 5px !important;
}


.tabs .tab a {
    color: black !important;
    background: #E8E8E8 !important;
}

.tabs .tab {
    text-transform: unset;
}

/*Black color to the text*/

.tabs .tab a:hover {
    background-color: #111827 !important;
    color: white !important;
}

/*Text color on hover*/

.tabs .tab a.active {
    background-color: #111827 !important;
    color: white !important;
}

/*Background and text color when a tab is active*/

.tabs .indicator {
    background-color: #111827 !important;
}

/*Color of underline*/


.mr-10 {
    margin-right: 10px !important;
}

.hidden {
    display: none;
}

.padding-0 {
    padding: 0 !important;
}

.card {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    border-radius: 6px;
}

.card .card-content {
    padding: 20px;
}

.bottomNavSignature {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

#toast-container, .toast {
    z-index: 99999 !important;
}

.sidenav {
    z-index: 99999 !important;
}

.sidenav-overlay {
    z-index: 99998 !important;
}

.fullScreenSignature {
    width: 100%;
    height: 40vh;
    border-bottom: 2px solid #6c6c6c !important;
}

.primaryText {
    color: #111827 !important;
}

.underline {
    text-decoration: underline;
}

.statisticsCard {
    height: 300px;
}

.statisticsBorderTop {
    border-top: 2px solid #656565;
}

.ml-20 {
    margin-left: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.creditorTd {
    width: 25%;
}

.creditorTd > .select2-container {
    margin-bottom: 0 !important;
}

.fs-11 {
    font-size: 11px;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.p-5 {
    padding: 5px;
}

.clickable:hover {
    cursor: pointer;
}

.tableInputs td {
    padding: unset;
    padding-left: 5px !important;
}

.tableInputs td input {
    border: unset !important;
    width: 86% !important;
    background: white !important;
    padding: unset !important;
    margin: unset !important;
}

.calculationTable td {
    padding: 2px !important;
}

.calculationTable td input, .calculationTable td select {
    margin: 0 0 3px 0 !important;
    background-color: #ffffff !important;
}

.extraCalculationTable td {
    padding: 2px !important;
}

.extraCalculationTable td input, .extraCalculationTable td select {
    margin: 0 0 3px 0 !important;
    background-color: #ededed !important;
    padding: 6px 3px !important;
    border-radius: 5px !important;
}

.inputRedBottom {
    border-bottom: 2px solid red !important;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.cke_textarea_inline p {
    margin-top: 0 !important;
}

.saveProjectButton {
    position: fixed;
    bottom: 5px;
    left: 10px;
    right: 10px;
}

.BCCAddress i.material-icons {
    font-size: 28px;
    margin-top: 10px;
}

.width-45 {
    width: 45%;
}

.width-85 {
    width: 85%;
}

.loaTable {
    min-height: 370px;
    max-height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropzone {
    border: 3px dashed #2773b5 !important;
    border-radius: 5px;
    background-color: #f3f3f3 !important;
    transition: .5s ease;
}

.dropzone:hover {
    background-color: #ffffff !important;
}

.dropzone .dz-message .dz-button {
    font-size: 30px !important;
    color: #2773b5 !important;
    font-family: "Roboto", sans-serif !important;
}

.calcExtraIcon {
    color: #555555;
}

.verticalAlign {
    vertical-align: middle;
}

.modal {
    z-index: 99999;
}

.extraCalculationModal {
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
}

.calculationTableCheckbox span {
    height: 13px !important;
}

.extraCalculationTable td {
    background: #fff;
    padding: 5px !important;
}

.extraCalculationTable th {
    padding: 5px !important;
}

.extraCalculationModal .modal-content h3 {
    color: #111827;
    font-size: 24px;
}

.extraCalcBtn {
    background: transparent;
    border: 1px solid #111827;
    color: #111827;
    padding: 5px 10px;
    border-radius: 3px;
}

.extraCalcBtn:hover, .extraCalcBtn:focus {
    background: #111827;
    border: 1px solid #111827;
    color: #ffff;
    cursor: pointer;
}

.basicInput input, .basicInput input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
    height: 1rem !important;
}

.basicInput select {
    height: 2rem !important;
    border: none !important;
}

.basicInput .select2-container {
    margin-bottom: 0 !important;
}

.basicInput .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0
}

.basicInput .select2-container--default .select2-selection--multiple, .basicInput .select2-container--default .select2-selection--single, .basicInput .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 18px;
}

.basicInput .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px !important;
    padding-left: 10px !important;
}

.basicInput .select2-selection__arrow {
    display: none;
}

.smallTable tr td, .smallTable tr th {
    padding: 5px;
}

.customHeading {
    margin: 3px 0 5px 0;
    color: #111827;
    font-size: 22px;
    font-weight: bold;
}

.subHeading {
    margin: 3px 0 5px 0;
    color: #111827;
    font-size: 16px;
    font-weight: bold;
}

.notificationsWrapper {
    overflow-y: scroll;
    max-height: 600px;
}

.swal2-select {
    max-width: 86% !important;
}

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
    z-index: 99999;
}

.oneNotification {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 12px;
    margin-top: 8px;
}

.oneNotification h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.oneNotification h3 i.material-icons {
    float: right;
    color: #444444;
}

.paginationWrapper > nav {
    background-color: transparent;
    color: #424242 !important;
    box-shadow: none;
    text-align: center !important;
}

.pagination li {
    display: inline;
    float: none;
}

.page-link {
    padding: 2px 20px 2px 20px !important;
    border-radius: 5px;
    font-size: 16px;
}

.pagination > .active > .page-link {
    background-color: #111827 !important;
    font-size: 16px;
    color: #ffffff;
}

.pagination {
    text-align: center;
}

.pagination li.active {
    background-color: transparent;
}

.borderTable tr, .borderTable td {
    border: 1px solid #c6c6c6;
}

.noBorderRight {
    border-right: none !important;
}

.noBorderLeft {
    border-left: none !important;
}

strong {
    font-weight: 800 !important;
}

.niceATag {
    color: #2f4268;
    text-decoration: underline;
}

.newHoursTable, .newHoursTable tr, .newHoursTable th, .newHoursTable td {
    border: 1px solid black;
}

.newHoursTable.striped > tbody > tr:nth-child(odd) {
    background: #e5e5e5;
}

.newHoursTable td, .newHoursTable th {
    padding: 8px;
}

.rotate90 {
    transform: rotate(-90deg);
}

.filterHoursBlock {
    background: #eeeeee;
    border-radius: 4px;
    padding: 5px 12px;
    max-height: 425px;
    overflow-y: scroll;
    position: relative;
}

table th, table td {
    padding: 4px 2px;
}

@media print {
    body * {
        visibility: hidden;
    }

    #hoursTable, #hoursTable *, .newHoursTable, .newHoursTable * {
        visibility: visible;
    }

    #hoursTable .newHoursTable {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
    }

    .newHoursTable td, .newHoursTable th {
        font-size: 11px !important;
    }

    #workOrderPage * {
        visibility: visible;
    }

    #workOrderPage button, #workOrderPage a, #workOrderPage i.material-icons {
        visibility: hidden;
    }

    #workOrderPage .card {
        box-shadow: unset !important;
        border: 1px solid #dedede;
    }
}

@media only screen and (max-width: 600px) {
    .brand-logo img {
        width: 175px;
    }

    .page-link {
        padding: 1px 5px 1px 5px !important;
        border-radius: 3px;
        font-size: 12px !important;
    }

    .pagination > .active > .page-link {
        background-color: #111827 !important;
        font-size: 12px !important;
    }

    .fullScreenModal {
        top: 0 !important;
        width: 100% !important;
        min-height: 100%;
        max-height: 100%;
    }

    .mt-10-mobile {
        margin-top: 10px;
    }

    .mt-20-mobile {
        margin-top: 20px;
    }

    .fullWidthMobile {
        width: 100% !important;
    }

    .projectFixedTop {
        width: 100%;
    }

    .projectTopButtons {
        width: 24%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .projectTopButtons2 {
        margin-bottom: 5px;
    }

    .projectTopButtons3 {
        width: 49%;
        margin-bottom: 5px;
    }

    .projectDataWrapper {
        top: 255px !important;
    }
}

/*=======================================================================================
                                          Preloader style
   =======================================================================================*/
#loadingIconOverlayWrapper {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 99999 !important;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 300px;
}

.lds-hourglass:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

.loadingText {
    position: relative;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    color: white;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*=======================================================================================
                                   End Preloader style
========================================================================================*/

