
.auth-wrapper.login{
	background-image: url("/img/fondo-login.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.auth-wrapper.login .contenedor-login{
	background: rgba(70, 128, 255, .4);
	width: 100%;
	min-height: 100vh;
}

.auth-wrapper.login .contenedor-login .auth-content{
	margin: 10% auto;
}

#styleSelector{
	display: none !important;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a{
	background: initial;
	color: initial;
	box-shadow: unset;
}

.navbar-nav.mr-auto{
	visibility: hidden;
}

.subirarchivo{
	position: absolute;
	right: 10px;
	top:130px;
	z-index: 999;
}
.subirvariable{
	position: absolute;
	right: 10px;
	top:130px;
	z-index: 999;
}
.subirarchivocanvas{
	position: absolute;
	right: 10px;
	top: 80px;
	z-index: 999;
}
.draggelement{
	position: absolute;
    width: 100%;
    cursor: pointer;
    height: 20%;
}

.draggelement i{
	position: absolute;
	top: 10px;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	left: 10px;
}

.editarlogoclub{
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%,-50%);
	padding: 20px;
	border-radius: 50%;
	font-size: 20px;
	background: transparent;
	color: transparent;
	transition: .6s;
	cursor: pointer;
}

.editarlogoclub:hover{
	background: rgba(0,0,0,.4);
	color: #fff;
}

.titulopista{
	padding: 15px;
}
.titulopista span{
	display: block;
	color: #bdbdbd;
	font-size: 10px;
}

.iluminado{
	opacity: .9;
	background:#baa;
}
.calendario-reservas{
	overflow-x: auto;
}
.calendario-reservas table{
	width:99%;
}
.lastTrTime{
	border-bottom-style: double;
	border-bottom-width: 1px;
	border-bottom-color: red;
}
.rounded-reserva-option-left{
	position: absolute;
	left: -6px;
	top: -6px;
	padding: 6px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	display: none;
	z-index: 11;
	transition: all 1s;
}
.rounded-reserva-option2-left{
	position: absolute;
	left: 20px;
	top: -6px;
	padding: 6px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	display:none;
	z-index: 11;
	transition: all 1s;
}
.rounded-reserva-option-right{
	position: absolute;
	right: -6px;
	top: -6px;
	padding: 6px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	display: none;
	z-index: 11;
	transition: display 1s;
}
.rounded-reserva-option-mid{
	position: absolute;
	left:19px;
	top: -6px;
	padding: 6px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	display: none;
	z-index: 11;
	transition: display 1s;
}
.calendario-reservas table td{
	border: 1px solid #ececec;
	position: relative;
	height: 30px;
}

.reserva{
	position: absolute;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	min-height: 54px;
	cursor: pointer;
	max-width: 100%;
	margin:0 !important;
	top: 0;
	left: 0;
	border: 0 !important;
	font-size: 8px;
	text-align: center;
	z-index: 10;
}
.reservain{
	display: table-cell;
	vertical-align: middle;
	color:#333;
}
.horas,.itemstit{
	width: 50px;
	text-align: right;
}
.headcol {
	position: absolute;
	left: 20px;
	top: auto;
	height: 30px;
	border: 1px solid #ececec;
	z-index: 11;
	background-color: #fff;
}
.itemstit{
	padding: 20px 0;

}

.iconospista{
	text-align: center;
	font-size: 20px;
}
.iconospista i{
	margin: 4px;
	cursor: pointer;
}

.horas.punto{
	font-size: 17px;
}

#popuplogoclub form{
	text-align: center;
}

#dropzone-addprofe {
  position: relative;
  border: 10px dotted #4680ff;
  border-radius: 20px;
  color: #000;
  font: bold 24px/200px arial;
  height: 150px;
  margin: 5px 0;
  text-align: center;
  width: 150px;
}

#dropzone-addprofe.hover {
  border: 10px solid #FE5;
  color: #FE5;
}

#dropzone-addprofe.dropped {
  background: #222;
  border: 10px solid #444;
}

#dropzone-addprofe div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#dropzone-addprofe img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

#dropzone-addprofe [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.reserva span{
	font-size: 12px;
	width: max-content;
}
.reserva{
	user-select: none;
}
.horainicio{
	font-size: 10px;
	font-style: italic;
}
.espacio-arriba{
	margin-top: 5px;
}
.dropdown-menu{
	border-radius: none;
	padding: 0 0 0.5rem 0 !important;
	width: 100% !important;
}
.dropdown-header{
	background-color: #4680ff !important;
	color: white !important;
	margin-bottom: 5px !important;
}
.dropdown-item{
	cursor: pointer;
}
.reserva.ui-draggable-dragging{
	z-index: 10;
	border:1px solid #fff;
	opacity: 0.2;
}
.reserva.draggable{
	z-index: 10;
	border:1px solid #fff;
	opacity: 0.2;
}
.minip{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-188%);
	border: 1px solid;
	border-radius: 10px;
	padding: 5px;
	font-size: 20px;
	background: #fff;
	width: 100%;
	min-width: 200px;
}
.hueco-reserva{
	text-align: center;
}
.hueco-reserva b.infoCell{
	cursor: pointer;
	color: #fff;
	display: none;
	font-size: 8px;
}
.hueco-blocked{
	cursor: not-allowed;
	background-color: #ced4da;
	color: #ced4da;
}
.hueco-reserva-past{
	cursor: not-allowed;
	background-color: rgb(235, 235, 235);
	color: rgb(235, 235, 235);
}
.hueco-festivo{
	cursor: not-allowed;
	background-color: #ced4da;
	color: #ced4da;
}

.precioreserva.oculto,.recurrentedias.oculto,.recurrente.oculto,.nombrereserva.oculto,.torneor.oculto,.reservanorm.oculto,.reservaprofesores.oculto,.modalauxiliarborrar.oculto{
	display: none;
}
.eprecioreserva.oculto,.erecurrentedias.oculto,.erecurrente.oculto,.enombrereserva.oculto,.etorneor.oculto,.ereservanorm.oculto,.ereservaprofesores.oculto,.ereservabloqueo.oculto{
	display: none;
}

.select2-container{
	z-index: 9999;
}

.select2-selection.select2-selection--single{
	border:0;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	width: auto;
}
.select2.select2-container.select2-container--default{
	margin-top: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	border: 1px solid #adadad;
	background: #e1e1e1;
}
.select2-selection__arrow{
	display: none;
}

.form-control:disabled{
	background: #cccccc;
	cursor: not-allowed;
}
select.form-control:disabled{
	background: #fff;
	cursor: not-allowed;
	color:#0338aa;
	font-weight: bold;
}
option:disabled {
	background-color: #f2f2f2;
	color: #999999;
	cursor: not-allowed;
	opacity: 0.6;
}
.form-control[readonly]{
	background: unset;
	cursor: pointer;
}

.marcarcomopagado{
	position: absolute;
	top: 0;
	right: 40px;
	padding: 5px;
	font-size: 15px;
}

.modalauxiliarpagado.oculto,.reservabloqueo.oculto{
	display: none;
}
.redrow{
	background-color: rgba(255, 82, 82, 0.2);
}
.greenRow{
	background-color: rgba(156, 204, 101, 0.2);
}