#head-img {
    max-width: 1100px;
}

table {
    padding: 20px;
}

td {
    padding: 10px !important;
    background-color: white;
    font-weight: 500;
    color: #999999 !important;
}

.table {
    margin: 0;
}

.table th, .table td {
    padding: 10px !important;
}

.calendarios {
    display: flex; 
    flex-wrap: wrap;
}

.calendarios > div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    border: none; /*1px solid #ddd;*/
    margin: 0 20px 20px 0;
    overflow: hidden;
    text-align: center;
    display: flex; 
    flex-wrap: wrap;
    display: flex; 
    flex-direction: column;
}

.rotulo > td {
    font-weight: bolder;
    color: #404040 !important;
}

.titulo {
    padding: 10px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: #4D638C;
    border: none;
}

.botao {
    border: none;
    background-color: #44587C;
    color: white;
    padding: 8px 24px;
    margin: 10px;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background-color 200ms;
}

.botao:hover {
    background-color: #4D638C;
}

.gray {
    color: #999999;
}

.fs {
    color: #ccd !important;
}

input {
    padding: 7px; 
    margin-right: 14px;
}

@media all and (max-width:700px) {
    .calendarios > div {
        margin-right: 10px;
    }
}

@media all and (max-width:380px) {
    td {
        padding: 6px !important;
    }
    .table th, .table td {
        padding: 6px !important;
    }
}

#mes {
    width: 4rem;
}

#ano {
    width: 6rem;
}

form > h3 {
    margin: 0;
}

h1 {
    margin: 1.5rem 0;
}

.list-box {
    border: none; /*solid 1px #ddd;*/
    background-color: white;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    margin: 0;
    line-height: 1rem;
}

#lb-ano {
    width: 100px;
}

#lb-mes {
    width: 150px;
}

#lb-cam {
    width: 160px;
}

.list-box li {
    float: bottom;
    padding: 10px;
    list-style-type: none;
    text-align: center; 
    cursor: pointer;   
}

.lb-active {
    background-color: #44587C;
    color: white;
}

.dp-wrapper {
    display: flex;
    width: 100%;
    max-width: 900px;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}