table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-group textarea.form-control:not(.form-control-sm):not(.form-control-lg) {
    padding: 10px;
}

.widget-summary .summary-icon {
    background-color: #0088cc;
}

.td-width {
    width: 20%;
}

.th-width {
    width: 20%;
}

.form-edit {
    height: 50px;
    border: 0;
    padding: 0 15px;
    border-radius: 0;
    border-bottom: 2px solid #08c;
    font-size: 14px;
    background-color: transparent;
}

    .form-edit:focus {
        padding: 0 15px;
        box-shadow: none;
        height: 50px;
        font-size: 14px;
        background-color: transparent;
        border-color: #ced4da;
        z-index: inherit;
    }

    .form-edit:-webkit-autofill {
        background-color: red;
    }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: inherit;
}

.form-edit:active {
    font-size: 14px;
}

.form-label {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.{
    width: 100%;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: 45px;
    background: #fff;
    font-size: 16px;
}

    .form-input-edit:focus {
        border-color: rgb(0 0 0 / 10%);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    }


.menu-btn:last-child {
    border-right: 0 !important;
}

/*.nice-select .option.disabled {
    display: block !important;
}*/

.body-color {
    border-bottom-right-radius: 0px !important;
}

.back-page {
    float: right;
    padding-right: 30px;
    padding-top: 14px;
    color: #C3C3C3;
    cursor: pointer;
    text-decoration: none;
}

.addCategoryModalButton {
    outline: 0;
    border: 0;
    color: #0088cc;
    background-color: transparent;
}

    .addCategoryModalButton:focus-visible {
        outline: 0;
        border: 0;
        background-color: transparent;
    }

    .addCategoryModalButton:focus {
        outline: 0;
        border: 0;
        background-color: transparent;
    }

.dropdown-button {
    width: 100%;
    height: 40px;
    padding: 10px 25px;
    border: 2px solid var(--primary-color);
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
}

.dropdown-body {
    position: relative;
    width: 100%;
    padding: 0;
    border: 2px solid rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}

.dropdown-checkbox label {
    padding: 10px;
    margin: 0;
}

    .checkbox-container,
    .acs-checkbox-container {
        display: flex;
        position: relative;
        padding-left: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-container input,
        .acs-checkbox-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmark,
    .acs-checkmark {
        border: 1px solid #c4bbbb;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8px;
        height: 15px;
        width: 15px;
        background-color: #eee;
    }

    .checkbox-container input:checked ~ .checkmark,
    .acs-checkbox-container input:checked ~ .acs-checkmark {
        background-color: #2196F3;
    }

    .checkmark:after,
    .acs-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

    .acs-checkbox-container input:checked ~ .acs-checkmark:after {
        display: block;
    }

    .checkbox-container .checkmark:after,
    .acs-checkbox-container .acs-checkmark:after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.codeReq {
    display: none;
}

.nice-select.has-multiple span.current {
    padding-right: 0 !important;
    margin-right: 0 !important;
}


    .nice-select.has-multiple span.current:first-child {
        padding-left: 0 !important;
    }

.span-text {
    font-size: 13px;
}

.show-arch {
    margin-top: 4px;
}

.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-height {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: 25px;
    background: #fff;
    font-size: 12px;
}

    .input-height:focus {
        border-color: rgb(0 0 0 / 10%);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    }


.input[type='checkbox'] {
    height: 0;
    width: 0;
}

    .input[type='checkbox'] + label {
        position: relative;
        align-items: center;
        color: #9e9e9e;
        transition: color 250ms cubic-bezier(.4,.0,.23,1);
    }

        .input[type='checkbox'] + label > ins {
            position: absolute;
            display: block;
            bottom: 0;
            left: 2em;
            height: 0;
            width: 100%;
            overflow: hidden;
            text-decoration: none;
            transition: height 300ms cubic-bezier(.4,.0,.23,1);
        }

            .input[type='checkbox'] + label > ins > i {
                position: absolute;
                bottom: 0;
                font-style: normal;
                color: #4FC3F7;
            }

        .input[type='checkbox'] + label > span {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 1em;
            width: 15px;
            height: 15px;
            background: transparent;
            border: 2px solid #9E9E9E;
            border-radius: 2px;
            cursor: pointer;
            transition: all 250ms cubic-bezier(.4,.0,.23,1);
        }

        .input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span {
            background: rgba(255,255,255,.1);
        }

    .input[type='checkbox']:checked + label > ins {
        height: 100%;
    }

    .input[type='checkbox']:checked + label > span {
        border: .5em solid #FFEB3B;
        animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
    }

        .input[type='checkbox']:checked + label > span:before {
            content: "";
            position: absolute;
            top: 0.6em;
            left: 0.4em;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            transform: rotate(45deg);
            transform-origin: 0% 100%;
            animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
        }

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    33% {
        width: .2em;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    100% {
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0,-.5em,0) rotate(45deg);
    }
}

tbody td.select-column {
    width: 20px;
}

.card-height {
/*    min-height: 500px;*/
}

.nice-select .nice-select-search-box {
    display: none;
}

.form-group textarea.form-control:not(.form-control-sm):not(.form-control-lg) {
    min-height: 100px;
    resize: none;
    line-height: 20px;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg),
.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
    padding: 0 15px;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,.2);
    box-shadow: 1px 5px 10px rgba(0,0,0,.2);
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    float: none;
    padding-right: 25px;
}

    /* .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
        display: flex;
        align-items: center;
    }*/

    .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select span {
        vertical-align: middle;
        line-height: 20px !important;
    }

