/* Ésta hoja contiene los estilos que son comunes para usuarios autenticados y visitantes*/

/*Gama Azul*/
/*Gama Lima*/
/*Gama Rojo*/
/*@accion-claro:#EF4050;
@accion-semi-claro:#ED1748;
@accion-medio:#D62944;
@accion-semi-oscuro:#C3394F;
@accion-oscuro:#B23049;*/
/*Gama Morada*/
/*@activo-claro:#6A66A7; 
@activo-semi-claro:#534381;
@activo-medio:#4D3D61;
@activo-semi-oscuro:#463752;
@activo-oscuro:#3C2E4B;*/
/*Gama Gris*/
/*************/
/**/
/**************  ESTILOS PARA FILEUPLOAD ***************/

.fileup {
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bbc824;
  color: #006368;
  text-align: justify;
  /*height:100%;*/
  border-radius: 0;
  box-shadow: 1px 2px 16px -3px rgba(0, 0, 0, 0.87);
  margin-left: 5px;
}
.fileup:hover {
  background-color: #d8e039;
  color: #006368;
  /*height:100%;*/
  -webkit-transform: scale(1.1);
}
.uploader {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
/******************* ESTILOS PARA EL PAPER-TOAST DE POLYMER  ****************/

.toast-oscuro {
  padding-right: 60px;
  color: #eaebec;
  background-color: #6b6e6e;
}
.toast-infierior {
  right: 10px !important;
  z-index: 1001;
  text-align: center;
  font-size: 16px;
  color: white;
  background-color: #008a8e;
}
/*************** Imitacion polymer *************/

.botonPolymer {
  padding: 8px;
  background-color: #bbc824;
  color: #006368;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.botonPolymer[raised] {
  box-shadow: 1px 2px 16px -3px rgba(0, 0, 0, 0.87);
}
.botonPolymer:hover {
  cursor: pointer;
  transition-property: scale();
  -webkit-transition-duration: 0.2s;
  -webkit-transform: scale(1.04);
}
.error-label {
  color: #3abfbf;
}
/********************** RECORDAR / CAMBIAR CONTRASEÑA ************************/

.seccion-uniColor {
  width: 100%;
  min-height: 450px;
  padding-top: 1px;
}
.seccion-uniColor-oscura {
  width: 100%;
  min-height: 450px;
  padding-top: 1px;
  background-color: #008a8e;
  color: white;
}
.seccion-uniColor-clara {
  width: 100%;
  min-height: 450px;
  padding-top: 1px;
  background-color: white;
  color: #6b6e6e;
}
.seccion-uniColor-clara h1,
.seccion-uniColor-clara h2,
.seccion-uniColor-clara h3 {
  color: #006368;
}
.seccion-uniColor-clara article table {
  color: #6b6e6e;
}
.seccion-uniColor-clara input[type='text'],
.seccion-uniColor-clara input[type='password'] {
  outline-color: #006368;
  border: 1px dotted grey;
  background-color: #d3e170;
}
.seccion-uniColor-clara article .titulo {
  color: #006368;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}
.cuerpo-1c-responsive {
  max-width: 600px;
  padding: 9% 0px;
  margin: auto;
  text-align: center;
}
.cuerpo-1c-responsive p:first-of-type {
  text-align: start;
}
.cuerpo-1c-responsive td {
  width: 50%;
}
.cuerpo-1c-responsive td span {
  color: #00b2a9;
}
.cuerpo-1c-responsive td input[type='password'] {
  float: right;
}
/***********************************************tabs pag quien ********************************************/

.tabs-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs-cabezote {
  height: 50px;
}
.tabs-cabezote .tabs {
  width: 102%;
  margin: -8px;
  margin-top: 0px;
  height: 50px;
  background-color: #006368;
  color: white;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.tabs-pagina {
  display: none;
  height: auto;
}
.tabs-cabezote .tabs[noink][nobar] paper-tab.core-selected {
  color: #d8e039;
}
.tabs-cabezote .tabs.transparent-teal {
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none;
}
.tabs-cabezote .tabs::shadow #tabsContainer #selectionBar {
  background-color: #d8e039;
}
.tabs-cabezote .tabs.transparent-teal::shadow #selectionBar {
  background-color: #d8e039;
}
.tabs-cabezote .tabs.transparent-teal paper-tab::shadow #ink {
  color: #00bcd4;
}
/*    ***********************************************************************************/

