html {
	height: 100%;
}
body {
	//background: #eee url(images/background.png);
	//background: #eee url(images/sativa.png);
	background-color: #fbfbfb;
	font-size: 12px;
	padding-top: 55px;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
	Estilo de inputs tipo Google
*/
.input-group-material {
	position: relative;
	margin: 30px 0 15px 0;
}

.input-group-material label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 52px;
	top: 7px;
	transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	z-index: 100;
}

.input-group-material input:focus ~ label,
.input-group-material input:valid ~ label {
	left: 0px;
	top: -20px;
	font-size: 12px;
	color: #677;
	font-weight: normal;
}

/*
	Estilos para la pagina login.mustache
*/
.body-login {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	position: fixed;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	background:
		#888 url('images/fondo.png'),
		#888 url('images/fondo2.png'),
		#888 url('images/fondo3.png'),
		#888 url('images/fondo4.png'),
		#888 url('images/fondo5.png'),
		#888 url('images/fondo6.png');
	background-size: 100% 100%;
	animation: transitionImage 240s infinite;
	-webkit-animation: transitionImage 240s infinite;
	-moz-animation: transitionImage 240s infinite;
	-o-animation: transitionImage 240s infinite;
}
@keyframes transitionImage {
	  0% {background: #888 url('images/fondo.png'); background-size: 100% 100%;}
	 17% {background: #888 url('images/fondo2.png'); background-size: 100% 100%;}
	 34% {background: #888 url('images/fondo3.png'); background-size: 100% 100%;}
	 51% {background: #888 url('images/fondo4.png'); background-size: 100% 100%;}
	 68% {background: #888 url('images/fondo5.png'); background-size: 100% 100%;}
	 85% {background: #888 url('images/fondo6.png'); background-size: 100% 100%;}
	/*100% {background: #888 url('images/fondo.png'); background-size: 100% 100%;}*/
}
@-webkit-keyframes transitionImage {
	  0% {background: #888 url('images/fondo.png');-webkit-background-size: 100% 100%;}
	 17% {background: #888 url('images/fondo2.png');-webkit-background-size: 100% 100%;}
	 34% {background: #888 url('images/fondo3.png');-webkit-background-size: 100% 100%;}
	 51% {background: #888 url('images/fondo4.png');-webkit-background-size: 100% 100%;}
	 68% {background: #888 url('images/fondo5.png');-webkit-background-size: 100% 100%;}
	 85% {background: #888 url('images/fondo6.png');-webkit-background-size: 100% 100%;}
	/*100% {background: #888 url('images/fondo.png');-webkit-background-size: 100% 100%;}*/
}
@-moz-keyframes transitionImage {
	  0% {background: #888 url('images/fondo.png'); -moz-background-size: 100% 100%;}
	 17% {background: #888 url('images/fondo2.png'); -moz-background-size: 100% 100%;}
	 34% {background: #888 url('images/fondo3.png'); -moz-background-size: 100% 100%;}
	 51% {background: #888 url('images/fondo4.png'); -moz-background-size: 100% 100%;}
	 68% {background: #888 url('images/fondo5.png'); -moz-background-size: 100% 100%;}
	 85% {background: #888 url('images/fondo6.png'); -moz-background-size: 100% 100%;}
	/*100% {background: #888 url('images/fondo.png'); -moz-background-size: 100% 100%;}*/
}
@-o-keyframes transitionImage {
	  0% {background: #888 url('images/fondo.png'); -o-background-size: 100% 100%;}
	 17% {background: #888 url('images/fondo2.png'); -o-background-size: 100% 100%;}
	 34% {background: #888 url('images/fondo3.png'); -o-background-size: 100% 100%;}
	 51% {background: #888 url('images/fondo4.png'); -o-background-size: 100% 100%;}
	 68% {background: #888 url('images/fondo5.png'); -o-background-size: 100% 100%;}
	 85% {background: #888 url('images/fondo6.png'); -o-background-size: 100% 100%;}
	/*100% {background: #888 url('images/fondo.png'); -o-background-size: 100% 100%;}*/
}
h1 {font-family: 'Kaushan Script', cursive; font-size: 30px;}
h2 {font-size: 20px !important;}
h3 {font-size: 14px !important;}

.swal2-validation-message {
	font-size: 1.125em !important;
	font-weight: 600 !important;
}

.form-login {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFF8;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 1.1rem;
	outline: 0;
	max-width: 500px;
}
.profile-img-login {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.8;
	border: 2px solid rgba(0,0,0,.2);
}
.profile-img-session {
	width: 100px;
	height: 100px;
	margin: 10px auto 18px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: 1px 1px 5px #666;
}
.profile-img-users {
	width: 140px;
	height: 140px;
	margin: 8px auto 18px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: 2px 2px 10px #666;
}
.copyleft{
	display: inline-block;
	text-align: right;
	margin: 0px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*
	Estilos para la pagina index.mustache
*/
#pathway {
	font-size: 14px;
	color: #888;
	margin: 10px 0;
}
.clr {
	clear: left;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-title {
	color: #000;
	font-family: 'Kaushan Script', cursive;
	font-size:20px;
}
.navbar-collapse {
	max-height: 100% !important;
}
.navbar-default .navbar-nav li a {
	color: #888 !important;
	font-size: 12px;
}
.navbar .nav li a.dropdown-toggle {
	padding: 15px 8px;
}
.navbar .nav .dropdown-menu li.submenu a {
	color: #888 !important;
	font-size: 12px;
	padding: 10px 12px;
}
.dropdown-menu {
	background-color: #f8f8f8E7;
	padding-top: 0px;
	padding-bottom: 0px;
}
.copyleft{
	display: inline-block;
	text-align: right;
	margin: 0px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.footer-index {
	position: fixed;
	bottom: 5px;
	color: #888B;
	font-size: 12px;
	border-top: 1px solid #CCCB;
}
.footer-index footer {
	padding-top: 5px;
}
.caret-up{
	transition: all ease-in-out 500ms;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.caret-down{
	transition: all ease-in-out 500ms;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.content {
	height: 100%;
	//background-color: #ffffffAA;
}
nav.hovered {
}
.navbar-notification-area {
	padding: 14px;
}
.navbar-notification-area a {
	padding-left: 10px;
	font-size: 18px;
	color: #000;
}
.navbar-notification-area a:hover {
	color: #888;
}
