body {
    /*background: url("../img/fundo.jpg");
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(57, 255, 20, 0.2);
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    float: right;
    width: 100%;
    transition: margin-left .5s;
    padding: 0px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 1025px) {
    .sidebar {}
    .sidebar a {
        font-size: 15px;
    }
}

@media screen and (max-height: 801px) {
    .sidebar {}
    .sidebar a {
        font-size: 15px;
    }
}

@media screen and (max-height: 600px) {
    .sidebar {}
    .sidebar a {
        font-size: 12px;
    }
}

@media screen and (max-height: 520px) {
    .sidebar {}
    .sidebar a {
        font-size: 11px;
    }
}

@media screen and (max-height: 480px) {
    .sidebar {}
    .sidebar a {
        font-size: 10px;
    }
}

@media screen and (max-height: 320px) {
    .sidebar {}
    .sidebar a {
        font-size: 9px;
    }
}

#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: 100%;
    margin: 0px auto;
    padding: 0 10px;
}