
div, section{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
body{ font-family: 'Muli', sans-serif;}
.text-11{font-size:11px; line-height:13px;}
.text-12{font-size:12px; line-height:14px;}
.text-13{font-size:13px; line-height:15px;}
.text-14{font-size:14px; line-height:16px;}
.text-15{font-size:15px; line-height:17px;}
.text-16{font-size:16px; line-height:18px;}

.mbsc-ios .mbsc-cal {
    font-size: 12px;
}

::-webkit-scrollbar {
width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #0076AB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #42bdc6;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  opacity:1;
}

.main-content{padding:0; overflow:hidden;}
.main-content#login{background:#fff; color:#fff; padding:0; min-height:calc(100vh); position:relative;}

.breadcrumb{position:absolute; width:max-content; z-index:10; left:150%; top:55px; background:#fff; border-radius:0 8px 8px 0;}
/*LOGIN*/
.login-sidebar{position:relative; padding:30px 0 20px 0; font-size:11px; color:#606060; min-height:calc(100vh);}
#login .login-sidebar:after{
	content:'';
	position:absolute;
	width:150%;
	height:80px;
	background:url(../img/dots-login.png) no-repeat center center;
	background-size:contain;
	left:0;
	top:30%;
	margin-top:-40px;
	z-index:9;
}
.login-sidebar:after{
	content:'';
	position:absolute;
	bottom:30px;
	left:32%;
	width:50%;
	height:1px;
	background:#0776AB;
}
.login-sidebar .logo{width:85%;}
.login-sidebar .menu{padding-top:20px; padding-left:12px; position:relative;}
.login-sidebar .menu-btn{
	margin: 20px auto;
    width: 40px;
    height: 40px;
   padding-top:6px;
}
.login-sidebar .menu-btn svg{width:60%;}
.login-sidebar .menu-btn.active{background:#0776AB; border-radius:8px;}
.login-sidebar .menu-btn .st0{fill:#0076AB;}
.login-sidebar .menu-btn.active .st0{fill:#fff;}
.login-sidebar .logo img{width:100%;}
.login-sidebar .info{position:absolute; bottom:30px; left:15%; width:70%;}
.login-sidebar .info h3{font-size:13px; color:#0776a8; font-weight:bold; position:relative;}
.login-sidebar .info h3:after{
	content:'';
	position:absolute;
	bottom:-5px;
	left:0;
	width:95%;
	height:2px;
	opacity:0.5;
	background:#0776a8;
}
#login .login-data{position:relative; display:flex; align-items:center; vertical-align: middle; z-index:2; text-align:right; padding:15px 5%; border-radius:40px 0 0 0; min-height:calc(100vh); background:url(../img/login_bg.jpg) no-repeat bottom center #0776a8; background-size:cover;}
#login .login-data h1{margin-bottom:20px; text-align: center; font-size:36px;}
#login .login-data .card-content{width:35%; margin-top:-50px;}
#login .login-data .card{display:inline-block; padding:20px 40px; font-size:12px; border-radius:30px; text-align:center; color:#606060;}
.social-login{margin:10px 0 8px 0;}
.social-login img{margin:5px 0;}
.social-login h3{font-size:13px; font-weight:bold; margin-bottom:10px; margin-top:0;}
#login #login-form{width:100%; display:inline-block; margin:20px 0 0 0;}
#login .form-group{margin-bottom:0.5rem;}
#login .form-group .form-control{background:transparent !important; border:1px solid #ccc !important;  border-radius:6px; color:#999; box-shadow:none !important; font-size:11px;}
.forgot{color:#fce301; font-weight:bold; text-decoration:none !important; font-size:11px;}
.forgot:hover{color:#999;}
#login .btn{background:#fce301; margin:15px 0; padding-left:30px; padding-right:30px; border-radius:30px; color:#000; font-weight:bold; font-size:11px}
.signup{margin:0; color:#b0b0b0; font-size:12px; text-decoration:none !important; display:block;}
.signup a{color:#fce301 !important;}
.signup:hover{color:#999;}

.login-data legend{color:#fff; margin-top:50px; border:0;}
.login-data .control-label{font-weight:300; color:#42bdc6; margin-top:20px; text-align:left; width:100%;}
.logo-unc {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 9;
    width: 12%;
}
.logo-unc img{width:100%;}

/*DASHBOARD*/
#dashboard{padding:0;}
#dashboard .login-sidebar .logo{width:150%; z-index:9; position:relative;}
#dashboard .dashboard-data{
	position:relative; 
	display:flex; 
	align-items:center; 
	vertical-align: middle; 
	z-index:2; text-align:right; 
	padding:15px 25% 15px 15%; 
	border-radius:40px 0 0 0; 
	min-height:calc(100vh); 
	background: rgb(183,191,201); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(183,191,201,1) 0%, rgba(217,225,238,1) 22%, rgba(217,225,238,1) 70%, rgba(217,225,238,1) 100%, rgba(166,192,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(183,191,201,1) 0%,rgba(217,225,238,1) 22%,rgba(217,225,238,1) 70%,rgba(217,225,238,1) 100%,rgba(166,192,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(183,191,201,1) 0%,rgba(217,225,238,1) 22%,rgba(217,225,238,1) 70%,rgba(217,225,238,1) 100%,rgba(166,192,217,1) 100%);
}
#dashboard .dashboard-data .card{
	border-radius:25px;
	padding:25px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	font-size:1.1vw;
	line-height:1.1vw;
	color:#3c3c3b;
	font-weight:400;
	z-index:2;
}
#dashboard .dashboard-data .card .decorator{
	width:50%;
	margin-left:25%;
	margin-bottom:15px;
	margin-top:10px;
}
#dashboard .dashboard-data .card h4{
	font-weight:bold;
	font-size:1.5vw;
	margin:0;
	color:#0776a8;
	margin-bottom:10px;
}
#dashboard .dashboard-data:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	background:url(../img/dashboard_bg.png) no-repeat top right;
	background-size: contain;
	width:50%;
	height:80%;
}
/*#progreso{height:360px;}*/
#progreso .col-sm-6{padding-bottom:8px; padding-top:8px;}
#progreso .col-sm-6:first-child{border-right:1px solid #0776a8;}
#progreso .col-sm-6 b{font-size:24px; padding-right:8px;}
#progreso .detail{color:#0776a8;}
#progreso .detail b{font-weight:bold;}
.circle {
	width: 120px;  
	display: inline-block;
	position: relative;
	text-align: center;
	margin:15px auto;
}
.circle canvas{
	background: #fce301;
	border-radius: 50%;
	box-shadow: inset 0px 0px 0px 12px #fff;
}
.circle strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 120px;
	font-size: 32px;
	color:#0776a8;
	font-weight:bolder;
}
	  
.circle sup {
	font-size: 16px;
}
	
#dashboard #countdown{
	background:#0776a8;
	color:#fff;
	
}
#dashboard #countdown h4{
	color:#fff;
}
#dashboard #countdown .clock{
	font-size:3vw;
	line-height:44px;
	font-weight:900;
}
#dashboard #countdown .btn{
	background:#fce301; margin:15px 0; padding-left:30px; padding-right:30px; border-radius:30px; color:#000; font-weight:bold; font-size:11px; display:inline;
}
.reserclass .btn{
	background:#fce301; margin:15px 0; padding-left:30px; padding-right:30px; border-radius:30px; color:#000; font-weight:bold; font-size:11px; display:inline;
}
.reserclass .btn.btnred{
	background:#ff6262;
}

#dashboard #zoomcloud .col-lg-2{padding-right:0;}
#dashboard #zoomcloud .col-lg-2 img{margin:3px 0;}

#dashboard .toolbar{
	position:fixed;
	right:0;
	top:0;
	width:85px;
	height:100%;
	background:url(../img/toolbar_bg.png) no-repeat bottom left #fff;
	z-index:9;
	border-radius:40px 0 0 0;
	padding:20px 10px;
	box-sizing: border-box;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	overflow-y:auto;
	overflow-x:hidden;
}
.toolbar .progreso-info, .toolbar .zoomcloud-info, .toolbar .profile-info{
	visibility:hidden; 
	position:absolute;
	right:200px;
	top:0;
	font-size:12px;
	line-height:auto;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
}
.toolbar.active.progreso .progreso-info, .toolbar.active.zoomcloud .zoomcloud-info, .toolbar.active.profile .profile-info{
	visibility:visible; 
	position:relative;
	right:0;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
#dashboard .toolbar.active{
	width:200px;
	background:#fff;
}
#dashboard .toolbar.active.max{
	width:300px;
	background:#fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.avatar-icons{
	padding-top: 30px;
    padding-left: 13px;
	visibility:hidden; 
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;}
.avatar-icons img{width:20px; margin:0 2px;}
#dashboard .toolbar.active .avatar-icons{visibility:visible; 
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;}
/*#dashboard .toolbar .toolbar-header{display:block;}*/
#dashboard .toolbar .toolbar-header{display:flex; padding-bottom:10px; border-bottom:1px solid #f5f5f5; margin-bottom:10px;}
#dashboard .toolbar .avatar{
	width:60px;
	height:60px;
	border-radius:10px;
	overflow:hidden;
	margin:15px 2px;
	position:relative;
	flex:none;
}
#dashboard .toolbar .avatar img{min-height:60px; min-width:60px;}
#dashboard .toolbar .avatar-info {
    width: 140px;
    border-radius: 10px;
    position: fixed;
    top: 33px;
    right: -200px;
    background: #fff;
    z-index: 8;
	padding: 15px;
	font-size:12px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#dashboard .toolbar .avatar-info.active{
	right: 11px;
}
#dashboard .toolbar .avatar-info .avatar-menu{margin-top:10px;}
#dashboard .toolbar .avatar.notifications:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background: #ff0000;
    position: fixed;
	top: 30px;
	margin-left:-8px;
    z-index: 10;
}
#dashboard .toolbar.active .avatar.notifications:after {
    content: '';
    width: 10px;
	height: 10px;
	border:2px solid #fff; 
    border-radius: 50%;
    background: #ff0000;
    position: fixed;
    top: 52px;
    margin-left: 31px;
    z-index: 10;
}

