@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: 'Carnac';
    src: url('./../Hoftype - Carnac-Black.otf') format('otf'), url('./../Hoftype - Carnac-Regular.otf') format('otf'), url('./../Hoftype - Carnac-Bold.otf') format('otf');
}

:root {
    /*Primary Palette Growth Green*/
    --BTI_MAIN_30: rgba(201, 236, 81, 0.3);
    --BTI_MAIN_50: rgba(201, 236, 81, 0.5);
    --BTI_MAIN_70: rgba(201, 236, 81, 0.7);
    --BTI_MAIN_100: rgba(201, 236, 81, 1);
    /*SupportingPalette Ice*/
    --BTI_ICE_10: rgba(61, 126, 219, 0.1);
    --BTI_ICE_30: rgba(61, 126, 219, 0.3);
    --BTI_ICE_50: rgba(61, 126, 219, 0.5);
    --BTI_ICE_70: rgba(61, 126, 219, 0.7);
    --BTI_ICE_100: rgba(61, 126, 219, 1);
    /*SupportingPalette Charcoal*/
    --BTI_CHARCOAL_15: rgba(43, 48, 58, 0.15);
    --BTI_CHARCOAL_25: rgba(43, 48, 58, 0.25);
    --BTI_CHARCOAL_30: rgba(43, 48, 58, 0.3);
    --BTI_CHARCOAL_50: rgba(43, 48, 58, 0.5);
    --BTI_CHARCOAL_70: rgba(43, 48, 58, 0.7);
    --BTI_CHARCOAL_100: rgba(43, 48, 58, 1);
    /*SupportingPalette Succes*/
    --BTI_SUCCES_25: rgba(49, 155, 66, 0.25);
    --BTI_SUCCES_100: rgba(49, 155, 66, 1);
    /*SupportingPalette Middle Grey*/
    --BTI_GREY_10: rgba(151, 151, 151, 0.1);
    --BTI_GREY_30: rgba(151, 151, 151, 0.3);
    --BTI_GREY_50: rgba(151, 151, 151, 0.5);
    --BTI_GREY_70: rgba(151, 151, 151, 0.7);
    --BTI_GREY_100: rgba(151, 151, 151, 1);
    /*SupportingPalette FreshGreen*/
    --BTI_GREEN_10: rgba(46, 155, 66, 0.1);
    --BTI_GREEN_30: rgba(46, 155, 66, 0.3);
    --BTI_GREEN_50: rgba(46, 155, 66, 0.5);
    --BTI_GREEN_70: rgba(46, 155, 66, 0.7);
    --BTI_GREEN_100: rgba(46, 155, 66, 1);
    /*ExtendedPalette Sunset*/
    --BTI_SUNSET_10: rgba(255, 140, 59, 0.1);
    --BTI_SUNSET_30: rgba(255, 140, 59, 0.3);
    --BTI_SUNSET_50: rgba(255, 140, 59, 0.5);
    --BTI_SUNSET_70: rgba(255, 140, 59, 0.7);
    --BTI_SUNSET_100: rgba(255, 140, 59, 1);
    --bs-bti-rgb: 255, 140, 59;
}

html, body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.page_container {
    padding-bottom: 40px;
    margin-bottom: 100px;
}

/*START - Backgroud Color of the menubar (depending on Environment)*/
.EnvironmentPROD {
    background-color: var(--BTI_CHARCOAL_15) !important;
    border: 1px solid var(--BTI_CHARCOAL_25) !important;
}

.EnvironmentTEST {
    background-color: #e89022 !important;
}

.EnvironmentDEV {
    background-color: var(--BTI_GREY_10) !important;
}
/*END - Backgroud Color of the menubar*/

.bg-BTI {
    background-color: VAR(--BTI_ICE_70) !important;
    float: right;
}

.NoLink, .NoLink:hover, .NoLink:visited, .Nolink:active, .Nolink:any-link {
    color: #000 !important;
    text-decoration: none !important;
}


/*- Start Splash screen -*/
.splash-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

    .splash-screen .spinner-border {
        border: .8em solid;
        border-color: #D1EC51 #D9D9D6 #D9D9D6;
        width: 80px;
        height: 80px;
    }