.nice-select.has-multiple span.current {
    margin-bottom: 0px !important;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select .list {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg):focus,
.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select:focus,
.form-group .form-control:not(.form-control-sm):not(.form-control-lg):hover,
.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select:hover,
.form-group .form-control:not(.form-control-sm):not(.form-control-lg):active,
.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select:active {
    outline: none;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.1);
    box-shadow: 1px 2px 1px rgba(0,0,0,.1);
    border: 1px solid;
    border-color: #33bbff !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        /* left: 4px; */
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.showDesc:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    top: 16px;
    display: block;
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 1;
    color: #73afea;
}

tr.details td.showDesc:before {
    content: '\f0dd';
}

.arrows {
    margin: 0.7em;
}

tbody tr.clickable td div.arrows::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left-color: gray;
    transform-origin: 0 50%;
    transition: transform .25s;
}

tbody tr.clickable td div.arrows.downs::before {
    transform: rotate(90deg);
    transition: transform .25s;
}

.form-group.icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #cccccc;
}

.form-group.zoom::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f002";
}

.form-control:not(.form-control-sm):not(.form-control-lg).search-input {
    border: 1px solid #c4bbbb;
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    min-height: 30px;
    border-right: none;
    padding-right: 5px;
}

    .form-control:not(.form-control-sm):not(.form-control-lg).search-input:focus {
        border: 1px solid #c4bbbb;
        box-shadow: none;
        border-right: none;
        outline: none;
    }

    .form-control:not(.form-control-sm):not(.form-control-lg).search-input:focus-visible {
        border: 1px solid #c4bbbb;
        border-right: none;
        box-shadow: none;
        outline: none;
    }

.nice-select.form-control:not(.form-control-sm):not(.form-control-lg).search-input {
    border-right: 1px solid #c4bbbb;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 25px;
    padding-left: 10px;
    width: 200px;
}

    .nice-select.form-control:not(.form-control-sm):not(.form-control-lg).search-input span.current{
        line-height: 30px;
    }

.search-button,
.search-button:hover,
.search-button:focus{
    border: 1px solid #c4bbbb;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    text-align: center;
    border-radius: 0;
    color: #08c;
    border-left: none;
}

.input-group-div {
    width: 200px;
    margin-left: 20px;
}

    .input-group-div.input-group-div-label {
        width: auto;
    }

        .input-group-div.input-group-div-label label {
            margin-bottom: 0;
            margin-right: 10px;
            display: inline-block;
            line-height: 30px;
        }

        .record-edit {
            margin-top: 10px;
            line-height: 1;
            padding-top: 5px;
            font-size: 13px;
        }

.row-block {
    display: flex;
}

.dashboard-stats {
    display: flex;
    margin-bottom: 15px;
}

.header-right-spacing {
    margin-right: 1.5rem !important;
}

.sidebar-right-toggle {
    margin-bottom: 1px !important;
    width: 20px !important;
}

.row-input-details {
    padding: 0 15px;
    margin-top: 15px;
}

.input-edit {
    margin-right: 15px;
}

.input-edit-2 {
    margin-left: 15px;
}

.nice-select .current {
    overflow: hidden;
}

