.image_mostrar{
    cursor: pointer;
}
.color-base {
    color: #07416E;
}
.tabs_header-nav {
    overflow-x: auto;
}
.select_filtro_span  {
    font-weight: bold!important;
}
div iframe {
    max-width: 100%;
}
.file-item {
    position: absolute;
    color: #000;
    background: #fff;
    padding: .3em;
    border: 1px solid rgb(200, 200, 200);
    border-radius: .25em;
    margin-top: 3px;
}
.file-refresh {
    right: 0;
    margin-right: 3px;    
}
.file-delete {
    left: 0;
    margin-left: 3px;    
}
.ed-item_space {
    margin-bottom: .5em;
}
.page-error__container{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    //background: #EEE2E4;
    overflow: hidden;
    position: relative;
}
.page-error__container:before {
    content: "";
    position: absolute;
    background-size: contain;
    opacity: .3;
    width: 80vw;
    height: 80vh;
    filter: blur(5px);
}
.page-error__content {
    width: 75%;
    position: relative;
    border-radius: 0.25em;
    background: rgba(255,255,255,.8);
    text-align: center;
    -webkit-box-shadow: 0 0  2px 1px gray;
    -moz-box-shadow: 0 0  2px 1px gray;
    box-shadow: 0 0  2px 1px gray;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-error__title h2{
    font-weight: bold;
}
.page-error__description {
}
.page-error__options *{
    font-size: 12px;
}
.page-error__options a {
    cursor: pointer;
}
.nota-individual {
    cursor: pointer;
    position: relative;
}
.nota-no_editada {
    background: rgba(252, 202, 202, 0.5);
}
.nota-editada {
    background: rgba(153, 255, 179, 0.5);
}

.transition_background {
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out; 
}
.planilla-input {
    border: none;
    box-shadow: 0 0 2px 0px gray;
    width: 2.5em;
    text-align: center;
}
.planilla-input_btn {
    position: absolute;
    right: -0.15em;
    width: 1em;
    height: 1em;
}
.planilla-input_btn::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: .125em;
}
.planilla-input_btn-close {
    top: -0.15em;
}
.planilla-input_btn-close::before {
    content: "\f00d";
    color: red; 
}
.planilla-input_btn-save {
    bottom: -0.15em;
}
.planilla-input_btn-save::before {
    content: "\f00c";
    color: green; 
}
.nota-text {
    position: relative;
    z-index: 2;
}
.nota-indicador_box {
    position: relative;
}
.nota-indicador-item {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    top: 0;
    right: 0;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
}
.nota-indicador-item.opace {
    border-left: 10px solid #eee;
}
.table-planilla-nota.table th, 
.table-planilla-nota.table td {
    padding: .24em;
    line-height: 1;
}
.table-planilla-nota.table th.opace,
.table-planilla-nota.table td.opace {
    background: #eee;
}

#header {
    z-index: 2;
}

.header-notificacion-box__listado-item-link {
    height: auto;
}

.page-tittle h2 {
    text-align: center;
}
.boton-factura {
    border: 1px solid #EE793A;
    padding: .5em;
    margin: 0;
    max-height: 3em;
    background: #F29766;
    color: #fff;
    text-align: center;
    line-height: 1em;
    border-radius: .25em;
}
.boton-factura:hover {
    background: #F08C56;    
}

.table-overflow {
    max-height: 50vh;
    overflow-y: auto;
}
.td-overflow {
    max-height: 3em;
    overflow-y: auto;    
}
.table-overflow .table {
    margin-bottom: 0;
}

.container-html {
    border: 1px solid gray;
    padding: .3em;
    max-height: 275px;
    overflow: auto;
}
.cuadroDialogo {
    z-index: 10000;
}

.pointer {
    cursor: pointer;
}
li {
    list-style: none;
}

.ficheros-listado {
    overflow-y: auto;
    max-height: 50vh;    
}

.text-overflow {
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;
    /*    padding-right: 2em;*/
}
input.checkbox + span {
    font-size: 1.2em;
}
input.radio + span {
    font-size: 1.2em;
}


.etiqueta-box {
    display: block;
    border-radius: 0.125em;
    margin: .3em;
    display: table;
    box-sizing: border-box;
    box-shadow: 0 0 2px #999999;
}
.etiqueta-item{
    display: inline-block;
    padding: .3em 0;
    font-size: .85em;
    /*text-decoration: underline;*/
}

