html, body{
	padding: 0;
	margin: 0;
}
body{
	background: black;
}
@font-face{
	font-family: 'Decade';
	src:  url('Decade.woff') format('woff'),
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('Decade.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3â€”5 */
}
h1{
	font-family: 'Permanent Marker', cursive;
	font-size:40px;
	margin-bottom: 20px;
	color:#000;
}
h2{
	font-family: 'Francois One', sans-serif;
	font-size:30px;
	color:#000;
}
p{
	color: #000;
}

.logo{
	width: 190px;;
}
.logo--dashboard{
	margin-left: 10px;
}
.bg{
	background-image: url(images/background.png);
}
.bg__dashboard{
	background: url(images/bg-dashboard.png)  #fff;
	background-size: cover;

}
.dashboard{
	width: 100%;
}
.dashboard__panel{
	width: 18%;
	float: left;
}
.dashboard__panel--left{	
	background: #e1e1e1;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100vh;
}
.dashboard__panel--right{
	padding-top:30px;
}
.tabla__grid{
	border-spacing: 5px;
	border-collapse: separate;
	border: none;
}
.done{
	color:#1a73e8;
}
.tabla__grid thead td{
	background-color: #e51b1e;
	font-family: 'Rubik', sans-serif;
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	padding:5px 10px;
}
.tabla__grid tbody td{
	background-color: #ccc;
	font-family: 'Rubik', sans-serif;
	color: #666;
	font-weight: bold;
	border: 1px solid white;
	padding:10px;
}
.tabla__grid tbody tr:first-child td {
    border-radius: 3px;
}

.center{
	text-align:center;
}
.titulo_alumno{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
}
.menu{
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
}
.menu  a{
	font-family: 'Rubik', sans-serif;
	background:white;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding:10px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-radius: 5px;
}
.menu__active{
	background-color: #e51b1e !important;
	color: white !important;
}
.container__login{	
	padding: 40px 40px 60px 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #010101;
}
.form__title{
	color:white;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.form__error{
	font-family: 'Rubik', sans-serif;
	color: red;
}
.form__field{
	font-family: 'Rubik', sans-serif;
	background:#fff;
	border-radius: 10px;
	border: none;
	border: 1px solid #ccc;
	color: #000;
	height: 45px;
}
.form__label{
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.form__select{
	font-family: 'Rubik', sans-serif;
	background: transparent;
	border-radius: 10px;
	border: none;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	height: 45px;
}
.form__textarea{
	background: transparent;
	color:#000 !important;
	border: 1px solid #000;
}
.form__submit{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 20px;	
	background-color: #ff1e00;
	color: white;
	border: none;
	font-weight: bold;
}
.form__submit:hover{
	text-decoration: none;
	background: none;
	border: 1px solid #c70c0c;
	color: red;
	font-weight: bold;
}

.form__submit--disabled{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 20px;	
	background-color: #CCC;
	color: black;
	border: none;
	font-weight: bold;
}

.btn{
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
}
.titulo{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	margin-bottom: 25px;
}
.titulo--gris{
	color: white;
	margin-top: 40px;
	margin-bottom: 20px;
}
.titulo--center{
	text-align: center;
}
.titulo--left{
	text-align: left;
}


/* MENU */
.menu::before{
	opacity: 0.5;
}
.navbar{
	margin-bottom: 0px !important;
}
.navbar-inverse .navbar-brand{
	color:#000;
	font-weight: bold;
}
.navbar-inverse{
	background: transparent;
	border:none;
	color: #000000;
}
.navbar-inverse .navbar-nav>li>a{
	color: grey;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	font-size: 17px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background-color:#4064b0;
}
.navbar-toggle{
	margin-right:0px;
}

/* FIN MENÚ */

p{
	font-family: 'Rubik', sans-serif !important;
	color:#000;
	font-weight: bold;
	font-size: 18px;
}
.calificacion__text{
    margin-bottom: 10px;
    background: transparent;
    color:#000;
    border: 1px solid #000;
    padding: 10px 10px;
    font-family: 'Rubik', sans-serif !important;
}
.calificacion--select{
	background: transparent;
}
.table{
	background: transparent;
}
.table__head{
	font-family: 'Rubik', sans-serif !important;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.table__head--center{
	text-align: center;
}
.table__grid{
	color:#000;
	font-family: 'Rubik', sans-serif !important;
	font-size: 15px;
}
.table__grid--center{
	text-align: center;
}

.calificacion--number{
	width: 60px;
    height: 35px;
    background: transparent;
    border: 1px solid #000;
    padding: 10px;
    font-family: 'Rubik', sans-serif !important;
}
.input--text{
	height: 35px;
	background: transparent;
    border: 1px solid white;
    padding: 10px;
	font-family: 'Rubik', sans-serif !important;
	color: white;
}
.label--input{
	color: grey;
	font-family: 'Rubik', sans-serif !important;
	font-weight: bold;
	height: 35px;
	line-height: 1.2;
}

/* Customize the label (the container) */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: auto !important;
  right: auto !important;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-pic{
	width: 120px;
}

a.fab--icon{
	color:#000;
	font-size:20px;
}
/*PC O Desktop*/
@media screen and (min-width: 1000px) {
	body{
		background-size: cover;
	}
	.container__login{
		width: 350px;
		margin-top: 120px;
	}
	#top{
		background-color: #060606;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.content{
		width: 64%;
		float: left;
	}
	.content__dashboard{
		background: white;
		border-radius: 3px;
		padding: 40px 40px 0 40px;
		margin:40px 40px 0 40px;
		min-height: calc(100vh - 40px);
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.menu .logo{
		height: 60px;
		margin-top: 5px;
	}
	.text--align{
		text-align: right;
	}
	.calificacion__text{
		width: 60%;
	}
}

/*Tablet o Ipads*/
@media screen and (max-width: 767px) {
	body{
		background-size: auto;
	}
	#top{
		background-color: #060606;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content{
		width: 100%;
		float: left;
	}
	.content__dashboard{
		background: white;
		border-radius: 3px;
		padding: 40px 10px 0 10px;
		margin:40px 10px 0 10px;
		min-height: calc(100vh - 40vh);
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#topbar{
		margin-top: 20px;
	}
	.logo{
		margin-left: 10px;
	}
	#myNavbar{
		margin-top: 20px;
	}
	.container__login{
		width: 350px;
		margin-top: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.menu .logo{
		height: 40px;
		margin-top: 5px;
		float: left;
	}
	.text--align{
		text-align: center;
	}
	.calificacion__text{
		width: 90%;
		margin-left: 15px;
		margin-right:15px;
	}
	.img-pic{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.text--center{
		text-align: center;
	}
}

.form__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#000;
    opacity: 1; /* Firefox */
}

.form__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.form__field::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.msg--error{
	color: red;
	text-align: center;
	font-weight: bold;
}
::-webkit-scrollbar {
    display: none;
}

fieldset{
	border: 1px solid white;
}
legend{
	font-family: 'Rubik', sans-serif !important;
	font-size:18px;
	color:#000;
	width: auto;
	border-bottom: 0;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
}
fieldset input[type="text"]{
	color: #999;
}
textarea:readonly{
	background: #ccc;
}

.drag-drop {
    border: 2px dashed #CCC;
    margin-bottom: 20px;
    text-align: center;
    padding: 40px 20px;
}
a i.vista{
	font-size: 30px !important;
	color: #000;
}
a:hover > i.vista{
	text-decoration: none;
	color:#e51b1e;
}
a:hover{
	text-decoration: none;
}
.tab-content{
	padding: 40px 40px;
}
.tabla-genesys{
	border: 1px solid #999;
}
.tabla-genesys tr td{
	padding: 10px 10px;
	border: 1px solid #e8e6e6;
}
td.cabeza{
	background-color: #e51b1e;
	color: white;
	font-weight: bold;
	border:none !important;
}
a.alumnos_btn{
	font-family: 'Rubik', sans-serif;
    border: 1px solid #e51b1e;
    color: #e51b1e;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    border-radius: 15px;
    margin-top: 5px;
    height: 25px;
    align-content: center;
}
.acordeon-contenido {
	display: none; /* Oculta el contenido inicialmente */
	padding: 10px;
	border: 1px solid #ddd;
}
.acordeon-contenido p{
	font-weight: normal;
}
  
.acordeon-titulo {
	width: 100%;
	padding: 10px;
	text-align: left;
	background: #f0f0f0;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
  
.acordeon-titulo:hover {
	background: #e0e0e0;
}

.skeleton {
    height: 16px;
    border-radius: 4px;
    background: linear-gradient(
        90deg,
        #2f2f2f 25%,
        #3a3a3a 37%,
        #2f2f2f 63%
    );
    background-size: 200% 100%;
    animation: shimmer 1.6s infinite ease-in-out;
}

.skeleton-text {
    width: 100%;
}

@keyframes shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    padding: 25px;
    border-radius: 10px;
    min-width: 300px;
    color: white;
    z-index: 10;
}
.input_velocidad{
	color: black;
}
.btn_guardar{
	background-color: #ff1e00;
	color: white;
}
.btn_cancelar{
	background-color: #999;
	color: white;
}

