html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
}

.gradient-custom {
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(200, 200, 200, 255));*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(200, 200, 200, 255))*/
}

.btn-menu {
    color: #FFF !important;
    border-color: #017187 !important;
    background-color: #017187 !important;
}

.btn-primary {
    color: #FFF !important;
    border-color: #017187 !important;
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 1) 50%) !important;
    background-color: #dcdcdc !important;
}

    .btn-primary:hover {
        background-color: #c1c1c1 !important;
    }

    .btn-primary.main {
        margin-bottom: 5px;
    }

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #E5EDEF;
    height: 46px;
    margin: 0;
    color: #017187;
    padding-left: 20px;
}

    header h3 {
        padding-top: 5px;
        font-weight: 700;
    }

.footer {
    position: fixed;
    font-size: 14px;
    padding-right: 5px;
    width: 100vw;
    bottom: 0;
    background: #E5EDEF;
    height: 22px;
}

.headerGlyph {
    width: 40px !important;
    height: 40px !important;
    margin-top: -3px !important;
    margin-right: 5px !important;
    filter: invert(29%) sepia(96%) saturate(829%) hue-rotate(153deg) brightness(94%) contrast(99%);
}

.logoLink {
    text-decoration: none !important;
}

    .logoLink:hover {
        text-decoration: none !important;
    }

.lastHeaderCol {
    margin-right: 140px !important;
    margin: auto;
}

.displayName {
    float: left;
    margin-top: 3px !important;
    padding-right: 15px;
}

.app-logo-frame {
    background: #E5EDEF;
    position: fixed !important;
    height: 90px;
    width: 90px;
    margin: -20px;
    top: 0 !important;
    right: 35px !important;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    z-index: 999 !important;
}

.app-logo {
    background: url(../files/logo.png) no-repeat 12px 32px scroll transparent;
    background-size: auto 32px;
    position: inherit;
    height: inherit;
    width: inherit;
}

.orgLogo {
    max-width: 140px !important;
    max-height: 50px !important;
}
.validation-error {
    border-radius: 5px;
    background: #ffffff;
    color: #B22222;
}

.bold {
    font-weight: 700;
}

.k-loading-image {
    background-image: url(../files/loading-image.gif) !important;
}

.k-grid-content {
    min-height: 100% !important;
    height: 100% !important;
}

.aTop {
    margin-top: 0 !important;
    padding-top: 0 !important;
    vertical-align: top !important;
}

.gridColTop {
    margin-top: 5px !important;
    padding-top: 15px !important;
    vertical-align: top !important;
}

.cellTable {
    font-size: 14px !important;
    padding: 0;
    margin: 0;
}

    .cellTable td, .cellTable th {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.active_true td {
    font-weight: 500;
    color: #E5EDEF;
}

.active_false td {
    font-weight: 500;
    color: #b22222;
}

.active a {
    font-weight: bold !important;
    color: #0096cc !important;
}

    .active a span {
        filter: invert(57%) sepia(97%) saturate(450%) hue-rotate(172deg) brightness(88%) contrast(86%);
    }

.menuIcon {
    margin-top: -3px !important;
}

    .commandRow {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.form-floating:focus-within {
    z-index: 2;
}

input[type=text] {
    margin-bottom: 5px;
}

.shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px, rgb(0 0 0 / 10%) 0px 2px 12px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px !important;
}

.box-header {
    height: 50px;
    padding-top: 10px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    background-color: #E5EDEF;
}

.box-title {
    font-weight: bold;
    font-size: 17px;
    margin-left: 10px !important;
    padding-top: 3px;
}

/**************/
/*FORM SIGNIN */
/**************/
.form-signin {
    width: 100%;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px !important;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin hr {
        color: #000000;
    }

    .form-signin .glyphicons {
        margin-right: 10px !important;
    }

/**************/
/*Kendo Upload*/
/**************/
.k-widget.k-upload {
    border: none;
    width: 100%;
}

.k-upload .k-dropzone {
    border: none;
}

    .k-upload .k-dropzone .k-upload-button {
        height: 3rem;
        box-shadow: none;
        border-radius: 3px;
        font-weight: 500;
        text-transform: none;
        border: none;
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 8px 14px;
        margin: 0;
        align-items: center;
        display: inline-flex;
        vertical-align: middle;
        flex: 0 0 auto;
        background-color: unset;
        cursor: pointer;
        opacity: 1;
        /*  color: var(--btn-font);
    background-color: var(--btn-active-background);*/
    }

        .k-upload .k-dropzone .k-upload-button:hover {
            /*color: var(--btn-font);
    background-color: var(--btn-hover-background);*/
            box-shadow: none;
            border: none;
        }

        .k-upload .k-dropzone .k-upload-button.k-state-disabled {
            /* color: var(--btn-font);
    background-color: var(--btn-inactive-background);*/
        }

            .k-upload .k-dropzone .k-upload-button.k-state-disabled span {
                filter: unset;
            }

h4 {
    font-size: 22px;
}

/****************************/
/*Invalid Upload Information*/
/****************************/
.k-upload .k-upload-files {
    /*border-color: var(--alert-font);*/
}

    .k-upload .k-upload-files .k-file-invalid .k-file-invalid-group-wrapper,
    .k-upload .k-upload-files .k-file-invalid .k-file-name-invalid {
        /*color: var(--alert-font);*/
        border-color: unset;
    }

.k-upload .k-dropzone strong.k-upload-status {
    display: none;
}

/********************/
/*Burger Menu Button*/
/********************/
#BurgerMenuButton {
    display: none;
}

#Burger {
    position: absolute;
    bottom: 5px;
    left: 6px;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

    #Burger > div {
        height: 5px;
        border-radius: 3px;
        background-color: #E5EDEF;
        z-index: 999;
        transition: 0.5s;
    }

