@font-face {
	font-family: "sevprom";
	src:url("/assets/fonts/sevprom.eot");
	src:url("/assets/fonts/sevprom.eot?#iefix") format("embedded-opentype"),
		url("/assets/fonts/sevprom.woff") format("woff"),
		url("/assets/fonts/sevprom.ttf") format("truetype"),
		url("/assets/fonts/sevprom.svg#sevprom") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "sevprom" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "sevprom" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-nuevo-proyecto:before { content: "\61"; }
.icon-qr:before { content: "\62"; }
.icon-lista:before { content: "\63"; }
.icon-bd:before { content: "\64"; }
.icon-profesores:before { content: "\65"; }
.icon-nuevo-profesor:before { content: "\66"; }
.icon-subir:before { content: "\67"; }
.icon-tasks:before { content: "\68"; }

@keyframes slideDown {
	from { top: -150px; opacity: 0; }
	to   { top: 0; opacity: 1; }
}

body {
	background: #F6F7EB;
}

.container-login {
	max-width: 365px;
	margin: 0 auto;
	margin-top: 16px;
	padding: 32px 18px;
	border: 1px solid #c1d4e4;
	background: #fdfdfd;
	border-radius: 5px 5px 12px 12px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.container-login .login-logo {
	width: 100%;
	height: 140px;
	background: url('/assets/img/logo/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

nav.navbar {
	background: #fbfbfb;
	border-bottom: 1px solid #dcdec8;
	box-shadow: 0 -2px 4px rgba(0,0,0,0.2);
}

.navbar-light .navbar-nav .nav-item {
	transition: 480ms ease-out;
}

.navbar-light .navbar-nav .nav-item:hover {
	background: #f3f0e5;
}

.navbar-light .navbar-brand {
	transform: rotate(-15deg);
}

.navbar-light .navbar-brand:hover {
	transform: scale(2.0, 2.0) translate(2px, 2px);
	transition: 280ms ease;
}

.contenido-main {
	max-width: 920px;
	margin-top: 40px;
}

.contenido-main.extend {
	max-width: 1280px;
}

.contenido-main .tab {
	background: #FFF;
	padding: 14px 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	position: relative;
	margin-top: 14px;
}

.contenido-main .tab.show {
	display: block;
	animation: slideDown 700ms ease forwards;
}

.contenido-main .tab.selectorProyectos {
	display: block;
}

.contenido-main .tab.formProyectos .category {
	padding-top: 14px;
	padding-bottom: 20px;
	border-bottom: 1px dashed
	 #dcdcdc;
}

.listaEvaluaciones > .row {
	padding: 12px 0;
	border-bottom: 1px dotted #CCC;
}

.listaEvaluaciones > .row > .col-md {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listaEvaluaciones > .row > .col-md.titulo {
	min-width: 210px;
}

.listaEvaluaciones > .row > .col-md.actions {
	min-width: 145px;
	max-width: 185px;
}

.listaEvaluaciones .row.aspecto {
	white-space: normal;
}

.listaEvaluaciones > .row.header {
	background: #efebe2;
	font-weight: bold;
}
.listaEvaluaciones > .row.header > .col-md {
	white-space: normal;
}

.listaEvaluaciones > .row > .col-md.date {
	white-space: normal;
	min-width: 115px;
}

.listaEvaluaciones > .row > .col-md.modulo4 {
	display: none;
}

.listaEvaluaciones.ince > .row > .col-md.modulo4 {
	display: block;
}

input.yk-custom-file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	overflow: hidden;
	position: absolute;
}

.vistaprev h4 {
	color: #8b9054;
	position: relative;
	margin-top: 1.5rem;
}

.vistaprev h4::before {
	content: '';
	display: block;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-35%);
	width: 10px;
	height: 10px;
	background: #afb754;
	border-radius: 0 50% 50% 0;
}