.colon-edit {
    text-align: center;
    margin-top: 0.5rem;
    padding: 0 15px;
}

.select-width {
    width: 30%;
}

.input-width {
    width: 45px;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg) {
    padding: 0 10px;
}

.input-width-2 {
    width: 20%;
}

.quantity-width {
    width: 40%
}

.form-group label {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}

@media ( max-width: 1300px) {
    .laptop-view {
        display: block;
    }

    .select-width {
        width: 40%;
        margin-bottom: 15PX;
    }

    .quantity-width {
        width: 45%
    }
}

@media ( max-width: 1199px) {
    .form-group .form-control:not(.form-control-sm):not(.form-control-lg), .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select, .form-group .form-control:not(.form-control-sm):not(.form-control-lg), .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select:hover, .form-group .form-control:not(.form-control-sm):not(.form-control-lg), .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .row-block {
        display: block;
    }

    .input-edit {
        margin-right: 0;
    }

    .input-edit-2 {
        margin-top: 15px;
        margin-left: 0;
    }

    .colon-edit {
        text-align: left;
        margin-top: 0;
        padding: 0;
    }

    .select-width {
        width: 100%;
    }

    .input-width {
        width: 100%;
    }

    .quantity-width {
        width: 100%
    }

    .dashboard-stats {
        display: block;
    }

    .card-body-edit {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .dt-buttons.btn-group {
        margin-top: 15px;
    }

    #workRecordDiv {
        display: flex;
    }

    #workBookDiv {
        display: flex;
    }

    .menu-btn-float-edit {
        float: right
    }
}

.js-tableSize {
    margin-top: 20px;
}

.nice-select.has-multiple .multiple-options {
    margin-left: 0;
    border: 0;
    padding: 10px 0;
    background-color: #fff;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
    height: auto;
}

    .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select span {
        vertical-align: middle;
        line-height: 1;
        border: 0;
        background-color: #fff;
    }

.nice-select.has-multiple span.current {
    margin-bottom: 6px;
}

input[type=number] {
    padding-right: 0;
}

.nice-select-search.nice-select .nice-select-search-box {
    display: block;
}

.nice-select-search.nice-select .list {
    padding-top: 50px;
}

.show-more {
    padding-top: 15px;
    cursor: pointer;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

.show-more-assets {
    padding-top: 15px;
    cursor: pointer;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

.show-less {
    display: none;
    padding-top: 15px;
    cursor: pointer;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

    .show-less:hover {
        border-bottom: 1px solid #9e9e9e;
    }

.show-more:hover {
    border-bottom: 1px solid #9e9e9e;
}

.show-more-assets:hover {
    border-bottom: 1px solid #9e9e9e;
}

.nice-select .list {
    padding: 0;
}

span.number {
    color: #999;
    font-weight: bold;
    font-size: 21px;
}

.progress-sm {
    height: 30px;
}

.badge {
    padding: 0.5em 1.5em;
}

.js-add-search-input {
    display: flex;
    align-items: center;
}


.profile-image {
    min-height: 180px;
    min-width: 180px;
}

.user-info {
    margin-bottom: 10px;
}

    .user-info span {
        font-size: 13px;
    }

.span-edit {
    padding-top: 0.25rem;
    padding-left: 0.25rem;
}

.change-company {
    position: fixed;
    bottom: 20px;
    width: 20%;
}

.number-of {
    margin-bottom: 15px;
}

.checkout-button {
    display: flex;
    justify-content: end;
    background-color: #FDFDFD;
    border-radius: 10px;
}

.employee-data {
    text-align: left;
}

.work-record-list-headings {
    color: #0088CC;
    font-size: 1.1em !important;
}

.invites {
    color: #0088CC;
}

.icon-calendar:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    font-weight: 900;
    left: 54%;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    margin-left: .5em;
    overflow: visible;
    display: inline-block;
    line-height: 24px;
    z-index: 1;
    pointer-events: none
}

.icon-calendar {
    position: relative;
    line-height: 20px;
}

.icon-calendar2:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    font-weight: 900;
    left: 54%;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    margin-left: .5em;
    overflow: visible;
    display: inline-block;
    line-height: 24px;
    z-index: 1;
    pointer-events: none
}

.icon-calendar2 {
    position: relative;
    line-height: 24px;
}

.form-700 .form-group.small-input .form-control:not(.form-control-sm):not(.form-control-lg),
.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select, .form-700 .form-group > div,
.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg)[type="number"] {
    width: calc(50% - 100px) !important;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    line-height: 20px;
    margin: 0
}

