[v-cloak] {
    display: none
}

h3.section-title {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}

.pregunta-handle {
    cursor: ns-resize;
}

.pregunta {
    font-weight: bold;
}

li > label {
    font-weight: normal;
}

form[name=frmContenidoObligatorio] thead th {
    text-align: center;
}
form[name=frmContenidoObligatorio] td {
    cursor: pointer;
    text-align: center;
}

form[name=frmContenidoObligatorio] td div input {
    transform: scale(1.25);
}

.sin-borde {
    border: 0 !important;
}

.usuario {
    padding: 6px;
    border-left: 6px solid #ddd;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: rgba(250,250,250,.75);
}

.border-bottom-amarillo {
    padding: 0 3px 3px 3px;
    border-bottom: 2px solid #FECE00;
    margin: 0 6px;
}

.border-bottom-rosa {
    padding: 0 3px 3px 3px;
    border-bottom: 2px solid #FF058D;
    margin: 0 6px;
}

.border-bottom-celeste {
    padding: 0 3px 3px 3px;
    border-bottom: 2px solid #00CAED;
    margin: 0 6px;
}

.border-bottom-gris-oscuro {
    padding: 0 3px 3px 3px;
    border-bottom: 2px solid #888;
    margin: 0 6px;
}

.anuncios {
    padding: 6px;
    border-left: 6px solid #939393;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: rgba(250,250,250,.75);
}

.anuncios h4 {
    font-size: 16px;
    color: #016BB9;
    font-weight: bold;
}
.anuncio {
    cursor: pointer;
}
.anuncio .texto-anuncio {
    line-height: 1.2em;
    height: 4.2em;
    display: block;
    display: -webkit-box;
    position: relative;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9em;
}
.anuncio img {
    height: auto;
    max-height: 250px;
    margin: 0 auto;
}
.anuncios .btn-default {
    background-color: #f0f0f0;
    border: 0;
    font-size: 12px !important;
}
.anuncios a.btn-default:hover {
    transition: all 0.2s;
    background-color: #666 !important;
    color: #f0f0f0;
}

.anuncios .btn-default i.fa {
    color: #016BB9;
}

.anuncios .btn-default:hover i.fa {
    transition: all 0.2s;
    color: #f0f0f0;
}

a.btn.btn-inscripcion {
    border: 0;
    background-color: #eee;
}
a.btn.btn-inscripcion:hover {
    transition: all 0.3s;
    background-color: #333;
    color: #fff;
}
.contenidos {
    padding: 6px;
    border-left: 6px solid #FECE00;
    margin-top: 6px;
    margin-bottom: 6px;
}

.contenido {

}

.contenido.col-md-4, .contenido.col-xs-12 {
    padding: 0;
}

.contenido-inner {
    margin: .25em;
    padding: .5em;;
    background-color: #f8f8f8;
}

.fade-enter-active {
    transform: scale(1);
    transition: transform .5s;
    display: block;
}

.fade-leave-active {
    transform: scale(0);
    /*transition: transform .5s;*/
    display: none;
}

.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
    transform: scale(0);
    transition: transform .1s;
}

.contenidos {
    background-color: rgba(250,250,250,.75);
}
.contenido {
    height: 295px;

}

.contenidos-disponibles .fa.fa-star {
    cursor: pointer;
}
/*
    Rosa: #FF058D
 Celeste: #00CAED
 Naranja: #FF7409
    Gris: #d0d0d0
Amarillo: #FECE00
   Verde: #008421
    Azul: #006DAC
Gris osc: #888888
*/
.fondo-rosa {
    background-color: #ff058d;
}
.fondo-celeste {
    background-color: #00CAED;
}
.fondo-celeste-boton {
    background-color: #009DE2;
}
.fondo-naranja {
    background-color: #ff7409;
}
.fondo-gris {
    background-color: #d0d0d0;
}
.fondo-gris-oscuro {
    background-color: #888888;
}
.fondo-verde {
    background-color: #008421;
}
.fondo-amarillo {
    background-color: #fece00;
}
.contenido .contenido-inner .contenido-wrapper {
    margin: .35em;
}
.contenido .linea-superior {
    height: 4px;
}
.contenido .header {
    text-align: center;
    font-weight: bold;
    height: 40px;
    margin:4px 0;
}
.contenido .desccorta {
    margin: 8px 0 14px 0;
    line-height: 1.4em;
    height: 4.2em;
    position: relative;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icono-redondo {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-top: 2px;
    color: #fff;
    text-align: center;
}
.contenido a {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
.icons {
    padding: 0 10px;
}
.doble {
    zoom: 1.25;
}

#app nav {
    text-align: center;
}

#miscursos .icono-redondo {
    cursor: pointer;
}

.panel-encuesta,
.panel-encuesta .panel-heading,
.panel-contenido,
.panel-contenido .panel-heading {
    border-radius: 0;
}
.panel-encuesta .panel-heading {
    color: #006DAC;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
}
.panel-contenido .panel-heading {
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

a.white {
    color: #fff;
}

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

.descargar {
    border-bottom: 3px solid #1ab7ea;
    width: 100%;
}
/*@media screen and (min-width: 768px) {
    position: absolute;
    bottom: 0;
}*/
.descargar .descargar-link {
    background-color: #f3f3f3;
}
.descargar .descargar-link a {
    color: #000;
    padding: 10px;
    display: inline-block;
}
.filters > div {
    /*border: 1px solid #ddd;*/
    margin: 0;
    border-radius: 3px;
    padding: .5em;
    background-color: #f0f0f0;
}
.filters label {
    margin: .25em 1em .25em .25em;
}
.filters label:first-child {
    margin: 0;
    font-size: 120%;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 62.5%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

h4 > .badge {
    font-size: 18px;
    padding: .75em;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}

label.rok {
    font-weight: bold;
    background-color: #afa;
}

.bg-realizado {
    background-color: #c6dbcc !important;
}

.bg-pendiente {
}

.table>tbody>tr>td[data-sort] {
    vertical-align: middle;
}

.progress {
    margin-bottom: unset;
}
.progress>div {
    color: #222;
    text-shadow: 0 0 2px #eee;
    font-weight: bold;
}

#miequipo .breadcrumb>li+li:before {
    color: #222;
    content: '»';
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	background-color: #888;
	padding: 15px 12px;
}
footer {
    position: relative;
    z-index: 100;
}
