﻿:root {
    --coWhite: #fff;
    --coBlue: #167bc0;
    --coLightBlue: #78b1e0;
    --coSelectedBlue: #1e90ff;
    --coRed: #FF3333;
    --coLightRed: #FF7733;
    --coTransparent: #007bff00;
    --coDashboardValue: black;
    --coLightBlack: gray;
    --coFieldBorderColor: #ced4da;
    --coLightGray: #f3f3f3;
    --coBlack: #212529;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand {
    color: var(--coBlue) !important;
    font-size: 1.5rem;
}

a {
    color: var(--coBlue) /*!important;*/
}

p {
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    color: var(--coBlack) !important;
}

.btn-primary {
    color: var(--coWhite) !important;
    background-color: var(--coBlue) !important;
    border-color: var(--coBlue) !important;
}

.btn-link {
    background-color: var(--coTransparent) !important;
    border-color: var(--coTransparent) !important;
    color: var(--coBlue) !important;
}

.sidebar .btn-link {
    background-color: var(--coTransparent) !important;
    border-color: var(--coTransparent) !important;
    color: var(--coWhite) !important;
}

.btn-outline-primary {
    border-color: var(--coTransparent) !important;
    color: var(--coBlue) !important;
}

    .btn-outline-primary.disabled {
        border-color: #007bff00 !important;
        color: var(--coLightBlue) !important;
    }

    .btn-outline-primary:hover {
        color: var(--coWhite) !important;
        background-color: var(--coBlue) !important;
        border-color: var(--coBlue) !important;
    }

.btn-outline-danger {
    border-color: var(--coTransparent) !important;
    color: var(--coRed) !important;
}

    .btn-outline-danger.disabled {
        border-color: #007bff00 !important;
        color: var(--coLightBlue) !important;
    }

    .btn-outline-danger:hover {
        color: var(--coWhite) !important;
        background-color: var(--coRed) !important;
        border-color: var(--coRed) !important;
    }


html {
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    /* larger screens */
    html {
        font-size: 16px;
    }
}

tr.clickable-row {
    cursor: pointer;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*----------------------------------------------------------*/

.form-group-sm {
    margin-bottom: .2rem;
}

.label-sm {
    display: inline-block;
    margin-bottom: .2rem;
}


.modal {
    overflow: auto !important;
    background: rgba(0, 0, 0, 0.5);
    padding-right: 0px !important;
}

/*.modal-content {
    min-height: calc(100vh - 3.5rem) !important;
    height: calc(100vh - 3.5rem) !important;
}*/

.modal-xl {
    max-width: calc(100vw - 3.5rem) !important;
}

    .modal-xl .modal-content {
        min-height: calc(100vh - 3.5rem) !important;
        height: calc(100vh - 3.5rem) !important;
    }

.modal-lg {
    max-width: calc(100vw - 3.5rem) !important;
}

    .modal-lg .modal-content {
        min-height: calc(100vh - 10.5rem) !important;
        height: calc(100vh - 10.5rem) !important;
        margin: 3.5rem;
    }

.modal-message .modal-content {
    max-width: calc(50vw) !important;
    max-height: calc(50vh) !important;
    min-height: calc(30vh) !important;
}

.modal-download .modal-content {
    max-width: calc(60vw) !important;
    min-width: calc(40vw) !important;
    max-height: calc(60vh) !important;
    min-height: calc(40vh) !important;
}

.modal-header.error {
    background-color: var(--coLightRed) !important;
}

.modal-body.error {
}

.modal-footer.error {
}

.table-condensed {
    font-size: 0.8rem;
}

table.dataTable thead th {
    white-space: nowrap
}

table.dataTable tfoot td {
    white-space: nowrap
}

table.dataTable tfoot td {
    border-top: double 3px;
}

.alignment-None {
}

.alignment-Left {
    text-align: left !important;
}

.alignment-Center {
    text-align: center !important;
}

.alignment-Right {
    text-align: right !important;
}

.div-fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: white;
}

.div-fullscreen-modal {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: white;
}


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*    max-width: 100px;
*/
}

.table-nonfluid {
    width: auto !important;
}

.wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
}



