﻿
body {
    /*margin-bottom: 50px;*/
}

/*
    Footer
*/
footer {
    background-color: #fbfbfb;
    border-top: 1px solid #eaeaea;
    color: #000;
    font-size: 0.8em;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.tdlabel {
    font-weight: bold;
}

.status-indicator {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    align-self: center;
    margin: 0 10px;
}

.dot-green {
    background-color: #3dd455;
}

.dot-yellow {
    background-color: #fff400;
}

.dot-red {
    background-color: #ff0000;
}

.dot-blue {
    background-color: #0046ff;
}

.dot-gray {
    background-color: #ccc;
}

.booking-list-capacity-status {
    font-size: 12px;
}

.reservation-list-item:first-child {
    border-top: 2px solid #ccc;
}

.reservation-list-item:nth-child(even) {
    background-color: #ededed;
}

.reservation-list-item .title {
    font-size: 16px;
    font-weight: bold;
}

.reservation-list-item .date {
    font-size: 12px;
}

.reservation-list-item .location {
    font-size: 12px;
}

.reservation-list-item .description {
    font-size: 12px;
}


.booking-day-header {
    color: #fff;
}

.list-text-responsive {
    font-size: 1rem;
}

.booking-time-header {
    min-width: 90px;
}

.booking-timeslot-size-1x {
    height: 50px;
    /*min-width: 120px;*/
}

.booking-timeslot-size-2x {
    height: 100px;
}

.booking-unscheduled {
    background-color: #fff6dc;
}

.booking-available {
    background-color: #ffffff;
}

    .booking-available a:hover {
        background-color: #d4eeff;
        text-decoration: none;
    }

.booking-reserved {
    background-color: #f79fa8;
}

.booking-reserved-user {
    background-color: #d4eeff;
}

    .booking-reserved-user a:hover {
        background-color: #ccc;
        text-decoration: none;
    }

.booking-outside-interval {
    background-color: #f1f1f1;
}

.resource-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.resource-label {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .list-text-responsive {
        font-size: 0.7rem;
    }
}


.single-session-filter-header {
    background-color: #f3f3f3;
}

/*.fixedElement {
    background-color: #c0c0c0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 100;
}*/


#singleSessionSchedule {
    position: relative;
}

/* Center the loader */
.loader {
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 0px 0 0 0px;
    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;
}

#singleSessionScheduleLoader {
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    background-color: rgba(77, 77, 77, 0.15);
    padding: 30px;
}


@media (min-width: 400px) {
    .flex-xs-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ml-xs-1 {
        margin-left: 0.25rem !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

.animate-left {
    position: relative;
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 1s;
    animation-name: animateleft;
    animation-duration: 1s
}

.animate-right {
    position: relative;
    -webkit-animation-name: animateright;
    -webkit-animation-duration: 1s;
    animation-name: animateright;
    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
    }
}

@-webkit-keyframes animateleft {
    from {
        right: -100px;
        opacity: 0
    }

    to {
        right: 0px;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        right: -100px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes animateright {
    from {
        left: -100px;
        opacity: 0
    }

    to {
        left: 0px;
        opacity: 1
    }
}

@keyframes animateright {
    from {
        left: -100px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}