.toolbar .title{
	color:#0776a8;
	font-weight:900;
	font-size:12px;
	line-height:14px;
	vertical-align: bottom;
	padding-bottom:8px;
	padding-left:15px; 
	border-bottom:1px solid #f5f5f5;
	text-align:left;
}
.toolbar .title img{margin-right:8px; margin-top:-2px;}
.toolbar.progreso .unidades{
	height:calc(100vh - 300px);
	overflow-y:auto;
	padding:20px 5% 20px 15%;
	font-size:12px;
	text-align: left;
}
.toolbar.progreso .unidades h3{
	font-size:12px;
	font-weight:900;
	color:#0776a8;
	margin-bottom:2px;
}
.toolbar.progreso .unidades h3 b{
	font-size:16px;
}
.toolbar.progreso .unidades .list-unidad{
	margin-bottom:20px;
}
.toolbar.progreso .unidades .list-unidad:last-child{margin-bottom:0;}
.toolbar.progreso .unidades .list-unidad .unidad{padding-left:15px; position:relative;}
.toolbar.progreso .unidades .list-unidad .unidad:before{
	content:'';
	width:6px;
	height:6px;
	border-radius:50%;
	background:#333;
	position:absolute;
	left:0;
	top:6px;
}
.toolbar.progreso .unidades .list-unidad .unidad.complete:before{
	background:#fce301;
}
.toolbar.zoomcloud .icons{
	padding:20px 15px;
	font-size:13px;
	font-weight:600;
	color:#0076AB;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
.toolbar.zoomcloud .icons img{height:25px; margin-right:8px; }
.toolbar.zoomcloud .icons .d-flex{margin-bottom:8px;}


#dashboard #calendario{
	height:450px;
	
}
#dashboard .clases-content{
	height:150px;
	overflow-y:auto;
}
#dashboard #calendario .clases-content{
	height:450px;
	overflow-y:auto;
}

