﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    touch-action: pan-x pan-y;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.popover {
    white-space: pre-wrap;
}

.pre-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* Provide sufficient contrast against white background */
a {
    color: #1a9292;
}

.no-break {
    page-break-inside: avoid;
    break-inside: avoid;
}

.pav-card-title {
    font-size: 1.2rem;
}

.link-black {
    color: black;
}

.mb-10px {
    margin-bottom: 10px;
}

.clw-bg {
    background-color: #1a9292;
    border-color: #1a9292;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.color-red {
    color: red !important;
}

.clw-bg-light {
    background-color: #63d1d1;
    border-color: black;
    border-width: 1px !important;
}

.fixed-row-bottom {
    position: fixed;
    bottom: 0;
}

.fab {
    position: fixed;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 99;
    bottom: 28px;
    right: 30px;
    font-size: 32px;
    color: white !important;
    background-color: #1a9292;
}

.fab-mail {
    position: fixed;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 99;
    bottom: 28px;
    right: 110px;
    font-size: 32px;
    color: white !important;
    background-color: #1a9292;
}

.fab:hover, .fab-mail:hover {
    color: black !important;
}

a:hover, a:focus {
    color: #1a9292;
    text-decoration: underline;
}

.btn-primary {
    color: #000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.textarea-disabled-color {
    background-color: #e9ecef
}

.min-height-195 {
    min-height: 195px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    color: #000;
    background-color: lightgray;
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none !important;
}

.lln-nav .btn.clw-disabled {
    opacity: 0.35;
    background-color: lightgray;
    border-color: lightgray;
}

.laat-niet-binnen {
    color: #C00000;
}

.leerlingdash-disabled {
    opacity: 0.35;
    background-color: lightgray;
    border-color: lightgray;
    cursor: default;
}

#pills-tabContent .form-border {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.card-header.lightgray {
    background-color: lightgray !important;
    border-color: lightgray !important;
}

.nav-pills .nav-item .lightgray {
    color: lightgray !important;
}

#pills-tabContent .student-img {
    max-height: 150px !important;
}

.no-select {
    user-select: none;
}

a.btn-primary:focus {
    text-decoration: none;
}

.btn-primary:hover {
    color: #000;
    border-color: lightgray;
    background-color: lightgray;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1a9292;
    border-color: #1a9292;
}

.btn-clw {
    color: #fff;
    background-color: #1a9292;
    border-color: #1a9292;
}

.hr-black {
    border-top: 1px solid black;
}

.clw-color {
    color: #1a9292;
}

.btn-clw:hover, .btn-clw:focus {
    color: #fff;
    background-color: #1a9292;
    border-color: #1a9292;
    box-shadow: none;
    outline: none;
}

.btn-outline-clw, .btn-outline-clw.active {
    background-color: #1a9292 !important;
    border-color: #1a9292;
    color: white !important;
}

.btn-outline-clw:hover {
    color: white !important;
    background-color: #1a9292;
}

.btn-outline-clw.active:hover {
    color: white !important;
    background-color: #1a9292;
}

.btn-outline-clw:focus {
    box-shadow: none;
}

.lln-nav-icon {
    font-size: 24px;
}

.link-CLW {
    color: #1a9292;
}

.link-CLW:hover, .link-CLW:focus {
    color: #1a9292;
    text-decoration: underline;
}

.btn-pageInfo {
    height: 15px;
}

.clw-navbar .dropdown-item:active, .clw-navbar .dropdown-item:focus {
    background-color: lightgrey;
    outline: none;
}

.btn-pageInfo:hover, .btn-pageInfo:focus {
    text-decoration: none;
    transform: scale(1.20);
}

.font-weight-500 {
    font-weight: 500;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    margin-top: 60px;
    height: 100%;
    min-height: 100%;
    overflow: auto;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}

/*Classes navbar*/

#logo:hover {
    transform: scale(1.25);
}

.clw-navbar .nav-item a:hover {
    color: rgba(255, 255, 255, .75);
}