.splash-screen-caption {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.splash-screen-text {
    color: #a1a1a1;
    margin-top: .5rem;
}
/*- End Splash screen -*/


.boxed_green {
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 20px;
    background-color: var(--BTI_MAIN_30);
    border: 2px solid var(--BTI_MAIN_100);
}

.boxed_charcoal {
    margin-top: 15px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid var(--BTI_CHARCOAL_15);
}

.border-b1 {
    border-bottom: 1px solid lightgrey;
}

.CCHeader {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--BTI_GREY_50);
    padding: 15px;
}

.impersonationContainer {
    height: 150px;
    margin: 2px;
    padding: 10px;
}

.whatsapp_container {
    float: left;
    border-radius: 10px;
    border: 3px solid #478de5;
    padding: 10px;
    width: 100%;
    height: 300px;
    overflow-y: hidden;
}

.whatsapp_header {
    width: 99%;
    height: 38px;
}

.whatsapp_body {
    max-height: 250px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
}

.whatsapp_message_issuer {
    position: relative;
    background: var(--BTI_GREEN_50);
    border-radius: .4em;
    text-align: left;
    width: 83% !important;
    margin-left: 2% !important;
    margin-right: 15% !important;
    margin-bottom: 10px !important;
    padding: 5px 5px 5px 10px !important;
}

    .whatsapp_message_issuer:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: var(--BTI_GREEN_50);
        border-left: 0;
        border-top: 0;
        margin-top: -5px;
        margin-left: -10px;
    }

.whatsapp_message_globaloffice {
    position: relative;
    background: var(--BTI_SUNSET_50);
    border-radius: .4em;
    text-align: center;
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-bottom: 10px !important;
    padding: 5px 10px !important;
}

.whatsapp_message_replier {
    position: relative;
    background: var(--BTI_GREY_50);
    border-radius: .4em !important;
    text-align: right;
    float: right;
    width: 83% !important;
    margin-left: 15% !important;
    margin-bottom: 10px !important;
    padding: 5px 10px 5px 5px !important;
}

    .whatsapp_message_replier:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: var(--BTI_GREY_50);
        border-right: 0;
        border-bottom: 0;
        margin-top: -5px;
        margin-right: -10px;
    }

.whatsapp_message_issuer_Received {
    position: relative;
    background: var(--BTI_ICE_50);
    border-radius: .4em;
    text-align: right;
    float: right;
    width: 83% !important;
    margin-left: 15% !important;
    margin-bottom: 10px !important;
    padding: 5px 10px 5px 5px !important;
}

    .whatsapp_message_issuer_Received:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: var(--BTI_ICE_50);
        border-right: 0;
        border-bottom: 0;
        margin-top: -5px;
        margin-right: -10px;
    }

.whatsapp_message_replier_Received {
    position: relative;
    background: var(--BTI_GREEN_50);
    border-radius: .4em;
    text-align: left;
    width: 83% !important;
    margin-left: 2% !important;
    margin-right: 15% !important;
    margin-bottom: 10px !important;
    padding: 5px 5px 5px 10px !important;
}

    .whatsapp_message_replier_Received:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: var(--BTI_GREEN_50);
        border-left: 0;
        border-top: 0;
        margin-top: -5px;
        margin-left: -10px;
    }

.whatsapp_message_issuer_text,
.whatsapp_message_replier_text {
    margin-left: 5px;
    text-align: left;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: darkred;
}

#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;
    }

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.mw-80px {
    max-width: 80px;
}

.mw-100px {
    max-width: 100px;
}

.mw-120px {
    max-width: 120px;
}

.mw-150px {
    max-width: 150px;
}

.mw-200px {
    max-width: 200px;
}

.mw-1480px {
    max-width: 1480px;
}

.mh-50px {
    max-height: 50px !important;
    overflow-y: auto;
}

.mh-150px {
    max-height: 150px !important;
    overflow-y: auto;
}

.h-200px, .h-200px input, .h-200px textarea {
    height: 200px;
}

.h-400px, .h-400px input, .h-400px textarea {
    height: 400px;
}

.h-600px, .h-600px input, .h-600px textarea {
    height: 600px;
}

.bc-red {
    background-color: orangered;
}

.dxbs-grid-filter-row {
    background-color: lightgrey !important;
    border-bottom: 6px solid darkgrey;
}

.gl-max-75 {
    min-height: 25px;
    max-height: 85px;
    overflow-y: auto;
    text-align: left !important;
}