/**************** Boton Estándar ******************/

.menu-boton {
  background-color: #bbc824;
  color: #006368;
  /*height:100%;*/
  margin-bottom: 5px;
}
.menu-boton:hover {
  background-color: #d8e039;
  color: #006368;
  /*height:100%;*/
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/************* OVERLAY DE "IMPORTANDO" ***************/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #eaebec;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
/* just some content with arbitrary styles for explanation purposes */

.modal {
  max-width: 600px;
  max-height: 500px;
  position: fixed;
  top: 15%;
  left: 25%;
  background-color: #00b2a9 !important;
  color: #eaebec !important;
  font-family: Arial;
  padding: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 100;
  /* 1px higher than the overlay layer */

}
.caja-flex {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin-top: 5px;
}
.centrado-absoluto {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 97%;
  background: #3abfbf;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.centrado-absoluto paper-button {
  padding: 20px;
  padding-bottom: 50px;
}
/****** POPUP GENERICO FONDO OSCURO ********/

.popup-claro {
  background-color: #eaebec !important;
  color: #006368 !important;
  display: table;
  max-width: 850px;
}
.pop-centrado {
  text-align: center;
}
.pop-mensaje {
  font-size: 19px !important;
  font-weight: 100 !important;
}
/******************** ESTILOS PARA BOTON ESTÁNDAR O GENÉRICO ******************/

.boton-gen,
.boton-general {
  background-color: #bbc824;
  color: #006368;
  text-align: justify;
  /*height:100%;*/
  border-radius: 0;
}
/* ESTILOS CON ICONO**/

.boton-general-icono {
  background-color: #bbc824;
  color: #006368;
  text-align: justify;
  /*height:100%;*/
  border-radius: 0;
}
.boton-general-icono:hover {
  background-color: #d8e039;
  color: #006368;
  /*height:100%;*/
  -webkit-transform: scale(1.1);
}
.boton-general-icono::shadow #clip #content span {
  font-size: 13px;
  margin-left: -10px;
}
.boton-general-icono #clip #content span {
  font-size: 13px;
  margin-left: -10px;
}
/*** ESTILOS SIN ICONO *****/

.boton-general:hover {
  background-color: #d8e039;
  color: #006368;
  /*height:100%;*/
  -webkit-transform: scale(1.1);
}
.dialog-cancel {
  color: #006368;
  border-radius: 0;
  background-color: #eaebec;
}
.dialog-cancel-der {
  color: #006368;
  border-radius: 0;
  background-color: #eaebec;
}
.dialog-cancel-centro {
  color: #006368;
  border-radius: 0;
  background-color: #eaebec;
  left: -17em;
}
/************ BOTON GENERICO CLARO *************/

.boton-claro {
  background-color: #eaebec;
}
/********************* circulo de cargando... */

paper-spinner.activo-claro::shadow .circle {
  border-color: #d3e170;
}
paper-spinner.accion-claro::shadow .circle {
  border-color: #d3e170;
}
paper-spinner.activo-oscuro::shadow .circle {
  border-color: #006368;
}
paper-spinner.accion-oscuro::shadow .circle {
  border-color: #9fae20;
}
.cargando {
  text-align: center;
  padding-top: 200px;
}
/********************* circulo de cargando...  IE, FIREFOX, ETC */

paper-spinner.activo-claro .circle {
  border-color: #d3e170;
}
paper-spinner.accion-claro .circle {
  border-color: #d3e170;
}
paper-spinner.activo-oscuro .circle {
  border-color: #006368;
}
paper-spinner.accion-oscuro .circle {
  border-color: #9fae20;
}