#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* readonly attribute for selects */
select.readonly {
    pointer-events: none;
}


/* main body */
#mainbody {
    margin: 10px;
    max-width: calc(100vw - 250px) !important;
    max-height: calc(100vh - 60px) !important;
    /**/ /*height: calc(100vh - 60px) !important;*/
    /*  -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
}

    #mainbody.active {
        max-width: calc(100% - 105px) !important;
    }

/* sidebar header */
.sidebarHeader {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    min-height: 40px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: url('../image/CO-textlogo-250x30.png') no-repeat center center;
    background-size: 200px;
}
    .sidebarHeader.laundry {
        background: url('../image/logo-Laundry-Dashboard-150x30.png') no-repeat center center;
    }
    .sidebarHeader.active {
        min-width: 80px;
        max-width: 80px;
        width: 80px;
        background: url('../image/CO-logo-30x30.png') no-repeat center center;
        background-size: 30px;
    }
    .sidebarHeader.laundry.active {
        background: url('../image/logo-Laundry-Dashboard-30x30.png') no-repeat center center;
    }

.navbar {
    padding-left: 0px;
    height: 40px !important;
}
/* side menu */
.sidebar {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    background: var(--coBlue);
    /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    min-height: calc(100vh - 40px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sidebar .card {
        border: none;
        background: var(--coLightBlue);
    }

    .sidebar .card-header {
        background: var(--coBlue);
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .card-body {
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .card-header .btn-link {
        font-weight: normal;
        color: white;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-decoration: none;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .sidebar .card-body ul li a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

    .sidebar ul li a {
        text-align: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar ul li.selected {
        background-color: var(--coSelectedBlue);
    }

        .sidebar ul li.selected a {
            font-weight: bold;
        }

    .sidebar.active ul li a {
        text-align: center;
    }

    .sidebar.active button {
        text-align: center;
    }


    .sidebar.active .d-inline {
        display: none !important;
    }

/* datatable override*/
.dataTables_info {
    padding-top: 0px !important;
}


/*
table.dataTable.fixedHeader-floating {
    display: none !important; 
}*/


/*
.table{
    width:100% !important;
}*/

/*.dataTables_scrollHeadInner .table
{
    width: 100% !important;
}*/


/*
.dataTables_scrollHeadInner {
    margin-left: 0px;
    width: 100% !important;
    position: fixed;
    display: block;
    overflow: hidden;
    margin-right: 30px;
    background: white;
    z-index: 1000;
}*/

.dataTables_scrollBody {
    padding-top: 0px;
    max-height: calc(100vh - 190px) !important;
}

.dataTables_info {
    margin-top: 0.5rem !important;
    font-size: 0.8rem !important;
    color: var(--coBlue) !important;
}

.dataTables_filter {
    font-size: 0.8rem !important;
    color: var(--coBlue) !important;
}

.dataTables_length {
    font-size: 0.8rem !important;
    color: var(--coBlue) !important;
}

.dataTables_paginate {
    font-size: 0.8rem !important;
    color: var(--coBlue) !important;
}

div.dt-button-collection.three-column {
    width: auto;
}

div.dt-button-collection.dt-button-split-left {
    width: auto;
}
div.dt-button-collection {
    width: 400px;
}

div.dataTables_filter input {
    width: 250px !important;
}

a.dt-button.dropdown-item.disabled {
    opacity: .65;
}

/* title in list */
.listTitle {
    color: var(--coLightBlack);
    font-weight: bold;
    font-size: 1.25rem;
}

/* title in detail popup form */
.detailPopupTitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--coBlack);
}

.formColumn {
}

.formSegment {
    margin-bottom: 1.5rem;
}

/* title of column */
.columnTitle {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--coLightBlack);
    margin-bottom: 3px;
}

/* title of segment */
.segmentTitle {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--coLightBlack);
    margin-bottom:3px;
}

/* title of list in tab */
.tablistTitle {
    font-weight: bold;
    color: var(--coBlue);
}

/* title of list in detailform */
.detaillistTitle {
    font-weight: bold;
    color: var(--coLightBlack);
}

/* title of list in layout inputscreen */
.listTitle {
    font-weight: bold;
    font-size: 1rem;
    color: var(--coBlue);
}


/* text of label */
.labelText {
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--coBlue);
}

.labelTextBlack {
    font-size: 0.8rem;
}

/* mandatory label */
.mandatoryLabel::before {
    /*    font-size: 1.25rem;
*/ color: var(--coRed);
    content: '• ';
    display: inline;
}

.staterestoreSelected::before {
    /*    font-size: 1.25rem;
*/ color: var(--coRed);
    content: '•';
    display: inline;
}


/* table header */
th {
    color: var(--coBlue);
    font-weight: normal;
}

/* button in picker-control */
.pickerButton {
    margin-right: 3px;
}

.hidden {
    display: none;
}

.login-page {
}

.login-page:before {
    background-image: url(../File/GetTenantImage);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.login-form {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 20%;
    max-width: 500px;
    background-color: white;
}

.login-form-wide {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 20%;
    max-width: 700px;
    background-color: white;
}

.securitySelect {
    width: 100%;
}

/* button in main table (LoadDataTable) */
.tableButton {
}

.text-danger {
    font-size: 0.75rem;
    color: var(--coRed) !important;
}

span.error {
    font-size: 0.75rem;
    color: var(--coRed) !important;
}
div.error {
    font-size: 0.75rem;
    color: var(--coRed) !important;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.login-form-logo {
    margin-bottom: 15px;
}

/* dashboard styling */
.dashboard.title {
    font-size: 1.25rem;
    color: var(--coBlue);
    display: none;
}

.dashboard .card-header {
    text-align: center;
    background-color: var(--coTransparent);
    border: none;
    color: var(--coBlue) !important;
    font-size: 0.9rem;
}

.dashboard .card-body {
    text-align: center;
    color: var(--coDashboardValue) !important;
    font-weight: bold;
}

.kbw-signature {
    border: 0px solid;
}

.signature-pad {
    float: initial;
    width: 100%;
    height: 200px;
    
    canvas {
        padding: 4px;
        border-width: 1px;
        border-color: var(--coFieldBorderColor);
        border-style: solid;
        border-radius: 0.2rem;
        width: 100%;
    }
}

.signature-pad-canvas {
    max-width: 400px;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.dropdown-item.active {
    color: var(--coWhite) !important;
    background-color: var(--coBlue) !important;
}

.treeview li {
    background-color: lightslategray;
    padding-left: 50px
}

.treeview li, #s-l-base li {
    background-color: white;
    padding-left: 50px;
    border: solid;
    border-color: lightgray;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-style: none;
    list-style-type: none;
}

.treeviewitemicon {
    color: var(--coBlack);
}


.treeviewitemtext {
    color: var(--coBlack) 
}

.treeviewitemtextblue {
    color: var(--coBlue)
}

.treeview ul {
    list-style: none;
    list-style-type: none;
}

.treeview div {
    background-color: white;
}

.vakata-context li > a {
    color: var(--coBlue) /*!important;*/
}

.row-icon {
    padding-left: 5px;
    padding-right: 5px;
}

.loader {
    border: 16px solid var(--coLightGray);
    border-top: 16px solid var(--coBlue);
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 1200;
}

/*datatable styling*/

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

div.dtb-popover-close {
    z-index: 2022 !important;
    font-size: 0.8rem;
}

/* width searchbuilder*/
div.dtb-collection-closeable {
    width: 80% !important;
    left: 10% !important;
    top: 142px !important;
}

tr.selected {
    color: var(--coBlack) !important;
}

.td-checkbox {
    margin-top: 0;
    vertical-align: middle;
}

td.highlight {
    background-color: whitesmoke !important;
}

table.dataTable thead th:not(.sorting_disabled) {
    border-left: 1px solid transparent;
    border-right: 1px dashed #bfbfbf;
}

div.dt-button-collection .dt-button {
    min-width: 40px !important;
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop {
    min-width: 40px !important;
    max-width: 40px !important;
}

span.dt-button-spacer {
    background-color: var(--coLightBlue) !important;
    color: var(--coLightBlue) !important;
}

.dot-loader {
    width: 0%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.btn-small {
    font-size: .6rem;
}

.bg-InZone {
    background-color: #f7da85 !important;
}

.bg-AfterZone {
    background-color: #f9848f !important;
}

.headerTenant {
    margin-right: 30px;
    color: var(--coBlue);
    text-align: right;
}

.headerVersion {
    font-style: italic;
    font-size: 0.75rem;
    color: var(--coBlue);
    text-align: right;
    margin-right: 30px;
}

.headerUser {
    color: var(--coBlue);
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.headerUserToggle {
    color: var(--coBlue);
    margin-top: 5px;
}

.headerUser::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f007"; /* fa-user */
    margin-right: 10px;
}

/*Uploader*/

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box__input {
    height: 300px;
    text-align: center;
}

    .box__input label {
        padding-top: 100px;
    }

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}

    .box.has-advanced-upload .box__dragndrop {
        display: inline;
    }

.box.is-dragover {
    background-color: grey;
}

.box__file {
    display: none
}

.box.is-uploading .box__input {
    display: none;
}

.box.is-uploading .box__uploading {
    display: block;
}



.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}


.form-control-image{
    border:none !important;
    max-width:500px;
    height: auto !important;
}


    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
/*        background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
*/        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;   
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}


.CodeMirror {
    border: 1px solid #eee;
    height:  calc(100vh - 190px) !important;    
}

.versionNrLogin {
    font-style: italic;
    font-size: 0.75rem;
    color: var(--coBlue);
    text-align: right;
}

#logonQrPopup .modal-content {
    max-height: 100vh !important;
}

/*bootstrap duration picker override*/
.bdp-block {
    text-align: left !important;
}

.bdp-input input{
    width:80px !important;
}

/*planbord styling*/

/*.fc-timegrid .fc-resource:nth-child(odd) {*/
/*    background-color: #F8F8F8;
*//*}*/

.fc-timegrid th .fc-resource {
    border-right: solid;
    border-right-color: grey;
    border-right-width: 1px;
    
}

/*.fc-timeline .fc-day:nth-child(odd) {*/
    /*background-color: #FFFFFF;*/
/*}*/


/*timegrid*/
.fc-timegrid .fc-day-sun {
    border-right: solid;
    border-right-color: grey;
    border-right-width: 1px;
}

/*.fc-timegrid .fc-day-mon {
    background-color: #F8F8F8;
}

.fc-timegrid .fc-day-tue {
    background-color: #F5F5F5;
}
.fc-timegrid .fc-day-wed {
    background-color: #F0F0F0;
}
.fc-timegrid .fc-day-thu {
    background-color: #FFFFFF;
}
.fc-timegrid .fc-day-fri {
    background-color: #F8F8F8;
}
.fc-timegrid .fc-day-sat {
    background-color: #F5F5F5;
}*/

/*fc-timeline*/

/*.fc-timeline .fc-day-sun {    
    background-color: #FFFFFF;
}*/

/*.fc-timeline .fc-day-mon {
    background-color: #F8F8F8;
}

.fc-timeline .fc-day-tue {
    background-color: #F5F5F5;
}

.fc-timeline .fc-day-wed {
    background-color: #F0F0F0;
}

.fc-timeline .fc-day-thu {
    background-color: #FFFFFF;
}

.fc-timeline .fc-day-fri {
    background-color: #F8F8F8;
}

.fc-timeline .fc-day-sat {
    background-color: #F5F5F5;
}*/

/*fullcalendar popup else it stays over other popups*/
.fc-more-popover {
    z-index: 1000 !important;
}
.fc-daygrid-week-number {
    background-color: transparent !important;
}



.filelisttreeview > .jstree-container-ul > .jstree-node > .jstree-ocl {
    display: none
}

/***/

.error-page {
}

.error-page:before {
    background-image: url(../File/GetTenantImage);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.error-page-header {
    width: 100%;
    min-height: 40px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: url('../image/CO-textlogo-250x30.png') no-repeat center center;
    background-size: 200px;
}

.error-page-content {
    text-align: center;
}

    .error-page-content h1 {
        margin-top: 1rem;
        font-size: 3rem;
        color: var(--coRed);
    }