@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --bg-color: #ffb900;
    --bold-600: 600;
    /*VIDEO/ AUDIO PLAYER COLORS*/
    --plyr-color-main: var(--bg-color);
    /*VIDEO/ AUDIO PLAYER COLORS*/

    /*FULLCALENDAR CSS*/
    --fc-daygrid-event-dot-width: 8px;

    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #939393;

    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: #ececec;

    --fc-button-text-color: #000000;
    --fc-button-bg-color: rgba(255, 255, 255, 0.59);
    --fc-button-border-color: var(--bg-color);
    --fc-button-hover-bg-color: rgba(255, 219, 134, 0.62);
    --fc-button-hover-border-color: var(--bg-color);
    --fc-button-active-bg-color: rgba(255, 219, 134, 0.62);
    --fc-button-active-border-color: var(--bg-color);

    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(99, 99, 99, 0.25);

    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;

    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;

    --fc-non-business-color: rgba(215, 215, 215, 0.3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(227, 227, 227, 0.3);
    --fc-today-bg-color: rgba(255, 185, 0, 0.18);
    --fc-now-indicator-color: var(--bg-color);
    /*FULLCALENDAR CSS*/


}

strong, b, th, h1, h2, h3, h4, h5, h6, label, .font-weight-bold {
    font-weight: var(--bold-600) !important;
}

h2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

body, html {
    font-family: 'MuseoSans300', sans-serif;
    font-size: 16px !important;
    background-color: white;
    overflow-y: initial;

}

@media screen and (max-width: 768px) {
    body {
        overflow: hidden;
    }

}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #e9ecef;
    /*overflow-x: hidden;*/
}

body {
    padding-right: 0 !important
}

html {
    overflow-x: hidden !important;
}

body.modal-open {
    height: 100vh !important;
    overflow: visible !important;
}

h1 {
    font-size: 24px !important;
    font-weight: var(--bold-600);
    font-family: 'MuseoSans300', sans-serif !important;
}

h2 {
    font-size: 18px !important;
    font-weight: var(--bold-600);
    font-family: 'MuseoSans300', sans-serif !important;
}

h3 {
    font-size: 16px !important;
    font-weight: var(--bold-600);
    font-family: 'MuseoSans300', sans-serif !important;
}

h4 {
    font-size: 15px !important;
    font-weight: var(--bold-600);
    font-family: 'MuseoSans300', sans-serif !important;
}

h5 {
    font-size: 14px !important;
    font-weight: var(--bold-600);
    font-family: 'MuseoSans300', sans-serif !important;
}

.display-none {
    display: none !important;
}

.align-self-center {
    align-self: center;
}
.align-items-baseline{
    align-items: baseline;
}
.defaultPointer {
    cursor: pointer;
}

.display-contents {
    display: contents;
}
@media (max-width: 768px) {
    .d-md-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


.align-items-center {
    align-items: center!important;
    justify-items: center!important;
}

.blackTxt {
    color: black;
}

.smaller-text {
    font-size: 10px;
}

.modal-title {
    font-size: 16px !important;
}

.mw-70vw {
    max-width: 70vw;
}

.w-min-content {
    width: min-content;
}

.pdf-table table {
    border-collapse: collapse !important;
}

.pdf-table th {
    border: 1px solid #666 !important;
    padding: 5px;
}

.pdf-table td {
    border: 1px solid #666 !important;
    padding: 5px;
}

#mainWindow {
    background-color: white;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 2em;
}

@media (max-width: 768px) {
    #mainWindow {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0.5em;
    }
}

.eamtSidebar {
    background-color: rgba(16,38,148,.1);
}

#inner-wrapper {
    flex-direction: row;
}

@media screen and (max-width: 465px) {
    #inner-wrapper {
        flex-direction: column;
    }
}

.teated-view {
    font-size: 16px;
}

#teated-messages {
    position: unset !important;
}

.unread-teade {
    background-color: #f3f3f3;
    font-weight: var(--bold-600) !important;

}

#teated-messages .nav-item .dropdown-divider,
#teated-messages .nav-item .dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1001;
}

#moodleBtn {

    height: 16px;
    opacity: 0.5;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media screen and (max-width: 500px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

/*
@media (max-width: 920px){
    a span {
        display: none;
    }
    a:hover span {
        display: inline-block;
    }
}*/
@media screen and (max-width: 465px) {

    #teated-messages .nav-item .dropdown-menu {
        width: 100vw !important;

    }

    #teated-messages .dropdown-menu .dropdown-item {
        white-space: unset !important;
    }
}

.dashboardTitle {
    margin-bottom: 25px;
}

@media screen and (max-width: 645px) {
    .dashboard-leftCol {
        padding: 10px;
    }
}

.content {
    min-height: 100vh;
}

#loginTypeBox {
    margin: 10px;
}

.button {
    border: 0px none;
    /* background-color: var(--bg-color);*/
    /*color: #555555;*/
    text-transform: uppercase;
    /* padding: 5px 40px;*/
    font-size: 1em;
    cursor: pointer;
}

#langNavBar {
    width: 100%;
    text-align: center;
    background-color: #b7bbd4;
    position: absolute;
    top: 0;
}

.custom-control-label {
    font-weight: normal !important;
}

/*.alert {
    z-index: 10000 !important;
}*/

.help-block {
    font-style: italic;
    color: orangered;
}

.content-wrapper, .content-wrapper > .content {
    padding: 0;
    /* padding-left: 5px;
     padding-right: 5px;*/
}

.wrapper {
    height: max-content;
}

.flag {
    border: 1px solid #676767;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}

.infoTxt {
    font-size: 13px;
}

.card-added {
    width: 18rem;
    /* display: none !important;*/
    position: absolute;
    top: 2px;
    display: block;
    /*
    margin-top: auto;
    margin-bottom: auto;
    */
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}

/*
  if tab is already opened then just blink
*/
.btn-blink {
    color: #a86725 !important;
    animation: btn-blinker 1s linear infinite;
}

.btn-group .btn.active.disabled {
    color: #fff;
    background-color: #aaa;
}

@keyframes btn-blinker {
    50% {
        opacity: 0;
    }
}

#profileTabsContent {
    padding: 10px;
}

