/*
 Folha de Estilos do Modulo de Configuração
*/
body{
   overflow:auto;
}

.ImagemSistema
{
    background-image: url(imagens/cab.logo.png);
}

.tituloCfg{
	border: 0px solid #99bbe8;
	border-width:0px 0px 1px 0px;
	padding:3px;
	padding-left:5px;
	margin:2px;
	font-weight:bold;
}

.tituloCfg .x-panel-body{
	font-weight:bold;
}

.matriculaTabPanel .x-tab-panel-footer {
   background: transparent;
   border:0px;
}

.x-portal .x-panel-dd-spacer {
    margin-bottom:10px;
}

.x-portlet {
    margin-bottom:10px;
}

/* Clean up the look of the portlets */
.x-portlet .x-panel-ml {
    padding-left:2px;
}
.x-portlet .x-panel-mr {
    padding-right:2px;
}
.x-portlet .x-panel-bl {
    padding-left:2px;
}

.x-portlet .x-panel-br {
    padding-right:2px;
}
.x-portlet .x-panel-body {
    background:white;
}
.x-portlet .x-panel-mc {
    padding-top:2px;
}
.x-portlet .x-panel-bc .x-panel-footer {
    padding-bottom:2px;
}
.x-portlet .x-panel-nofooter .x-panel-bc {
    height:2px;
}

.cabPanelExt {
    background: transparent;
    z-index:-1;
}

.cfgViewPort{
    background: transparent;
}

#configTextosEmail {
    font-size:12px;
    text-align:left;
    padding:10px;
}

#configTextosEmail p {
    margin:2px;
}

#configTextosEmail h1 {
    color:#3D639F;
}

.linha-listagem-unidades {
    width: 446px;
    height: 18px;
    margin-left: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.linha-listagem-unidades .check-unidade {
    width: 14%;
    display: inline-block;
}

.linha-listagem-unidades .check-unidade input[type="checkbox"] {
    display: block;
    margin: 0 auto;
}

.linha-listagem-unidades .nome-unidade {
    display: inline-block;
}

.group-checkbox-termos-de-aceite .x-panel-body {
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.group-checkbox-termos-de-aceite .x-form-check-group {
    border: 1px;
    border-style: solid;
    border-color: #ccd0d3;
}