#filtros{
    font-size: 12px;
}

#filtros.nav > li > a{
    padding: 4px 6px;
}

.acoes > i{
    cursor: pointer;
}

/* INPUT RANGE */

.label-range{
    width: 20%;
    display: inline-block;
    margin-right: -4px;
    box-sizing: border-box;
}

.alinhar-esquerda{
    text-align: left;
}

.alinhar-centro{
    text-align: center;
}

.alinhar-direita{
    text-align: right;
}


/* PROGRAMAÇÕES */

td{
    vertical-align: middle!important;
}

.innerRow {
  margin: 0px 5px 8px 5px;
}

.table-border-2 tr, .table-border-2 td,.table-border-2 th {
  border-width: 1px !important;
}

.gestao-dia{
    width: 150px;
}

.progressbar {
    background-color: #555555;
    border-radius: 2px;
    width: 100%;
    padding: 1px;
    height: 20px;
    margin: auto;
    display: inline-flex;
}

.carregado {
    background-color: #28a745;
    height: 100%;
}

.agendado{
    background-color: #aaaaaa;
    height: 100%;
}

.hidden{
    display: none !important;
}

.meio{
    border-radius: 0px;
}

.fim{
    border-radius: 0px 1px 1px 0px;
}

.inicio{
    border-radius: 1px 0px 0px 1px;
}

.inicio-fim{
    border-radius: 1px 1px 1px 1px;
}

.programado{
    background-color: #dc3545;
    height: 100%;
}

.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
}

small{
    color: white;
    font-size: x-small;
}

.label-programacao{
    font-size: 13px;
}

td > span{
    font-size: 13px;
}
