﻿.table-FH th:first-child {
    color: lightgray;
    width: 10px;
}
.table-FH th {
    text-align: center;
}
.table-FH td {
    text-align: center;
}

.table-FH td:first-child {
    color: lightgray;
}

.element-max-150 {
    width: 170px !important;
    max-width: 170px !important;
}

.labNumber {
    color: lightgray;
}
.lecNumber {
    color: lightgray;
}

@media screen and (min-width: 767px) {
    .course-details-menu {
        margin-left: 50px;
    }
}

.file-import-button {
    cursor: pointer;
    text-align: center;
    border-color: green;
}

.btn-success {
    background-color: #398439;
    border-color: #2f6f2f;
}

.btn-success:hover, .btn-success:active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.table-center {
    text-align: center
}

.table-center tr th {
    text-align: center
}

.hide {
    display: none;
}

.active {
    color: white !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

.calendar-monday {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .calendar-monday {
        text-align: left !important;
    }
}

.card-notification-mobile {
    display: none;
    position: absolute;
    width: 250px;
    right: 10px;
    display: none;
    max-height: 300px;
    overflow: hidden auto;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(238, 238, 238);
    z-index: 10;
}

.card-notification-desktop {
    position: absolute;
    display: none;
    width: 250px;
    right: -105px;
    display: none;
    max-height: 300px;
    overflow: hidden auto;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(238, 238, 238);
    z-index: 10;
}

@media screen and (min-width: 770px) {
    .mobile-notification {
        display: none !important;
    }
    
    .desktop-notification {
    }
}

@media screen and (max-width: 770px) {
    .desktop-notification {
        display: none !important;
    }
 
    .mobile-notification {
    }
}

.calendar-body-columns-days {
    display: flex;
}

.calendar-body {
    display: flex;
    text-align: center;
}

.create-event:hover {
    box-shadow: 1px 1px 3px 3px #888888;
}

.calendar-event-container:hover {
    box-shadow: 1px 1px 3px 3px #009933;
}

@media screen and (min-width: 400px) {

    @media screen and (min-width: 1200px) {
        .calendar-body-column-elements {
            max-width: 120px;
            width: 120px;
            max-height: 120px;
            height: 60px;
            border: 1px solid #ddd;
        }

        .calendar-static-content-day-name {
            font-size: 31px !important;
        }

        .calendar-body-columns {
            width: 120px;
            float: left;
        }

        .mobile {
            display: none;
        }
    }

    @media screen and (max-width: 1199px) and (min-width: 991px) {
        .calendar-body-column-elements {
            max-width: 120px;
            width: 100px;
            max-height: 120px;
            height: 60px;
            border: 1px solid #ddd;
        }

        .calendar-static-content-day-name {
            font-size: 30px !important;
        }

        .calendar-body-columns {
            width: 100px;
            float: left;
        }

        .mobile {
            display: none;
        }
    }

    @media screen and (max-width: 991px) and (min-width: 730px) {
        .calendar-body-column-elements {
            max-width: 120px;
            width: 85px;
            max-height: 120px;
            height: 60px;
            border: 1px solid #ddd;
        }

        .calendar-body-columns {
            width: 85px;
            float: left;
        }

        .calendar-static-content-day {
            font-size: 25px !important;
            text-align: center;
            width: 100%;
        }

        .calendar-static-content-day-name {
            font-size: 30px !important;
        }

        .calendar-event {
            width: 100%;
        }

        .mobile {
            display: none;
        }

        .options-container {
            display: flex;
        }
    }

    @media screen and (max-width: 730px) {
        .options-container {
            display: flex;
        }

        .calendar-body-column-elements {
            max-width: 120px;
            width: 50px;
            max-height: 120px;
            height: 60px;
            border: 1px solid #ddd;
        }

        .calendar-body-columns {
            width: 50px;
            float: left;
        }

        .calendar-static-content-day {
            font-size: 25px !important;
            text-align: center;
            width: 100%;
        }

        .calendar-event {
            width: 100%;
        }

        .calendar-static-content-day {
            font-size: 12px !important;
        }

        .calendar-static-content-day-name {
            font-size: 17px !important;
        }

        .calendar-static-content-times {
            font-size: 15px !important;
        }

        .desktop {
            display: none;
        }

        .mobile {
            font-size: 10px;
        }
    }

    .calendar-static-content-day {
        font-size: 40px;
        text-align: center;
        width: 100%;
    }

    .calendar-static-content-times {
        font-size: 30px;
        height: 100%;
    }

    .caledar-left-right {
        height: 40px;
        cursor: pointer;
        width: 40px;
        border-style: solid;
        border-width: 1px;
        border-radius: 30px;
        font-size: 32px;
        text-align: center;
    }

    .calendar-today-filter {
        height: 45px;
        cursor: pointer;
        width: 100px;
        border-style: solid;
        border-width: 1px;
        border-radius: 30px;
        font-size: 30px;
        text-align: center;
    }

    .calendar-monday {
        font-size: 32px;
        text-align: right;
    }

    .calendar-event {
        position: relative;
        cursor: pointer;
    }

    .calendar-event-container {
        width: 100%;
    }

    
}

@media screen and (max-width: 400px) {
    .desktop {
        display: none;
    }

    .mobile {
        font-size: 7px;
        font-weight: bolder;
        float: initial;
    }

    .calendar-event-container {
        width: 100%;
    }

    .calendar-event-caontainer-2 {
        font-size: 100%;
        float: right;
    }

    .calendar-body-column-elements {
        max-width: 120px;
        width: 33px;
        max-height: 120px;
        height: 60px;
        border: 1px solid #ddd;
    }

    .calendar-body-columns {
        width: 33px;
        float: left;
    }

    .calendar-static-content-day {
        font-size: 15px;
        text-align: center;
        width: 100%;
        display: grid;
    }

    .calendar-static-content-day-name {
        font-size: 18px !important;
    }

    .calendar-static-content-times {
        font-size: 10px;
        height: 100%;
        font-weight: bold;
        margin-top: 95%;
    }

    .caledar-left-right {
        height: 30px;
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        border-radius: 30px;
        font-size: 20px;
        text-align: center;
    }

    .calendar-today-filter {
        height: 30px;
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        border-radius: 34px;
        font-size: 20px;
        text-align: center;
    }

    .calendar-monday {
        font-size: 18px;
    }

    .container-option {
        border-style: solid;
        border-width: 1px;
        padding: 10px;
    }

    .options-container {
        display: flex;
    }

        .options-container > .element {
            padding-right: 0px;
            padding-left: 12px;
        }

    .calendar-event {
        position: relative;
        cursor: pointer;
        width: 100%;
    }
}

.hide-notification-button {
    float: right;
    top: 10px;
    right: 10px;
    font-size: 20px !important;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
}

.active-notification-element {
    border-style: solid;
    border-color: yellowgreen;
}

.active-notification-list {
    background-color: #606060;
}

.notification-icon {
    font-size: 35px;
    position: relative;
    left: 20px;
}

.mouseenter-not-button {
    border-color: red;
    color: red;
}

#card-notification {
    width: 250px;
    max-height: 210px;
    border-style: solid;
    border-radius: 5px;
    display: none;
    z-index: 1;
    position: absolute;
}

#card-notification > .card-body {
    width: 100%;
    max-height: 204px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}


/*#region course menu*/
#courseMenu {
    border-bottom: 1px solid #606060;
    margin-bottom: 20px;
}

    #courseMenu a {
        color: black;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-radius: 5px 5px 0px 0px;
        padding: 4px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }

        #courseMenu a:hover {
            border-top-color: #606060;
            border-left-color: #606060;
            border-right-color: #606060;
        }

#selectedCourseMenu {
    background-color: #606060;
    color: white !important;
}
/*#endregion*/

/*#region general*/
a, a:hover {
    color: green;
}
/*#endregion*/

body {
    color: #222;
    /* 
    padding-top: 50px; 
    padding-bottom: 20px;
    */
}

.disable {
    pointer-events: none;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

/* Pagination */
div.paginationContainer {
    margin: 0 auto;
    text-align: center;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*#region loader*/
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.div-loader-rad {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: currentColor;
    z-index: 9999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
/*#endregion*/
/*#region laboratories*/
.fileDownload {
    cursor: pointer;
}

    .fileDownload:hover {
        text-decoration: underline;
    }
/*#endregion*/
