.container-login {
  background-color: #0680C8;
  background: url(../img/agua.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.body {
  margin-top: 40px;
}

.icono-login {
  width: 25px;
}

.icono-candado {
  height: 20px;
  padding: 0 4px 0 4px;
}

.icono-table {
  width: 20px;
}

.form-label {
  background-color: #e0e0e0;
}

.text-name-system {
  font-size: 13px;
  padding: 0 7px 0 7px;
}

.icon-menu {
  height: 17px;
  margin-right: 7px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.border-punteado {
  border-bottom-style: dotted;
  border-width: 1px;
  border-color: #acacac;
}

.w-mes-ejercicio {
  width: 130px;
  margin: 0 5px 0 5px;
}

.cursor {
  cursor: pointer;
}

.linea {
  background: #005282;
  height: 1px;
  margin-bottom: 8px;
}

.w-ejercicio {
  max-width: 150px;
  min-width: 150px;
}

.w-search-ruta {
  max-width: 190px;
  min-width: 190px;
}