/* FUENTES */
@font-face {
  font-family: "Roboto-Medium";
  src: url("font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("font/Roboto-Light.ttf");
}

/* GENERAL */
html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
	background-color: #438a5e !important;
}

/* ALINEACIONES */
.centrado{ text-align: center; }

/* EPACIADO */
.e-2{ padding: 2px !important; }
.e-10{ padding: 10px !important; }
.no-padding{ padding: 0px !important; }
.e-t-5{ padding: 0 !important; padding-top: 8px !important; }
.no-e-b{ padding-bottom: 0 !important; }

/* CONTENEDORES */
.contenedor-full{
	height:100vh;
	height:100vh;
}
.contenedor-logo{
	height:210px!important;
	width:100%;
	background-color:white;
	border: 2px solid black;
	border-radius:8px;
}
.contenedor-publicidad{
	height:130px!important;
	width:100%;
	margin-top:15px;
	border-radius:8px;
	text-align:center;
	background-color:white;
	border: 2px solid black;
	text-align:center;
	padding:10px;
}
.contenedor-publicidad div{
	width: calc(100% / 6);
	height:auto;
	overflow: hidden;
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
	background-color:white;
	float:left;	
}
.contenedor-publicidad div img{
	 max-height: 100%;
	 max-width: 100%;
}

.contenedor-inscripciones{
	height:390px!important;
	width:100%!important;
	margin-top:15px;
	background-color:white;
	display: inline-block;
	border: 2px solid black;
	border-radius:8px;
} 
.contenedor-tabla{
	height:470px!important;
	width:100%;
	background-color:white;
	border: 2px solid black;
	border-radius:8px;
	overflow:auto;
	padding:0px;
} 
.contenedor-registro{
	height:390px!important;
	width:100%;
	background-color:white;
	border: 2px solid black;
	border-radius:8px;
}
.contenedor-contacto{
	height:205px!important;
	width:100%;
	margin-top:20px;
	background-color:white;
	border: 2px solid black;
	border-radius:8px;
}
#novedadesJugadores{
	font-family: "Roboto-Medium";
	font-size: .8rem;
	color:black;
	overflow:auto;
	height:130px;
	padding-top:3px;
}
#mis-reservas{
	height: 290px;
	overflow:auto;
	text-align:left !important;
}

/*  TABLA GREEN FEE */
.opcionesTabla{
	background-color:#f4f4f4;
	padding: 8px;
	text-align:right;
	width:100%;
	height: 3rem;
}
.opcionesTabla input{
	width:22% !important;
	display: inline;
	font-size: 12px;
	cursor:pointer;
	background-color: #f7f7f7!important;
	background: url('../recursos/calendario.png');
	background-Position : 97% center;
	background-Repeat :no-repeat;
}
.opcionesTabla select{
	width:15% !important;
	display: inline;
	font-size: 12px;
	cursor:pointer;
	background-color: #f7f7f7!important;
}

.contenedor-tabla thead th{
	width: 20%;	
	text-align:left;
}
.contenedor-tabla table thead{ font-size: 12px;	}
.contenedor-tabla table input{ 
	font-size: 12px;	
	background-color: inherit; 
	padding-bottom:5px !important; 
	text-align:center; 
	height:10px; 
	border: 0;
	cursor:pointer;
}
.contenedor-tabla table{
	font-size: 11px;	
}

/* IMAGENES */
#logoSistema{
	width: 45%;
}

/* ICONOS */
.icon-trash, .icon-pencil, .icon-floppy{
	font-size: 1rem;
	cursor:pointer;
}
.icon-trash:hover, .icon-pencil:hover, .icon-floppy:hover{ color:red; }
.icon-floppy{
	font-size:16px;
}

