.loader{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(1,0,0,.4);
    z-index: 99999;
    display: none;
}
.loader .content{
    margin: 5px;
}

.fc-view-container{
    position: relative;
}

.fc-view-local-time-button, .fc-view-original-time-button{
    font-weight: bold;
}


.fc-view-original-time-button{
    display: none;
}

.colors-guide{
    margin-top: 10px !important;
    display: inline-block;
}

.color-guide{
    margin-right: 20px;
    margin-left: 0 !important;
}

.color-guide .circle{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
}

.color-guide .text{
    margin-left: 7px;
}

@media only screen and (max-width: 480px){
    .fc-header-title{
        font-size: 13px !important;
        margin-top: 5px !important;
    }
}