#dashboard .clases-content .list-clase{
	margin:15px 0;
}
#dashboard .clases-content .list-clase h5{
	margin-bottom:0;
	font-size:16px;
	font-weight:700;
	line-height:22px;
}

.toolbar .clases-content{
	height:calc(100vh - 230px) !important;
	overflow-y:auto !important;
	border-top:1px solid #f5f5f5;
}
.toolbar .list-clase{
	margin:15px 0;
}
.toolbar .list-clase h5{
	margin-bottom:0;
	font-size:16px;
	font-weight:700;
	line-height:22px;
}

svg.xs{
	width:16px;
	height:16px;
	
}
.calendario-title .btn{
	background:#fce301;
	position: absolute;
    top: 22px;
    right: 13px;
}
#dashboard .referencias{
	padding:15px 5%;
	border-bottom:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	font-size:10px;
}
#dashboard .referencias .habilitado,#dashboard .referencias .nodisponible,#dashboard .referencias .reservado{
	padding-left:16px;
	position:relative;
}
#dashboard .referencias .habilitado:before{
	content:'';
	position:absolute;
	left:0;
	bottom:2px;
	width:10px;
	height:10px;
	background:#0076AB;
}
#dashboard .referencias .nodisponible:before{
	content:'';
	position:absolute;
	left:0;
	bottom:2px;
	width:10px;
	height:10px;
	background:#b0b0b0;
}
#dashboard .referencias .reservado:before{
	content:'';
	position:absolute;
	left:0;
	bottom:2px;
	width:10px;
	height:10px;
	background:#fce301;
}
#dashboard .events-list {
	padding:15px 5%;
	border-top:1px solid #f5f5f5;
}
#dashboard .events-list .event{
	display:none !important;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
}
#dashboard .events-list .event.active{
	display:flex !important;
}
#dashboard .events-list .event h5{
	margin-bottom:0;
	font-size:14px;
	font-weight:700;
	line-height:16px;
}
#dashboard .events-list .event .icono{
	background:#fce301;
	color:#000;
	padding:2px 8px;
	border-radius:6px;
}
#dashboard .events-list .event .icono svg{
	width:16px;
	height:16px;
	margin-top:5px;
}
.events-new{
	display:none !important;
	padding:8px 5%;
}
.events-new.active{
	display:block !important;
}
.events-new h3{
	color: #0776a8;
    font-weight: 900;
    font-size: 12px;
	line-height: 14px;
	text-align:left;
}
.events-new select{
	width:90%;
	margin-top:6px;
}
.events-new .icono{
	background:#42bdc6;
	color:#fff;
	padding:8px 8px;
	border-radius:6px;
}
.events-new  .icono svg{
	width:16px;
	height:16px;
	margin-top:0px;
	color:#000;
}

