.sw-theme-default > ul.step-anchor > li > a:hover {
	color:#000;
}
#logOut{
	position:absolute;
	right:10px;
	top:10px;
	width:30px;
	height:30px;
	background-image:url('/assets2/img/logOutLogo.png');
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:10000;
}
#logOut:hover{
	opacity:0.3;
}
.addImg{
	width:30px;
	height:30px;
	cursor:pointer;
}
.addImg:hover{
	opacity:0.3;
}
#rowAddCont{
	position:relative;
	width:100%;
	height:0px;
	padding:5px 10px 5px 20px;
	font-family:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color:#444;
	font-size:1rem;
	transition:height .2s ease-in-out;
	overflow:hidden;
}
.tableAdd{
	position:relative;
	width:100%;
}
	.tableAdd tr td {
		color:#444;
		text-align:left;
		height:30px;
		padding-bottom:10px;
	}
	.tableAdd tr td input{
		width:100%;
	}
	.tableAdd tr td textarea{
		width:100%;
	}
.usersContainer{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:5px;
}
	.rowCont, .rowusuariosCont{
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		height:70px;
		cursor:pointer;
		transition:opacity .2s ease-in-out, height .2s ease-in-out;
		opacity:1;
		overflow:hidden;
		padding-top:10px;
		border-bottom:solid #bbb 1px;
	}
	.rowCont:hover, .rowusuariosCont:hover{
		opacity:0.6;
	}
		.rowImgSection{
			position:relative;
			left:0px;
			float:left;
			width:50px;
			height:50px;
			background-color:transparent !important;
			background-image:url('/assets2/img/iconUserGreen.png');
			background-size:100%;
			background-position:center;
			background-repeat:no-repeat;
			border-radius:50%;
		}
		.userOff{
			background-image:url('/assets2/img/iconUserRed.png');
		}
		.forUser{
			background-color:#ccffcc;
		}
		.serverSec{
			background-image:none;
		}
		.rowInfoSection{
			position:relative;
			left:0px;
			float:left;
			width:calc(100% - 50px);
			height:50px;
			box-sizing:border-box;
			padding:5px 10px 5px 20px;
			font-family:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
			color:#444;
			font-size:12px;
		}
		.rowModCont, .rowusuariosModCont{
			position:relative;
			left:0px;
			top:20px;
			width:100%;
			height:auto;
			float:none;
			clear:both;
			transition:height .2s ease-in-out;
			padding:0px 0px 20px 0px;
			cursor:default;
		}
			.tableMods{
				position:relative;
				width:100%;
			}
				.tableMods tr td input{
					width:100%;
				}
				.tableMods tr td textarea{
					width:100%;
				}
					.delSala{
						color:#ff4444;
					}
					.delSala:hover{
						color:#bb2222;
					}
	.ulMonitor{
		margin:0px auto;
		max-width:768px;
		list-style-type:none;
		padding:20px;
	}
		.listMonitor{
			font-size:18px;
			font-weight:boldM;
			border-bottom:solid #444 1px;
		}
		.titleMonitor{
			display:inline-block;
			text-align:left;
			width:50%;
			padding:10px 5px
		}
		.dataMonitor{
			display:inline-block;
			color:#44cc44;
			width:50%;
			text-align:right;
		}