.clw-navbar .nav-item a {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/*Classes Aanwezigheid*/
.datepicker-input {
    height: 30px;
    padding-right: 4px;
}

.lastmodifiedby {
    line-height: 30px;
    color: grey;
}

.student-img {
    max-height: 94px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.student-block:hover {
    cursor: pointer;
}

.badge-aanwezigheden {
    font-size: 1.125rem;
}

.badge-evaluatie {
    font-size: 100%;
}

@media (min-width: 768px) {
    .pl-md-125 {
        padding-left: 1.25rem !important;
    }
}

.table-spacing {
    border-collapse: separate;
    border-spacing: 8px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.clw-rapport-table td, .clw-rapport-table th {
    border: 1px solid black !important;
    color: black;
}

.clw-history-table td, .clw-history-table th {
    border: none;
}

.clw-history-table .data {
    padding: 6px 6px;
    width: 15%;
}

.clw-history-table .side-heading-rapport {
    width: 40% !important;
}

.clw-history-table .hr {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: lightgray;
}

.clw-history-table .td-datum {
    min-width: 130px;
}

.clw-history-table .datum-data {
    background-color: #E6E6E6;
    color: black;
    border: none;
    border-radius: 0;
    padding: 6px 0 6px 0;
    width: 100%;
}

.clw-history-table .clw-table-datum-header {
    padding: 6px 6px 6px 12px;
    background-color: #E6E6E6;
    vertical-align: middle;
    min-width: 240px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 240px;
    max-width: 240px;
}

.clw-history-table .datum-data:hover {
    background-color: lightgray;
}

.clw-history-table .datum-data:focus {
    border: none;
    outline: none;
}

.clw-history-table .hr-header {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.clw-history-table .clw-table-heading {
    padding: 6px 6px 6px 12px;
    background-clip: padding-box;
    min-width: 240px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 240px;
    max-width: 240px;
    background-color: #ffffff;
    vertical-align: middle;
}

.icon-dark {
    color: #343a40;
    font-size: 20px;
}

.attitude-score-input button,
.doelstelling-score-input button {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.attitude-score-input .btn-primary:not(:disabled):not(.disabled):active, .attitude-score-input button:hover,
.doelstelling-score-input .btn-primary:not(:disabled):not(.disabled):active, .doelstelling-score-input button:hover {
    color: #495057;
    background-color: lightgray;
    border: 1px solid #ced4da;
    outline: 1px #ced4da;
    box-shadow: 0 0 0 1px #ced4da;
}

.doelstelling-score-input .btn-primary:focus {
    outline: 1px #ced4da;
    box-shadow: 0 0 0 1px #ced4da;
}

.aanwezigheid-card-body h5 {
    font-size: 1.10rem;
    margin-bottom: 6px;
}

.card {
    background-clip: padding-box;
    border-width: 2px;
}

hr {
    border-width: 2px;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
}

.table-spacing-margin {
    margin-left: 8px;
}

.cycle-select button {
    flex: 1;
}

.cycle-select select {
    flex: 6;
}

/* for attitudes opmerkingen tooltip color */
.tooltip-inner {
    background-color: #343a40;
}

.tooltip.show {
    opacity: 1.0;
}

/* for attitudes opmerkingen tooltip arrow color */
.arrow::before {
    border-top-color: #343a40 !important;
}

/* Classes login */
.btn-login-external {
    padding-bottom: 16px;
}

.no-border-btn:focus {
    box-shadow: none;
    outline: none;
}

.navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:focus {
    border: none;
    outline: none;
}

.flex-fill .clw-textarea {
    font-size: 14pt;
    margin-bottom: 10px;
    height: 50%;
    min-height: 240px;
}

.flex-fill .clw-textarea::placeholder {
    opacity: 0.6;
}

.flex-fill .clw-textarea:-ms-input-placeholder {
    opacity: 0.6;
}

.flex-fill .clw-textarea::-ms-input-placeholder {
    opacity: 0.6;
}

.no-resize-textarea {
    resize: none;
    min-height: 195px !important;
    height: 195px !important;
    max-height: 195px !important;
}

.clw-history-table.clw-doelstelling-table .clw-table-datum-header {
    font-weight: normal;
    color: black;
    min-width: 350px;
    width: 350px;
    max-width: 350px
}

.clw-history-table.clw-doelstelling-table .clw-table-heading {
    font-weight: normal;
    color: black;
}

.page-item.active .page-link {
    background-color: #1a9292;
    border-color: #1a9292;
}

.page-link {
    color: #1a9292;
}

.page-link:hover {
    color: #1a9292;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.text-saved {
    background-color: rgba(193, 229, 135, 0.2);
}

.evaluation-card {
    border: 1px solid black;
    color: black;
    border-radius: 0;
}

.evaluation-ta {
    color: black;
}

.clw-rapport-table tbody {
    border-radius: 0.25rem;
}

.rapport .clw-rapport-table .data {
    padding: 3px 6px;
}

.evaluation-card .form-control.clw-disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: black;
}

.evaluation-card .form-control {
    color: black;
}

.overzicht-groepen-card .overzicht-groepen-card-header {
    background-color: #ebebeb;
}

.overzicht-groepen-card .overzicht-groepen-card-header.tweedeGraad {
    background-color: rgba(255,255,0,0.8);
}

.overzicht-groepen-card .overzicht-groepen-card-header.derdeGraad {
    background-color: rgba(79,129,189,0.7);
}

.overzicht-groepen-card .overzicht-groepen-card-header.diploma {
    background-color: #92D050;
}

.overzicht-groepen-card .overzicht-groepen-card-header.bedrijfsbeheer {
    background-color: #F2D1D1;
}


.overzicht-groepen-card>.tweedeGraad {
    background-color: rgba(255,255,0,0.2); /*#FFFF00 with opacity*/
}

.overzicht-groepen-card>.derdeGraad {
    background-color: rgba(79,129,189,0.2); /*#4F81BD with opacity*/
}

.overzicht-groepen-card>.diploma {
    background-color: rgba(146,208,80,0.2); /*#92D050 with opacity*/
}

.overzicht-groepen-card>.bedrijfsbeheer {
    background-color: #FFE6E6; 
}

.overzicht-groepen-card div {
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
}

.overzicht-groepen-card div p {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.leerling-with-groepen {
    border-right: 1px solid lightgrey;
}

.checklist tbody tr:hover {
    background-color: lightgray;
    cursor: pointer;
}

.dropdown-menu .dropdown-divider:last-child {
    display: none;
}

.lln-nav .btn {
    flex: 1;
    white-space: nowrap;
}

.lln-nav .student-img {
    max-height: 110px;
}

.agenda-textarea {
    border-width: 3px;
    box-shadow: none !important;
}

.visual-bgv {
    width: 20%;
    border-left: 0;
    border-radius: 0;
}

.visual-bgv a {
    color: black !important;
    text-decoration: none;
}

.visual-bgv a:hover {
    text-decoration: none;
}

.werkcomponent-tijdstip-title {
    background-color: #1a9292;
    padding: 8px;
    color: white;
}

.col-9 .visual-bgv:first-of-type {
    border-left: 1px solid black;
}

.col-9 .visual-bgv:nth-of-type(6) {
    border-left: 1px solid black;
}

.col-9 .visual-bgv:nth-of-type(1n+6) {
    border-top: 0;
}

.col-9 .visual-bgv:nth-of-type(11) {
    border-left: 1px solid black;
}

.col-9 .visual-bgv:nth-of-type(1n+11) {
    border-top: 0;
}

.visual-bgv-opleiding {
    border-radius: 0;
}

.card-title-bgv {
    font-size: 11pt;
    font-weight: normal;
    text-align: center;
}

.card.visual-bgv {
    border-color: black;
    border-width: 1px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-20 {
    font-size: 20px;
}

.h-20px {
    height: 20px;
}

.h-40px {
    height: 40px !important;
}

.mt-6 {
    margin-top: 5rem;
}

.print-landscape {
    transform: rotate(90deg);
}

.bedrijfsbezoek-data {
    min-width: 240px;
}

.weekschema-day {
    text-transform: uppercase;
    background: #e9ecef;
}

.weekschema-time {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    background: #e9ecef;
}

.weekschema-schooldag {
    background-color: #7AE0DE;
    color: black;
}

.weekschema-conflict {
    background-color: #C00000;
    color: white;
}

.weekschema-werkdag {
    background-color: #808080;
    color: white;
}

.weekschema-select {
    padding: 0;
    font-size: 14px;
}

.this-border-black {
    border-color: black !important;
    border-width: 2px !important;
}

.this-border-transparent {
    border-color: transparent !important;
    border-width: 2px !important;
}

.card-header.this-border-black {
    border-bottom: 1px solid black !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.progress-bars-block {
    border: 1px solid black;
}

.border-black th, .border-black td {
    border-color: black !important;
}

.border-bottom-first:first-child {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid black;
}

.card-body .text-center.d-flex.justify-content-between.flex-row:last-child .progress-bar-part:first-child {
    border-bottom-left-radius: 0.25rem !important;
}

.card-body .text-center.d-flex.justify-content-between.flex-row:last-child .progress-bar-part:last-child {
    border-bottom-right-radius: 0.25rem !important;
}

.pav-module-naam {
    font-size: 1.3rem;
}

.progress-bar-pav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leerplan-value {
    border: 2px solid;
    border-radius: 5px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .leerlingdash-extra-btns .leerlingdash-extra-btn:nth-of-type(4n+1) {
        padding-right: .5rem !important;
        padding-left: 0 !important;
    }

    .leerlingdash-extra-btns .leerlingdash-extra-btn:nth-of-type(4n+2), .leerlingdash-extra-btns .leerlingdash-extra-btn:nth-of-type(4n+3) {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .leerlingdash-extra-btns .leerlingdash-extra-btn:nth-of-type(4n+4) {
        padding-right: 0 !important;
        padding-left: .5rem !important;
    }
}

@media print {
    body {
        margin: 0;
    }

    .print-p-0 {
        padding: 0 !important;
    }

    .print-border-black {
        border-color: black !important;
    }

    .card-header.print-border-black {
        border-bottom: 1px solid black !important;
    }

    .print-h-40px {
        height: 40px !important;
    }

    .text-center.d-flex.justify-content-between.flex-row.border.print-border-black {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .pagebreak {
        break-inside: avoid;
    }
}

@media screen and (max-width: 575px) {
    body {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 1199px) {
    .lln-nav a {
        font-size: 0;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 85%;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1450px;
    }
}
