html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.93);
}

/*.navbar {*/
/*    border-radius: 0 !important;*/
/*    background-color: #dfdfdf;*/
/*}*/

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

@media screen and (min-width: 1200px){
    .login-box {
        max-width: 400px;
        min-width: 400px;
        margin-left: 30%;
        margin-right: 40%;
    }

}

@media screen and (max-width: 1199px){
    .login-box {
        max-width: 400px;
        min-width: 400px;
        margin: auto;
    }

}

.login-box-bottom {
    margin-top: 30px;
    border-bottom: 1px solid #858585;
}


.btn-sign-in {
    width: 40%;
    min-width: 100px;
    height: 40px;
}


.table-row {
    min-height: 30px;
}

.has-error {
    color: #ff0500 !important;
    border-color: #ff0500 !important;
}

.bk-color-white {
    background-color: white;
}

.bk-color-grey {
    background-color: #d5d5d5;
}

input.datepicker {
    border: 1px solid #DCDCDC;
    padding: 2px;
    line-height: 12px;
}
.profile-dropdown {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.calendar-day{
    /*border: 1px solid #DDDDDD;*/
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.calendar-day-container{
    width: 14.28%;
    height: 30px;
    float: left;
    position: relative;
    /*display: grid;*/
}
.calendar-day:hover {
    background-color: #F5871F;
    /*height: 99%;*/
}
.calendar-day-info-box {
    background-color: lightblue;
    display: none;
    position: absolute;
    border: 1px solid red;
    margin-top: 5px;
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
    width: 200px;
    z-index: 999999;
}

.calendar-month-container{
    width: 33%;
    float: left;
    min-height: 275px;
    padding-left: 20px;
    padding-right: 20px;
}
.calendar-day-weekend{
    background-color: #cbcbcb;
}
.calendar-year-container. {
    font-size: xx-small;
}

.today {
    border: 3px solid #ff7700 !important;
}

.day-of-week-letter {
    border-bottom: 1px solid #F5871F;
}
.comp-h {
    background-color: #a4a4a4;
}
.user-h {
    background-color: #93d6f8;
}
.user-ha {
    background-color: #639ebf;
}
.user-sl {
    background-color: #ffc1be;
}
.user-sla {
    background-color: #b48686;
}
/*.comp-partial::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 1px;*/
/*    bottom: 1px;*/
/*    border-style: solid;*/
/*    border-color: black white;*/
/*}*/

.comp-partial:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 1px;
    /*border-style: solid;*/
    /*border-color: white transparent;*/
    background: repeating-linear-gradient(
        45deg,
        #606dbc,
        #606dbc 10px,
        #465298 10px,
        #465298 20px
    );
    /*background-color: #013A6B;*/
    /*background-image: -webkit-linear-gradient(45deg, #5b93c3 50%, #004E95 50%);*/

}

.calendar-day-detail-container {
    width: 100%;
    min-height: 400px;
    border: 1px solid #F0F0F0;
}
.calendar-day-month-view {
    width: 2.5%;
    margin: 0px 0px 0px 0px;
    border: 1px solid #F0F0F0;
    /*display: inline-block;*/
    height: 30px;
    float: left;
    position: relative;
    font-size: 1em;
    padding-top: 6px;

}
.calendar-day-week-view {
    width: 14%;
    margin: 0px 0px 0px 0px;
    border: 1px solid #F0F0F0;
    /*display: inline-block;*/
    height: 30px;
    float: left;
    position: relative;

}
.user-info {
    width: 125px;
    padding-left: 30px;
}

.calendar-day-month-row {
    float: left;
    width: 100%;
}

.work-info{
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    right: 0;
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -moz-transform: rotate(-45deg);   /* Firefox */
    -ms-transform: rotate(-45deg);   /* IE 9 */
    -o-transform: rotate(-45deg);   /* Opera */
    transform: rotate(-45deg);

}
.work-normal {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid green;

}
.work-low {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff4536;

}
.work-high {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #75b3d5;
}
.card-header-color {
    background-color: lightblue;
}
.spinner-color {
    color: darkblue;
}

.navigation-settings {
    list-style-type: none;
    padding-left: 0;
    padding-top: 5px;
    text-align: center;
}
.btn-menu {
    width: 100%;
    margin-bottom: 10px;
    border-color: #F5871F;
    /*color: #9d9d9d;*/
    background-color: transparent;
}
.btn-menu.active-menu {
    background-color: #4ea5fc;
    color: black;
}

.font-xxl {
    font-size: xx-large;
}

.margin-10p {
    margin: 10%;
}

.profile-image {
    margin: auto;
    max-height: 300px;
    max-width: 450px;
}
.profile-image-round {
    border-radius: 50%;
}
.profile-image-container {
    display: inline-block;
}

.floating-alert {
    z-index: 99999;
    position: fixed;
    bottom: 50px;
    left: 30px;
}

.alert {
    border-radius: 10px;
    min-width: 300px;
    min-height: 65px;
}
.alert-text {
    font-size: large;
}
.alert-text-container {
    max-width: 300px;
    min-height: 1px;
    position: relative;
    float: left;
}
.alert-btn-container {
    min-height: 1px;
    position: relative;
    float: right;
    max-width: 40px;
}

/*.mobile-nav{*/
/*    display: none;*/
/*}*/

@media screen  and (max-width: 992px) {
    .calendar-month-container {
        width: 100%;
        margin-bottom: 50px;
        font-size: x-large;
        line-height: 20px;
    }
    .calendar-day-container {
        min-height: 50px;
    }
    /*.navbar-nav {*/
    /*    display: none;*/
    /*}*/
    /*.mobile-nav {*/
    /*    display: block;*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 10px;*/
    /*}*/
}
/*.mobile-menu-link {*/
/*    !*min-height: 80px;*!*/
/*    padding-top: 10px;*/
/*}*/
/*.mobile-menu-hamburger {*/
/*    !*font-size: 30px;*!*/
/*    cursor: pointer;*/
/*}*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(50, 50, 50);
    background-color: rgba(50,50,50, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 3px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 80px;
}
.request-row {
    min-height: 50px;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}
.request-row:hover {
    background-color: #1c94c4;
}
.row-request {
    background-color: #c3f0ff;
}
.row-approved {
    background-color: #adffbd;
}

.row-rejected {
    background-color: #ffdddd;
}

.profile-no-picture-logo {
    border-radius: 50%;
    background-color: #2aabd2;
    height: 25px;
    width: 25px;
    line-height: 25px;
}

.div-row:hover {
    background-color: #ffe6d2;
}

.btn-p-lr-10 {
    min-width: 75px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.p-b-c-1 { background-color: #2aabd2;}
.p-b-c-2 { background-color: #adffbd;}
.p-b-c-3 { background-color: #b1c3ff;}
.p-b-c-4 { background-color: #ffc68e;}
.p-b-c-5 { background-color: #ffe4cb;}
.p-b-c-6 { background-color: #ccccc4;}
.p-b-c-7 { background-color: #c3f0ff;}
.p-b-c-8 { background-color: #858585;}
.p-b-c-9 { background-color: #b4a100;}
.p-b-c-10 { background-color: #97aab6;}

.modal-title {
    font-weight: 600;
}

.modal-width-90 {
    width: 90%;
    max-width: 100%;
}
.modal-width-80 {
    width: 80%;
    max-width: 100%;
}
.modal-width-70 {
    width: 70%;
    max-width: 100%;
}
.modal-width-60 {
    width: 60%;
    max-width: 100%;
}
.modal-width-50 {
    width: 50%;
    max-width: 100%;
}
.modal-width-40 {
    width: 40%;
    max-width: 100%;
}
.modal-width-30 {
    width: 30%;
    max-width: 100%;
}
.fw-bold {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .calendar-month-container{
        padding-left: 0;
        padding-right: 0;
    }
    .calendar-year-container {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-width-90 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-80 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-70 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-60 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-50 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-40 {
        width: 97%;
        max-width: 100%;
    }
    .modal-width-30 {
        width: 97%;
        max-width: 100%;
    }
    .col-plr-3 {
        padding-left: 3px;
        padding-right: 3px;
    }
}
.arrow-in-panel {
    color: white;
}
.arrow-in-panel:hover {
    color: yellow;
}
.selected-day {
    background-color: lightblue;
}
.btn-m-w-100 {
    min-width: 100px;
}
.btn-m-w-40 {
    min-width: 40px;
}
.div-m-h-100 {
    min-height: 100px;
}
.div-m-h-50 {
    min-height: 50px;
}
.div-m-h-20 {
    min-height: 20px;
}
.user-holiday {
    padding-top: 2px;
}
.ml-5 {
    margin-left: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.spacer-10 {
    margin: 10px;
}
.personal-info-container {
    margin-top: 50px;
}
.info-box {
    padding: 10px;
    border: 1px solid #e9e8e8;
    min-height: 250px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.2);
}
.personal-info-container-mobile {
    display: none;
}

@media screen and (max-width: 992px) {
    .personal-info-container {
        display: none;
    }
    .personal-info-container-mobile {
        display: block;
        margin-top: 10px;
    }
}
.birthdate {
    color: blue;
    background-color: hotpink;
}
/*#cd25 {*/
/*    !*display: none;*!*/
/*}*/

/*.calendar-day-high-25:hover ~ #cd25 {*/
/*    display: none;*/
/*}*/
.calendar-day-high-25:hover {
    background-color: #0B5394;
}

.fc-green {
    color: #1e7e34;
}
.fc-light-green {
    color: #7ad78b;
}
.fc-orange {
    color: #cc7a04;
}
.fc-light-orange {
    color: #ffb74a;
}
.user-edit-tabs-title {
    font-size: x-large;
}
.div-hover:hover {
    background-color: lightgrey;
}

.row-spacer-20 {
    height: 20px !important;
}

.department-manager {
    font-weight: bolder;
}
.total-clocked-hours {
    background-color: lightgreen;
}