/** Reset **/
html,
body,
main,
aside,
article,
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: TitilliumWeb;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

h1,
h2,
h3,
h5,
h6,
p {
    padding-bottom: 8px;
}

h3,
h4,
p {
    font-size: 15px;
    line-height: 22px;
}

.bullet {
    padding-bottom: 0;
}

html,
body,
main,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="checkbox"],
select,
option,
textarea {
    color: #333;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: TitilliumWeb;
    font-size: 15px;
    line-height: 22px;
}

body,
main {
    background-color: rgb(230, 230, 230);
    line-height: 22px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

main {
    background-color: white;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

main,
.layer,
.over {
    background-color: white;
    top: 0;
    bottom: 0;
}

a {
    font-weight: 700 !important;
    text-decoration: underline;
    color: #076790;
}

main,
header,
.layer,
.over {
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}

header {
    top: 0;
    height: 47px;
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #DCE0E1;
}

header>* {
    margin-left: 8px;
}

header>*:first-child {
    margin-left: 0;
}

header h3 {
    text-transform: uppercase;
    padding-bottom: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="checkbox"],
select,
option,
textarea {
    border-color: #999;
}

input[type=radio] {
    display: none;
}

.areaContent,
.inputAreaContent,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="checkbox"],
select,
option,
textarea,
.textInput,
.textInputDisabled,
.checkItemArea {
    background-color: white;
}

.inputAreaContent.contactContainer {
    background-color: #009cde !important;
    border: 0 !important;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=checkbox],
option,
textarea,
.textInput,
.textInputDisabled {
    width: calc(100% - 6px);
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=checkbox],
select,
option,
textarea,
.textInput,
.textInputDisabled {
    border: 1px solid #999;
    border-radius: 2px;
    min-height: 30px;
    padding: 2px;
    font-family: TitilliumWeb;
    font-size: 15px;
    height: 30px;
    margin-bottom: 0;
    line-height: 30px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="checkbox"],
select,
option,
textarea,
.checkItemArea {
    position: relative;
}

textarea {
    min-height: 200px;
}

/** Content stuff **/
.content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    overflow: auto;
}

.content>*,
.layerContent>* {
    background-color: white;
}

.flexColumn {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
}

.flexRow {
    /* position: relative; */
    display: flex;
    flex-direction: row;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
}