#BurgerMenuButton:checked ~ #Burger > div {
    background-color: #E5EDEF;
}

#BurgerMenuButton:checked ~ #Burger .first {
    transform: translateY(8px) rotate(45deg);
}

#BurgerMenuButton:checked ~ #Burger .second {
    opacity: 0;
}

#BurgerMenuButton:checked ~ #Burger .third {
    transform: translateY(-9px) rotate(-45deg);
}

:root {
    /*******************/
    /*Glyphicons colors*/
    /*******************/
    --glyphicon-btn-active: invert(11%) sepia(51%) saturate(6036%) hue-rotate(207deg) brightness(95%) contrast(101%);
    --glyphicon-btn-inactive: invert(100%) sepia(13%) saturate(354%) hue-rotate(135deg) brightness(85%) contrast(87%);
    --glyphicon-btn-white: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    --glyphicon-btn-white-hover: invert(11%) sepia(51%) saturate(6036%) hue-rotate(207deg) brightness(95%) contrast(101%);
    --glyphicon-notification-read: invert(100%) sepia(13%) saturate(354%) hue-rotate(135deg) brightness(85%) contrast(87%);
    --glyphicon-notification-unread: invert(24%) sepia(14%) saturate(0%) hue-rotate(186deg) brightness(99%) contrast(92%);
    --glyphicon-status-mutable: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    --glyphicon-status-mutable-mandatory-check: invert(61%) sepia(54%) saturate(563%) hue-rotate(45deg) brightness(94%) contrast(90%);
    --glyphicon-status-mutable-mandatory-fail: invert(24%) sepia(14%) saturate(0%) hue-rotate(186deg) brightness(99%) contrast(92%);
    --glyphicon-status-immutable: invert(24%) sepia(14%) saturate(0%) hue-rotate(186deg) brightness(99%) contrast(92%);
    --glyphicon-panel-head: invert(11%) sepia(51%) saturate(6036%) hue-rotate(207deg) brightness(95%) contrast(101%);
    --glyphicon-tag-in-hierarchy: invert(24%) sepia(14%) saturate(0%) hue-rotate(186deg) brightness(99%) contrast(92%);
    --glyphicon-category-in-hierarchy: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    --glyphicon-client-in-hierarchy: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    --glyphicon-tab-active: invert(48%) sepia(87%) saturate(1084%) hue-rotate(354deg) brightness(103%) contrast(88%);
    --glyphicon-tab-inactive: invert(38%) sepia(3%) saturate(319%) hue-rotate(182deg) brightness(100%) contrast(88%);
    --glyphicon-nav-h1: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
    --glyphicon-nav-h2: invert(11%) sepia(51%) saturate(6036%) hue-rotate(207deg) brightness(95%) contrast(101%);
    --glyphicon-success: invert(61%) sepia(54%) saturate(563%) hue-rotate(45deg) brightness(94%) contrast(90%);
    --glyphiconsBase: invert(16%) sepia(43%) saturate(4354%) hue-rotate(203deg) brightness(88%) contrast(104%); /*Color1*/
    --glyphiconsAccent: invert(66%) sepia(32%) saturate(5421%) hue-rotate(350deg) brightness(97%) contrast(93%); /*Weiß*/
    --glypiconsGreen: invert(62%) sepia(75%) saturate(418%) hue-rotate(45deg) brightness(89%) contrast(92%); /*Grün*/
    --glyphiconsActive: invert(57%) sepia(97%) saturate(450%) hue-rotate(172deg) brightness(88%) contrast(86%); 
    --glyphiconsNegative: invert(23%) sepia(23%) saturate(3904%) hue-rotate(330deg) brightness(112%) contrast(114%); /* #b22222 */
    --glyphicon-tab-active: invert(48%) sepia(87%) saturate(1084%) hue-rotate(354deg) brightness(103%) contrast(88%);
    --glyphicon-tab-inactive: invert(38%) sepia(3%) saturate(319%) hue-rotate(182deg) brightness(100%) contrast(88%);
    --glyphicon-tab-icon-active: invert(48%) sepia(87%) saturate(1084%) hue-rotate(354deg) brightness(103%) contrast(88%);
    --glyphicon-tab-icon-inactive: invert(38%) sepia(3%) saturate(319%) hue-rotate(182deg) brightness(100%) contrast(88%);
}

.nav-glyph {
    margin-top: -3px !important;
    margin-right: 10px !important;
}

.glyphicons.nav-glyph {
    filter: invert(89%) sepia(18%) saturate(412%) hue-rotate(124deg) brightness(84%) contrast(87%);
}

.active .glyphicons.nav-glyph {
    filter: invert(100%);
}

:hover > .glyphicons.nav-glyph {
    filter: invert(100%);
}

#grdUpcomingExams {
    font-size: 14px !important;
}