.modulo {
    cursor: pointer;
}

.modulo:hover {
    cursor: pointer;
    background: #CCC;
}

.sub_modulo {
    cursor: pointer;
}

.sub_modulo:hover {
    cursor: pointer;
    background: #CCC;
}

/* centraliza icones */
span > i {
    margin-top: 20px;
}

div .icon i {
    margin-top: 20px;
}
/* fim centraliza icones */

ul
{
    list-style-type: none;
}

.nome_menu{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #843534;
}


.textoVertical {
    position: relative;
    width: 50px;
}

.textoVertical > div{
    transform: rotate(-90deg);
    transform-origin: center;
    position: absolute;
    top: 107px;
    left: -100px;
    height: 20px;
    width: 250px;
    padding-top: 0
}

/* wizard */
.stepwizard-step p {
    margin-top: 10px;

}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 80%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 150px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* asterico vermelho  nos campos obrigatorios */

.obrigatorio:after { 
    content:"*";
    color:red;
}

.disabled {
   pointer-events: none;
   cursor: default;
   
}

.tabela-notapr tbody tr:hover td, .tabela-notapr tbody tr:hover th {
  background-color: #DE0000;
  color: #FFF;
  /* font-weight: bold; */
}

/* tamanho input busca datatables */
/*tfoot input {
        width: 100%;
        height: 100%;
        padding: 1px;
        box-sizing: border-box;
        
}    */

tfoot option{
    font-size: 10px;
    
    
}
tfoot select{
    width: 100%;
    font-size: 10px;
    font-stretch: normal;
    height: 20px;
    box-sizing: border-box;

} 

/* colocar inputs de busca em cima */   
    tfoot {
    display: table-header-group;
}

/*
Disabilita estilo do link na pagina de listagem das notaspr
*/

.disableLink{
    color: #000;
}