#dashboard #unidades, #dashboard .unlessons{
	max-height:calc(100vh - 100px);
	overflow-y:auto;
}
#dashboard #unidades .card{
	background:#0776a8;
	color:#fff;
	margin-bottom:30px;
	font-weight: 400;
}
#dashboard #unidades .card.disabled{
	opacity:0.3;
	pointer-events: none;
}
#dashboard #unidades .card h4{
	color:#fff;
	margin-bottom:0;
	margin-top:0;
}
#dashboard #unidades .card .btn{
	background:#fce301;
	color:#000;
	width:max-content;
	margin-top:15px;
	border-radius:8px;
	font-size:12px;
	padding-right:25px;
}
#dashboard #unidades .card .btn svg{
	width:14px;
	height:14px;
	margin-right:20px;
}

#dashboard .unlessons, #dashboard #unidades, #dashboard .ipless, .unlessons{
	display:none;
}
#dashboard .unlessons.active, #dashboard #unidades.active, #dashboard .ipless.active, .unlessons.active{
	display:block;
}
#dashboard .unlessons .card{
	margin-bottom:15px;
	font-weight: 400;
	cursor:pointer;
}
#dashboard .unlessons .card.disabled{
	opacity:0.3;
	cursor:default;
	pointer-events: none;
}
#dashboard .unlessons .card h4{
	color:#3c3c3b;
	margin-bottom:0;
	margin-top:0;
}
#dashboard .unlessons .card.test{
	background:#fce301;
	color:#000;
}
#dashboard .unlessons .card.autoevaluacion{
	background:#0076AB;
	color:#fff;
}
#dashboard .unlessons .card.autoevaluacion h4{
	color:#fff;	
}

#ejercicio .close, .detalle_topico .close, .ipless .close{
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}

