.body-login {
    background: #00B2E2;
}

body {
	margin-bottom: 100px;
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
  
	background: #e6e6e6;
	background: #fff;
  }

  .form-login label {
	font-family: "Raleway", serif;
  }
  .form-login legend {
	font-family: "Raleway", serif;
  }

  #cabecera {
	border-bottom: 1px solid #00B2E2;
	border-top: 5px solid #00B2E2;
  }
  
  .navbar-brand img {
	padding: 10px 5px 0px 5px;
	max-height: 75px;
  }
  
  .navbar-menu li .nav-link {
	font-family: "Raleway", serif;
	font-weight: 700;
	font-size: 1.5rem;
  }
  
  .navbar-menu li.active .nav-link,
  .navbar-menu li .nav-link:hover {
	background-color: #00B2E2;
	color: #000;
  }

  .navbar-menu .dropdown-menu {
	background: #00B2E2;
  }
  .navbar-menu .dropdown-item {
	font-family: "Raleway", serif;
  }

  .footer_search {
	border-top: 1px solid #00B2E2;

  }

  ul.pagination a:hover,
  ul.pagination li.active a {
	border: 1px solid #00B2E2 !important;
	background-clip: padding-box;
	background-color: #00B2E2;
	background: #00B2E2;
	background: -moz-linear-gradient(top, #00B2E2 0%, #00B2E2 100%, #00B2E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B2E2), color-stop(100%, #00B2E2), color-stop(100%, #00B2E2));
	background: -webkit-linear-gradient(top, #00B2E2 0%, #00B2E2 100%, #00B2E2 100%);
	background: -o-linear-gradient(top, #00B2E2 0%, #00B2E2 100%, #00B2E2 100%);
	background: -ms-linear-gradient(top, #00B2E2 0%, #00B2E2 100%, #00B2E2 100%);
	background: linear-gradient(to bottom, #00B2E2 0%, #00B2E2 100%, #00B2E2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B2E2', endColorstr='#00B2E2', GradientType=0);
	color: #000 !important;
  }

  .menu-configuracion > li {
	font-family: "Raleway", serif;
  }

  table.dataTable.dtr-column > tbody > tr > td.control:before,
  table.dataTable.dtr-column > tbody > tr > th.control:before {
	background-color: #00B2E2;
  }

  .nav-empresas {
	font-family: "Raleway", serif;
  }

  .nav-empresas .nav-link {

	font-weight: 700;
	font-size: 1.6rem;
  }
  .nav-empresas .nav-link.active {
	border-bottom: 2px solid #00B2E2;
  }

  .alert-aviso {
	background: #00B2E2;

  }

  .nombre-empresa {
	font-family: "Raleway", serif;

  }

  .nombre-empresa {
	font-family: "Raleway", serif;
	margin-bottom: 0;
  }

  .accion {
	font-family: "Raleway", serif;
  }

  .distribuidor-home span {
	font-family: "Raleway", serif;
  }
  .numero-ventas {
	font-family: "Raleway", serif;
  }

  span.kpi-numero {
	font-family: "Raleway", serif;
  }
  
  .nombre-destacado {
	font-family: "Raleway", serif;
  }
  
  .kpi-bizube h2 {
	font-family: "Raleway", serif;
  }
  .kpi-acciones-objetivos h2 {
	font-family: "Raleway", serif;
  }
  .accordion-asistencia .btn-link[aria-expanded="true"] {
	background: #00B2E2;
  }


  @media (max-width: 768px) {
	.navbar-menu .dropdown-menu {
		background: #00B2E2;
	  }
  }

  @media (min-width: 992px) {
	.nav-item.dropdown:hover {
		background: #00B2E2;
	  }

	  .navbar-menu .dropdown-menu {
		background: #00B2E2;

		top: 76px;

	  }
  }