body, html {
	height: 100%
}

.bg-full {
/* 	background: url(../img/bg-personalizar.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: auto;
	height: 100%;
}

.vertical-center {
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.coobrand {
	left: 0;
	right: 0;
	text-align: center;
		
}
.coobrand img {
		width: 70%;
}	
.ingreso {
		color: #06b3d7;
		/*font-size: 1,4em;*/
}	
.input-text-login{
	padding: 0.2rem 1rem !important;
    font-size: 0.8rem !important;
   
}

.footer-logos {
		display: table;
    	margin: 3% auto;
    	max-width: 640px;
    	width: 100%;
    	background: rgba(255, 255, 255, 0.8);   
   		padding: 20px 30px;
   		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    	border-radius: 100px;
}
.footer-logos p{
 		line-height: 13px;
    	margin: 0 0 0px;
    	font-size: 0.7em;
}

.border-right-left {
	border-left: 2px solid #dee2e6 !important;
	border-right: 2px solid #dee2e6 !important;
}

.border-top-bottom {
	border-top: 2px solid #dee2e6 !important;
	border-bottom: 2px solid #dee2e6 !important;
	margin: 3%;
    padding: 3%;
}

.notifications .notification-menu .notification-title{
	    background: #00b1d6;
}

.notifications .notification-menu:before, .notifications .notification-icon:before{
	border-bottom-color: #00b1d6;
}

.page-header{
	height: 30px;
}
.page-header h2{
	height: 30px;
	line-height: 30px;
}
.page-header .sidebar-right-toggle {
	height: 30px;
	
}

.page-header .sidebar-right-toggle i {
	line-height: 30px;
}

.sidebar-left .sidebar-header {
	height: 30px;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
	height: 30px;
	line-height: 30px;
}

.sidebar-left .sidebar-header .sidebar-toggle {
	width: 40px;
	height: 30px;

}

.sidebar-right .mobile-close {
	border-radius: 0px; 
	border-bottom: 0px;
}

.switch.switch-dark .ios-switch .on-background{
	    background: #009234;
}

.sidebar-left .sidebar-header .sidebar-title{
	    padding: 4px;
}


.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}

/* Barra de Progreso de colas */
.progress-container { 
	width: 15%; 
	background-color: #FFF; 
	border-radius: 2px; 
	overflow: hidden; 
	margin-top: 1.8px;
}
.progress-bar { 
	height: 23px; 
	line-height: 25px; 
	text-align: center;
	background-color: #FFF;
	border: 2px #FFF solid;
	border-radius: 2px; 
}
.progress-bar-inner { 
	height: 100%; 
	width: 0; 
	background: #00B1D6; 
	transition: width 0.3s ease; 
	border-radius: 2px; 
	text-align: left; 
}
/*.progress-bar-inner .ui-progressbar-value { height: 80%; background-color: #4392f1; align: center; }*/
.progress-label-q { 
	position: relative; 
	animation: moveText 10s infinite linear; 
	font-size: 11.2px; 
	color: #00B1D6; 
	line-height: 11.2px; 
	text-shadow: none; 
	text-align: left; 
	mix-blend-mode: multiply;
}
@keyframes moveText { 
	0% { 
		left: 0; 
	} 
	50% { 
		left: 50%; 
	} 
	100% { 
		left: 100%; 
	} 
}


/* Fin Barra de Progreso de colas */

@media only screen and (min-width: 768px) {
	html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
	    width: 40px;
	}
	html.fixed.sidebar-left-collapsed .page-header{
		left: 40px;
	}
	html.fixed.sidebar-left-collapsed .content-body {
	    margin-left: 40px;
	}

	html.fixed .inner-wrapper {
	    padding-top: 94px;
	}

	html.fixed .content-body {
		padding: 0px;
	}

}

ul.nav-main > li > a {
	padding: 7px 10px;
}


