@media only screen and (min-width: 420px) {
.booking-status-floating {
    position: absolute;
    top: 0px;
    right: 0px;
}
}
/* @media only screen and (max-width: 420px) {
.pending-approval {
    position: absolute;
    top: 0px;
    right: 0px;
}
} */

.booking-status {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
    /* background-color: #f57c00; */
    /* color: white; */
    /* padding: 5px 10px; */
    display: inline-block;
    margin: 5px 0;
    /* border-radius: 2px; */
}


.pending-approval {
    color: #f57c00;
}
.booking-confirmed {
    color: #00e676;
}
.booking-rejected, .booking-missed {
    color: #bf360c;
}
.booking-canceled {
    color: grey;
}

.cancel-button:hover, .cancel-do-nothing-button:hover {
    background-color: lightgrey;
}

.cancel-confirm-button {
    background-color: #D82020 !important;
    opacity: 0.8;
}
.cancel-confirm-button:hover {
    background-color: #D82020 !important;
    opacity: 1;
}
.cancel-recurring-checkbox {
    padding: 0.5rem;
    display: inline-block;
}
.ls-dropdown .ls-button {
    opacity: 0.99;
}
.ls-dropdown .ls-option {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.ls-dropdown img {
    vertical-align: middle;
}

.ls-panel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    max-width: 150px;
}
.ls-panel .ls-option {
    display: inline-block;
    padding: 5px;
}
.activate-switch {
    padding: 10px;
}

.activate-switch.disabled {
    opacity: 0.7;
}

.activate-switch .switch label {
    font-size: 1em;
}
.activate-switch .switch label input[type=checkbox]:checked + .lever:after {
    background-color: #00c853;
}

.activate-switch .switch label input[type=checkbox]:checked + .lever {
    background-color: #c8e6c9;
}
.warning-not-supported {
    display: flex;
    align-items: center;
    word-spacing: 4px;
    text-align: justify;
}
.warning-not-supported i {
    /* color: #d32f2f; */
    color: #f57f17;
    padding-right: 0.5em;
    font-size: 2em;
}

.navbar-notifications .dropdown-content {
    /* width: 550px; */
    min-width: 550px;
}

.notification {
    padding: 10px;
    margin: 1px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.notification a, .see-all a {
    display: inline;
    color: #039be5;
    padding: 0;
}
.notification button {
    margin: 2px;
    padding: 0 1.5rem;
}
.notification .description {
    /* min-width: 150px; */
}


.notification .commands {
    /* min-width: 265px; */
    text-align: center;
}

.accept {
    /* background-color: #43a047; */
    background-color: #00c853 !important;
}
.reject {
    /* background-color: #e53935; */
    background-color: #d50000 !important;
}

.see-all {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-weight: bolder;
}

.notifications-list .notification {
    margin: 5px;
    min-height: 75px;
    line-height: 1.7rem;
}

.notifications-icon {
    position: relative;
}

.badge-corner {
    position: absolute;
    top: 14px;
    left: 14px;
}
.badge-line {
    margin-left: 10px;
    color: white;
    display: inline-block;
}

.notifications-badge {
    background-color: red;
    border-radius: 3px;
    line-height: 1em;
    padding: 3px;
    font-size: 0.8em;
}

nav.has-notifications .button-collapse::after {
    content: "\A0";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 32%;
    right: 0;
}


.admin-site-selector {
    max-height: 64px;
}
.admin-site-selector i {
    margin: 0 5px !important;
    opacity: 0.7;
}
.admin-sites-list {
    font-size: 1.2em;
    margin: 0;
}
.admin-sites-list li > * {
    width: 100%;
    padding: 1em;
}
.admin-sites-list li {
    border-radius: 5px;
    margin: 0.2em;
}
.admin-sites-list li.selected {
    border: solid 1px var(--main-color);
}
.admin-sites-list li:hover {
    background-color: #ddd;
}
.admin-sites-list a {
    display: block;
    text-align: center;
    /* font-size: 1em; */
    color: gray;
}


.brand-logo a {
    display: flex;
    align-items: flex-start;
}
.fm-selector {
    /* background-color: #eee; */
    /* border-radius: 3px; */
    /* display: inline-block; */
    /* text-align: right; */
}

.fm-selector button {
    border-radius: 3px;
    padding: 0 5px 0 10px;
    width: 100%;
}
.fm-selector-with-background button {
    background-color: #eee;
}
.fm-selector.fm-selected button {
    background-color: #00e5ff;
}
.fm-selector .arrow-drop-down {
    font-size: 0.75rem;
    margin: 0 3px;
    opacity: 0.9;
}

.fm-selector img {
    height: 20px;
    width: 20px;
}

.site-footer.page-footer {
    padding-top: 0;
}
.site-footer > .container {
    display: none;
}
.site-footer .links a, .site-footer .contact-us a {
    text-align: right;
    font-weight: 500;
}
.site-footer.page-footer .footer-copyright, .site-footer .links a, .site-footer .contact-us a {
    background-color: #fafafa;
    color: #777 !important;
}

.site-footer .contact-us {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.site-footer .contact-us a {
    display: flex;
    align-items: center;
    margin: 0 0.5em;
}
.site-footer .contact-us a > * {
    padding: 0 2px;
}
.site-footer .contact-us a:hover {
    color: var(--main-color-darker) !important;
    transition-duration: 0.5s;
}

.site-footer .contact-us .facebook-icon,
.site-footer .contact-us .facebook-icon img {
    background-color: #777;
    border-radius: 5px;
    height: 20px;
    width: 20px;

}
