@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
  background: #a0c5f7; /* fallback for old browsers */
  background: rgb(141,194,111);
  background: linear-gradient(90deg, rgba(141,194,111,1) 0%, rgba(118,184,82,1) 50%);

  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}


.login-page {
  width: 520px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

/* Tablas */
table{
  width:100%;
  table-layout: fixed;
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 16px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

/* Modal */
.modal-oculto {
  display: none;
  position: fixed;
  top:0; left:0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-visible { display: flex; }
.modal-contenido {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  max-width: 90%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  position: relative;
}
.cerrar {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/*FIN Modal*/

/*Botones admin*/
.btn {
  border: none; 
 /* color: black; */
  padding: 7px 14px; 
  cursor: pointer; 
  border-radius: 15px; 
}

.primary {background-color: #a1cffb; border: 2px solid #007bff;} 
.primary:hover {background: #0b7dda; color: white;}

.secondary {background-color: #bababa; border: 2px solid #7a7a7a;} 
.secondary:hover {background: #ddd; color: white;}

.success {background-color: #64b863; border: 2px solid #04AA6D; color:white} 
.success:hover {background-color: #46a049; color: white;}

.warning {background-color: #f7d547; border: 2px solid #ff9800;} 
.warning:hover {background: #e68a00; color: white;}

.danger {background-color: #ff7676; border: 2px solid #f44336;} 
.danger:hover {background: #da190b; color: white;}
/*Fin Botones admin*/

/* Botón nuevo */
.btn-nueva-instalacion-rep  {
  padding: 5px 10px;
  background-color: #5ccb5f;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.btn-editar-local-rep,
.btn-editar-instalacion-rep {
	margin: 10px;
	padding: 5px 10px;
	background-color: #ffff81;
	color: #000;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}



/* BOTON FICHA */ 
.bot_ficha {
  font-size: 17px;
  padding: 1em 2.7em;
  font-weight: 500;
  background: #1f2937;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
  z-index: 0;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: rgba(16, 185, 129, 0.6);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

button:hover .transition {
  width: 14em;
  height: 14em;
}

button:active {
  transform: scale(0.97);
}
/* FIN BOTON FICHA */ 	

/* MENU */

div.sticky {
  z-index: 1;
  background: #a0c5f7; /* fallback for old browsers */
  background: rgb(141,194,111);
  background: linear-gradient(90deg, rgba(141,194,111,1) 0%, rgba(118,184,82,1) 50%);	
	
	
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;

}

.menu ul { 
  padding: 0; 
  list-style: none; 
  display: table;
  text-align: center;
  margin: 0;
}
.menu li { 
  display: table-cell; 
  position: relative; 
}
.menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu a:hover:after { 
  width: 100%; 
  left: 0; 
}
@media screen and (max-height: 300px) {
	.menu ul {
		margin-top: 40px;
	}
}

/*TABLA REPARTOS*/
.tabla_rep th{
	background-color: #7a7a7a
}

.tabla_rep tr:nth-child(even){
	background-color: #bababa
}
.tabla_rep tr:nth-child(odd){
	background-color: #c8c8c8
}


