.sidebar-sticky {
    position: fixed !important;
    top: 55px !important;
    height: 100vh !important;
    /*
    overflow-y: scroll !important;
    */
}

#rightSideBar {
    padding: 10px;
}

.control-sidebar {
    overflow: scroll;
    z-index: 15000 !important;
}

li.nav-item.active {
    background: #6a6a6a45;
    border-radius: 4px;
}

/*#calType{
    color: red !important;
}*/
.lectureBtn {
    height: 2rem !important;
    width: 2rem !important;
    display: none;
    margin-right: 1em;
    justify-content: center;
}

.lectureBtn > i {
    align-self: center;
}

#LIVEbtns, #willBeLive, #willBeRec {
    display: none;
}

/* windows buttons */
.card-header .dropdown-menu {
    box-shadow: none !important;
}

/* isikud popup fix make it ontop */
.on-top {
    z-index: 99999;
}

/* kartik datagridview header */
.kartik-sheet-style {
    background-color: white;
}

/*document card grid*/
.kv-expand-detail-row td {
    padding: 10px !important;
}

.doc-cont {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 50px;
}

@media screen and (max-width: 645px) {
    .collapse > .card {
        padding: 0.5rem !important;
    }
}

/* bootstrap form filter FIX so label is above input */
#filterStudent .form-group {
    width: 200px;
    margin: 5px;
    font-size: 12px;
}

#filterStudent input, #filterStudent select {
    font-size: 12px;
}

#filterStudent select {
    width: 200px;
}

.profileImage {
    float: left;
    padding: 2px;
    opacity: 0.9;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.profileImage img {
    border-radius: 3px;
    width: 75px;
}

#actionButtons {
    width: 200px;
}


.kv-grid-group-row {
    background-color: #c6c6b6;
}

.mainor-odd-grouped-row {
    background-color: #e6e6d6;
}

.mainor-even-grouped-row {
    background-color: #f6f6e6;
}

.modal-content {
    overflow: hidden !important;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75) !important;

}

/* MENU ARROW FIX */
.pull-right-container > i.pull-right {
    padding: 10px;
}


/* gridview SELECT2 HACK  */
.select2-dropdown {
    z-index: 999999 !important;
}


/*  ISIKUKAART  */
/* TRAFFIC LIGHT */

.traffic-light-container {
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.traffic-light-circle {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: relative;
    height: 10px;
    width: 10px;
}

.traffic-light-circle.red {
    background-color: #c0392b;
    box-shadow: 0 0 20px 5px #c0392b;
}

.traffic-light-circle.yellow {
    background-color: #f1c40f;
    box-shadow: 0 0 20px 5px #f1c40f;
}

.traffic-light-circle.green {
    background-color: #2ecc71;
    box-shadow: 0 0 20px 5px #2ecc71;
}

.traffic-light-circle.gray {
    background-color: #666666;
    box-shadow: 0 0 20px 5px #666666;
}

/* LINKS */

a, a:link:not(.btn):not(.nav-link):not(.page-link), a:active {
    color: #546AD8;
}

.page-item.active .page-link {
    background-color: #c7c7c7 !important;
    border-color: #dee2e6 !important;
}

/*
a, a:link, a:active{
    color: #2D9CDB;
}
*/

a:hover {
    text-decoration: underline;
    cursor: pointer;
    /*color: #888888;*/
}

.small_black {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'MuseoSans 700', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #111111;
}

/* SPINNER BACKGROUND */
#spinnerBackground {
    position: absolute;
    width: 100%;
    /*max-height: 100vh;*/
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 21999;
    display: none;
}

.kv-spin {
    position: absolute !important;
    height: 100%;
    width: 100%;
}

/* DOKUMENDID */
/*td .w0 {
    cursor: default !important;
}*/
.dokSignatures {
    font-size: 0.8rem;
}

.dokSignatures i {
    font-size: 0.5em;
}

.signIsik {
    margin: 0;
}

.signDate {
    font-size: 0.7rem;
    margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {
        border-top: 1px solid #ccc !important;
    }
}

.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected {
    background-color: rgba(255, 185, 0, 0.49) !important;
    color: #343a40 !important;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bg-color) !important;
    color: #343a40 !important;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    box-shadow: 0 0.375rem 0.75rem 0.2rem rgba(173, 173, 173, 0.25) !important;
    border-color: #aaaaaa !important;
}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-color: rgba(255, 185, 0, 0.47) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 185, 0, 0.25) !important;
}

.nav-link-text {
    color: #343a40;
}

.nav-link {
    display: flex;
    align-items: center;
}

/*.nav-tabs .nav-link.active {
    color: #495057;
    background-color: rgba(73, 80, 87, 0);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #ffe7ce;
    border-bottom-width: 3px;
}*/

.tabs-above.tab-bordered .tab-content {
    border: none !important;
    padding-top: 1.5em;
}

.student-docs-addition {
    margin-left: 15px;
}

.student-docs {
    margin-left: 27px;
}

.yellowIcon {
    color: var(--bg-color);
}

#filetextCont {
    width: 100% !important;
    text-align: left !important;
    padding-left: 5px;
}

#btnDiv {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

@media screen and (max-width: 480px) {

    .TabText {
        display: none;
    }

}

/* NB! treeview (alammenüüd) menu muidu kaovad !!!!
.nav-item{
    width: max-content;
    display: flex;
    align-items: center;
}*/
/*.dropdown-menu{
left: -60px !important;
}*/
/*avalduste listi nuppude column*/
.aplicCol {
    width: 50%;
}

.aplicBtns {
    width: 90%;
}

@media screen and (max-width: 480px) {
    .aplicCol {
        width: 100%;
    }
}

.aplicFull {
    margin: 20px !important;
}

#docDiv {
    display: flex;
    /*  align-items: center;*/
}

#fileIconCont {
    display: grid;
    margin: 1%;
}

.selectionBox {
    width: 50vw;
    height: 30px !important;
}

#filesContainer {
    margin: 10px;
}