.container-gif-box {
    position: fixed;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.container-gif {
    display: flex;
    justify-content: center;
}
.gif-loading {
    font-weight: bold;
}
.gif-loading {
    max-height: 4em;
}

.tarjets-users {

}
.tarjet-user {
    position: relative;
    background: #FFF;
    padding: .5em;
    border-radius: .25em;
}
.tarjet-user-foto {
    padding: 0;
}
.tarjet-user-foto img {
    max-height: 4em;
    max-width: 100%;
}
.tarjet-user-data {   
    font-size: .8em;
}
.tarjet-user-data label {
    font-weight: bold;
}
.tarjet-user-data {
    background: #FFF;
}
.tarjet-user-select{
    position: absolute;
    display: flex;
    top: -.4em;
    right: -.4em;
    height: 1.5em;
    width: 1.5em;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.tarjet-ciclo {
    background: #fff;
    padding: .5em;
    border-radius: .25em;
    box-shadow: 0 0 1px grey;
    position: relative;
    text-align: center;
}
.tarjet-ciclo-select {
    padding: 0 .5em;
    border-radius: 0.25em;
    background: #07416E;
    color: #FFF;
    overflow: hidden;
    cursor: pointer;
}
.container-items-filtros {
    background: #fff;
    box-shadow: 0 0 1px grey;
    padding: .2em;
    margin-bottom: .5em;
}
.filtro-container-ciclo {
    padding: .5em!important;
    padding-top: 0!important;
    background: #fff;
    box-shadow: 0 0 1px grey;
    margin: 0 .5em;
}
.filtro-title {
    margin: 0;
    padding: 0;
    color: #07416E;
}
.filtro-close {
    padding: .3em .4em;
    border-radius: 0.25em;
    background: #f51c1c;
    color: #FFF;
    overflow: hidden;
    cursor: pointer;
}
.filtro-user-rol {
    background: #07416E;
    color: #fff;
    padding: 0 .4em;
}
.filtro_item {
    background: #fff;
    padding: .2em .5em;
    box-shadow: 0 0 1px grey;
    margin-bottom: .3em;
}
.filtro_item:last-of-type{
    margin-bottom: 0;
}
.filtro-container-lista {
    background: #eee;
    border: 1px solid #797979;
    max-height: 50vh;
    overflow-y: auto;
}

/*mensajeria seleccion destinatarios */
.item-user-filtro {        
    width: 100%;    
    border: 1px solid gray;
    margin: .1em 0;
    padding: .1em .3em;
}
/* Container listado de usuarios destinatarios */
.m_container-list-destinatarios {
    max-height: 15em;
    overflow-y: auto;
}
/* Container buscador de usuarios */
.m_container-buscador-usuarios {
}
/* Contenedor de input busqueda de usuarios */
.m_buscador-user {
    margin-bottom: .5em;
}
/* Listado de usuarios resultado de filtro */
.m_list-user {
    max-height: 10em;
    margin-bottom: .5em;
    overflow: auto;
}

.container-user {
    box-shadow: 0 0 0 gray; 
}
.seleccion-item_rol-add {
    background: #d6f3d6;
    padding: .1em .3em;
}
.seleccion-item_rol-delete {
    background: #ffe6e6;
    padding: .1em .3em;
}
.seleccion-item_plus {
    padding-left: .2em;
    color: green;
}
.seleccion-item_trash {
    padding-left: .2em;
    color: red;
}

/* MENSAJERIA */

.total_respuestas {
    padding: .1em .5em;
    background: #07416E;
    color: #FFF;
    border-radius: .25em;
}
.m_list_user-rol {
    padding-right: .4em;
    font-size: .8em;
    font-style: italic;
}
.m_list_user-names {

}

.m_respuesta-container.ver {
    box-shadow: 0 0 2px 2px #07416E inset;
}
.m_container {
    background: #fff;
    padding: .5em;
}
.m_content {
    /*border: 1px solid red;*/        
}
.m_destinatarios {
    position: relative;
}
.m_destinatarios-item {
    display: flex;    
    align-items: center;
    padding: .3em 0;
    border-bottom: 1px solid gray;
}
.m_destinatarios-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.m_destinatarios-box {
    position: absolute;
    background: #FFF;
    max-height: 11em;
    overflow-y: auto;
    border: 1px solid gray;
    border-radius: 0.125em;
    padding: .3em;
    z-index: 1;
}
.m_destinatarios-element {
    padding-left: .4em;
}
.m_destinatarios-element:first-of-type {
    margin-top: 0;
    padding-left:  0;
}
.m_destinatarios-item-foto {    
    width: 2.2em;
    height: 2.2em;
    border-radius: .25em;
    overflow: hidden;
}
.m_destinatarios-item-foto img {        
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.m_destinatarios-item-user {
    font-size: .85em;
}
.m_destinatarios-item-rol {       
    font-size: .80em;
    font-weight: bold;
}
.m_destinatarios-item-estado {       
}
.m_content-asunto-span {
    padding: .5em 0;
    font-size: 1em;
    font-weight: bold;
}
#content-mensajeria {
    padding: .5em 0;
}
#m-container-bandejas {
    padding: .2em;
    background: #EEEEEE;
}
.m_bandeja-item {
    padding: .2em;
    margin: .3em 0;
    border-left: 2px solid white;
    background: #FFFFFF
}
.m_bandeja-item.active { 
    border-left: 2px solid gray;
}
.m-chat_emisor {
    background: #FFFFFF;
}
.m-chat_receptor {
    background: #EEEEEE;

}
.number_radios {
    padding: 0 .5em;
    border-radius: 0.25em;
    background: #07416E;
    color: #FFF;
    overflow: hidden;
}

.m_user-info {
    padding-left: .5em;
}
.m_user-name {
    display: block;  
    font-weight: 600;
    font-size: .8em;      
}
.m_user-rol {
    display: block;
    text-align: right;
    font-size: .85em;
    font-style: italic;
}
.m_contenido {
    margin: .5em 0;
    padding: .2em;
    /*max-height: 50vh;*/
    overflow-y: auto;
    border-radius: .25em;
    box-shadow: 0 0 1px 2px #C1D6E6 inset
}
.m_fecha {
    text-align: right;
    font-size: .8em;
    font-style: italic;
}
.m_responder button{
    margin-top: 1em;
}
.m_icono_action {
    padding: 0 .4em;
    color:#07416E;
}
.m_container-destinatario-mensajes {
    padding: 1em 0; 
    border-bottom: 1px solid gray;
}
.m_container-destinatario-mensajes:first-of-type {
    padding: 0 0 1em 0;        
}
.m_container-destinatario-mensajes:last-of-type {
    padding: 1em 0 0 0;
    border: none;
}
.m_container_respuestas-usuario {
    margin-top: .5em;
    background: #E4E6E7;
    padding: .5em;
}
.m_respuesta-container {
    padding: .25em;
    border-bottom: 2px dashed gray;
}
.m_respuesta-container:last-of-type {
    border-bottom: none;
}
.m_respuesta-contenido {
    margin: .5em 0;
    padding: .2em;
    background: #FFFFFF;
    overflow-y: auto;   
    border-radius: .25em;
    box-shadow: 0 0 1px 2px #C1D6E6 inset     
}
.m_respuesta-fecha {
    text-align: right;
    font-size: .8em;
    font-style: italic;
}
.m_respuesta-user {    
    font-size: .8em;
}
.m_list_archivos {
}
.m_list_archivos-item {   
}
.m_list_archivos-item span {
    display: table;
    padding: .3em;
    border: 1px solid #07416E;
}

.table-search-input {
    padding: .2em .3em;
    font-size: .8em;
    line-height: 2;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25em;
    margin-bottom: .5em;
}


.modal-main-title {
    color: #07416E;
    text-align: center;
    margin: 0;
}

.modal-main-descripcion {
    width: 100%;
    margin: 0;
    color: #666;
    text-decoration: underline;
    text-align: center;
}

.container-close-modal {
    background: rgba(255, 0, 0, 0.9);
    padding: 0;
    text-align: center;
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.125em;
    cursor: pointer;
    position: absolute;
    font-size: 1.25em;
    top: 0;
    right: 0
}
a {
    color: #000;
}
a:active {
    color: #000;    
}

.container-close-modal:hover {
    background: red;
}

.container-header-modulos {
    margin: 0.25em;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modulo_activo {
    background: #fff;
    box-shadow: 0 0 4px 0px #07416E;
}

.modulo-menu {
    padding: .5em;
    padding: .5em 1em .5em .5em;
    border-radius: 0.5em;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: .5em;
    cursor: pointer;
}

.modulo-menu-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modulo-menu-img img {
    max-height: 2em;
}

.modulo-menu-link {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999999;
}

.modulo-menu-titulo {
    color: #07416E;
    text-align: center;
    display: block;
    cursor: pointer;
}

.modal-main-close {
    padding: 0;
    color: #fff;
}

.modal-main-close:hover {
    color: rgba(255, 255, 255, 0.5);
}

.lobby_permiso-folder-data_icon {
    padding-right: .3em;
    font-size: 1.2em;
    line-height: 1.2em;
}
.lobby_permiso-folder {
    margin-bottom: .25em;
}
.lobby_permiso-folder-data {
    display: flex;
    justify-content: left;
    align-items: center;
    background: #07416E;
    padding: .5em .5em;
    color: #fff;
    border-radius: .25em;
}
.lobby_permiso-folder-data.open_folder {
    border-radius: 0;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}
.lobby_permiso-listado.none {
    padding: 0;
    background: none;
}
.lobby_permiso-folder-data_text {
    margin: 0;
}
.lobby_permiso-listado {
    margin: 0;
    padding: .3em;
    background: #07416E;
}
.lobby_permiso-item {
    margin: 0.125em 0.1em;
    padding: .2em .5em;
    background: #C6E4FB;
    border-radius: .125em;
    box-shadow: 0 0 2px 0 #052E4D;
}
.modal-main-menu-contenido {
    padding-top: 0;
}
.disabled:hover {
    cursor: not-allowed;
}

.tema_preguntas {
}
.tema_pregunta_item {
    margin: .5em 0;
}
.tema_item--contenido {
    display: flex;
    position: relative;
    /*padding: .5em .2em;*/
}
.tema_item--contenido_number {
    padding-right: .3em;
}
.tema_item--contenido_text {
    padding-right: 1em;
}   
.tema_item--contenido_option {
    border: 1px solid #347AB7;
    border-radius: .25em;
    text-align: center;
    /*display: inline-table;*/
}
.tema_pregunta_item--imagen {
    max-height: 8em;
    border: 2px solid rgb(150, 150, 150);
    border-radius: .125em;
    overflow: hidden;
}
.tema_pregunta_item--content {
    padding: .3em;
}
.tema_pregunta_item-pregunta {
}
.tema_pregunta_item-box--container {
    background: #fff;        
    border: 1px solid #0B69B1;
    border-radius: 0.25em;
}
.tema_pregunta_item-box--operaciones {
    border-top: 1px solid #0B69B1;
}
.hover-agregar:hover, .hover-agregar:active {
    background-color: #5cb85c;
    color: white;
}
.hover-editar:hover, .hover-editar:active {
    background-color: #f0ad4e;
    color: white;
}
.hover-eliminar:hover, .hover-eliminar:active {
    background-color: #D9534F;
    color: white;
}
.box_editor-html{
    overflow-x: auto;
}
.box_editor-html p {
    margin: 0;
}
.foro-respuesta-principal {
    border-bottom: 3px solid #07416E;
    padding-top: .2em; 
    padding-bottom: .2em; 
    background: #FFFFFF;
    position: relative;
}
.foro-respuestas {
    background: #F5F5F5;
}
.foro-respuesta-secundaria {
    border-bottom: 1px solid #07416E;
}
.foro-respuesta-secundaria:last-of-type {
    border-bottom: none;
}
.foro-respuesta-principal:last-of-type {
    border-bottom: none;
}
.item-colapsar {
    position: absolute;
    top: 0.9375em;
    right: 0.9375em;
    box-shadow: 0 0 0 1px gray;
}
.btn-colapsar {
    color: gray;
    cursor: pointer
}

.tema_opcion-regular {
    background: rgba(255, 194, 102, 1);
}
.tema_opcion-correcta {
    background: rgba(185, 233, 206, 1);
}
.tema_opcion-incorrecta {
    background: rgba(255, 178, 178, 1);
}
.tema_opcion {
    border-top: 1px solid #0B69B1;
    padding-top: .5em;
}
.tema_opcion_box {
    padding-bottom: .5em;
}
.tema_opcion--item {
    border: 1px solid gray;
    border-radius: .25em;
    overflow: hidden;
    padding: .2em;
}
.relacionar_container_opciones {
    width: 100%;
    background: #fff;
    padding: .25em .5em;
    min-height: 4em;
    min-width: 4em;
    border: 2px solid gray;
    border-radius: .25em;
}

.relacionar_container-hover {
    border: 2px dotted green;
    position: relative;
}
.relacionar_container-hover * {                
    opacity: .5;
}
.relacionar_container-hover::before {
    content: "Arrastre aqui";
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    font-weight: bold;
}

.relacionar_elemento {
    border : 1px solid #0B69B1;
    padding: .3em;
    margin: .3em 0;
}
.relacionar_elemento-correcto {

}
.relacionar_elemento-incorrecto {

}
.relacionar_elemento-guardado {

}
.listado_opciones {

}
table.table_small tbody td {
    font-size: .8em;
}
.color-white {
    color: white;
}
.color-black {
    color: black;
}
.iFrameCalendarioOverflow {
    max-height: 65vh;
    overflow-y: auto;
}
.iFrameCalendarioOverflow .table {
    margin-bottom: 0;
}
.iFrameCalendario {
    height: 100%;
    background: #FFF;
    padding: .5em;
    border: 1px solid gray;
}
.calendario_boton {
    outline: none;
    line-height: .6em;
}
.calendario_boton_border-tareas {
    border: 2px solid #3A7AD9;
}
.calendario_boton_border-tareas:hover {
    background: #90BAF9;    
}
.calendario_boton-tareas--active {
    background: #3A7AD9;
    color: #FFF;
}
.calendario_boton_border-foros {
    border: 2px solid #FFA500;
}
.calendario_boton_border-foros:hover {
    background: #FFC252;    
}
.calendario_boton-foros--active {
    background: #FFA500;
    color: #FFF;
}
.calendario_boton_border-evaluaciones {
    border: 2px solid #BF0C78;
}
.calendario_boton_border-evaluaciones:hover {
    background: #F566BC;    
}
.calendario_boton-evaluaciones--active {
    background: #BF0C78;
    color: #FFF;
}
.calendario_boton_border-citas {
    border: 2px solid #10BC97;
}
.calendario_boton_border-citas:hover {
    background: #33EBC3;    
}
.calendario_boton-citas--active {
    background: #10BC97;
    color: #FFF;
}

.bloque_horario-tipo__1 {
    background: #4285F4;
    color: #FFFFFF;
}
.bloque_horario-tipo__2 {
    background: #34A853;
    color: #FFFFFF;
}
.bloque_horario {
    padding: .2em .3em;
}
.bloque_titulo {
    font-weight: bold;
}

.slideshow {
    width: 100%;
    height: 50vh;
    border: 2px solid #0B69B1;
    position: relative;
    background: #FFF;
}

.slider ul {	
    height: 75%;
}
.slider, .slider li {
    height: 100%;	
}
.slider li, ul{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slider li{
    position: relative;
    overflow: hidden;
    text-align: center;

}
.slider li .slider-title {
    display: block;
    height: 10%;
    padding: .125em 0; 
    background: #0B69B1;
    color: #fff;
    font-weight: bold;
}

.slider li .slider-img {
    height: 60%;
}
.slider li img{	
    max-width: 100%;
    height: 100%;
}

.slider .caption{
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    padding: .8em 2em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    background: rgba(11, 105, 177, 0.3);
    color: #363731;
    overflow: hidden;
}

.slider .caption h1{
    font-size: 1.1em;
    margin: 0;
}

.slider .caption p{
    font-size: 1em;
    padding: .2em ;
    margin: 0;
}

.slideshow .left, .slideshow .right{
    position: absolute;
    top: 10%;
    height: 60%;

    display: flex;
    align-items: center;
    color: #0B69B1;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}

.slideshow .left{
    left: 0px;
}

.slideshow .right{
    right:0px;
}


@media screen and (max-width: 600px){
    .slider .caption {		
        padding: 1em .125em;
    }
    .slider .caption p{
        display: none;
    }

    .slider .caption h1{
        font-size: 1em;
    }

    .slideshow .left, .slideshow .right{
        font-size: 30px;
    }
}

/*form styles*/
#msform {
    padding: .5em;
    margin: 0 auto;
    position: relative;
    background: rgba(0,0,0,.1);
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    /*margin: 0 10%;*/

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*buttons*/
#msform .action-button {
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: .8em  .5em;
    margin: .5em;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: .5em;
}
.fs-subtitle {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 1em;
}
/*progressbar*/
#progressbar {
    margin-bottom: 1em;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    text-align: center;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    /*width: 33.33%;*/
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.fs-buttons {
    text-align: center;
}

/*PODIO */
.podio {

}
.podio_item {
    max-width: 12em;
    padding: .5em 1em;
    background: #FFF;
}
.podio_item-foto {
    height: 10em;
    text-align: center;  
    border-radius: .25em;
    box-shadow: 0 0 5px 1px #FFDE3B;
    overflow: hidden;
}
.podio_item-foto img {
    height: 100%;
    max-width: 100%;        
}
.podio_item-nombre {
    text-align: center;
    font-weight: bold;        
}
.podio_item__posicion {
    width: 100%;
    position: relative;
    border-left: 20px solid #FFDE3B;
    border-right: 20px solid #FEB511;
}
.podio_item__posicion-1 {
    height: 6em;
}
.podio_item__posicion-2 {
    height: 4em;
}
.podio_item__posicion-3 {
    height: 3em;
}    
.podio_item__posicion:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFC90F;
}
.podio_item__posicion:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 1.5em;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    left: 50%;
    top: 50%;
    color: #FFF;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.podio_item__posicion-1:after {
    content: "1";
}
.podio_item__posicion-2:after {
    content: "2";
}
.podio_item__posicion-3:after {
    content: "3";
}
.nota_tipo-1 {
    background: #FF0000;
}
.nota_tipo-2 {
    background: #FF8000;
}
.nota_tipo-3 {
    background: #FFFF00;
}
.nota_tipo-4 {
    background: #80FE04;
}
.nota_tipo-5 {
    background: #06FE00;
}

.respuesta_opcion {
    padding: .3em;
    border: 2px solid #0B69B1;
    border-radius: .25em;
}

.planeaciones_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;

    overflow-x: auto;
    background: #FFF;

}
td.planeacion-contador_celda {
    background: rgb(8, 129, 171);
    color: #FFF;
    text-align: center;
    padding: .2em;
    font-size: small;
}