.icon-logo {
    display: flex;
    height: 60px;
    width: 180px;
    margin-top: 10px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/Baker Tilly_Charcoal RGB.svg");
    -webkit-mask-image: url("../images/Baker Tilly_Charcoal RGB.svg");
}

.menu-clock {
    padding: 30px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35715;
}

.menu-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.menu-icon-user-profile {
    mask-image: url("../images/UserProfile.svg");
    -webkit-mask-image: url("../images/UserProfile.svg");
}

.menu-icon-user-signin {
    mask-image: url("../images/signIn.svg");
    -webkit-mask-image: url("../images/signIn.svg");
}

.menu-icon-user-signout {
    mask-image: url("../images/signOut.svg");
    -webkit-mask-image: url("../images/signOut.svg");
}

.menu-icon-user-settings {
    mask-image: url("../images/UserSettings.svg");
    -webkit-mask-image: url("../images/UserSettings.svg");
}

.menu-icon-user-teams {
    mask-image: url("../images/microsoft-teams-logo-light.svg");
    -webkit-mask-image: url("../images/microsoft-teams-logo-light.svg");
}

.menu-icon-clock {
    mask-image: url("../images/clock.svg");
    -webkit-mask-image: url("../images/clock.svg");
}

.tab-icon-evidence1 {
    mask-image: url("../images/check.svg");
    -webkit-mask-image: url("../images/check.svg");
}

.tab-icon-evidence2 {
    mask-image: url("../images/check.svg");
    -webkit-mask-image: url("../images/check.svg");
}

.evidence-container {
    width: 600px;
    height: 600px;
    margin: 10px;
    padding: 6px 10px;
    border: 1px groove darkgrey;
    display: flex;
    flex-direction: column;
}

.evidence-upload {
    width: 590px;
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding-left: 10px;
    flex: 0 1 auto;
}

.evidence-tabs {
    width: 600px;
    margin-left: -10px;
    flex: 0 1 auto;
}

.evidence-list {
    width: 598px;
    margin-left: -10px;
    margin-bottom: -5px;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 1 auto;
    overflow-y: scroll;
}

.evidence-buttons {
    width: 600px;
    height: 50px;
    margin-top: -6px;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-top: 8px;
    padding-right: 10px;
    border-bottom: 1px solid darkgrey;
    background-color: lightgrey;
    flex: 0 1 auto;
}

