/* .labelFormP{
    background: #f1f1f1;
    padding: 6px 10px;
    text-align: right;
    width: 120px;
    margin: 4px 5px;
    font-weight: normal;
    border-radius: 2px 2px 2px 2px;
    display: block;
	float: left;
	color: #525253;}  */

  #btPesquisar{
    position: center;
} 

fieldset {
     margin: 10px 50px !important; 
     font-weight: normal !important; 
}

h1{
    margin: 10px 50px !important;
}

input.inputG,
select.inputG,
select.selectGenerico {
    width: 260px !important;
    height: 30px;
    font-weight: normal;
    font-size: 15px !important;

} 

.grupoRadio {
    margin: 8px 0;
}

.grupoRadio .radioE,
.grupoRadio .radioD {
    display: inline-block;
    margin-right: 25px;
}

.grupoRadio input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.grupoRadio label {
    display: inline !important;
    vertical-align: middle;
    margin-right: 15px;
}

@media (max-width: 400px) {

	.selectGenerico {
		font-size: 15px;
	}
}

@media (max-width: 500px) {
	
	.selectGenerico {
		font-size: 15px;
	}
}

@media (max-width: 700px) {
	
	.selectGenerico {
		font-size: 15px;
	}
}

@media (min-width: 320px) and (max-width: 768px) {

	.selectGenerico {
		font-size: 15px;
	}
}

@media only screen and (min-device-width: 400px) and (max-device-width: 567px){
	.selectGenerico {
		font-size: 15px;
	}
}

@media only screen and (min-device-width: 568px) and (max-device-width: 639px){
    .selectGenerico {
		font-size: 15px;
	}
} 


/* =DESKTOP (padrão)= */
#caixaTabela {
	width: 100%;
    overflow-x: auto;  
}

#caixaTabela table {
    width: 100%;
    border-collapse: collapse; 
	/* min-width: 900px; */
}

#caixaTabela th,
#caixaTabela td {
    padding: 6px 8px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

/* padrão: não quebra */
#caixaTabela td {
    white-space: nowrap;
}

/* Nome */
#caixaTabela td:nth-child(1) {
    white-space: normal;
    word-break: break-word;
    min-width: 220px;
}

/* Assunto */
#caixaTabela td:nth-child(5) {
    white-space: normal;
    word-break: break-word;
    min-width: 220px;
}

/* ações */
.td-opcoes {
    width: 90px;
    text-align: center;
}

/* =MOBILE (ATÉ 768px)= */

@media (max-width: 768px) {

    #caixaTabela table,
    #caixaTabela thead,
    #caixaTabela tbody,
    #caixaTabela th,
    #caixaTabela td,
    #caixaTabela tr {
        display: block;
        width: 100%;
    }

    #caixaTabela thead {
        display: none;
    }

    #caixaTabela tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    #caixaTabela td {
        display: flex;
        justify-content: space-between;
        padding: 6px 8px;
        border-bottom: 1px solid #eee;
        white-space: normal;
    }

    #caixaTabela td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #555;
    }

    #caixaTabela td:last-child {
        border-bottom: none;
    }

    .td-opcoes {
        justify-content: right;
    }
}

#tabela {
    width: 100% !important;
    border-collapse:collapse;
}

.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_scroll{
    width:100% !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollBody table {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
    table-layout:auto !important;
}

/* #btPesquisar {
    display: inline-block;
    width: 100px;
    height: 29px;
    line-height: 29px;

    background: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 3px;

    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    text-align: center;

    margin: 2px 12px 2px 62px;
    padding: 0 10px;
}

#btPesquisar:visited,
#btPesquisar:hover,
#btPesquisar:active {
    color: #000;
    text-decoration: none;
} */