td.planeacion-contador_celda--item {
    position: relative;
}

td.planeacion-contador_celda--columna,
td.planeacion-contador_celda--item {
    width: 140px;
}
td.planeacion-contador_celda--filas, 
td.planeacion-contador_celda--item {
    height: 140px;
}

.planeaciones-celda_contenido {  
    height: 100%;
    margin-right: 12px;
    overflow: auto;
    opacity: 0.4;
}
.planeaciones-celda_contenido.no_operacion {
    opacity: 1;
}
.planeaciones-celda_operaciones .item_accion {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 2px;
    background: #FFF;        
}
.planeaciones-celda_operaciones.no_operacion {
    display: none;
}

.planeaciones-celda_opciones {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.planeaciones-celda_operaciones {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .3);
    border: 1px solid #FFF;
}


/* PODIO */
.podium {
    --podium-size: 100px;
    display: flex;
    align-items: flex-end;
    margin-bottom: .5em;
}

.podium__item {
    width: var(--podium-size);
    text-align: center;
}

.podium__item .podium__img {
    width: calc(var(--podium-size) - 6px);
    border-radius: .5em;
    box-shadow: 2px 2px 3px #1F95D1;
}

.podium__rank {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    border-top: 5px solid #1F95D1;
    border-right: 1px solid #1F95D1;
    border-bottom: 1px solid #1F95D1;
    position: relative;
}

.podium__rank::after,
.podium .first::before {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 5px solid #1F95D1;
    top: -4px;
}

.podium__label {
    text-align: center;
    text-transform: uppercase;
    font-size: .75em;
    margin: 0;
    padding: 0 6px;
}

.podium .first {
    min-height: 100px;
    background: #93D0EF;
    flex-direction: column;
}

.first svg {
    display: block;
    color: #ffbf00;
    width: 50px;
    height: 50px;
}

.podium .second {
    min-height: 80px;
    background: #87CBED;
    border-left: 1px solid #1F95D1;
}

.podium .third {
    min-height: 60px;
    background: #7AC5EB;
}

.podium .first::after {
    left: 5px;
    width: 100%;
}

.podium .first::before {
    left: -5px;
    width: 100%;
}

.podium .second::after {
    left: -5px;
}

.podium .third::after {
    left: 5px;
}