#specialForm {
    padding: 10px;
}

#aplicFormLabel {
    font-weight: normal !important;

}

#applicationContainer {
    padding: 10px;
}

#docTypeSelect {
    width: 200px !important;
}

#lugApplication {
    margin-bottom: 50px;
}

.select2-container {
    min-width: 100% !important;
    width: auto !important;
}

#errDiv {
    color: red;
}

.fileDel {
    color: red;
}

.fileDel:hover {
    color: #ff8787;
}

.fileIcon {
    height: min-content;
    width: min-content;
    margin: 0;
    justify-self: center;
}

.docBtn {
    /*margin: 7px;*/
    /*max-height: 2em;*/
    padding:2px 10px;
}

html {
    scroll-behavior: smooth;
}

/*ALLKIRJASTAMINE*/

.widgetHolder {
    max-width: 500px !important;
}

.docTextCont {
    display: flex;
    flex-direction: row;
}

.docText {
    width: fit-content;
}

/*without it popover appears behind card*/
.popover {
    z-index: 20003 !important;
    display: none;
}

/*cert of enrolment*/
.aplicBackgr {
    width: 70vw !important;
    background-color: #ffffff;
    padding: 3%;
    aspect-ratio: 9/10;
    border: #f3f3f3 solid 2px;
}

.logo {
    width: 220px;
    margin-bottom: 60px;
    margin-top: 5%;
}

.certCont {
    height: -webkit-fill-available;
    margin-top: 20%;
}

.studyDep {
    margin-top: 25%;
}

.eekTable {
    width: 100%;
    margin-top: 60px;
}

.eekTableTxt {
    font-size: 11px;
    color: #727272;
}

.yellowStripe {
    border-bottom: 5px solid #ffba00;
    padding-top: 10px;
}

.signContent {
    border: 0px none;
    overflow: hidden;
    height: 860px;
    width: 50%;
}

@media screen and (max-width: 820px) {
    .signContent {
        width: 75%;
    }
}

@media screen and (max-width: 480px) {
    .signContent {
        width: 100%;
    }
}


.signSheet {
    display: flex;
}

/*LOENGUSALVESTUSED*/

/*.vidPlayer,
.audPlayer{
    max-width: 10vw;
}*/
.video-js {
    width: 90%;
    max-width: 1000px;
    max-height: 540px;
    height: auto;
}

.plyr__menu__container {
    position: absolute;
    top: 0;
}

.plyr__menu__container div {
    background: white;
}

/*

.progress__pin,
.green-audio-player .slider .gap-progress .pin,
.green-audio-player .slider .gap-progress {
    background-color: var(--bg-color) !important;
}

.green-audio-player .volume .volume__button.open path {
    fill: var(--bg-color) !important;
}

.green-audio-player {
    -webkit-box-shadow: 0 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 0 !important;
}
*/

.eekLive {
    height: 30rem;
    aspect-ratio: 16 / 9;
}

#recCont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 70vw;
}

.recBtn {
    /*width: 100%;*/
    width: 150px;
    margin-right: 15px;
    margin-top: 10px !important;
    display: inline;
    /* margin: 2% !important; */
    white-space: nowrap;
}

@media screen and (max-width: 990px) {
    .recBtn {
        width: fit-content;

    }
}

.recBtnDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.recLectureInfo {
    margin-bottom: 0px !important;
}

.recDiv {
    display: flex;
    flex-direction: row;
}

/*.recBtnDiv{
    display: block;
    flex-direction: column;
}*/
.recLecture {
    font-weight: var(--bold-600);
    font-size: 0.9em;
    margin-bottom: 5px !important;
}

.recLectureInfo {
    font-size: small;
    /* color:  #aaa;*/
}

.lighterText {
    /*font-size: small;*/
    color: #aaa;
}


.recFull {
    text-align: left;
    border-color: rgba(134, 134, 134, 0.19);
    border-width: 1px 0px;
    border-style: solid;
    /*margin: 5px;*/
    padding: 10px;
}

.recFull + .recFull {
    /*text-align: center;*/
    /* border-bottom-color: rgba(134, 134, 134, 0.19);
     border-bottom-width: 1px 0px;*/
    border-top: none;
    /*margin: 5px;*/
    padding: 10px;
}

/*#lectureRecs{
    background-color: #efefef;
}*/
/*
#side-content{
    !*width:336px;*!

    width:25vw;
    min-width: 175px;

    !*overflow-x: hidden;*!
    !*overflow-y: scroll;*!
    min-height: 100vh;
    !*position: -webkit-sticky;*!
    !*position: sticky;*!
    !*top: 20px;*!
    background-color: #c4c9ce;
    display: flex;
    flex-direction: column;
}
*/
/*#middle-content{
    width: -webkit-fill-available;
    !*overflow-y: scroll;*!
    line-height: 1.3;
}*/
/*#content{
     display:flex;
     flex-direction: row;
 }*/
.sideContBtn {
    margin: 4%;
}

/*selleks et kartik gridview näeks ka väiksemal ekraanil ok välja*/
/*@media screen and (max-width: 650px) {
    !*#side-content{
        width:100%;
    }*!
    #content{
        display:flex;
        flex-direction: column;
    }
}*/
@media screen and (max-width: 480px) {
    /* .kv-table-wrap th, .kv-table-wrap td {
         display: revert !important;
         !* width: 100% !important; *!
         !* text-align: center; *!
         font-size: 0.8em !important;
     }
     .kv-table-wrap tr > td:first-child {
         border-top: 3px double #ccc;
         margin-top: 10px;
         font-size: 1em !important;
     }
     .w0 {
         font-size: 1em !important;
     }*/
}

#harjutusruumide_broneerimine {
    margin-left: 0px;
    max-width: 600px;
}

#harjutusruumide_container {
    display: flex;
    flex-wrap: wrap;

}

