/*CSS COMPONENTE LISTA DE UNIDADES*/

.tabela_unidade_lote tbody td:not(.action) {
    padding: 2px 3px 2px 2px !important;
}


.tabela_unidade_lote a.botao_unidade_origem.disabled {
    color: #333 !important;
    background: transparent !important;
}

.tabela_unidade_lote .select2-container {
    z-index: 999;
}

/*cores unidades englobadas/desenglobadas, englobadoras*/
.legenda_lista_unidade > span {
    padding: 4px;
    margin: 0;
    float: left;
}

.legenda_lista_unidade .state-true {
	background: lightgreen none repeat scroll 0 0;
}

.legenda_lista_unidade .state-false {
    background: lightblue none repeat scroll 0 0;
}

/*cores unidades englobadas /desenglobadas*/
.legenda_lista_unidade .stater {
    background: gold none repeat scroll 0 0;
}


/** ======================================================================
 * 
 *  Modal Lista Unidades
 * 
 * ======================================================================
 */ 
#modal_dinamico #tabela_unidade_lote_wrapper {
    font-size: 10px;
}

#modal_dinamico #tabela_unidade_lote_wrapper .dataTables_scrollBody {
    overflow-x: hidden !important;
}