﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Poppins,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    color: #ff8400;
}

h1 {
    margin: 1.5rem -.5rem;
    font-size: 1.6rem;
}

h2 {
    margin: 1.2rem .5rem;
    font-size: 1.4rem;
}

h3 {
    margin: 1rem .3rem;
    font-size: 1.2rem;
}
.light-text {
    font-size: .9rem;
    color: #777;
}
.container {
    margin: .5rem auto;
    max-width: 1550px;
}
.page-warning {
    font-size: 1.45rem;
    background-color: #ff738b;
    color: #fff;
    text-align: center;
    text-shadow: 2px 1px 1px #222;
    font-weight: 600;
    letter-spacing: 4px;
    padding: .5rem;
    border-radius: 6px;
    margin: 3rem 0;
    border: 6px solid #ff0000
}
.search-pagepart {
    display: flex;
    margin: 1rem 0;
}
.search-pagepart div {
    flex: 1;
}
.user-fields {
    display: flex;
    flex-wrap: wrap;
}
.action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .5rem;
}

.bo-velden {
    display: flex;
    flex-wrap: wrap;
}
.bo-field-search {
    display: flex;
}
.bo-field-search {
    flex: 1;
}
    .system-text {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: .8rem;
        text-transform: uppercase;
        color: #ccc;
        font-family: 'Courier New', Courier, monospace;
    }
.system-hometext {
    display: flex;
    font-size: .7rem;
    color: #777;
    font-family: 'Courier New', Courier, monospace;
    padding: .3rem;
    background-color: #f7f7f7;
}
.small-system-text {
    font-size: .7rem;
    color: #777;
    font-family: 'Courier New', Courier, monospace;
}
.messages {
    color: #ff8400;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    font-weight: 700;
}
.table-head, .table {
    cursor: pointer;
}
/*.gm-table-head {
    background-color: #222;
    color: #fff;
}*/
.btn-primary {
    background-color: #ff8400;
    min-width: 100px;
    padding: 1rem;
    margin: .2rem;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-secondary {
    min-width: 100px;
    padding: 1rem;
    margin: .2rem;
}

.titel-detail {
    display: flex;
}
.gm-sjabloon {
    font-size: .9rem;
}
.selected-monday-employee-container {
    z-index: 500;
    width: 260px;
    max-width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.selected-monday-employee {
    position: relative;
    border-radius: 16px;
    border: 4px solid #ff8400;
    background-color: #222222;
    color: #fff;
    margin: 0;
    padding: .8rem .4rem;
    /*min-width: 400px;*/
}
.selected-monday-employee-btn {
    cursor: pointer;
    margin: .2rem;
    font-size: 1.1rem;
    color: #ff8400;
    border: 0;
}
    .selected-monday-employee-btn i {
        color: #ff8400;
    }
        .selected-monday-employee-btn i:hover {
            color: #aa4400;
        }

.sme-btn-info {
    position: absolute;
    top: -2px;
    right: 1.4rem;
}
.sme-btn-close {
    position: absolute;
    top: -2px;
    right: 0;
}
.selected-monday-employee-btn:hover {
    font-size: 1.2rem;
}
.selected-monday-employee-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: .7rem;
}
.selected-monday-employee-subtitle {
    font-size: 1rem;
    text-align: center;
}
.selected-monday-employee-all {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
}






.selected-bo-employee-container {
    z-index: 500;
    width: 260px;
    max-width: 400px;
    position: absolute;
    top: 0;
    right: 0;
}

.selected-bo-employee {
    position: relative;
    border-radius: 16px;
    border: 4px solid #b9d5ff;
    background-color: #222222;
    color: #fff;
    margin: 0;
    padding: .8rem .4rem;
    /*min-width: 400px;*/
}

.selected-bo-employee-btn {
    cursor: pointer;
    margin: .2rem;
    font-size: 1.1rem;
    color: #b9d5ff;
    border: 0;
}

    .selected-bo-employee-btn i {
        color: #b9d5ff;
    }

        .selected-bo-employee-btn i:hover {
            color: #aa4400;
        }

    .selected-bo-employee-btn:hover {
        font-size: 1.2rem;
    }

.selected-bo-employee-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: .7rem;
}

.selected-bo-employee-subtitle {
    font-size: 1rem;
    text-align: center;
}

.selected-bo-employee-all {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
}





.details-field-label {
    color: #aaa;
}
.bo-action-search {
    display: flex;
    flex-direction: column;
}

.bo-beide-kanten {
    display: flex;
}
.bo-rechter-kant, .bo-linker-kant {
    flex: 1;
    margin: .5rem;
}
.bo-search-result {
    display: flex;
    flex-direction: column;
    padding: .3rem;
}
.bo-search-result-container {
    display: flex;
    flex-direction: column;
}
.bo-search-veld {
    flex: 1;
    border: 1px solid #eee;
    padding: .2rem;
}
.selectie-logo {
    width: 32px;
    margin: 0 .3rem;
}
.titel {
    flex: 2;
}
.detail {
    flex: 1;
    display: flex;
    justify-content: flex-end;

}
.table, .table-dark, .gm-table-head {
    font-size: .8rem;
    border-radius: 6px;
}
/*.employee-row:hover {
    background-color: #ff8400;
    font-weight: 600;
    cursor: pointer;
}*/
.gm-orange {
    color: #ff8400;
}