input[type="number"] {
    text-align: right;
}

@media screen and (max-width: 576px) {
    .form-700 .form-group.small-input .form-control:not(.form-control-sm):not(.form-control-lg), .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select, .form-700 .form-group > div {
        width: calc(100% - 100px) !important;
        height: 30px;
        max-height: 30px;
        min-height: 30px;
        line-height: 20px;
        margin: 0
    }
    .numberofMachines, .numberofMaterials, .numberofVehicles, .numberofEmployees, .numberofContacts, .numberofTools {
        padding: 15px;
        padding-bottom: 0;
    }

    .bottom-distance-phone{
        margin-bottom: 15px;
    }

    .change-company {
        width: 100%;
    }

    .card.column-options-container.open {
        width: 100%;
        display: block;
        overflow: auto;
        z-index: 4;
        position: absolute;
        right: 0;
        top: 121px;
    }

    .js-add-search-input {
        display: flex;
        flex-wrap: wrap;
    }

    .input-group-div {
        width: 100%;
        order: -1;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .menu-btn:nth-child(4) {
        padding-left: 0;
    }

    #workRecordDiv {
        display: flex;
        flex-wrap: wrap;
    }

    #lgDemo {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    html.fixed.sidebar-left-collapsed .content-body.cc-body {
        margin-left: 0px !important;
    }

    html.fixed.sidebar-left-collapsed .page-header.cc-header {
        left: 0px !important;
    }

    .delete-button-mobile {
        padding-left: 0;
    }
}

.fileupload .btn {
    border-radius: 5px !important;
}


.wizard-tabs ul > li > a {
    position: relative;
    display: block;
    padding: 10px !important;
    font-size: 13.6px;
    font-size: 0.85rem;
    text-decoration: none;
    color: #555;
}


    .wizard-tabs ul > li > a:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        z-index: 1;
        border: 23px solid transparent;
        border-right: 0;
        border-left: 10px solid transparent;
        width: 0;
        height: 0;
    }

    .wizard-tabs ul > li > a:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        z-index: 1;
        border: 23px solid transparent;
        border-right: 0;
        border-left: 10px solid transparent;
        width: 0;
        height: 0;
    }

.selectConstruction-label2 {
    padding-top: 12px;
    padding-bottom: 5px;
}

.nice-select.work-group-select {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}


.nice-select.selectCS {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: auto !important;
}

.form-input-edit.nice-select-search.case-contact span.current {
    background-color: #e9ecef !important;
}

.form-700 {
    max-width: 600px;
    width: 100%;
}

    .form-700 .form-group {
        border-bottom: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .form-700 .form-group label {
            width: 150px;
            color: #000;
        }

        .form-700 .form-group.two-items {
            border-bottom: none;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
        }

        .buttons-con {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

    .buttons-con button,
    .buttons-con a {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px;
    }

.add-image-con {
    margin-bottom: 15px;
    padding-top: 90px;
}


.form-700 form .form-700 .form-group .input-group  {
    width: 50% !important;
}

.form-group .form-control:not(.form-control-sm):not(.form-control-lg) {
    box-shadow: none !important;
    border-color: #cbcbcb !important;
}

.form-group .form-control.error:not(.form-control-sm):not(.form-control-lg) {
    box-shadow: none !important;
    border-color: #a94442 !important;
}

.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg),
.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select,
.form-700 .form-group > div {
    width: calc(100% - 185px) !important;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    line-height: 20px;
}

    .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select.has-multiple{
        height: auto;
        max-height: unset;
    }

    .form-700 .form-group > div .form-control:not(.form-control-sm):not(.form-control-lg),
    .form-700 .form-group > div .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
        width: 100% !important;
    }

  

.form-700 .form-group textarea.form-control:not(.form-control-sm):not(.form-control-lg) {
    min-height: 100px;
    max-height: 100px;
}