.harjutusruumideBronContainer {
    min-width: 600px;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    #harjutusruumide_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contentContainer {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #harjutusruumide_broneerimine {
        margin: 0;
        max-width: 100%;
        flex: fit-content;
        order: 1;
     }
    .hetkelDiv {
        padding-left: 8px;
        max-width: 100%;
        flex: fit-content;
        order: 2;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .harjutusruumideBronContainer {
        display: block;
        padding-left: 8px;
        max-width: 100%;
        white-space: nowrap;
        flex: initial;
        font-size: 0.9em;
    }

    .mainContainterBron {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
}

@media (max-width: 1162px) {
    .ruumidKorrused {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: fit-content;
    }
    .lavakasRight {
        display: flex;
        justify-content: left;
        margin-bottom: 2rem;
        gap: 5px;
    }
    .korrusLeft {
        display: flex;
        justify-content: left;
        gap: 5px;
    }
    #mainWindow {
        margin: 0;
    }
    .korrusVaade {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        white-space: nowrap;
    }
    .korrusVaade img {
        display: block;
        width: auto;
        max-width: none;
        height: auto;
    }
    .ruumidNupp {
        color: #0f0f0f !important;
    }
}
@media (max-width: 768px) {
    .tab-content {
        padding: 0 !important;
    }
    .toimingudGridDiv {
        max-width: 100vw;
    }
}


@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {
        /* border-top: 3px;
         double: #ccc;
         margin-top: 10px;*/
        font-size: 1.2em !important;
    }

    .kv-grid-table tr td {
        /* border-top: 3px;
         double: #ccc;
         margin-top: 10px;*/
        text-align: left !important;
    }
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*
       flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: var(--bold-600);
}

.table td, th {
    color: #212529;
}

.table-eamt {
    font-size: 0.9em;
}


@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;

    }

    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left \9;
        width: 100%;
    }
}


/*!*Calendar fixes*!*/
#eventHeader {
    font-size: 16px !important;
}

/*Without it the date picker from application renders behind lobicard*/
.daterangepicker {
    z-index: 99999 !important;
}

/*
.blueIcon{
    color: red !important;
}
*/


.allowRec {
    color: red !important;
}

.allowLive {
    color: green !important;
}


div#calendar a {
    color: rgba(0, 0, 0, 0.74) !important;
}

.recEventBtn {
    /*color: #ff796b;*/
    margin-left: 3px;
    margin-right: 3px;
}

.fc-button {
    font-size: 13px !important;
}

.fc-toolbar-chunk {
    display: flex;
    margin: 4px;
}

.fc-toolbar-title {
    font-weight: 600 !important;
}

/*button.fc-next-button,button.fc-prev-button {
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
}*/
.fc-toolbar-chunk .dropdown {
    width: auto !important;
}

.fc-daygrid-day-number /*, .fc-col-header-cell-cushion*/
{
    color: #7b7b7b !important;
}

.cal_source {
    font-size: 1em;
    font-weight: 500;
}

.fc-toolbar-chunk .dropdown .dropdown-menu {
    font-size: x-small !important;
}

.fc-toolbar-chunk .dropdown .dropdown-menu {
    right: 0px;
    left: auto !important;
}

.fc table {
    font-size: 0.92em !important;
}

.fc-event-title, .listview-additions {
    font-size: 0.71rem !important;
    word-break: break-word !important;
    white-space: normal !important;
}

.fc-list-event-title {
    cursor: pointer !important;
}

.fc-list-event-title .fc-event-main-frame .fc-event-title-container .fc-event-title {
    font-size: 0.92rem !important;
    margin-left: 0px;
}

/*.fc-event-main-frame{
    border-bottom: 1px solid #aaa;

}*/
.fc-toolbar-title {
    font-size: 1.45em !important;
}

.calSourcesBtn {
    width: max-content !important;
}

.filter-option {
    width: min-content !important;
}

.multiselect-container > li > a > label {
    padding: 3px 10px 3px 10px !important;
}

.multiselect-container {
    width: max-content;
}

.dashboardContainerMainWindow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.dashboard-rightCol {
    background-color: rgba(16,38,148,.03);
    padding: 1.5em;
    height: inherit;
    min-height: 100vh;
    width: 400px;

}

.dashboard-leftCol {
    width: calc(100% - 400px); /* Takes the rest of the space */
}

@media screen and (max-width: 768px) {
    .dashboardContainerMainWindow {
        flex-direction: column;
        width: 100%;
    }

    .dashboard-rightCol {
        order: 2;
        width: 100%;
        min-height: fit-content; !important;
    }

    .dashboard-leftCol {
        order: 1;
        width: 100%;
        min-height: auto; !important;
    }
}

.rightColStudent {
    float: left;
    max-width: 400px;
}
@media (max-width: 768px) {
    .rightColStudent {
        max-width: 100%;
    }
}

.mainDash {
    max-width: 400px;
}

@media (max-width: 768px) {
    .mainDash {
        max-width: 100%;
        margin: 0.5rem;
    }
}

.dashboard-leftCol {
    padding: 2.5em;
}

.mullidViewDiv {
    width: 100%;
    margin-bottom: -40px;
}
.mullid {
    min-width: 217px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.innerMullidDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {
    .mullid > div {
        flex: 1 1 15%; /* Full row of circles */
        max-width: 15%;
    }
    .circlebar {
        margin-bottom: 0.5em;
    }
    .mullid:last-child {
        margin-bottom: 4em;
    }
}

@media (max-width: 767px) {
    .mullid > div {
        flex: 1 1 30%; /* Three circles per row */
        max-width: 30%;
    }
    .circlebar {
        margin-bottom: 0.5em;
    }
    .mullid:last-child {
        margin-bottom: 4em;
    }
}

@media (max-width: 375px) {
    .mullid > div {
        flex: 1 1 45%; /* Two circles per row */
        max-width: 45%;
        box-sizing: border-box;
    }
    .circlebar {
        margin-bottom: 0.5em;
    }
    .mullid:last-child {
        margin-bottom: 4em;
    }
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #525252;
    background-color: #525252;
}

.fc-day {
    position: relative;
    height: 1px !important;
}

.fc-popover-header {
    background-color: white !important;
}

.fc-popover-body {
    background-color: white;

}


@media screen and (max-width: 645px) {
    /*Calendar fixes*/
    .fc-event-time, .fc-event-title {
        display: none;
        white-space: normal !important;
        word-break: break-word;
        font-weight: var(--bold-600) !important;
    }

    .fc-list .fc-event-time, .fc-list .fc-event-title {
        display: block !important;

    }

    .fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
        display: none !important;
    }

    .fc-daygrid-block-event {
        min-width: 0.5em;
    }

    .fc-daygrid-block-events {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fc-h-event .fc-event-main-frame {
        height: 5px;
    }

    /* .fc-daygrid-day-events{
        display: flex !important;
    }*/
    /*.fc-daygrid-event-harness, .fc-daygrid-event-dot{
        margin: 0 !important;
    }
    */
    /*.fc-daygrid-event-harness{
       margin-top: 7px !important;
   }*/
    .calendarFull {
        flex-direction: column;
    }
}

@media screen and (min-width: 645px) {
    .fc-event-main-frame {
        display: flex;
        flex-direction: column;
    }

    .calendarFull {
        flex-direction: row;
    }

}

#calendar {
    min-width: 100% !important;
    padding: 1em;
}

