﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
/*--- IDENTIFICADORES ---*/
.total,
#lblLicenciasARenovar {
  font-weight: bold;
  font-size: 1.2em;
}
/*--- CLASES ---*/
.archivo-pdf {
  background-color: #fff;
  border: 1px solid #525252;
  display: inline-block;
  margin: 17px;
  padding: 6px;
  position: relative;
  vertical-align: top;
}
.archivo-pdf div.detalle {
  background-color: #ebebeb;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  width: 150px;
}
.archivo-pdf div.detalle a {
  background-size: cover;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.archivo-pdf div.tipo {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  margin-top: 20px;
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
}
.bg-color-redLight {
  background-color: rgba(169, 3, 41, 0.5);
  color: #fff;
}
.bg-color-cyan {
  background-color: lightcyan;
  border: 1px solid #5bc0de !important;
}
.borde-derecho {
  border-right: 1px solid #ccc;
}
.danger,
.error {
  color: #d9534f !important;
}
.text-small {
  font-size: 0.9rem;
}
.todo {
  margin: 0 !important;
  padding: 0 !important;
}
.todo div.row {
  margin: 0 !important;
  padding: 0 !important;
}
.todo .renovables {
  border-bottom: 1px dotted #c8c8c8;
}
.todo .renovables .info-licencia span.date {
  clear: both;
  color: gray;
  font-size: 0.8em;
}
.todo .renovables .info-reconocimiento {
  border-left: 4px solid #339347 !important;
  font-size: 0.9em;
  padding: 10px !important;
}
.todo .renovables .info-sin-reconocimiento {
  border-left: 4px solid #ff0000 !important;
  color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px !important;
}
.todo .renovables .info-cuota {
  border-left: 4px solid #5bc0de !important;
  font-size: 0.9em;
  height: 100%;
  padding: 10px !important;
  vertical-align: top;
}
.todo .renovables .info-foto {
  border-left: 4px solid #c8c8c8 !important;
  padding: 10px !important;
  vertical-align: top;
}
.todo .renovables .info-foto img {
  max-height: 75px;
  max-width: 75px;
}
.todo .renovables button {
  color: #fff;
  border-radius: 5px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
}
.todo .renovables p {
  vertical-align: top;
}
.todo .renovables span.label {
  color: #fff !important;
  display: inherit !important;
  padding: 5px 10px !important;
  vertical-align: top;
  width: 80% !important;
}
.well-licenciaTramitada {
  min-height: 460px;
}
.navbar-club {
  margin-bottom: 20px;
  padding: 5px 0;
  -webkit-box-shadow: 0 8px 6px -6px #525252;
  -moz-box-shadow: 0 8px 6px -6px #525252;
  box-shadow: 0 8px 6px -6px #525252;
}
.navbar-club span.label-default {
  background-color: #333;
}
/*--- CORRECCIÓN DE ESTILOS DE SMARTADMIN ---*/
a {
  font-family: 'Open Sans', sans-serif;
}
body {
  background-image: none !important;
  overflow: auto !important;
  font-family: 'Roboto', sans-serif;
}
.table {
  background-color: #fff !important;
}
.widget-body {
  min-height: 50px !important;
}
div.select2 {
  width: 100%;
}