
/*messagens*/
.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.alert_ok {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert_error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert_msn {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/*botão fechar*/
.close {float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: red;
  opacity: 0.2;
  filter: alpha(opacity=20);

}

/*h1,h2,h3,h4*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/*strong*/
strong{
  font-weight: bold;
}



.texto{
 text-transform: uppercase;
 font-size: 0.8rem;
}
.email{
    text-transform: lowercase;
}
.q_form{ margin: 0 5px;  }
.q_form1{ margin:  5px 0 0 0;  }
.col_form{ margin: 10px 5px; }

/*form*/
.desc_form{ margin: auto;  font-family:Segoe UI Symbol; background-color: #f8f8f8; border: 3px solid #dfdfdf; border-radius: 10px;} 
.titulo_form{font-size: 1.31rem;}
.labelform{font-weight: bold;     font-size: 0.8rem}



/*botões*/
.btn-gfm { width: 120px; height: 100%; border-radius: 15px; display: inline-block; padding: 8px 12px;  margin:auto; font-size: 1rem; font-weight: bold; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle;cursor: pointer;border: 1px solid transparent;}
.btn-p{background:url(../_pct/img_home_painel/btn_p.png);background-position: center;  background-repeat: no-repeat;background-size: cover; border: none; color:#fff;}
.btn-m{background:url(../_pct/img_home_painel/btn_m.png);background-position: center;  background-repeat: no-repeat;background-size: cover; border: none;}
.btnlt { width: 120px; height: 30px; border-radius: 15px; display: inline-block; padding: 4px 13px;  margin: 5px; font-size: 16px; font-weight: bold; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle;cursor: pointer;border: 1px solid transparent;}
.btn-crud{ margin: auto 10px;}

/*cabeçalho do painel*/
.l_painel{  background:url(../_pct/img_home_painel/l_painel.png);background-position: center;  background-repeat: no-repeat;background-size: cover; }
.t_t_painel{ text-align: center; float: left;  font-size: 1.8rem; margin:0 auto; }
.id_t_painel{ text-align: left;  float: right;  font-size: 1.0rem; }
.foto_cabecalho img{width: 100%; height: 100%; }

/*poup up erro*/
.popup{position: fixed;	top: 0; bottom: 0; left: 0; right:0; margin: auto; width: 350px; height: 180px; padding: 15px;	border: solid 1px #4c4d4f; background: #dedede;}

/*div oculta*/
.noactive{
    display: none;
}
.active{
    display: block;
}
/*estilo menu conteudo*/

.menu_conteudo li{border-radius: 15px; display: inline-block; padding: 8px 12px;  margin:auto; font-size: 1rem; font-weight: bold; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle;cursor: pointer;border: 1px solid transparent;}

.menu_conteudo .selecionado{
    
     background-color: blue;
    color: #fff;
}
.menu_conteudo li:hover {
    background-color: blue;
    color: #fff;
}

/*preloader*/
#preload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(65, 105, 255, 0.5);
}


@keyframes spin {
  to { transform: rotate(360deg);}
}
.spinner {
  margin:300px auto;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color:blue;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1.2s linear infinite;
}