/* TEXTOS */
.texto1{
	font-family: "Roboto-Regular";
	font-size: .85rem;
	margin:0;
	padding:0;	
	color:white;	
}
.texto2{
	font-family: "Roboto-Regular";
	font-size: .8rem;
	margin:0;
	padding:0;	
	color:black;	
}
.texto3{
	font-family: "Roboto-Regular";
	font-size: .8rem !important;
	margin:0;
	color:black;
	text-align:right;
	padding: 0 5px;
	height:22px !important;	
}
.titulo1{
	font-family: "Roboto-Medium";
	font-size: .93rem;
	color:white;
	padding:6px 5px;
	background-color: #4a4c4e;
	border-radius:4px 4px 0 0;
}
.titulo2{
	font-family: "Roboto-Medium";
	font-size: .93rem;
	color:black;
	padding:4px 5px 2px 5px;
}
.titulo3{
	font-family: "Roboto-Medium";
	font-size: .93rem;
	color:black;
	padding:4px 5px 2px 5px;
	border-top:1px solid #4a4c4e;
	border-bottom:1px solid #4a4c4e;
}
.h2, h2 {
    font-size: 1.3rem !important;
}
.btn-group-lg>.btn, .btn-lg {
	font-size: 1rem !important;
}

/* FORMULARIOS */
.formulario{
	text-align:left;
	padding: 8px 10px;
}
.formulario input, .formulario select{
	font-family: "Roboto-Medium" !important;
	color: black !important;
	font-size:.85rem !important;
	margin:1px 0px;	
	padding: 0 0 0 5px;
	background-color: #f7f7f7!important;
}
::placeholder{
	font-family: "Roboto-Medium" !important;
	color: grey !important;
}
.formulario textarea{
	font-family: "Roboto-Medium" !important;
	color: black !important;
	font-size:.85rem !important;
	background-color: #f7f7f7!important;
	margin:1px 0px;		
	resize: none;
}
.formulario button{
	margin-top:5px;
	font-size:.85rem !important;	
	background-color: #438a5e !important;
	color: white !important;
}
.formulario button:disabled{
	color: #f5f5f5 !important;
}
.form-cambiar-pass div{
	text-align:right;
}

#botonSalir{ padding: 0px 1px !important; }
#botonCambiarPass, #botonSalir{ font-size: 14px; }
#perfilUsuario, #tituloCambiarPass, .form-cambiar-pass{ display:none; }
#fechaGreenFee, #fechaTorneo{ cursor:pointer; }
#fechaGreenFee:read-only, #precioGreenFee:read-only, #fechaTorneo:read-only, #fechaTorneo:read-only { background-color:white; }

/* NAVEGACION OPCIONES INSCRIPCIONES */
.nav-opciones{
	list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
	text-align:center;	
	background-color: #4a4c4e;
	border-radius:4px 4px 0 0;	
	padding:6px
}
.nav-opciones li {
    display: inline;
	padding: 0 10px; 	 
	font-family: "Roboto-Medium";
	font-size: .95rem;
	color:#808183;
}
.nav-opciones li:hover {
	color:white;
	cursor:pointer;
}
.nav-opciones .activo {
	color:white;
}

.nav-opciones .deshabilitado {
	color:#737475;
	cursor: not-allowed;
}

.nav-opciones .deshabilitado:hover {
	color:#737475;
	cursor: not-allowed;
}


/* INSCRIPCIONES ONLINE */
.contenedor-opciones{
	font-family: "Roboto-Medium";
	font-size: .93rem;
	color:white;
	background-color: #4a4c4e;
	border-radius:4px 4px 0 0;	
	margin: 0 !important;
	padding:2px;
	text-align:center !important;
}
#selectOpInscripciones{	
	font-family: "Roboto-Medium";
	font-size: .93rem;
	color:white;
	background-color: #4a4c4e;
	border:0;
}
.opciones-torneo, .opciones-reservas{ display:none; }

/* BOOTSTRAP */
.row{
	margin:0 !important;
	padding: 0 !important;
}

/* SWEET ALERT */
.swal2-title{
  font-size: 1.2rem;
  color: #7d7d7d;
}
.swal2-content, .swal2-actions, #swal2-title{
  font-family: 'Roboto-Light', sans-serif;
}
#swal2-title{
	font-size: 20px;
}

/*  CONFIG ESPECIFICAS PARA DISPOSITIVOS  */
@media only screen and (max-width: 767px) {
	.contenedor-publicidad{
		height:255px!important;
	}
	.contenedor-publicidad div{
		margin:0;
		width: calc(100% / 3);
	}
	.contenedor-logo{
		height:250px!important;
	}
	
	#novedadesJugadores{
		padding:3px;
		height:68px;
	}
	
	.opcionesTabla input{
		width:30% !important;
	}
	.opcionesTabla select{
		width:30% !important;
	}
}

@media only screen and (min-width: 767px) {
}
