body{
  font-family:"Maven Pro";
  font-weight:500;
  font-size:18px;
  color:#222;
  line-height:23px;
  letter-spacing:-.5px;
  background-color: #efefef;
}

.app{
  background-color: #EFEFEF;
}

.hrsep {
  min-height: 5px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.hrsepsm {
  height: 2px;
  margin: 0;
  padding: 0;
}

/* Color Bar (header/footer) */

.color01 {
  background-color: #004F9F;
}

.color02 {
  background-color: #662483;
}

.color03 {
  background-color: #CE1537;
}

.color04 {
  background-color: #F07E07;
}

.color05 {
  background-color: #F4C000;
}

.color06 {
  background-color: #3AAA35;
}

/* Color Bar (header/footer) */

.bgheader {
  background-color: #009FE3;
  background-image: url(../images/bg-header.jpg);
  background-size: cover;
  background-position: center -50px;
}

.fcolor {
  background-color: #EFEFEF;
  color: #009EE2;
  font-size: .89em;
  font-weight: 600;
}

.content {
  background-color:#fff;
}

.btn-portal {
  background-color: #efefef;
  color:#009EE2;
  font-weight: 600;
  font-size: .8em;
}

.navbar-brand, .nav-item {
  font-size: 0.9em;
}

.form-label, .form-check-label {
  font-size:0.89em;
  font-weight: 500;
}

.dataTables_wrapper label, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate{
  font-size:0.9em;
}

.dataTable {
  padding:1rem 0rem;
}

.form-text {
  font-size: 0.7em;
}

legend {
  font-size: 0.95em;
  text-align: right;
  border-bottom: #009EE2 solid 1px;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

input[type=text], input[type=text]:focus, input[type=number], input[type=number]:focus ,input[type=date], input[type=date]:focus {
  font-size:0.85em;
  color:#009FE2;
  font-weight: 600;
  padding: 0.3rem;
}

th {
  font-size: 0.8em;
  border-bottom: #009EE2 double 2px;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

td {
  font-size: 0.8em;
  border-bottom: #009EE2 solid 1px;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}      

.wrapper-page {
  margin: 7.5% auto;
  max-width: 460px;
  position: relative; 
}

.wrapper-page .logo-admin {
  font-size: 28px;
  line-height: 70px; 
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}
          
.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
          
#table_id tbody tr {
  cursor: pointer;
}

#table_provider_id tbody tr, #lista-proveedores tbody tr, #lista tbody tr, #table_validar_id tbody tr{
  cursor: pointer;
}

.error{
  color:red;
}

.btnroundness {
  border-radius: 10%;
}

.topheader {
  background-color:#009EE2;    
}

.navheader, .navfooter {
  background-color: #EFEFEF;
}

.coloridentidad, .footertext, .usericon {
  color: #009EE2;
}

.social a:link, .social a:visited{
  color:#009EE2;
}
.social a:hover {
  color:#004F9F;
}

.btn-portal i {
  font-size:5em;
}