.gm-brand {
    flex: 1;
    display: flex;
    color: #fff;
}
.gm-brand-hpl {
    color: #fff;
    text-decoration: none;
}
.gm-logo {
    display: flex;
    flex-direction: column;
    background-color: #222;
    color: #fff;
    width: 300px;
    padding: .4rem 1rem;
    border-radius: 8px;
}

.gm-logo-text {
    font-size: 2rem;
    font-weight: 600;
}

.gm-logo-subtext {
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
}

.gm-header {
    display: flex;
    width: 100%;
    height: 6rem;
    padding: 1rem;
    background-color: #222222;
    color: #fff;
    align-items: flex-end;
}
.menu-icon {
    color: #fff;
}
    .menu-icon:hover {
        color: #ff8400;
    }

.gm-menu {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
}

.gm-menu-btn {
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #ff8400;
    color: #222222;
    padding: .4rem .8rem;
    margin: 0 .3rem;
    border-radius: 4px;
    border: 4px solid #fff;
    cursor: pointer;
    transition: width 2s linear 1s;
}

    .gm-menu-btn:hover {
        background-color: #fff;
        border:4px solid #ff8400;
        color: #333;
    }

        .gm-menu-btn:hover i {
            color: #ff8400;
        }

.gm-action-button {
    margin: .5rem 0;
    padding: .7rem
}
.action-button-icon {
    color: #222;
}
.gm-action-button:hover i {
    color: #ff8400;
}
h1:focus {
    outline: none;
}

.stripe-addon {
    position: relative;
}

    .stripe-addon:after {
        position: absolute;
        content: " ";
        width: 110%;
        height: 35px;
        background: url(/image/gm-lijn.svg) center center / 100% no-repeat;
        left: 0;
        bottom: -18px;
        z-index: 9999;
    }

.gm-brand-text {
    flex: 1;
    position: relative;
    font-size: 1.4rem;
}

.gm-question-row {
    flex: 1;
}

.gm-question-cel {
    flex: 1;
    padding: .5rem;
}

.gm-search {
    display: flex;
    margin-bottom: 1rem;
}
.gm-mobiliteit {
    display: flex;
    margin: .5rem;
}
.tbx-mobiliteit {
    width: 80px;
}
.gm-btn-search {
    width: 80px;
}

.gm-template-questions {
    display: flex;
    flex-wrap: wrap;
}

.gm-question-row {
    display: flex;
}

.gm-download-url {
    font-size: 1.4rem;
    font-weight: 700;
}



.bo-container {
    display: flex;
    flex-direction: column;
}
.bo-action {
    display: flex;
    flex-direction: column;
}
.bo-action-search {
    display: flex;
}

.bo-action-panel {
    flex: 1;
}
.bo-search {
    flex: 1;
}

.login-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    /*    background-image: url('./images/bgLogin.jpg');*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
    padding: 3rem;
}

    .login-window div {
        padding: .5rem;
    }

.login-title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #eee;
}

.login-fields {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-part {
    flex: 1;
}





.delete-div-alert {
    display: flex;
    flex-direction: column;
    background-color: #FFF2E5;
    border: 1px solid #E75B39;
    border-radius: 1rem;
    padding: 1rem;
    margin: .5rem 4rem;
    z-index: 99999;
}

.delete-div-alert-icon-text {
    display: flex;
}

.delete-div-alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #E75B39;
    padding: 1rem;
}

.delete-div-details-title {
    font-weight: 700;
}

.delete-div-details {
    font-size: .9rem;
    color: #777;
    padding: 1rem;
}

.alert-ico-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-icon {
    font-size: 3rem;
    color: #E75B39;
    -webkit-animation: alerttext 1s infinite;
}

.alert-text {
    color: #E75B39;
    font-size: 1.5rem;
    -webkit-animation: alerttext 3s infinite;
}
@keyframes alerttext {
    0% {
        color: #E75B39;
    }

    50% {
        color: #ff6600;
    }

    100% {
        color: #E75B39;
    }
}
.loader-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 0;
        background: #FF3D00;
        width: 3px;
        height: 24px;
        transform: translateX(-50%);
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.temp-message-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    border: 4px solid #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: #fff;
}

.temp-message-header {
    display: flex;
    flex-direction: row;
    background-color: #fefefe;
    color: #777;
    border-radius: 1.5rem 1.5rem 0 0;
}

.temp-message-title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.temp-message-icon {
    font-size: 2.2rem;
    color: #ff8400;
}

.temp-message-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    flex: 1;
    color: #222222;
    padding: .5rem;
}

.temp-message-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    color: #777;
}

.temp-message-close {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    padding: .5rem;
}

    .temp-message-close i {
        font-size: 1.8rem;
        font-weight: 600;
        cursor: pointer;
        color: #ff8400;
    }

    .temp-message-close:hover {
        background-color: #ddd;
    }

.temp-message-body {
    font-size: 1.4rem;
    background-color: #ff8400;
    color: #222222;
    padding: 1.5rem;
    cursor: progress;
    border-radius: 0 0 1.5rem 1.5rem;
}

.temp-message-idle {
    display: none;
    visibility: hidden;
    z-index: -99999;
    height: 0;
    background-color: transparent;
    background: unset;
}

.temp-message-show {
    display: block;
    visibility: visible;
    z-index: 99999;
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100vh; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
}
.form-switch {
    flex: 0;
    flex-basis: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}