body{
        font-family: 'Ropa Sans', sans-serif;
        font-size: 18px;
}

#script-warning {
        display: none;
        background: #eee;
        border-bottom: 1px solid #ddd;
        padding: 0 10px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: red;
}

#loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
}

#calendar {
        max-width: 2048px;
        margin: 20px auto;
        padding: 0 10px;
       overflow:hidden;
}


h1{
        background: #3b418f;
        padding: 10px;
        color:#FFFFFF;
        font-size: 32px;
        text-transform: uppercase;
        margin-top:30px;
        margin-bottom:30px;
}

button{
        border: 1px solid #3b418f !important;
        background: #FFFFFF !important;
        border-radius: 0px !important;
        padding: 10px 15px !important;
        height: auto !important;
}

.fc-state-active{
        background:#3b418f !important;
        color: #FFFFFF;
}

.fc-content{
        padding:10px;
}