input[disabled] {
  cursor: not-allowed !important;
}

#result {
	width: 200px;
	height: 150px;
	position:relative; /* or fixed or absolute */
}

#inferior{
	position:fixed;  /*El div será ubicado con relación a la pantalla*/
	left:0px; /*A la derecha deje un espacio de 0px*/
	right:0px; /*A la izquierda deje un espacio de 0px*/
	bottom:-50px; /*Abajo deje un espacio de 0px*/
	height:120; /*alto del div*/
	width:220px; /*ancho del div*/
	z-index:999;
	filter:alpha(opacity=90); opacity:0.9;
}

#inferiormenu{
	position:absolute;  /*El div será ubicado con relación a la pantalla*/
	height:80px; /*alto del div*/
}

#result img{
	width: 100%;
}

#img-user{
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
}

#video{
	display: block;
	width:200px;
	height:200px;
	margin: 0px;
	padding: 0px;

}
video{
	padding:0 !important;
}


.img-perfil{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border:1px solid black;
}

.hidden{
	display: none;
}

.video-mask{
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}

#canvas{
	display: block;
	width:200px;
	height:200px;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.list-group {
	padding-left: 0;
	padding-bottom: 0 !important;
	padding-top: 15px;
	margin:0 !important;
}

.line{
	line-height: initial !important;
}

.black-text{
	color: #000 !important;
}

.white-text{
	color: #fff !important;
}

.icon-green{
	color: #479e47;
}
.icon-yellow{
	color: #ec9821;
}
.icon-red{
	color: #c3322e;
}
.icon-blue{
	color: #275d8d;
}

.panel-heading a:after{
	font-family: 'FontAwesome';
	content: "\f077";
}
.panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	content: "\f078";
}
.modal-usertype{
	color: #999;
}
.modal-img{
	height:120px !important;
}
.cont-flex{
	display: flex;
	flex-direction: column;
}
.type-user{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.container-user{
	display: flex;
	justify-content: center;
	padding: 10px;
}
.img-radius{
	border-radius: 50%;
	margin: 0 auto;
	border: 4px solid;
	border: 2px solid #355493 !important;
}
.non-color{
	border-bottom: 1px solid #CCC;
	margin: 0;
	min-height: 2px !important;
}

.back-white{
	background: white !important;
}
.non-back{
	background: initial !important;
}

.non-border{
	border:0px !important;
}

.color-bottom{
	border-bottom-color: #ddd !important;
}

.fix-boton{
	padding: 0 !important;
	text-align: center !important;
}
.plus-btn{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	position: absolute;
	top: 0px;
	margin: 15px 0px 15px 0px;
	padding-right: 20px;
}
.col-war{
	color: #f0ad4e;
}

.col-info{
	color: #57afd4;
}

.col-success{
	color: #5cb85c;
}

.back-primary{
	background-color: #265a88;
}

.cont-send{
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
	padding: 7px;
	border: 1px solid #d8d6d6;
}

.non-pad{
	padding: 0 !important;
}

.non-mar{
	margin: 0 !important;
}

.non-pad-l{
	padding-left: 0!important;
}

.non-pad-r{
	padding-right: 0 !important;
}

.cont-demo:nth-child(odd){
	background: #f4f4f4;
}

.font-bold{
	font-weight: bold;
}

.font{
	font-size: 16px !important;
	font-family:Lato !important;
}

.font-icon{
	font-size: 1.2em !important;
}

.font-4{
	font-size: 14px !important;
	font-family:Lato !important;
}

.font-x{
	font-size: 12px;
	font-family:Lato;
}

.tarea{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.blue-menu{
	background: #5170ad !important;
	background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%) !important;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493)) !important;
	background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%) !important;
	background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%) !important;
	background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%) !important;
	background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493',GradientType=1 ) !important;
	color:#fff !important;
	border-bottom: 1px solid #2c4c8c;
}

.blue-menu:hover{
	background: #112e66 !important;
	text-decoration: none !important;
}

.bg-grey{
	background: #c7c7c7;
	font-size: 16px;
	font-family: Lato;
}

.center-flex{
	display: flex;
	justify-content: center;
}


.flex-space{
	display: flex !important;
	justify-content: space-between;
}

.pad{
	padding: 10px;
}

.pad-15{
	padding: 15px;
}

button:focus {outline:0;}
button{outline:0 !important;}

.icon-arch {
	display: flex;
}

.fix-a{
	color: #333333 !important;
	text-decoration: none;
}

.demo{
	padding: 0px 14px;
}

.icon-arch:hover{
	background: #ddd;
}