.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select span {
    line-height: 10px !important;
    padding: 0;
    line-height: 30px !important;
    background: transparent !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select span.multiple-options span {
        margin-right: 10px !important;
        padding: 2px 10px !important;
        padding-right: 30px !important;
        background: #dfdfdf !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        display: inline-block !important;
        font-size: 12px;
        position: relative;
        line-height: 20px !important;
    }

        .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select span.multiple-options span .ns-unselect {
            position: absolute;
            right: 0;
            width: 25px;
            text-align: center;
            display: block;
            bottom: 0;
            font-style: normal;
            color: #000;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .form-700 .form-group.textarea-fg {
            align-items: flex-start;
        }

.form-700 .form-group .d-flex.w-100 .select2.select2-container{
    width: 100% !important;
}

button.addCategoryModalButton {
    padding-right: 0;
    padding-left: 10px;
}

.buttons-con .btn-primary,
.buttons-con .btn-default,
.buttons-con .btn-danger,
.buttons-con .btn-primary:hover,
.buttons-con .btn-default:hover,
.buttons-con .btn-danger:hover,
.buttons-con .btn-primary:focus,
.buttons-con .btn-default:focus,
.buttons-con .btn-danger:focus,
.buttons-con .btn-primary:active,
.buttons-con .btn-primary:active,
.buttons-con .btn-danger:active {
    background: #fff !important;
    width: 100px;
    border: 1px solid #adadad !important;
    color: #212529 !important;
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
}

/*.form-fields-con {
    max-height: 570px;
    overflow: auto;
    padding-right: 20px;
}*/

    .buttons-con .btn-primary:before,
    .buttons-con .btn-default:before,
    .buttons-con .btn-danger:before {
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        margin-right: 5px;
    }

.buttons-con .btn-primary:before {
    content: '\f00c';
}

.buttons-con .btn-default:before {
    content: '\f05e';
}

.buttons-con .btn-danger:before {
    content: '\f2ed';
}

.thumbnail-gallery,
.thumbnail-gallery .img-thumbnail, 
.thumbnail-gallery .thumbnail {
    margin: 0;
}

    .thumbnail-gallery{
        flex-direction: column;
    }

    .img-thumbnail {
        position: relative;
    }

.img-thumb-buttons{
    padding-top: 10px;
}

    .img-thumb-buttons .input-append {
        display: flex;
        justify-content: space-evenly;
    }

        .img-thumb-buttons .input-append > span,
        .img-thumb-buttons .input-append a {
            background: #fff !important;
            width: 100px;
            border: 1px solid #adadad !important;
            color: #212529 !important;
            font-size: 13px;
            outline: none !important;
            box-shadow: none !important;
            display: inline-block;
            padding: 5px 10px;
            text-align: center;
            vertical-align: middle;
            line-height: 1.5;
            border-radius: 0.25rem !important;
        }


.gallery-right-card > .card-body{
    padding: 0;
}

.gallery-right-card .form-700 .form-body {
    padding: 20px;
    border-right: 1px solid #ddd;
}

.gallery-right-card #tabGallery{
    width: calc(100% - 600px);
}

.gallery-right-card .form-700 .card-header {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0 !important;
}

#tabGallery .card-body {
    box-shadow: none;
}

.gallery-right-card #dropzone{
    padding: 0;
}

.fileupload .upload-file-popup-btn.btn {
    height: 30px;
    line-height: 1;
    margin: 0;
    width: 100px;
}

.fileupload .uneditable-input {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

    .fileupload .uneditable-input .fileupload-preview {
        height: 30px;
        border-bottom: none;
    }

#mediaGallery.grid {
    display: flex;
    flex-wrap: wrap;
}


#mediaGallery.grid .item.grid-view{
    width: 33.333%;
    padding: 15px;
}

.bottom-distance{
    margin-bottom: 15px;
}

.form-700 .form-body{
    padding: 20px;
}

.modal-content {
    min-height: 150px;
}

.nice-select.js-tableSize,
.nice-select.js-tableSize:focus,
.nice-select.js-tableSize:focus-within,
.nice-select.js-tableSize:active {
    font-size: 13px;
    border-radius: 0;
    border-color: #c4bbbb;
    outline: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 5px 20px 5px 10px;
    line-height: 1;
    min-height: unset;
    float: none;
    height: 30px;
    width: 55px;
}

    .nice-select.js-tableSize:after {
        margin-top: -2px;
        right: 8px;
    }

table.dataTable thead th.select-column {
    width: 20px !important;
}

.acs-ticket-form .dropzone{
    padding: 0;
    min-height: unset;
    border: 1px solid transparent;
}

    .acs-ticket-form .dropzone .dz-preview {
        margin: 5px;
    }