a.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    display: flex !important;
    flex-wrap: wrap !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    /*flex-wrap: wrap !important;*/
    min-height: 1em;
}

.fc-event-time {
    white-space: normal !important;
    word-break: break-word;
    font-weight: var(--bold-600) !important;


}


.fc-daygrid, .fc-scroller,
.fc-scroller-liquid-absolute,
#calendar,
.fc .fc-view-harness-active > .fc-view {
    position: relative !important;
}

.fc-h-event {
    margin-bottom: 3px;
    /*border: 0px none !important;
    background-color: transparent !important;
    border-radius: 0px !important;*/
}

.fc-event-main {
    padding: 5px;
}

.listview-additions {
    font-style: italic;
    opacity: 0.8;
}


.fc .fc-scroller-harness {
    overflow: visible !important;
}

.fc .fc-scroller-liquid-absolute, .fc .fc-scroller {
    overflow: visible !important;

}

.fc-scrollgrid, .fc-scrollgrid-liquid {
    height: auto !important;
}

/*fc-scrollgrid-liquid*/
/*Calendar modals*/


.form-control {
    /*font-size: 0.8em;*/
    height: auto !important;
    padding: 5px !important;
}

.form-control-plaintext {
    font-size: 0.9em;
}

.modal .close {
    height: auto !important;
    font-size: 1.5em !important;
}

/*Events today*/
.newsletter-event {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.newsletter-event .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent, #f3f3f3);
}

.sidebar-event {
    padding: 1em;
}

.today-event-date {
    font-size: 0.8em;
}

.today-event-title {
    font-size: 0.8em;
}

.today-event-txt {
    font-size: 15px;
}

/*.today-event-title{
    font-size: 20px;
    !*
    color: yellow;
    *!
}*/
#calendar-spinner {
    display: none;
}

.calTypeLabel {
    font-size: 0.8em;
}

.calProps {
    /*justify-content: space-evenly;*/
}

/*Events today*/

/* ISIKUKAART/PROFIIL */
#baseInfo {
    display: flex;
}

#studentData {
    /*display: flex;*/
    /*flex-direction: column;*/
    flex-grow: 4;
    /*padding-left: 20px;*/
}

#workerBtns {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
}

.row-grid {
    display: grid !important;
    grid-template-rows: 100% !important;
    grid-template-columns: auto auto !important;
}

/*@media screen and (max-width: 425px) {

    .row{
        display: grid !important;
        grid-template-rows: auto 250px !important;
        grid-template-columns: 100% !important;
    }
}*/
.BoldRed {
    color: red;
    font-weight: var(--bold-600)
}


.flexbox {
    flex-direction: row;
}

.halfElm {
    width: 50%;
}

@media screen and (max-width: 425px) {

    .halfElm {
        width: 100%;
    }

    .flexbox {
        flex-direction: column;
    }
}

.mr-section {
    width: 100% !important;
    height: auto !important;
}

/*
.mr-section-base, .center-block{
    width: 100% !important;

}*/
.mr-control-panel .btn {
    font-size: 15px !important;
}

.navbar-nav li {
    align-self: center;
}


/*properties of the event modal for mobile device*/
.eventDiv {
    border-bottom-color: #d8d8d8;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 4vh;
    padding-bottom: 4vh;
}

.event_title {
    font-size: 18pt;
    font-weight: var(--bold-600);
}

/*properties of the event modal for mobile device*/
/*
@media screen and (max-width: 425px) {
*/
#section_1_2 {
    /* $('.mr-section').removeAttr( 'height' );
     $('.mr-section').removeAttr( 'width' );
     $('.mr-section-base').css('width','40vw');*/
    height: 150px;
    width: auto;
    /* max-width:175px !important;*/
    /*$('#section_1_2').removeAttr( 'height' );
    $('#section_1').css('width','40vw !important');
    $('#section_1').css('max-width','175px !important');*/
}

/*}*/
@media screen and (min-width: 425px) {
    #section_1_2 {
        /* $('.mr-section').removeAttr( 'height' );
         $('.mr-section').removeAttr( 'width' );
         $('.mr-section-base').css('width','40vw');*/
        width: auto;
        max-width: 175px !important;
        /*$('#section_1_2').removeAttr( 'height' );
        $('#section_1').css('width','40vw !important');
        $('#section_1').css('max-width','175px !important');*/
    }
}

/*#section_1_2{
   !* $('.mr-section').removeAttr( 'height' );
    $('.mr-section').removeAttr( 'width' );
    $('.mr-section-base').css('width','40vw');*!
    height:auto;
    width: 40vw !important;
    max-width:175px !important;
    !*$('#section_1_2').removeAttr( 'height' );
    $('#section_1').css('width','40vw !important');
    $('#section_1').css('max-width','175px !important');*!
}*/
#section_1 {
    /* width:40vw !important;
     max-width: 175px !important;*/
}

.mr-section-base {
    width: 40vw !important;
    max-width: 175px !important;
}

.mr-section {
    height: auto;
    width: auto;
}