.UserInfoHeader {
    background-color: darkgrey;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
/* --- Start DXComboBox Adjustments ---------------------------------- */
/* To hide the border and the dropdownbutton for a readonly DXComboBox */
.form-control:disabled,
.form-control[readonly] {
    border: none;
}



.input-group > .form-control > .btn:disabled {
    display: none;
}
/* Adjust the hight of the dropdownlist */
.combo-dropdown {
    max-height: 350px !important;
}

    .combo-dropdown .dxbs-listbox {
        max-height: 350px !important;
    }

.combo-dropdown-border {
    border: 1px solid var(--BTI_CHARCOAL_15) !important;
}
/* --- End DXComboBox Adjustments ------------------------------------ */

.bg-page-section {
    background-color: #FFFFFF;
    border: none;
}

.bg-home-section {
    background-color: var(--BTI_CHARCOAL_15);
    border-color: var(--BTI_GREY_25);
}

.bg-page-loading-section {
    background-color: var(--BTI_CHARCOAL_15);
    border-color: var(--BTI_CHARCOAL_50);
}

.MyButton {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    min-width: 125px;
}

.MyButtonSmall {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background-color: #307FE2;
    min-width: 75px;
    flex-wrap: nowrap;
    overflow-wrap: normal;
}

.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-left {
    position: relative;
    float: left;
    margin-right: 5px;
}

.btn-right {
    position: relative;
    float: right;
    margin-left: 5px;
}

.float-left {
    position: relative;
    float: left;
}

.float-right {
    position: relative;
    float: right;
}

.absolute-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-text-right {
    text-align: right;
}

.align-text-left {
    text-align: left;
}


/*Grid*/
.grid-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.grid-icon-check {
    mask-image: url("../images/check.svg");
    -webkit-mask-image: url("../images/check.svg");
}

.dxbs-grid-header {
    color: black;
    background-color: VAR(--BTI_CHARCOAL_15) !important;
    border: 1px solid VAR(--BTI_CHARCOAL_50) !important;
    font-weight: normal !important;
}

.dxbs-grid-table tbody tr td {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid VAR(--BTI_CHARCOAL_15) !important;
}

/*
+-------+-------+-------+-------+-------+
| Cell1 | Cell2 | Cell3 | Cell4 | Cell5 |
+-------+-------+-------+-------+-------+
Styling when the Grid has multiple columns
Style left border of cell1 and right border of cell5
*/
    .dxbs-grid-table tbody tr td:first-child:not(:only-child) {
        border-left: 1px solid VAR(--BTI_CHARCOAL_15) !important;
        border-right: none !important;
    }

    .dxbs-grid-table tbody tr td:last-child:not(:only-child) {
        border-right: 1px solid VAR(--BTI_CHARCOAL_15) !important;
        border-left: none !important;
    }
/*
+-------+
| Cell  |
+-------+
Styling when the Grid has 1 column
Style left and right border of cell
*/
    .dxbs-grid-table tbody tr td:only-child {
        border-right: 1px solid VAR(--BTI_CHARCOAL_15) !important;
        border-left: 1px solid VAR(--BTI_CHARCOAL_15) !important;
    }


.dxbs-grid-header-indent-cell {
    background-color: VAR(--BTI_CHARCOAL_15) !important;
}
.dxbs-grid table.table-bordered th {
    border: none !important;
}
.dxbs-grid-filter-row td {
color: black !important;
background-color: VAR(--BTI_CHARCOAL_50) !important;
border: 1px VAR(--BTI_CHARCOAL_50) !important;
}

.page-item {
    border: 1px VAR(--BTI_CHARCOAL_15) !important;
    color: VAR(--BTI_CHARCOAL_50) !important;
}

    .page-item .dx-image {
        color: VAR(--BTI_CHARCOAL_50) !important;
    }

.dxbs-page-selector input {
    border: 1px solid VAR(--BTI_CHARCOAL_15);
    color: VAR(--BTI_CHARCOAL_50) !important;
}

.dxbs-page-selector {
    color: VAR(--BTI_CHARCOAL_50) !important;
}

.dxbs-editor-dropdown-button.btn.btn-secondary {
    color: VAR(--BTI_CHARCOAL_100) !important;
    border: 1px solid VAR(--BTI_CHARCOAL_50) !important;
    background-color: white !important;
}

.gridlayout-item {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.1rem;
    text-align: left;
    position: relative;
    z-index: 0;
    display: flex;
    width: 100%;
}

    .gridlayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.2;
    }

.gridlayout-align-right:before {
    position: relative !important;
    float: right;
}

@media (max-width: 575.98px) {
    .gridlayout-item {
        font-size: 0.9em;
    }
}

.tabActive .nav-link {
    color: black;
}

.tabInactive .nav-link {
    color: lightgray !important;
}

.dxbs-dropdown-edit,
.dxbs-tagbox {
    background-color: #fff !important;
    border-radius: 4px 4px;
}

.isHidden {
    display: none !important;
}

.labelVisible {
    color: black;
    font-style: italic;
}

.ErrorMessageStyle {
    color: indianred;
    font-weight: 600;
}

.hideCheckbox div input {
    display: none;
}

.BTIFont, .BTIFont input, .BTIFont textarea {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.BTILink {
    color: var(--BTI_CHARCOAL_100) !important;
    text-decoration: underline !important;
}

.blink {
    color: darkred;
    font-size: 16px;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    50% {
        visibility: hidden;
    }
}

@keyframes blink {
    50% {
        visibility: hidden;
    }
}

.statusUitlegTabel {
    background-color: ghostwhite;
}

    .statusUitlegTabel tr {
        height: 45px;
        border-bottom: 0px solid gray;
    }

    .statusUitlegTabel td:first-child {
        width: 200px;
        padding: 5px 10px 5px 5px;
        vertical-align: top;
    }

    .statusUitlegTabel td:nth-child(2) {
        padding: 5px 10px 5px 5px;
        vertical-align: top;
    }

.bti-spinner {
    color: var(--BTI_CHARCOAL_70);
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.75rem !important;
}

.rounded-7 {
    border-radius: 1rem !important;
}

.rounded-8 {
    border-radius: 1.5rem !important;
}

.rounded-9 {
    border-radius: 2rem !important;
}

.rounded-10 {
    border-radius: 3rem !important;
}

.rounded-11 {
    border-radius: 4rem !important;
}