.dropzone .dz-remove-file {
    position: absolute;
    z-index: 1000;
    background: #ddd;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.form-700 .acs-form-group.textarea-fg.form-group > div {
    width: 100% !important;
    min-height: unset;
    max-height: unset;
    height: unset;
}

.acs-ticket-form{
    display: flex;
    margin: 0 -15px;
}

.acs-form-col {
    width: 50%;
    padding: 0 15px;
}

#createTicketModal .form-700{
    max-width: unset;
}

.acs-form-group.form-group.textarea-fg > label{
    margin-bottom: 10px;
}

.acs-save-new-comment.menu-btn {
    margin-top: 10px;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}


.select2 {
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0.25rem;
    border-color: #cbcbcb !important;
    color: #212529;
    width: calc(100% - 185px) !important;
    line-height: 30px;
}

    .select2.error {
        border: 1px solid #a94442 !important;
    }

.select2-search__field {
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0.25rem;
    border-color: #cbcbcb !important;
    color: #212529;
    line-height: 30px;
    height: 30px;
}

.select2-results__option {
    color: #212529;
}

.select2-container--disabled{
    background-color: #e9ecef;
    opacity: 1;
}

.overview-card{
    border-top-left-radius: 0px;
}

.btn.btn-prev-next{
    background: transparent;
    border-color:  transparent;
}

.modal-list{
    width:1500px !important;
}

th[data-type="String"] {
    white-space: normal !important;
}

th[data-type="Boolean"] {
    white-space: normal !important;
}

th[data-type="DateTime"] {
    white-space: normal !important;
}

.overview-text{
    display:flex;
}

    .overview-text > :first-child {
        margin: 0px;
        margin-right:10px;

    }

    .overview-text > :last-child {
        margin: 0px;
        color:black;
    }

.position-wh-input .form-label{
    width:80px !important;
}

.modal-position-wh {
    --bs-modal-width: 1300px;
}

.position-wh-input input::-webkit-outer-spin-button,
.position-wh-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

.position-wh-input input[type=number] {
    -moz-appearance: textfield;
}

#locationTaskForm input::-webkit-outer-spin-button,
#locationTaskForm input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

#locationTaskForm input[type=number] {
    -moz-appearance: textfield;
}


.number-special-input input::-webkit-outer-spin-button,
.number-special-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

.number-special-input input[type=number] {
    -moz-appearance: textfield;
}


.modal h5 {
    font-family: Roboto, Arial, sans-serif;
    color: black;
}

/*.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none !important;
}

*/

.modal-task {
    --bs-modal-width: 1000px;
}

.add-location-tag {
    color: #0088CC;
    cursor: pointer;
    padding-left: 10px;
}

.location-tag-div {
    display: flex;
    padding: 5px;

}

    .location-tag-div p {
        padding-right: 10px;
        color: black;
        margin: 0px;
    }

    .location-tag-div i {
        cursor:pointer;
        color: red !important;
    }

#locationTagDiv {
    overflow-y: auto;
    height: 90px;
    margin-left: 150px;
    margin-right: 55px;
}

.diaryText{
    color:black;
    margin-bottom: 5px;
}

.overview-text-title {
    font-weight: bold;
    color: black;
    font-size: 1.2em !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.overview-col {
    border-right: 1px solid #dee2e6 !important;
    width: fit-content !important;
    height:fit-content;
    padding-left: 10px;
    padding-right: 10px;
}


.overview-title {
    color: black;
    font-size: 1.2em !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}


.overview-text-title-small {
    font-weight: bold;
    color: black;
    font-size: 1.1em !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
#detailsDiv{
    height: fit-content;
}

.form-control-fit-content{
    width: fit-content !important;
}

.modal p {
    color: black;
}

.overview-icon{

    padding-left: 10px;
    cursor: pointer;
    font-size: 12px;
}

.overview-icon:hover {
    color: #2196F3;
}

.geo-location {
    cursor: pointer;
}

.geo-location .p-value:hover {
    color: #2196F3 !important;
}

#position_data_container a {
    color: black;
}

    #position_data_container a:hover {
        color: #2196F3;
    }




#shift-input input[type=number] {
    -moz-appearance: textfield;
}

#shift-input input::-webkit-outer-spin-button,
#shift-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}


.position-row i {
    font-size: large;
    padding-left: 5px;
}