.icon-arch a{
	display: flex;
	color: #000;
	padding: 10px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.icon-text{
	font-family: Lato;
	font-size: 16px;
	padding: 10px;
}

.grey{
	background: #f4f4f4;
}


.img-brand{
	display: none !important;
}

.custom-btn{
	font-size: 18px !important;
	font-family: Lato;
	width: 100%;
	padding: 10px !important;
	font-weight: 700 !important;
	margin: 15px 0px;
	margin-bottom: 15px !important;
}


.prin{
	display: flex;
	justify-content: center;
}

.prin-img{
	margin-left: 23px;
}

.prin-title{
	width: 205px;
	margin-left: 20px;
}

.icon-mar{
	margin-right: 7px;
	margin-top: 2px;
}

.special{
	position: relative;
	justify-content: center;
	margin: 0 auto;
	margin-top: 8px;
	display: flex;
	width: 56%;
}


#calendar {
	max-width: 900px;
	margin: 0 auto;
}

.ver-btn{
	display: flex;
	justify-content: center;
	padding: 10px 0px;
}

.ver-wig{
	width: 80%;
}

.mar-r{
	margin-right: 10px !important;
}

.mar-l{
	margin-left: 10px !important;
}

.m-right{
	padding-right: 10px;
}

.m-left{
	padding-left: 10px;
}

.m-top{
	margin-top: 13px;
}

.mar-t{
	margin-top: 20px;
}

.noti-title{
	display: flex;
	justify-content: center;
	font-family: lato;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 5px 0px;
}

.noti-ver{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 15px 0px;
	font-size: 18px !important;
	font-family: lato;
}

.noti-type{
	font-size: 14px;
	width: 80%;
	padding: 8px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	font-family: Lato;
	border-radius: 8px;
	font-weight: normal;
	color: white;
}

.fix-flex{
	display: flex;
	justify-content: center;
}

.fix-bot{
	align-items: center;
	font-size: 14px !important;

}

.noti-container{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 12px;
}


.noti-user{
	font-size: 14px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #aaa;
	width: 100%;
	padding: 3px;
	font-family: lato;
}

.img-redonly{
	border-radius: 50%;
	width: 50px !important;
	height: 50px;
	border: 2px solid #355493;
}


.main-container{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}

.main-title{
	width: 100%;
	height: auto;
	min-height: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.main-title h2{
	margin: 0px !important;
	font-family: "Lato", sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 60px;
}


.main-body{
	margin: 0px;
	border: 1px solid #CCC;
	border-top: none;
	font-family: "Lato",sans-serif;
	padding: 10px;
}



.blue{
	background-color: #57afd4;
}

.bluet{
	background-color: #0077A9;
}

.oranget{
	background-color: #e98b1c;
}

.bluem{
	background-color: #1594CA;
}


#loader{
	margin-top: 1px;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255,255,255,0.5) url(../img/loader.gif) no-repeat 40% 40%;
	z-index: 9999;
}

body{
	font-family: 'Lato', sans-serif !important;
}

.menu {
	padding: 0;
	margin: 0;
	border: 0; 
	width:100%;
	background: #5170ad;
	background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
	background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
	background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
	background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
	background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5170ad', endColorstr='#355493',GradientType=1 );
}

.menu ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}

.menu ul {
	position: relative;
	z-index: 597;
	float: left;
}

.menu ul li {
		float: left;
		min-height: 1px;
		line-height: 1em;
		vertical-align: middle;
		width:100%;
}

.menu ul li.hover,
.menu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default; 
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

.menu ul ul li {
	float: none; 
}

.menu ul li:hover > ul {
	visibility: visible; 
}

.menu ul ul {
	top: 0;
	left: 100%;
}

.menu ul li {
	float: none; 
}

.menu span, .menu a {
		display: inline-block;
		font-size:16px;
		text-decoration: none; 
		font-weight:100!important;
		font-family:"Lato",sans-serif;
}

.menu:after, .menu ul:after {
		content: '';
		display: block;
		clear: both; 
}

.menu ul, .menu li {
		width: 100%; 
}
.menu li {
		background: transparent;
		border-bottom:1px solid #2c4c8c;
}
.menu li:hover {
		background: #112e66;
		text-decoration: none; 
}
.menu a {
		color: #fff;
		line-height: 160%;
		padding: 10px 6px 10px 10px;
		width: 100%; 
}
.menu a:hover{
	text-decoration: none;
	color: #fff;
}
.menu a i.fa-chevron-right{
	float:right;
	color:#fff;
	margin-top:5px;
}
.menu a i.icon{
	font-size:16px;
	margin-right:10px;
}
.menu a:hover i{
}

