/* para las fuentes de google */
/*
body {
  font-family: 'Nunito', sans-serif;
}
*/
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1,210,142, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: rgb(1,210,142);
} 
.calendar {
	text-decoration:none;
	font-size: 15pt;
	width: 90%;
	text-align: center;
	border: none;
	border-collapse: separate;
	border-spacing: 3px;
}
.calendar-day, .calendar-day-head {
  /*! border: 1px solid #aaa; */
  padding: 1px;
  min-width: 40px;
  border-radius: 5px;
  /*! margin-right: 1px; */
}
.calendar-day-head {
  background: #ddd;
}
.day-number{
  border-radius: 4px;	
}

.calendar-day-np {
	/*! border: 1px solid #aaa; */
}

.calendario-dia-actual {
	border: 3px solid rgb(0, 148, 136);
}
.calendario-dia-flojo{
	background: #ff2;	
}
.calendario-dia-medio{
	background: #f60;	
}
.calendario-dia-fuerte{
	background: #f22;	
}
.calendario-dia-lleno{
	background: #000;
}
.calendario-dia-libre{
	background: #0f0;
}
.calendario-dia-nada{
	background: #fff;
	border: 1px solid #757575;
}
.texto-dia {
	text-decoration: none;
}

i.btn-lista-salas, i.btn-horario-especial {
	color: #000;
	opacity: 0.55;
}

.bg-reserva-libre {
	background-color: rgb(161, 255, 107);
}

.bg-reserva-completada {
	background-color: #fff;
}

.bg-reserva-bloq-sala {
	background-color: rgb(255, 125, 125);
}

.bg-reserva-bloq-user {
	background-color: rgb(109, 204, 255);
}

.bg-reserva-esperando_pago {
	background-color: rgb(249, 255, 125);
}

.card-reserva-img {
	width: 64px;
	height: 64px;
}

.border-orange-500 {
  border-color: #00ffb7 !important;
}

.text-orange-500 {
  color: #00ffb7 !important;
}

.bd-example-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}
  
.bd-example-modal-lg .modal-dialog .modal-content{
	background-color: transparent;
	border: none;
}

.erb-local-item {
	background-color: #3bd49e;
}

.fondo-ficha-horario{
	background-image: linear-gradient(to bottom right, rgb(143, 255, 165), rgb(210, 252, 218));
}
.erb-loader-layer{
	position: relative;
	width:100%;
	height:100%;
	z-index:99;
	background-color: #000;
	opacity:0.5;
	top:0px;
	text-align: center;
	padding: 10px 0px;
}
.erb-loader-gif{
	width: 64px;
	height: 64px;
}