.logo-color{
    background-color:#3b4ba7
}

.footer-color{
    background-color:#7283a7
}

nav{
    padding-left: 20px !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:999999;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

#total {
    text-align: center;
    font-family: Impact, sans-serif;
    font-size: 30px;
    color: #00377a;
}

@media (max-width: 768px){
    .fc-toolbar .fc-left, .fc-toolbar .fc-center, .fc-toolbar .fc-right {
        display: inline-block;
        float: none !important;
    }

    .hide-in-mobile {
        display: none;
    }
}

.fc-list-item-title .appointment-status {
    float: right;
}