/* THIS DO ALL POPUP WINDOWS ABOVE THE OTHERS */
#navTopBar {
    z-index: 20000 !important;
}

/*!* MESSAGE MODAL *! */
.modal, .modal-dialog {
    z-index: 22000 !important;
}

.modal-backdrop {
    z-index: 21000 !important;
}

/*
*   LOBICARD HEADER PARADNUSED
*/
.card-header, .card-header {
    height: 2em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.card-header, .card-header a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.card-header .card-title {
    text-align: start;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    /*width: 50%;*/
}

.card-header .dropdown {
    text-align: end;
    /*width: -webkit-fill-available !important;*/
    /*width: -moz-available !important;*/

    /*width: 50%;*/
}

.card-header .dropdown > ul {
    width: 5.8em;
    float: right;
}

@media (min-width: 576px) {
    .card .card-header .dropdown .dropdown-menu {
        display: flex;
    }

    .lobicard > .card-header .dropdown .dropdown-menu {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .lobicard > .card-header .dropdown .dropdown-menu {
        width: max-content;
        padding: 5px;
    }

    .lobicard > .card-header .dropdown .dropdown-toggle .card-control-icon {
        line-height: 15px;

    }
}

@media (max-width: 992px) {
    .eamtSidebar {
        background-color: #fff;
    }
    .dropdown > .dropdown-toggle::after {
        right: 0.2rem;
        top: 7px;
    }
}

.dropdown-toggle {
    float: right;
}

.lobicard > .card-block {
    padding: 20px;
    background-color: white;
    overflow: auto !important;
}
@media (max-width: 768px) {
    .lobicard > .card-block {
        padding: 0.1rem;
        max-width: 100%!important;
        min-width: 100%!important;
        height: auto!important;
    }
}

.lobicard > .card-header {
    padding: 0px;
    padding-right: 5px;
    color: dimgray;
    background-color: #ffe7ce !important;
}

.lobicard > .card-header > .card-title {
    line-height: 15px;
    font-size: 15px;
    margin: 0px;
}

.lobicard > .card-header > .card-title > .card-title-text {
    line-height: 23px;
    font-size: 15px;
    margin: 0px;
}

.lobicard .card-header .dropdown .dropdown-menu > li > a .card-control-icon {
    line-height: 15px;
}

/* HIDDEN PLUS SIGN COLUMN EXPAND/COLLAPSE */
/*
.kv-expand-icon-cell, .kv-expand-header-cell {
    display: none;
}*/
/* LABELS */
.label-blue {
    background-color: #D5EBF8;
    font-size: .9em;
    text-align: center;
}

.label-blue span {
    color: #2D9CDB;
}

.label-green {
    background-color: #c5f9db;
    font-size: .9em;
    text-align: center;
}

.label-green span {
    color: #27AE60;
}

.label-red {
    background-color: #ffd6d6;
    font-size: .9em;
}

.label-red span {
    color: #EB5757;
}

.table-info, .table-info > th, .table-info > td {
    background-color: gainsboro !important;
}

/*ÕPPEMAKS*/

.maksja-history {
    font-style: italic;
    color: #949494;
}

.maksegraafikFirstCol {
    vertical-align: top;
    background-color: #e5e5e5 !important;
}

.tblLastCol {
    max-width: 170px !important;
    min-width: 170px !important;
    width: 170px !important;
}

.w-110 {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

/*
.oppemaksTable div table tbody tr .striperight, .oppemaksTable div table tbody th .striperight {
    border-right: 1px solid #dedede !important;
    !* border-right: 0px;*!
    background-color: white;
}
.oppemaksTable div table tbody th {
    border-top: 1px solid #dedede;
}*/
.oppemaksTable{
    max-width: 1600px ;
}
.oppemaksTable p {
    margin-bottom: 0px !important;
}

.oppemaksTable div table tbody tr .firstChild {
    /* vertical-align: middle;*/
    width: 15px;
    max-width: 15px;
    min-width: 15px;
}

.oppemaksTable th {
    font-size: 0.9em !important;
    padding: 15px !important;
}

.oppemaksTable td {
    font-size: 0.9em !important;
    padding: 15px !important;
}

.oppemaksTable tr .striperight, .oppemaksTable th .striperight {
    border-right: 1px solid #dedede !important;
    font-size: 0.9em !important;
    padding: 15px !important;
}

.todayTable .table-responsive table tbody :first-child td,
.maksegraafikud .table-responsive table tbody :first-child td {
    border-top: none;
}

.kv-grid-container {
    overflow-x: auto !important;
}

.mainCheckbox {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    /* padding-left: 45px;*/
    /*margin-bottom: 15px;*/
    cursor: pointer;
    font-size: 20px;
    width: 15px !important;
}

.mainCheckbox > input[type=checkbox] {
    visibility: hidden;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0.18);
    border-color: #0000004f;
    border-width: 0.2px;
    border-style: solid;
}

.mainCheckbox input:checked ~ .checkmark {
    background-color: #546AD8;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.mainCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.mainCheckbox .checkmark:after {
    left: 5px;
    /*bottom: 5px;*/
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .student-opingukava {
        overflow-x: auto;
        max-width: fit-content;
    }
}



#oppemaksupakett {
    padding: 1%;
}

.modalCloseBtn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.oppemaksSpecialRow {
    background-color: rgba(255, 185, 0, 0.27) !important;
    font-weight: var(--bold-600) !important;
}

#oppemaksHeader {
    justify-content: flex-end !important;
}

#curPakettCircle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: #00000030;
    border-width: 3px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#curPakett {
    text-align: center;
    margin-bottom: 0;
    color: #ffba00;
}

#oppemaksPaketid {
    color: #7a7a7a;
}

/*#oppemaksModalLeft {
    background-color: #f5f5f5;
    height: available;
}

#oppemaksModalRight,
#oppemaksModalLeft {
    padding: 20px;
    max-width: 45vw;
}*/

/*#oppemaksModal > .modal-dialog > .modal-content > .modal-body {
    padding: 0px !important;
    min-height: 40em;
    max-width: 95vw;
}*/

/*.oppemaksModal-content {
    flex-direction: row !important;
}*/

