.destaque {
    font-size: 40px;
}

.modulos:hover {
    background-color: #f7f7f7 !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

a:link {
    text-decoration: none !important;
}

.table {
    border-top: 0px !important;
}

.my-table td {
    padding: 5px 0 5px 10px !important;
}

.img-profile {
    height: 30px !important;
    width: 30px !important;
}

.teste {
    color: #ff0000 !important;
    background-color: aquamarine !important;
}

.texto-p-relatorio {
    font-size: 10px !important;
}

.texto-m-relatorio {
    font-size: 12px !important;
}
/*
.celula {
    color: black;
    font-weight: bold;
    cursor: pointer;
}*/

.celulaHoje {
    color: black;
    background-color: yellow;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

/*.celulaSelecionada {
    border-radius: 8px;
    background-color: #006dcc;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.datepicker table tbody tr td.old,
.datepicker table tbody tr td.old:hover,
.datepicker table tbody tr td.new,
.datepicker table tbody tr td.new:hover {
    color: #FFF;
    background-color: #FFF;
    cursor: auto;
}*/
.celula {
    color: #0d6efd;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}

.celulaSelecionada {
    border-radius: 8px;
    background-color: #006dcc;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}

.datepicker table tbody tr td.old:hover,
.datepicker table tbody tr td.old,
.datepicker table tbody tr td.new:hover,
.datepicker table tbody tr td.new {
    color: #FFF;
    background-color: #FFF;
    cursor: auto;
    padding: 5px 10px;
}

.datepicker table tbody tr td.disabled {
    text-align: center;
    color: #CCC;
    cursor: auto;
    padding: 5px 10px;
}

.datepicker table tbody tr td.old.disabled,
.datepicker table tbody tr td.new.disabled {
    text-align: center;
    color: #FFF;
    cursor: auto;
    padding: 5px 10px;
}

.datepicker-switch, .prev, .next, .dow {
    text-align: center;
}

.datepicker-inline {
    border: 1px solid rgba(0,0,0,.125);
    padding: 5px;
    border-radius: 12px;
}
