/* ver=1764457432 */
/* dat=29/11/2025 20:03:52 */
/* https://otonup.com/ */

/*-----------------------------------------------------------------------------------------------*/
/* LG - INICIO                                                                                   */
/*-----------------------------------------------------------------------------------------------*/

@media (min-width: 1200px){

}

/*-----------------------------------------------------------------------------------------------*/
/* MD - INICIO                                                                                   */
/*-----------------------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1200px){

}

/*-----------------------------------------------------------------------------------------------*/
/* SM - INICIO                                                                                   */
/*-----------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 992px){

}

/*-----------------------------------------------------------------------------------------------*/
/* XS - INICIO                                                                                   */
/*-----------------------------------------------------------------------------------------------*/

@media (min-width: 0px) and (max-width: 768px){

}

/*-----------------------------------------------------------------------------------------------*/
/* CLASSES COMUNS                                                                                */
/*-----------------------------------------------------------------------------------------------*/

.oculto {
  display: none;
}

.resizeOff{
  resize: none;
}

/*-----------------------------------------------------------------------------------------------*/
/* AJUSTES NECESSARIOS PARA AS LOGOS DO NEWSIC                                                   */
/*-----------------------------------------------------------------------------------------------*/

.logo-newsic-login {
  width: 114px !important;
  height: 32px !important;
}

.logo-newsic-topo-desk {
  width: 90px !important;
  height: 24px !important;
}

.logo-newsic-topo-mobi {
  width: 90px !important;
  height: 24px !important;
}

.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-brand-md {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-brand-md img {
  width: 90px !important;
  height: 24px !important;
}

.navbar-brand-xs img {
  width: 23px !important;
  height: 24px !important;
}

.navbar-brand-mobile {
  padding-top: 10px !important;
  height: auto !important;
  width: 90px !important;
  height: 24px !important;
}

/*-----------------------------------------------------------------------------------------------*/
/* AJUSTES PARA OS FORMULARIOS                                                                   */
/*-----------------------------------------------------------------------------------------------*/

.form-group050 {
  margin-bottom: 0.50rem !important;
}

.label3 {
  margin-bottom: 3px !important;
}

.alertaForms {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

.inputSectData {
  border-top-right-radius: 0.1875rem !important; 
  border-bottom-right-radius: 0.1875rem !important;
}

.btnsForms {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #3276B1 !important;
}
.btnsForms:hover:enabled {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #3276B1 !important;
}

.btnsFormsVerd {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #059669 !important;
}
.btnsFormsVerd:hover:enabled {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #059669 !important;
}

.btnsFormsVerm {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #EF4444 !important;
}
.btnsFormsVerm:hover:enabled {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #EF4444 !important;
}

.btnsFormsRoxo {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #5C6BC0 !important;
}
.btnsFormsRoxo:hover:enabled {
  color: #FFFFFF !important;
  border-color: transparent !important;
  background-color: #5C6BC0 !important;
}

/*-----------------------------------------------------------------------------------------------*/
/* AJUSTES PARA DATATABLES                                                                       */
/*-----------------------------------------------------------------------------------------------*/

.table-nowrap {
  white-space: nowrap !important;
}

.table-xs td, .table-xs th {
  padding: .4rem 1.25rem;
}

/* FIM */