@media (max-width: 676px) {
    /*.oppemaksModal-content {
        flex-direction: column !important;
    }*/
    #oppemaksBigCircle {
        height: 20vw;
        width: 20vw;
        border-radius: 50%;
        background-color: #ededed;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /*#oppemaksModalRight {
        max-width: 100%;
    }*/
    /* #oppemaksModalLeft {
         max-width: 100%;
     }*/
}

@media (min-width: 676px) {
    /* #oppemaksModal > .modal-dialog > .modal-content {
         min-width: max-content !important;
     }
 */
    #oppemaksBigCircle {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        background-color: #ededed;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/*MAKSETE OSA */
.bankLinkBtn {
    min-height: 30px !important;
    min-width: 75px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* margin: 10px;*/
}

#bankLink {
    margin: 1%;
    font-size: 0.9em;
}

/*
 *
 * NEW DESIGN
 *
*/


.pageHeader {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

/* GRID */
.kv-grid-table {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: .9em !important;
}

.kv-grid-table tr td {
    border-left: 0px;
    border-right: 0px;
    //background-color: white !important;
    vertical-align: middle;
    padding: 0.65rem 0.3rem;
}

.kv-table-header {
    /*line-height: 140%;
    font-weight: 100;*/
    color: #7F8589;
    background: none !important;
}

.grid-view-custom-header {
    font-size: 0.8rem;
    font-weight: normal;
    color: #888;
}

.kv-table-header tr th {
    border: 0px;
}

.table-info, .table-info > th, .table-info > td {
    background-color: white !important;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border: 0;
}

.table-custom-1 {
    width: 100%;
}

.div-details {
    margin-left: 3.12em;
    margin-bottom: 1.5em;
}

.table-custom-1 tr {
    border-bottom: 1px solid #dedede;
}

.kv-expand-detail-row > td {
    padding: 0px;
}

.fa-minus-square, .fa-plus-square {
    color: #e8e6e6 !important;
    font-weight: normal !important;
}

.kv-grouped-row-custom {
    background-color: white !important;
    font-weight: var(--bold-600);
    text-transform: uppercase;
}
.close-container {
    display: none;
}

a.mw-file-description {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 768px) {
    .modal-dialog {
        position: inherit;
        width: 95vw !important;
    }

    #oppeained_search {
        max-width: 99vw;
    }
    .kv-panel-before,
    .kv-grid-container {
        max-width: 99vw !important;
    }

    .emtaLogo-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .close-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-width: auto;
        padding-right: 10px;
    }


    .close-container i {
        font-size: 1em;
        cursor: pointer;
        padding-top: 10px;
    }
}
/*
.kv-expanded-row {
    padding-left: 7.8em;
}*/

.kirjalikuTooDetailid {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px grey;
    margin-bottom: 20px;
    background-color: #f6f6e6;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}

.kirjalikuTooDetailid .oppeaine {
    font-weight: var(--bold-600);
    font-size: 1.2em;
}

.kirjalikuTooDetailid .tootaja {
    font-style: italic;
}

/*.w0 {
    cursor: pointer;
}*/

.searchInputField100vh {
    width: 100vw;
}

.login-logo img {
    max-width: 100%;
    height: auto;
}

.brand-image {
    opacity: .8
}

/* ÕPPEPROGRAMMI PROGRASSBAARID */

#kuulatud_eap .loader-bg, #keskmine_hinne .loader-bg {
    border: 0;
    background-color: white;
}

#arvestatud_eap .loader-spinner {
    border-color: var(--bg-color);
}


#customDetails1 {
    font-size: 0.8em;
    white-space: nowrap;
}

#customDetails1 td {
    padding: 5px !important;
    white-space: nowrap;
}

.showCursor {
    cursor: pointer;
}

/* profile image upload */

.frmInfoCustom1 {
    font-size: 10px;
    color: gray;
    font-style: italic;
}

.inDevelopmentHeaderText {
    background-color: #fffdfd;
    display: flex;
    justify-content: center;
    position: relative;
    color: red;
    font-weight: var(--bold-600);
}

.inDevelopmentHeaderText a {
    text-decoration: underline !important;
    color: cornflowerblue !important;
}

.teade-info {
    text-align: right;
    color: gray;
    font-size: 12px;
}

.main-footer {
    text-align: right;
    font-size: 0.8em;
}

/*ATTENDEE*/
.todo-small-text {
    font-size: 14px;
}

#tododiv {
    max-width: 25vw !important;
    width: 25vw !important;
}

@media (max-width: 676px) {
    #tododiv {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

#btn-open-moodle,
.btn-stop-recording,
#btn-start-recording-video-resume {
    display: none;
    max-width: max-content;
}

.videoWindow {
    width: 50vw;
}

#uploadbar {
    background-color: #ddd;
    width: 50vw;
    height: 14px;
    margin-bottom: 10px;
}

#uploadval {
    float: left;
    width: 100%;
    font-size: 0.6em;
    text-align: center;
    color: #fff;
    padding-top: 1px;
}

#uploadline {
    height: 14px;
    width: 0%;
    background-color: #77aa77;
}

/*  VIDEO INTERVIEW */
.interviewBtn {
    display: none;
    margin: 1em;
}

/*LEPINGU ALLKIRJASTAMINE*/
.graafikOsa .rc-handle-container {
    display: none !important;
}

.rc-handle-container {
    display: none !important;
}

/* BANKLINK */
.banklink-result-text {
    margin: 15px;
    padding: 15px;
}


#dropdown-item-title {
    font-size: 0.9rem !important;
}

#dropdown-text-muted {
    font-size: 0.8rem !important;
}

/*PAKETIVALIK CUSTOM RADIO BTNS*/
.paketiFormGrupp label {
    display: flex;
    padding: 5px 0;
    font-size: 20px;
    cursor: pointer;
}

.paketiFormGrupp input[type="radio"] {
    opacity: 0;
}

.paketiFormGrupp .value {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 40px;
    border-radius: 20px;
    overflow: hidden;
    outline: 2px solid #ffe7ce;

}