@media only screen and (min-width: 768px) {
	html.sidebar-right-opened .inner-wrapper {
	    margin-left: 0;
	}
	html.fixed.sidebar-right-opened .page-header {
	    left: 200px !important;
	    margin-right: 0 !important;
	}

	html.sidebar-right-opened .header {
	    margin-left: 0;
	    margin-right: 0;
	    z-index: 1000 !important;
	}
	html.fixed.sidebar-right-opened .sidebar-left {
		left: 0 !important;
	}
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
		left: 40px !important;
	}


}

.arow {
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
/*   margin-right: -15px; */
/*   margin-left: -15px; */
  	overflow: auto;
  	width: 100%;
	height: -moz-available;          /* WebKit-based browsers will ignore this. */
	height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  
}

#menuTx ul{
    list-style:none;
    margin: 0 10px 10px 10px;
    padding: 0px;
}
#menuTx ul li {
    padding:10px 0 10px 10px;
    border-bottom:1px solid rgba(0, 0, 0, 0.15);
}
#menuTx ul li a{
    text-decoration:none;
    color: #06B3D7;
    font:inherit;
    font-size: 14px;
    padding:10px 30px 10px 0;
}
.jstree-icon.jstree-ocl {
    display: none;
}

.mresal{
	font-weight: bold !important;
	color: #000 !important;
}

.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font20 {
	font-size: 20px;
}
/* .ui-dialog { */
/* 	z-index: 1020 !important; */
/* } */
.sin-usuario { 
	left:-1px !important;
}
.sin-usuario2 { 
	margin-left:0px !important;
}

.columna {
	display: inline-block;
	box-sizing: border-box;
	padding:5px;
	float: left;
	overflow: auto;
	overflow-wrap: break-word;
}
.fila {
	display: inline-block;
	box-sizing: border-box;
	padding:5px;
	width:100%;
}

.fila-no-disp {
	box-sizing: border-box;
	padding:5px;
}

.parent{
   float:left;
   position:relative;
}
 
.child{
   position:absolute;
   top:0;
   bottom:0;
}

.alineacion-left, .alineacion-izquierda {
	text-align:left;
}

.alineacion-right, .alineacion-derecha {
	text-align:right;
}

.no-padding {
	padding:0 !important;
}
.alineacion-center, .alineacion-centro {
	text-align:center;
}
.fullheight {
	height: 100vh;
}

.ancho-100 { width:100%; }
.ancho-95 { width:95%; }
.ancho-90 { width:90%; }
.ancho-85 { width:85%; }
.ancho-80 { width:80%; }
.ancho-75 { width:75%; }
.ancho-70 { width:70%; }
.ancho-65 { width:65%; }
.ancho-60 { width:60%; }
.ancho-55 { width:55%; }
.ancho-50 { width:50%; }
.ancho-45 { width:45%; }
.ancho-40 { width:40%; }
.ancho-35 { width:35%; }
.ancho-30 { width:30%; }
.ancho-25 { width:25%; }
.ancho-20 { width:20%; }
.ancho-15 { width:15%; }
.ancho-10 { width:10%; }
.ancho-5 { width:5%; }


@media only screen and (max-width: 1100px) {
	.md-fila {
		display: inline-block;
		box-sizing: border-box;
		width:100%;
	}
	.md-ancho-100 { width:100%; }
	.md-ancho-95 { width:95%; }
	.md-ancho-90 { width:90%; }
	.md-ancho-85 { width:85%; }
	.md-ancho-80 { width:80%; }
	.md-ancho-75 { width:75%; }
	.md-ancho-70 { width:70%; }
	.md-ancho-65 { width:65%; }
	.md-ancho-60 { width:60%; }
	.md-ancho-55 { width:55%; }
	.md-ancho-50 { width:50%; }
	.md-ancho-45 { width:45%; }
	.md-ancho-40 { width:40%; }
	.md-ancho-35 { width:35%; }
	.md-ancho-30 { width:30%; }
	.md-ancho-25 { width:25%; }
	.md-ancho-20 { width:20%; }
	.md-ancho-15 { width:15%; }
	.md-ancho-10 { width:10%; }
	.md-ancho-5 { width:5%; }
}