.menu ul ul li {
		background: #789ee7; 
}
.menu ul ul li:hover {
		background: #2c4c8c; 
}
.menu ul ul li:hover a {
		color: #fff; 
}
.menu ul ul li ul li {
		background: #a2c1f4; 
}
.menu ul ul li ul li:hover {
		background: #c8dbfb;
}
.menu .has-sub {
		position: relative; 
}

@media (max-width: 1300px) {
	.special{
		width: 100% !important;
	}

	.img-spl{
		display: flex;
		justify-content: center;
		width: 100%;
	}

}

@media (max-width: 767px) {
	.img-brand{
		display: initial !important;
		width: 150px;
		margin-left: 10px;
	}
	.imag{
		display: none !important;
	}
	.navbar-nav {
			margin: 0px !important;
			display: inline-block !important;
	}
}

@media (max-width: 900px) {
	.collapse{
		padding: 0 !important;
	} 
	.navbar-collapse{
		padding:  0!important;
	}
	.imag{
		width: 120px !important;
		padding: 11px 18px 0 0 !important;
		margin-right: 0px !important;
		width: 90px !important;
		height: 40px !important;
	}

}

.logo{
	margin: 0;
	padding: 10px 0 15px 0;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

.icons{
	margin-top: 5px;
	text-align: center;
	font-size: 20px;

}

.user-data{
		margin: 0;
		padding: 15px 0;
		width: 100%;
		height: auto;
		background-color: #fff;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		text-align: center;
}

.user-title{
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #355493;
	font-size: 20px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
}

.user-sub{
	margin: 0;
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #999;
}


.user-data-img{
	margin: 0;
	display: inline;
	border-radius: 50%;
	border: 2px solid #355493;
	width: 40px;
	height: 40px;
}

.imgalum{
	border-radius:10px;
	border: 1px solid #D5D8DC;
}

.marg{
	margin-right:30px;
}

.mar-bott{
	margin-bottom: 15px;
}

.mar-l{
	margin-left: 15px;
}

.mt{
	margin-top: 60px;
	margin-right: 0px !important;
}

.pad-lr{
	padding-right: 13px !important;
	padding-left: 8px !important;
}

.mar-top{
	margin-top:10px;
}

.mar-x{
	margin: 0px 40px 15px 40px;
}

.pad-x{
	padding:5px 0px 3px 7px !important;
}

.mar-left{
	margin: 0px 10px;
}

.icons-user{
	display: flex!important;
	justify-content: center;

	margin-top: 5px;
	text-align: center;
	font-size: 20px;
}

.icons-user a{
	color: #000;
	margin: 0 10px;
}

.btn-full{
	width: 100%;
}

aside{
	position: fixed;
	height: 100%;
	background: #2a3e50;
	left: 0;
}

.pad-t-b{
	padding: 10px 0px 15px 0px; 
}


.nav-tabs{
	position: block;
	border-color: transparent !important;
}


.nav-tabs li {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

.nav-tabs li a{
	margin-right: 0 !important;
	border-radius: 0!important;
	color: #ffffff;
}

.nav-tabs li a:hover{
	color: #151313;
}

.navbar-left{
	background: transparent;
	width: 250px;
	height: 100%;
}
.imag{
	width: 187px;
	height: 60px;
	padding: 0px .5em;
}

.b-right{
	border-right: 1px solid #ccc;
	height: auto;
	padding: 12px 0px;
}

.b-bottom{
	border-bottom: 1px solid #ccc;
}

.b-left{
	border-left: 1px solid #ccc;
	height: auto;
	padding: 12px 0px;
}



/* Switch
	 ========================================================================== */
.switch,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.switch label {
	cursor: pointer;
}

.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
	background-color: #5bc0de;
}

.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #5bc0de;
	left: 24px;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 16px;
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #F1F1F1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -5px;
	top: -3px;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
	cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
	background-color: #BDBDBD;
}

span.red {
	background: red;
	 border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;

}
span.green {
	background: #5EA226;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}
span.yellow {
	background: #F7FE2E;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}

span.orange {
	background: #efa945;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}

span.blue {
	background: #5170ad;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}

span.grey {
	background: #e6e6e6;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}

span.blue2 {
	background: #37b1d5;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}

span.rosa {
	background: #9F81F7;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 5px;
	text-align: center;
	width: 1.3em;
	font-family: 'Lato', sans-serif !important;
}
.spinner input {
  text-align: left;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
.cuarecaautom {
	border: 1px solid #ddd;
	font-size: 11px;
}
.princuarecaautom {
	margin-top: 2px;
}

/* ---------------------- */
.scroll-menusup{
	height: auto; 
	max-height: 650px;
	overflow-x: hidden;
}

.scroll-descargas{
	height: auto; 
	max-height: 410px;
	overflow-x: hidden;
}