.flexCenter {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.flexAlignCenter {
    align-items: center;
    -webkit-box-align: center;
}

.flexAlignStart {
    align-items: flex-start;
    -webkit-box-align: start;
}

.flexFull {
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.selfStart {
    justify-self: flex-start;
}

.flex1 {
    min-width: 0;
    flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
}

.flex2 {
    min-width: 0;
    -webkit-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.flex3 {
    min-width: 0;
    -webkit-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.flex4 {
    min-width: 0;
    -webkit-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}

.flexEnd {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
}

.fullColumn>* {
    position: relative;
}

.fullColumn {
    box-sizing: border-box;
}

.fullColumn {
    height: 100%;
}

.textCenter {
    text-align: center;
}

.marginBottom {
    margin-bottom: 8px;
}

.marginTop {
    margin-top: 8px;
}

.marginLeft {
    margin-left: 8px;
}

.marginRight {
    margin-right: 8px;
}

.hide {
    display: none !important;
}

.opacity50 {
    opacity: 0.5;
}

#preloader {
    z-index: 1100;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.overflowHidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#over {
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 1000;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.over {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.overArea {
    position: absolute;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
}

.overArea,
.module_diensten .layer {
    top: 50px;
    bottom: 50px;
    background-color: white;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

.overArea>.content>div:first-child>*:first-child {
    margin-top: 0 !important;
}

.overArea h4 {
    margin-top: 8px;
}

.btn,
.area,
.inputArea,
input[type="radio"]:checked~label,
input[type="checkbox"]:checked~label {
    background-color: #009cde;
    text-decoration: none !important;
}

.area,
.inputArea {
    position: relative;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.areaHeader {
    height: 42px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
}

header h3,
.succesText,
.checkItemArea .labelText,
.newsBlock .title,
.title,
.mainTitle {
    color: #009cde;
}

.areaHeader .title,
.inputArea .title {
    color: white;
    margin-bottom: 2px;
}

.btn,
.btnDisabled *,
.areaHeader .title,
.inputArea .title,
input[type="radio"]:checked~label,
input[type="checkbox"]:checked~label,
input[type="radio"]:checked~.labelText,
input[type="checkbox"]:checked~.labelText {
    color: white;
}

.areaContent {
    border-color: white;
}

.areaContent *:last-child {
    margin-bottom: 0;
}

.areaContent p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.areaContent,
.inputAreaContent {
    padding: 8px;
    border: 2px solid white;
    border-radius: 4px;
}

.title {
    text-transform: uppercase;
    line-height: 18px;
}

.btn {
    text-transform: uppercase;
    border: 2px solid #009cde;
    border-radius: 2px;
    padding: 2px;
    transition: .5s;
    position: relative;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.5;
}

.btn>h4,
.btn>p {
    padding-bottom: 0;
}

.btn *,
.btnDisabled,
.inputDisabled,
.inputAreaDisabled *,
.disableBtn,
.disabled {
    pointer-events: none;
    user-select: none;
}

.disableBtn {
    opacity: 0.5;
}

.textBtn {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    border: none;
    background: none;
}

.authBtn {
    height: 43px;
    width: 100%;
    border-radius: 2px;
}

.iconBtn {
    height: 39px;
    width: 39px;
}

.iconBtn img {
    width: 100%;
    height: 100%;
}

.iconTextBtn {
    height: 80px;
    width: 80px;
}

.iconTextBtn img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 2px;
    left: 15px;
}

.iconTextBtn h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 0;
}

.btnDisabled {
    opacity: 0.5;
    color: rgb(193, 193, 193);
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btns .btn,
.btnRow .btn {
    margin-left: 4px;
    min-width: 40px;
}

.btnRow {
    margin-bottom: 8px;
}

.btnRow>.btn {
    height: 39px;
}

.btnRow>.btn h4,
.btnRow>.btn p {
    line-height: 16px;
}

.btn>h4,
.btn>p {
    padding-bottom: 0;
}

.areaHeader .iconBtn {
    height: 32px;
    min-width: 32px;
    width: 34px;
    border-color: white;
    margin: 2px;
}

input[type=checkbox] {
    position: absolute;
    margin: 0;
}

input[type=radio],
input[type=checkbox] {
    width: 30px;
}

input[type=checkbox]~label {
    left: 38px;
}

.checkItemArea label {
    transition: all 0.5s ease 0s;
    border: 2px solid #009CDD;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

input[type=checkbox]~.labelText {
    margin-left: 38px;
}

.checkItemArea .labelText {
    position: relative;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.errorText {
    color: red;
}

.error {
    background-color: red;
}

.newsBlock,
.newsBlock .btn,
#addRit,
.rittenArea,
.ritbtn,
.rit,
.ritten {
    background-color: #4ca32f;
}

.newsBlock,
.newsBlockContent {
    position: relative;
    padding: 4px;
}

.newsBlock .title {
    color: white;
}

.content {
    top: 57px;
    padding: 8px;
}

nav {
    position: relative;
}

.navRow,
.bigNavRow {
    position: relative;
    margin-bottom: 8px;
}

.navRow .btn:first-child,
.bigNavRow .btn:first-child {
    margin-left: 0;
}

.bigNavRow .btn {
    margin-left: 8px;
    height: 60px;
}

.navRow .btn {
    margin-left: 8px;
    height: 40px;
}

.opacity1 {
    transition: .25s;
    opacity: 1;
}

.checkArea .checkItemArea {
    margin: 4px;
}

.checkItemArea {
    min-height: 30px;
    margin: 8px;
}

.checkItemArea label {
    transition: all 0.5s ease 0s;
    border: 2px solid #009CDD;
    border-radius: 4px;
}

.checkItemArea label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.checkItemArea .labelText {
    position: relative;
    /* text-align: center; */
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.toggle-password-btn {
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.toggle-password-btn img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

input[type="text"],
input[type="password"] {
    box-sizing: border-box;
    width: 100% !important;
    height: 36px !important;
}

input[type="password"] {
    padding-right: 32px !important;
}

/* 1Password button */
body:has(com-1password-button) input:focus {
    padding-right: 48px;
}

body:has(com-1password-button) input[type="password"] {
    padding-right: 72px !important;
}

.labelText {
    pointer-events: none;
}

.checkItem {
    position: absolute;
}

.textlink {
    color: #076790;
    cursor: pointer;
    font-weight: 700 !important;
    text-decoration: underline;
}

.faketextlink {
    color: #076790;
    font-weight: 700 !important;
}

.layerSiteBG,
.layerSiteBGshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: none;
}

.layerSiteBGshow {
    display: block;
    background-color: rgba(255, 255, 255, .8);
    transition: 1.25s;
}

.btnRow .btn:first-child {
    margin-left: 0;
}

.dateSelector .marginRight {
    margin-right: 0;
}

.bigBtnRow .btn {
    margin: 4px;
}

.opacity0 {
    opacity: 0;
}

@media screen and (max-width: 700px) {
    #over {
        background-color: white !important;
    }

    .overArea {
        width: 100%;
        top: 0;
        bottom: 0;
        min-width: 0;
        max-width: 100%;
    }

    .layer,
    .module_diensten .layer {
        width: 100% !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        min-width: 0;
        max-width: 100% !important;
    }
}

#spinner {
    position: relative;
    width: 100px;
    height: 100px;
    animation: spinner 2s infinite linear;
}

#spinner div {
    position: absolute;
    width: 10px;
    height: 30px;
    top: 35px;
    left: 45px;
    background-color: black;
    border-radius: 5px;
}

.bar1 {
    opacity: 0.12;
    transform: rotate(0deg) translate(0, 40px);
}

.bar2 {
    opacity: 0.25;
    transform: rotate(45deg) translate(0, 40px);
}

.bar3 {
    opacity: 0.37;
    transform: rotate(90deg) translate(0, 40px);
}

.bar4 {
    opacity: 0.5;
    transform: rotate(135deg) translate(0, 40px);
}

.bar5 {
    opacity: 0.62;
    transform: rotate(180deg) translate(0, 40px);
}

.bar6 {
    opacity: 0.75;
    transform: rotate(225deg) translate(0, 40px);
}

.bar7 {
    opacity: 0.87;
    transform: rotate(270deg) translate(0, 40px);
}

.bar8 {
    opacity: 1;
    transform: rotate(315deg) translate(0, 40px);
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ql-tooltip {
    z-index: 100;
}

.ql-container {
    height: auto !important;
}