.position-row .fa-triangle-exclamation {
    color: #dc3545;
}

.position-row .fa-exclamation {
    color: #ed9c28;
}

.position-row .fa-check {
    color: #20c997;
}

.position-row .fa-timer {
    color: #0dcaf0;
}


.specific-time-input input::-webkit-outer-spin-button,
.specific-time-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

.specific-time-input input[type=number] {
    -moz-appearance: textfield;
}




.mobile-team-state-row .fa-triangle-exclamation {
    color: #dc3545;
}

.mobile-team-state-row .fa-exclamation {
    color: #ed9c28;
}

.mobile-team-state-row .fa-timer {
    color: #20c997;
}







form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

form input[type=number] {
    -moz-appearance: textfield;
}


.mobile_team_dispatch_intervention_row {
    cursor: pointer;
}


#mobile-state-warning p {
    margin-bottom: 2px;
}


#location-state-warning p {
    margin-bottom: 2px;
}

.alarm-span {
    justify-content: space-around;
}

#dispatchIntervention-modal {
    --bs-modal-width: 1300px;
}

.modal-custom-xl {
    --bs-modal-width: 1300px;
}

/*
.overview-card {
    background-color: white;
    margin:10px;
    margin-top:10px !important;
}

    .overview-card:first-child {
        margin-left: 0;
    }

    .overview-card:last-child {
        margin-right: 0;
    }


#detailsDiv {
    background-color: #ecedf0;
    padding: 0px;
}

.overview-title {
    width: 100%;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

*/

/* Set the background color when checked */
    .checkbox-custom.checkbox-purple input[type="checkbox"]:checked {
        background-color: #d39dff;
    }


html.dark .checkbox-purple input[type="checkbox"]:checked + label:after,
.checkbox-purple input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-purple label:before,
.checkbox-purple label:before {
    background: #d39dff;
    border-color: #d39dff;
}


/* Hide the default checkbox */
.checkbox-custom.checkbox-purple input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #d39dff; /* Border color */
    border-radius: 3px; /* Round the corners */
    outline: none; /* Remove focus outline */
    background-color: white; /* Set default background color */
}

    /* Define the custom checkbox when checked */
    .checkbox-custom.checkbox-purple input[type="checkbox"]:checked::before {
        content: '\2713'; /* Unicode checkmark symbol */
        display: block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        color: #d39dff; /* Color of the checkmark */
        font-size: 14px; /* Adjust the size of the checkmark */
    }

    /* Set the background color when checked */
    .checkbox-custom.checkbox-purple input[type="checkbox"]:checked {
        background-color: #d39dff;
    }

/* Define the custom checkbox label */
.checkbox-custom.checkbox-purple label:before {
    background: #d39dff; /* Background color of the label */
    border-color: #d39dff; /* Border color of the label */
    color: #fff; /* Text color of the label */
}


.special-filter {
    position: absolute;
    right: 0;
    margin-right: 19px;
}



.overview-title {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

@media (max-width: 1700px) {
    #detailsDiv {
        background-color: #ecedf0 !important;
    }
}


#detailsDiv {
    background-color: white;
    padding: 0px;
    width: 100%;
    border-radius: 8px;
    margin-top: 5px;
}

.details-section {
    display: contents;
    justify-content: space-between;
}

.overview-col {
    /*flex: 1;*/
    margin-top: 10px;
    background-color: white;
    padding: 10px;
  /*  border-radius: 10px;*/
    margin: 5px;
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
}
/*
    .overview-col:first-child {
        margin-left: 0;
    }

    .overview-col:last-child {
        margin-right: 0;
    }*/


.details-navbar {
    background-color: rgb(236, 237, 240) !important;
}

.lock-input{
    cursor:pointer;
}

.ol-tooltip {
    background-color: black;
    width: 150px;
   color:white;
   border-radius:10px;
   padding-left:5px;
}


form .form-group .form-control:disabled.location-save {
    border: 2px solid green !important;
}

.image-container-initial{
    height:180px;
    overflow: auto;
    display:flex;
}

.image-container {
    margin-right: 5px;
    border-radius: 15px;
}

.image-container img{
    border-radius: 15px;
}

.mobile-data {
    padding-left:10px;
    border-left: 4px solid #0088CC;
}

#save-location.active {
    background-color: #198754; /* Bootstrap success green */
    color: white;
    border-color: #198754;
}