#dashboard #categorias, #dashboard #topicos, #dashboard .detalle_topico{
	display:none;
}
#dashboard #categorias.active, #dashboard #topicos.active, #dashboard .detalle_topico.active{
	display:block;
}
#dashboard #categorias .card{
	margin-bottom:15px;
	font-weight: 400;
}
#dashboard #categorias .card:hover, #dashboard #categorias .card:hover h4{
	color:#fce301;
}
#dashboard #categorias .card.active{
	background:#0076AB;
	color:#fff;
}
#dashboard #categorias .categoria{
	cursor:pointer;
}
#dashboard #categorias .card h4{
	color:#3c3c3b;
	margin-bottom:0;
	margin-top:0;
}
#dashboard #categorias .card.active h4{
	color:#fff;	
}
#dashboard #categorias input{
	width:90%;
	margin-top:5px;
}


#dashboard #topicos .topico{
	margin-bottom:20px;
	font-weight: 400;
	cursor:pointer;
	display:none !important;
}
#dashboard #topicos .topico[data-category="Glosario"]{
	margin-bottom:5px;
}
#dashboard #topicos .topico[data-category="Glosario"] h4{
	font-size:13px;
	color: #3c3c3c;
}
#dashboard #topicos .topico[data-category="Glosario"]:hover h4,#dashboard #topicos .topico[data-category="Glosario"]:hover svg{
	color:#fce301;
}
#dashboard #topicos .topico.active{
	display:flex !important;
}
#dashboard #topicos .topico h4{
	color:#0076AB;
	margin-bottom:0;
	margin-top:0;
}

.toolbar.profile .profile-info{
	height:calc(100vh - 160px);
	overflow-y:auto;
	padding:20px 10px;
	font-size:12px;
	text-align: left;
}
.toolbar.profile .profile-info b{margin-bottom:8px;}
.toolbar.profile .profile-info input{
	font-size:11px;
}
.toolbar.profile .profile-info .btn{ background:#fce301; margin:15px 0; padding-left:30px; padding-right:30px; border-radius:30px; color:#000; font-weight:bold; font-size:11px}
.btn-unirse.disabled{
	opacity: 0.3;
	cursor: no-drop;
}
.btn-unirse.disabled svg{
    width: 14px;
    height: 14px;
    margin-right: 20px;
}
@media screen and (min-width:768px) {
	.hidden-xs{display:block;}
	.visible-xs{display:none;}
}	
@media screen and (max-width:768px) {
	#dashboard .login-sidebar .logo {
		width: 30%;
	}
	#dashboard .toolbar{
		height:calc(100vh - 80px);	
		border-radius:0;
	}
	#progreso .detail{
		flex-wrap: nowrap;
	}
	#dashboard .login-sidebar{
		height:auto;
		min-height:auto;
		margin:0 15px;
		padding-top:0px;
		position:absolute;
	}
	.login-sidebar:after{display:none;}
	.login-sidebar .menu {
		padding: 0px 15px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9;
		background: #fafafa;
		width: 100%;
		border-top:1px solid #ccc;
	}
	#dashboard .login-sidebar .menu-btn{display:inline-block;}
	#dashboard .dashboard-data{
		padding:15px 40px;
		padding-right:100px;
		padding-top:95px;
		padding-bottom:95px;
		display:block;
	}
	#dashboard .dashboard-data .card{
		margin-bottom:15px;
		font-size:13px;
		line-height:15px;
	}
	#dashboard .dashboard-data .card h4{font-size:3vw;}
	#dashboard #zoomcloud .col-lg-2 img{width:40px !important; margin-top:30px; margin-right:15px;}

	.hidden-xs{display:none;}
	.visible-xs{display:block;}
	.header {height: 100px; background-size:cover;}
	.main-content#login{margin-top:0px;}
	.main-content#login:before {
		height: 119px;
		background-size: auto 100%;
	}
	#login .login-sidebar {
		width: 105%;
		min-height: auto;
		padding-top: 0;
		z-index: 3;
		background: #1675aa;
	}
	#login .login-sidebar .logo {
		width: 50%;
		margin-left: 32%;
	}
	#login .login-sidebar:after{display:none;}
	#login .login-sidebar .info{display:none;}
	#login .login-data{min-height:auto; border-radius:0; padding-top:80px; padding-bottom: 100px; display:block;}
	.logo-unc {
		position: absolute;
		right: 25px;
		bottom: 25px;
		z-index: 9;
		width: 30%;
	}
	#login .login-data .card-content {
		width: 90%;
		margin-left: 5%;
	}
	
}		

@media screen and (max-width:600px) {
	
}								