.paketiFormGrupp .value:hover {
    background: rgba(252, 188, 0, 0.4);
}

.paketiFormGrupp .value::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline-offset: 3px;
    outline: 2px solid #ffe7ce;
}

.paketiFormGrupp .value::after {
    content: "";
    position: absolute;
    left: 15px;
    top: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: 0.2s;
}

.paketiFormGrupp input[type="radio"]:checked ~ .value {
    color: #ffe7ce;
    border-width: 5px;
    background: rgba(252, 188, 0, 0.2);
    transition: 0.4s;
}

.paketiFormGrupp input[type="radio"]:checked ~ .value::after {
    top: 11px;
    background: #ffe7ce;
    animation: shake .15s 2;
}

@keyframes shake {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(5px)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(-5px)
    }
    100% {
        transform: translateY(0)
    }
}

/*PAKETIVALIK CUSTOM RADIO BTNS*/


#errordiv {
    display: none;
}

#errordiv .content {
    min-height: min-content !important;
}

.normalTable tr td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    vertical-align: top !important;
}

.breadcrumb {
    background-color: #f6f6f6;
    padding-left: 0px;
}

.card-footer {
    background-color: transparent !important;
}

.kv-detail-container {
    border: 0px none !important;
}
.kv-detail-heading {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0px none !important;
    background-color: #fff !important;
}
.tree-bs4 {
    border: 0px none !important;
}
.kv-tree-container {
    border: 0px none !important;
    height: 610px !important;
}
.kv-detail-crumbs {
    font-size: 1em !important;
}

.icon-red {
    color: red;
}
.icon-orange {
    color: orange;
}
.icon-limegreen {
    color: limegreen;
}
.icon-mediumpurple {
    color: mediumpurple;
}
.icon-orangered {
    color: orangered;
}
.icon-eekyellow {
    color: #FFBF3D;
}
.icon-default {
    color: #546AD8;
}

.page-link {
    border: 0px none;
}

td[data-time^="00"],td[data-time^="01"],td[data-time^="02"],td[data-time^="03"],td[data-time^="04"],td[data-time^="05"],td[data-time^="06"] {
    height: 0 !important;
    border: 0 !important;
    display: none;
}
td[data-time^="00"] *,td[data-time^="01"] *,td[data-time^="02"] *,td[data-time^="03"] *,td[data-time^="04"] *,td[data-time^="05"] *,td[data-time^="06"] * {
    display: none !important;
}

@media (max-width: 1700px) {
    #ruumiplaan {
        zoom: 0.95 !important;
    }
}

@media (max-width: 1623px) {
    #ruumiplaan {
        zoom: 0.9 !important;
    }
}

@media (max-width: 1552px) {
    #ruumiplaan {
        zoom: 0.85 !important;
    }
}

@media (max-width: 1552px) {
    #ruumiplaan {
        zoom: 0.85 !important;
    }
}

@media (max-width: 1480px) {
    #ruumiplaan {
        zoom: 0.8 !important;
    }
}

@media (max-width: 1411px) {
    #ruumiplaan {
        zoom: 0.75 !important;
    }
}

@media (max-width: 1350px) {
    #ruumiplaan {
        zoom: 0.7 !important;
    }
}

@media (max-width: 1270px) {
    #ruumiplaan {
        zoom: 0.6 !important;
    }
}

@media (max-width: 1141px) {
    #ruumiplaan {
        zoom: 0.5 !important;
    }
}

@media (max-width: 750px) {
    #ruumiplaan {
        zoom: 0.35 !important;
    }
}

a.fc-event {
    padding: 5px !important;
}

@media (max-width: 1200px) {
    a.fc-event {
        padding: 3px !important;
    }
}

@media (max-width: 750px) {
    a.fc-event {
        padding: 1px !important;
    }
}

.modal-backdrop, .modal-backdrop.in {
    display: none;
}

.votatable {
    padding: 10px !important;
}

.survey-lang {
    width: 1rem;
}


/* MODAL WINDOW */

#additionModal .modal-body {
    max-height: 43rem;
    max-width: 56rem;
    overflow-y: auto;
}

.accordion-item{
    margin-bottom:20px;
    border-radius:3px !important;
}

.accordion-item-shadow {
    box-shadow:0px 1px 4px 0px #bfbfbf;
}

.addEventForm .accordion label {
    font-weight: normal !important;
    margin-bottom: unset !important;
}

.taskbarButton {
    color: #666;
    border-radius: 5px 5px 0px 0px;
    background-color: #ccc;
    border-color: #ddd;
}

.taskbarButtonActive {
    background-color: #ffe7ce;
    border-color: #ffe7ce;
    color: #666 !important;
}

.lobicard-minimized-toolbar {
    display: none !important;
}

#taskbar {
    background-color: rgba(238, 238, 238, 0.8);
    position: fixed;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999999;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    /*border-top: 1px solid #ccc;*/
}

@media (max-width: 1000px) {
    #taskbar {
        display: none !important;
        /*position: relative !important;*/
    }
}

/* GOOGLE AUTG BUTTON */

.auth-clients {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    justify-content: center;
    height: 60px;
    overflow: unset !important;
}

.auth-clients li{
    width: 100%;
    margin: 0;
}

.auth-link {
    margin-top: .5rem;
}

.auth-icon {
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
}

.auth-icon.google {
    background-position: 0 -25px !important;
}

.only-print {
    visibility: hidden;
    display: none;
}

.btn-eamt {
    background-color: rgb(255, 231, 206) !important;
    border-color: rgb(255, 231, 206) !important;
    color: rgb(16, 38, 148) !important;
    border-radius: 0px !important;
}

.btn-eamt:hover {
    background-color: rgb(250, 226, 199) !important;
    border-color: rgb(250, 226, 199) !important;
    color: rgb(16, 38, 148) !important;
    border-radius: 0px !important;
}

.btn-outline-eamt {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 231, 206) !important;
    color: rgb(16, 38, 148) !important;
    border-radius: 0px !important;
}

.btn-outline-eamt:hover {
    background-color: rgb(16, 38, 148) !important;
    border-color: rgb(16, 38, 148) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}