body {
    font: normal 12px Arial;
    color: rgb(39, 34, 34);
    background-color: rgb(245, 245, 250);
}

div#ano_mes {
    display: inline-block;
    width: 228px;
    height: 178px;
    border: 1px solid #ccc;
    background-color: rgb(217, 228, 237);
    margin: 0 10px 10px 0;
    outline: none;
    padding: 0px;
    top: 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
    overflow: hidden;
}

div#quadro {
    display: inline-block;
    width: 228px;
    height: 178px;
    border: 1px solid #ccc;
    background-color: rgb(217, 228, 237);
    margin: 0 10px 10px 0;
    outline: none;
    padding: 0px;
    top: 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
    overflow: hidden;
}

input#iano {
    width: 60px;
    text-align: center;
}

table#meses {
    width: 100%;
    padding: 0px 15px;
}

table#meses tr {
    height: 40px;
}

table#meses td {
    text-align: center;
    border-style: solid;
    border-color: rgb(217, 228, 237);
    border-width: 1px;
    cursor: pointer;
}

table#meses td.selecionado {
    background-color: rgb(242, 221, 134);
    border-style: solid;
    border-color: rgb(157, 167, 18);
    border-width: 1px;
}

table#meses td.destacado {
    border-style: solid;
    border-color: rgb(179, 190, 21);
    border-width: 1px;
}

.tab {
    border: none;
    background-color: #f1f1f1;
    margin: 0px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 14px;
    transition: 0.3s;
    font-size: 15px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 0px 0px;
    padding-right: 8px;
    width: 220px;
    margin: 0px;
    height: 139px;
    outline: none;
    background-color: rgb(217, 228, 237);
}

.cal {
    width: 100%;
    text-align: right;
    padding-top: 2px;
    padding-left: 6px;
}

.cal td {
    color: rgb(200, 200, 220);
    cursor: pointer;
    border-style: solid;
    border-color: rgb(217, 228, 237);
    border-width: 1px;
    padding-right: 8px;
}

.cal th {
    text-align: center;
}

.cal td.selected {
    color: black;
    background-color: rgb(242, 221, 134);
    border-style: solid;
    border-color: rgb(157, 167, 18);
    border-width: 1px;
}

.cal td.destac {
    border-style: solid;
    border-color: rgb(179, 190, 21);
    border-width: 1px;
}

.cal td.sessao {
    color: black;
}

.botao {
    padding: 6px;
    width: 90px;
    margin-right: 10px;
}

.round-corner {
    width: 100%;
    max-width: 740px;
    border-radius: 4px;
}

.legenda {
    margin-top: 8px;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.legenda::before {
    content: '___';
    border: solid 1px #404040;
    margin-right: 6px;
}

.verde::before {
    color: green;
    background-color: green;
}

.vermelho::before {
    color: red;
    background-color: red;
}

.virtual {
    color: green !important;
    font-weight: 700;
}

.presencial {
    color: red !important;
    font-weight: 700;
}

.normal {
    color: #404040 !important;
    font-weight: 500;
}

.hidden {
    display: none;
}