@media (max-width:550px){
	.myCol{
		flex-basis:unset;
	}
}
@media (min-width:551px) and (max-width:768px){
	
}
.myCol{
	padding-top:10px;
	padding-bottom:10px;
}
.iconButtonImg{
	position:relative;
	clear:both;
	left:0px;
	top:0px;
	width:auto;
	height:60px;
}
.ownButton span{
	display:block;
	color:#ffffff;
}
.ownHeaderSection{
	padding:20px 0px;
	text-align: center;
}
body{
	opacity:1;
}
.puestoState{
	position:absolute;
	right:22px;
	top:20px;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size:100%;
}
.stateAvailable{
	background-image:url(./assets2/img/iconAvailableDef.png);
}
.stateBusy{
	background-image:url(./assets2/img/iconBusyDef.png);
}
.stateDisabled{
	background-image:url(./assets2/img/iconDisabledDef.png);
}
.stateNoCredit{
	background-image:url(./assets2/img/iconNoCreditDef.png);
}
#formBG{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	overflow:auto;
	display:none;
	z-index: 1000000;
}
@media (min-width:641px) and (max-width:840px){
	#formCont{
		width:600px !important;
	}
}
@media (max-width:640px){
	#formCont{
		width:380px !important;
	}
}
#formCont{
	position:relative;
	margin:70px auto;
	width:800px;
	height:auto;
	padding:20px;
	background-color:#fff;
	box-shadow: 0px 0px 10px #000;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	border-radius:5px
}
.formClass{
	display:none;
	/*white-space:nowrap;*/
}
.closeButtonImg{
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	pointer-events:all;
}
.linkWhite{
	color:#ffffff ;
}
.linkWhite:hover{
	color:#eaeaea !important;
}
.linkWhite:active{
	color:#eaeaea !important;
}
.linkWhiteLeft{
	color:#fff;
}
.linkWhiteLeft:hover{
	color:#0099FF !important;
}
.linkWhiteLeft:active{
	color:#0099FF !important;
}
.linkVolver{
	font-size:20px;
	font-weight:bold;
}
.activeTop a{
	color:#0099FF !important;
}
.separator{
	border-right:solid #fff 1px;
	height:24px;
	box-sizing:border-box;
	
}
.separator a{
	padding-top:0px;
	height:20px;

}
.linksFooter a{
	color:#fff;
}
.linksFooter a:hover{
	color:#0099FF;
}
.columnReservas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	background-color:#cccccc;
	border-radius:5px;
	box-sizing:border-box;
	padding:10px;
}
.reservationStyle{
	position:relative;
	width:100%;
	background-color:#ffffff;
	border-radius:5px;
	margin:10px 0px !important;
	color:#000000;
}
/*Switches styles*/
.titleSwitch{
	width:100%;
	font-size:12px;
}
.titleSwitch label{
	width:100%;
	font-size:8px;
	padding-left:5%;
	text-align:left;
}
.colSwitch{
	padding:2px;
}
.rowSwitch{
	margin:0px;
}
/*================*/
.infoSalas{
	border:solid #bbb 1px;
	border-radius:5px 5px 0px 0px;
	margin:0px;
	background-color:#eeeeee;
	color:#0099FF;
	padding:10px;
	border-bottom:none;
}
.colCheck{
	padding-bottom:10px;
}
@media (max-width:576px){
	.colCheck{
		flex:33%;
	}
}
/*TopBar center*/
@media (min-width:1200px){
	.topBar{
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (max-width:1199px){
	.topBar{
		max-width: 960px;
	}
}
@media (min-width: 768px) and (max-width:992px){
	.topBar{
		max-width: 720px;
	}
}
@media (min-width: 576px) and (max-width:768px){
	.topBar{
		max-width: 540px;
	}
}
.topBar{
    margin: 0px auto;
}
/*=============*/
/*Menu tipos salas*/
.activeMenuSala a{
	color:#0099FF !important;
	/*152a49*/
}
.notActiveMenuSala a{
	color:#152a49 !important;
}
.notActiveMenuSala a:hover{
	color:#0099FF !important;
}
/*================*/

.popup{

	position:fixed;
	width:75vw;
	height:50vh;
	background-color:white;
	left:12.5vw;
	top:-55vh;
	z-index:99999;
	padding:10px 10px 15px 15px;
	transition: top 0.5s ease-in;
	-moz-transition: top 0.5s ease-in;
	-webkit-transition: top 0.5s ease-in;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: 10px 10px 14px 0px rgba(133,133,133,1);
-moz-box-shadow: 10px 10px 14px 0px rgba(133,133,133,1);
box-shadow: 10px 10px 14px 0px rgba(133,133,133,1);
overflow-y: auto;
}

#preloader {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:1000; 
	background-color:#FFF; 
	opacity:0.8;
	display:none;
}

  /* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.tooltip {
	position: relative;
	display: inline-block;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }
  
.floatButton{
			position:fixed;
			right:10px;
			width:40px;
			height:40px;
			border-radius:50%;
			background-size:20px 20px;
			background-position:center;
			background-repeat:no-repeat;
			border:none;
			outline:none !important;
			background-color:gray;
			cursor:pointer;
		}
		.floatButton:hover{
			background-color:silver;
		}
		.helpButton{
			bottom:160px;
			background-image:url(/assets2/img/ayudaIcon.png);
		}
		.recommendatiosButton{
			bottom:100px;
			background-image:url(/assets2/img/recomendacionesIcon.png);
		}
		.topBar button span{
			background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
		}
		.topBar button:focus{
			border-color:transparent;
			outline:none;
		}
		.showInDesktop{
			display:inherit;
		}
		.showInMobile{
			position:absolute;
			right:20px;
			top:10px;
			display:none;
			width:170px;
		}
			.showInMobile li{
				float:right;
			}
		@media (max-width:990px){
			.navMenuTop ul li{
				border-right:none;
				padding-top:10px;
				text-align:center;
				height:30px;
			}
			.navMenuTop ul li:last-child{
				padding-bottom:40px;
			}
			.showInDesktop{
				display:none;
			}
			.showInMobile{
				display:inherit;
			}
			#titleTypeAttention{
				text-align:center !important;
			}
			.navMenu{
				margin-right:10px;
			}
			.navMenu img{
				width:30px !important;
				margin:0px auto;
				display:block;
			}
			.navMenu a{
				font-size:10px !important;
			}
			.navMenu  li{
				text-align:center;
				width:25%;
			}
		}
		@media (min-width:991px) and (max-width:1499px){
			.navMenu a{
				font-size:14px !important;
			}
		}