/*@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html,
body{
    min-height: 100%;
}
body{
	font-family: 'Open Sans', Arial;
	font-weight: 100;
}
div#app{
    min-height: 100%;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.row.row-table{
    display: table;
    width: 100%;
}
.row.row-table .col-cell{
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}

/* Header */
.navbar-default{
    background-color: #F0F0F1;
    margin-bottom: 0;
}
.navbar-header{
    padding-left: 15px;
    background-color: #FAFAFA;
    position: relative;
}
.navbar-header:after{
    content: ' ';
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 22px solid #FAFAFA;
    position: absolute;
    right: -22px;
}
.navbar-brand{
    height: auto;
    width: 220px;
}
.navbar-right{
    margin-right: 0;
    min-width: 200px;
}
.navbar-nav.navbar-right > li{
    width: 100%;
    text-align: right;
}
.navbar-nav.navbar-right > li > a{
    padding-top: 9px;
    padding-bottom: 9px;
}
.navbar-nav.navbar-right > li > .dropdown-menu{
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 4px solid #00BDEC;
}
.navbar-nav.navbar-right > li > .dropdown-menu li a{
    text-transform: uppercase;
    font-size: 10px;
    padding: 8px 20px;
}
span.user-top{
    display: table;
    width: 100%;
}
span.user-top .imagen-perfil{
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    padding-right: 5px;
}
span.user-top .imagen-perfil img{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
span.user-top .email{
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

/* Footer */
footer#footer{
	margin-top: 0;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 15px;
}

table.table-body{
    width: 100%;
}
table.table-body tr td{
    vertical-align: top;
}
table.table-body tr td.content{
    width: auto;
    padding: 15px; 
}
table.table-body tr td.col-left,
table.table-body tr td.col-right{
    width: 200px;
    background-color: #2F4050;
}
table.table-body tr td.col-right{
    background-color: #F9F9F9;
}
table.table-body tr td.col-left.collapse,
table.table-body tr td.col-right.collapse{
    width: 50px;
}

/* Login */
img.img-login{
    margin: 0 auto 30px;
}

/* Menú Lateral */
#menu-lateral{
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: sticky;
    top: 15px;
    max-height: 100vh;
    overflow-y: auto;
}
#menu-lateral > .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
#menu-lateral ul.nav{
	width: 100%;
}
#menu-lateral ul.nav li{
	float: none;
}
#menu-lateral ul.nav li a{
    color: rgba(255,255,255,.6);
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 4px solid transparent;
}
.collapse #menu-lateral ul.nav li a{
    font-size: 0px;
    line-height: 16px;
}
#menu-lateral ul.nav li a span.glyphicon,
#menu-lateral ul.nav li a i.fa{
    margin-right: 10px;
}
.collapse #menu-lateral ul.nav li a span.glyphicon,
.collapse #menu-lateral ul.nav li a i.fa{
    margin-right: 0;
    font-size: 14px;
}
#menu-lateral ul.nav li#menu-lateral-collapse i.fa{
    float: right;
    margin: 0;
    font-size: 20px;
}
.collapse #menu-lateral ul.nav li#menu-lateral-collapse i.fa.fa-arrow-circle-left,
#menu-lateral ul.nav li#menu-lateral-collapse i.fa.fa-arrow-circle-right{
    display: none;
}
.collapse #menu-lateral ul.nav li#menu-lateral-collapse i.fa.fa-arrow-circle-right,
#menu-lateral ul.nav li#menu-lateral-collapse i.fa.fa-arrow-circle-left{
    display: inline-block;
}
.collapse #menu-lateral ul.nav li#menu-lateral-collapse i.fa.fa-arrow-circle-right{
    float: none;
    font-size: 14px;
}
#menu-lateral ul.nav li ul{
	display: none;
}
.collapse #menu-lateral ul.nav li ul{
    display: none !important;
}
#menu-lateral.navbar-default .active > a,
#menu-lateral.navbar-default .active > a:focus,
#menu-lateral.navbar-default a:hover{
    background-color: #293846;
    border-left: 4px solid #00BDEC;
    color: #FFF;
}
#menu-lateral ul.nav li.active > ul{
	display: inherit;
}
#menu-lateral ul.nav li > ul{
	list-style: none;
	padding-left: 0;
	font-size: 12px;
    background-color: #2F4050;
}
.collapse #menu-lateral ul.nav li > ul{
    padding-left: 0;
}
#menu-lateral ul.nav li ul.final li a{
    text-transform: none;
}
#menu-lateral ul.nav li ul li a{
	display: block;
	padding: 6px 4px;
}
#menu-lateral ul.nav li ul li a{
    padding-left: 25px;
}
#menu-lateral ul.nav li ul ul li a{
    padding-left: 35px;
}
#menu-lateral ul.nav li ul ul ul li a{
    padding-left: 45px;
}
#menu-lateral ul.nav li ul ul ul ul li a{
    padding-left: 55px;
}
#menu-lateral ul.nav li ul ul ul ul ul li a{
    padding-left: 65px;
}
.collapse #menu-lateral ul.nav li ul li a{
    padding: 10px 15px;
}
#menu-lateral ul.nav li ul li.active > a{
	color: #FFF;
}
#menu-lateral ul.nav li.logo-institucion{
    text-align: center;
    padding: 20px;
}
.collapse #menu-lateral ul.nav li.logo-institucion{
    padding: 2px;
}
#menu-lateral ul.nav li.logo-institucion img{
    width: 100%;
    max-width: 212px;
    height: auto;
}

/* Menú Lateral Widgets */
#menu-widgets{
    min-height: 0;
    border-radius: 0;
    border: none;
    background-color: #F9F9F9;
    position: sticky;
    top: 0;
    z-index: 90;
}
#menu-widgets ul.nav.navbar-nav{
    width: 100%;
}
#menu-widgets ul.nav.navbar-nav li{
    display: block;
    float: none;
}
#menu-widgets ul.nav.navbar-nav li a{
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
}
.collapse #menu-widgets ul.nav.navbar-nav li a{
    font-size: 0;
}
#menu-widgets ul.nav.navbar-nav li a:hover{
    color: #333;
}
#menu-widgets ul.nav.navbar-nav li a i.fa{
    font-size: 20px;
    float: left;
}
#menu-widgets ul.nav.navbar-nav li a i.fa.fa-arrow-circle-right{
    margin-right: 10px;
}
#menu-widgets ul.nav.navbar-nav li a i.fa.fa-arrow-circle-left,
.collapse #menu-widgets ul.nav.navbar-nav li a i.fa.fa-arrow-circle-right{
    display: none;
}
.collapse #menu-widgets ul.nav.navbar-nav li a i.fa.fa-arrow-circle-left{
    display: inline-block;
}
.collapse #widgets .default-widget,
.collapse #widgets ul.notificaciones{
    display: none;
}
.collapse #widgets *{
    font-size: 0px;
}
.collapse #widgets h4{
    text-align: center;
    padding: 10px;
}
.collapse #widgets h4 i.fa-notificacion{
    margin-right: 0;
}

/* Contenido */
.transition{
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}
.window-block{
    overflow-y: auto;
    height: calc(100vh - 190px);
    position: sticky;
    top: 15px;
    padding-right: 20px;
}
.one-line{
    white-space: nowrap;
    text-overflow: ellipsis;
}
#alert-guardado{
    display: none;
}
h1{
    color: #00BDEC;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 25px;
}
h2{
    color: #293846;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h3{
    color: #333;
    font-size: 14px;
    padding-bottom: 15px;
    position: relative;
}
h3.title:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #00BDEC;
}
h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
a{
    color: #00BDEC;
    text-decoration: none;
}
blockquote{
    border-left: none;
    padding: 10px 0;
}
aside.top{
    color: #00BDEC;
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
[data-toggle="link"],
[data-toggle="ajax-link"]{
    cursor: pointer;
}
div.imagen-perfil{
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    overflow: hidden;
    border-radius: 6px;
}
div.imagen-perfil img{
    width: 100%;
    height: auto;
}
div.evaluaciones{
    width: 100%;
    display: block;
}
div.evaluaciones.evaluaciones-min{
    white-space: nowrap;
    overflow-x: auto;
}
div.evaluaciones div.evaluacion{
    display: inline-block;
    width: 160px;
    height: 130px;
    padding: 15px 20px;
    background-color: #F0F0F0;
    white-space: initial;
    margin-bottom: 2px;
    vertical-align: top;
    text-align: left;
}
div.evaluaciones.evaluaciones-min div.evaluacion{
    width: 120px;
    height: 130px;
    padding: 10px;
    font-size: 12px;
}
div.evaluaciones div.evaluacion h4{
    color: #52BFEB;
    text-align: left; 
    font-size: 12px;
    line-height: 14px;
    height: 29px;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.evaluaciones div.evaluacion p{
    margin-top: 1px;
    margin-bottom: 1px; 
}
img.logo{
    width: auto;
    height: auto;
}
img.logo60{
    max-width: 60px;
    max-height: 60px;
}
img.logo120{
    max-width: 120px;
    max-height: 120px;
}
img.absolute-url{
    max-width: 100%;
    margin: 0 auto;
}

/* Géneros - Secciones */
.seccion h1,
.seccion h2,
.seccion h3{
    font-size: 13px;
    margin: 30px 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.seccion h1{
    margin-top: 10px;
    color: #474843;
}
.seccion h2{
    color: #b7cd22;
}
.seccion h3{
    color: #005768;
}
.seccion table tr th,
.seccion table tr td,
.seccion table tr td p{
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    min-width: 80px;
    font-size: 13px !important;
}
.seccion p,
table.table-comentarios tr td{
    font-size: 14px !important;
    line-height: 1.5em;
    word-spacing: 0.15em;
}
.seccion table.presentacion{
    width: 100%;
}
.seccion table.presentacion tr th{
    vertical-align: top;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
    background: #48cfae;
    color: #FFF;
    font-size: 13px;
    width: 20%;
    min-width: 130px;
    border: 1px solid #36bc9b;
}
.seccion table.presentacion tr th:first-of-type{
    width: 25%;
}
.seccion table.presentacion + table.presentacion tr:first-of-type th,
.seccion table.presentacion + table.presentacion tr:first-of-type td{
    border-top: none;
}
.seccion table.presentacion tr td{
    font-size: 13px;
    border: 1px solid #36bc9b;
    color: #656d78;
}
.seccion table.presentacion tr td ol li{
    margin: 5px 0;
}
.seccion table.estructura-desc{
    width: 100%;
}
.seccion table.estructura-desc tr th{
    background: #5d9cec;
    border: 1px solid #4b89dc;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px;
}
.seccion table.estructura-desc tr td{
    color: #656d78;
    padding: 4px 10px;
    font-size: 13px;
    vertical-align: top;
    border: 1px solid #4b89dc;
    min-width: 115px;
}
.seccion table.estructura-desc tr th,
.seccion table.estructura-desc tr td{
    word-break: initial;
}
.seccion table.estructura-desc tr.par td{
    background: rgba(93,156,236,.5);
}
.seccion table.estructura-desc tr td small{
    display: block;
}
.seccion table.estructura-desc tr td.ejemplo,
.seccion table.estructura-desc tr td.ejemplo p{
    font-style: italic;
    min-width: 180px;
}
.seccion table.estructura-desc tr td p{
    margin: 0 0 5px;
}
.seccion table.estructura-desc tr.par td span{
    display: block;
    font-size: 0.7em;
}
.seccion table.estructura-desc tr td table tr td{
    border: none;
    border-top: 1px solid #CCC;
    padding: 4px 6px;
}
.seccion table.ejemplomodelo tr th{
    background-color: #F3B962;
    color: #FFF;
    font-weight: normal;
    font-size: 12px !important;
    text-align: left;
    padding: 3px 5px;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
}
.seccion table.ejemplomodelo tr th.child{
    width: 20%;
    background: #F2A127;
    padding: 3px 5px 3px 15px;
}
.seccion table.ejemplomodelo table tr th,
.seccion table.ejemplomodelo table tr td{
    min-width: 0;
}
.seccion table.ejemplomodelo tr td{
    vertical-align: top;
    padding: 3px 10px;
    font-size: 12px !important;
    font-weight: normal;
    color: #868686;
    width: 80%;
    line-height: 20px;
}
.seccion table.ejemplomodelo tr td table th,
.seccion table.ejemplomodelo tr td table td{
    width: 2%;
}
.seccion table.rubricas tr th,
.seccion table.rubricas tr td{
    border: 1px solid #e85742;
    font-size: 11px;
    min-width: 80px;
    word-break: initial;
}
.seccion table.rubricas tr th{
    background: #fb6e52;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 4px;
}
.seccion table.rubricas tr th span{
    display: block;
}
.seccion table.rubricas tr td{
    padding: 4px;
    vertical-align: top;
}
.seccion table.evaluacion tr th,
.seccion table.evaluacion tr td{
    border: 1px solid #4b89dc;
    font-size: 12px;
    min-width: 80px;
    word-break: initial;
}
.seccion table.evaluacion tr th,
.seccion table.evaluacion tr td[colspan] {
    background: #5d9cec;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 4px;
}

/* Widgets */
div#widgets{
    position: sticky;
    top: 40px;
    max-height: 100vh;
    overflow-y: auto;
}
div#widgets h4{
    color: #777;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin: 0;
    padding: 20px 10px;
}
div#widgets h4 i.fa-notificacion{
    color: red;
    font-size: 18px;
    margin-right: 5px;
}
ul.notificaciones{
    padding: 0 10px 10px;
    list-style: none;
    color: #2F4050;
    font-size: 11px;
}
ul.notificaciones li{
    background-color: #F9F9F9;
    padding: 6px 0;
    cursor: pointer;
}
ul.notificaciones.notificaciones-list li{
    padding: 6px 10px;
}
ul.notificaciones li + li{
    border-top: 1px solid #CCC;
}
ul.notificaciones li:hover{
    color: #000;
}
ul.notificaciones li small{
    color: #666;
}
ul.notificaciones li form{
    opacity: 0;
    display: inline-block;
    float: right;
    transition: opacity .2s ease-in-out;
}
ul.notificaciones li:hover form{
    opacity: 1;
}
ul.notificaciones li form button[type="submit"]{
    padding: 0;
    border: none;
    background: none;
    color: red;
}
ul.notificaciones li form button[type="submit"]:hover{
    text-decoration: underline;
}
div.default-widget .widget-body{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F1F1F1;
    padding: 6px 4px;
}
div.default-widget .widget-body p{
    font-size: 11px;
    margin-bottom: 0;
}
div.default-widget .widget-body p.alert{
    padding: 5px;
    margin: 5px 0;
}
div.default-widget .widget-body ol{
    padding-left: 15px;
    font-size: 11px;
    margin-bottom: 0;
}
div.default-widget .widget-body ol li{
    
}
div.default-widget .widget-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.default-widget .widget-body a:hover{
    color: #000;
}
div.default-widget .widget-body button{
    font-size: 11px;
    margin-bottom: 5px;
}
div.default-widget .widget-body li:last-of-type button{
    margin-bottom: 0;
}
div.default-widget .widget-body hr{
    margin-top: 5px;
    margin-bottom: 5px;

}

/* Bloques */
div.block-tae{
    background-color: #A92EBC;
    color: #FFF;
    padding: 15px;
    text-align: center;
    min-height: 170px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}
div.block-tae.block-ramo{
    border-left: 15px solid rgba(0,0,0,.2);
}
div.block-tae.block-generacion{
    background-color: #00BDEC;
}
div.block-tae.block-sede{
    background-color: #30D17C;
}
div.block-tae.block-evento.block-activo{
    background-color: #30D17C;
}
div.block-tae *{
    z-index: 2;
    position: relative;
}
div.block-tae:hover .hover{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 1;
}
div.block-tae h2{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    margin: 10px 0;
}
div.block-tae.block-generacion h2{
    text-align: center;
}
div.block-tae h4{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
div.block-tae p{
	margin: 0;
    font-size: 12px;
    text-align: left;
}
div.block-tae p i{
    margin-right: 10px;
}
div.block-tae p.image{
    text-align: center;
}
div.block-tae p.image i{
    font-size: 32px;
    color: rgba(255,255,255,.6);
    margin-right: 0;
}
div.block-tae hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(255,255,255,.4);
}

/* Formularios */
form.form-inline{
    display: inline-block;
}
label{
    color: #999;
    font-weight: normal;
    font-size: 13px;
}
label input[type=checkbox],
label input[type=radio]{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0;
}
input.form-control{
    padding: 5px 12px;
    height: auto;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input.form-control[disabled]{
    color: #999;
}
.input-group-addon{
    border-color: #EEE;
}
select{
    border: 1px solid #CCC;
    background-color: transparent;
    padding: 2px 4px;
}

/* Tablas */
table tr td.w15{
    width: 15%;
}
table tr td.w30{
    width: 30%;
}
table.table-eventos{
    width: 100%;
    background-color: #F9F9F8;
}
table.table-eventos tr th{
    padding: 4px 10px;
    font-size: 12px;
}
table.table-eventos tr th.fecha{
    background-color: #08AAB2;
    color: #FFF;
    padding: 10px;
    width: 100px;
}
table.table-eventos tr th.fecha span{
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}
table.table-eventos tr th.fecha span.dia{
    font-weight: bold;
    font-size: 36px;
}
table.table-eventos tr td{
    padding: 4px 10px;
    font-size: 12px;
}
table.table-eventos tr:hover td{
    background-color: #E1F4F7;
}
table.table-acciones tr th:first-of-type,
table.table-acciones tr td:first-of-type{
    width: 33.333%;
}
table.table-integrantes{
    border: 1px solid #CCC;
}
table.table-integrantes tr th{
    font-size: 13px;
}
table.table-integrantes tr th,
table.table-integrantes tr td{
    border-right: 1px solid #CCC;
}
table.table-integrantes tr td.logo60{
    border-right: none;
    width: 80px;
}
table.table-evaluacion{
    width: 100%;
}
table.table-evaluacion tr td{
    width: 50%;
    vertical-align: top;
}
table.table-evaluacion tr td.evaluacion-left{
    padding-right: 0;
    position: relative;
    border-right: 1px solid #EEE;
}
table.table-evaluacion.table-collapse tr td.evaluacion-left{
    width: 20px;
    font-size: 0;
}
table.table-evaluacion.table-collapse tr td.evaluacion-left *{
    display: none;
}
table.table-evaluacion tr td.evaluacion-left .btn-collapse{
    display: block !important;
    background-color: #00BDEC;
    padding: 4px 5px;
    position: sticky;
    top: 0;
    float: right;
    width: 16px;
    color: #FFF;
    font-size: 16px !important;
    font-weight: bold;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}
table.table-evaluacion.table-collapse tr td.evaluacion-left .btn-collapse .fa.fa-angle-left,
table.table-evaluacion tr td.evaluacion-left .btn-collapse .fa.fa-angle-right{
    display: none;
}
table.table-evaluacion.table-collapse tr td.evaluacion-left .btn-collapse .fa.fa-angle-right{
    display: inline-block;
}
table.table-evaluacion tr td.evaluacion-right{
    padding-left: 20px;
    border-left: 1px solid #EEE;
}
table.table-evaluacion.table-collapse tr td.evaluacion-right{
    width: auto;
}
table.table-tipologia thead tr th{
    border-left: 1px solid #CCC;
    text-align: center;
}
table.table-tipologia thead tr th:first-of-type{
    border-left: none;
}
table.table-tipologia tr td{
    border-left: 1px solid #CCC;
    text-align: center;
}
table.table-tipologia tr td p{
    margin: 0;
    font-size: 12px;
}
table.table-comentarios tr th{
    text-align: center;
    font-size: 14px;
}
table.table-comentarios tr td{

}
table.table-comentarios tr td.promedio{
    text-align: center;
    width: 94px;
}
table.table-comentarios tr.tr-forma td.promedio{
    background-color: rgba(27, 160, 225,.3);
}
table.table-comentarios tr.tr-contenido td.promedio{
    background-color: rgba(166, 206, 57,.3);
}
table.table-comentarios tr.tr-lenguaje td.promedio{
    background-color: rgba(241, 92, 34,.3);
}
table.table-informe-tecnico tr th,
table.table-informe-tecnico tr td{
    text-align: center;
}
table.table-informe-tecnico tr th.text-left{
    text-align: left;
}

/* Listas */
ul.list-basic{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.ul-min{
    padding: 0;
    list-style: none;
}
ul.ul-min li{
    font-size: 12px;
    margin-bottom: 4px;
    color: #666;
}
ul.ul-min li.active{
    color: #000;
}
ul.ul-links li{
    font-size: 12px;
}
ul.ul-mapaevaluacion{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-width: 280px;
}
ul.ul-mapaevaluacion li{
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
}
ul.ul-mapaevaluacion li:last-of-type{
    display: none;
}
ul.comentarios li{
    text-align: left;
}
ul.pagination{
    width: 100%;
    text-align: center;
    font-size: 0px;
}
ul.pagination > li{
    display: inline-block;
    font-size: 14px;
}

/* Modal */
.modal .modal-header{
    border-bottom: none;
}
.modal .modal-header h4.modal-title{
    font-weight: bold;
    color: #00BDEC;
}
.modal .modal-footer{
    padding-top: 0;
    border-top: none;
}

/* Carrusel */
.carousel-inner > .item img{
    width: 100%;
}
.carousel-caption{
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,.5);
}
.carousel-caption h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #FFF;
}
.carousel-indicators{
    bottom: 10px;
}

/* Tabs */
ul.nav-tabs{
    border-bottom: none;
}
ul.nav-tabs > li{
    margin-right: 1px;
    margin-bottom: 1px;
}
ul.nav-tabs > li.line-break{
    clear: left;
}
ul.nav-tabs > li > a{
    border-radius: 0;
    background-color: #CCC;
    color: #FFF;
    margin: 0;
    padding: 0 20px 0 0;
    font-weight: bold;
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    background-color: #5D9CEC;
    color: #FFF;
    border: none;
}
ul.nav-tabs > li > a .glyphicon{
    padding: 10px;
    background-color: #B3B3B3;
    margin-top: -1px;
    margin-bottom: 1px;
    margin-right: 10
}
ul.nav-tabs > li.active > a .glyphicon{
    background-color: #4A89DC;
}
.tab-content{
    background-color: #F9F9F8;
    padding: 20px 15px;
    border: 1px solid #EEE;
}
.tab-content,
.tab-content>.tab-pane{
    width: 100%;
}
ul.nav-tabs.nav-tae{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
ul.nav-tabs.nav-tae li{
    margin: 0 5px;
    display: inline-block;
    float: none;
}
ul.nav-tabs.nav-tae li a{
    background-color: #DFE2E3;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 8px 20px;
    min-width: 100px;
}
ul.nav-tabs.nav-tae li a,
ul.nav-tabs.nav-tae li a:focus{
    color: #666;
}
ul.nav-tabs.nav-tae li.active a{
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
}
.tab-content.tab-tae{
    background: none;
    border: none;
    border-top: 1px solid #CCC;
    margin-top: -1px;
}
.tab-content.tab-tae,
.tab-content.tab-tae p{
    font-size: 13px;
    color: #666;
    word-break: break-word;
}
ul.nav-tabs.nav-tae-min{
    margin-bottom: 15px;
}
ul.nav-tabs.nav-tae-min li a,
ul.nav-tabs.nav-tae-min li a:focus{
    background-color: transparent;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 5px;
}
ul.nav-tabs.nav-tae-min li.active a{
    color: #333;
}
.tab-content.tab-tae-min{
    background-color: transparent;
    border: none;
    padding: 15px 0;
}

/* Paneles */
.panel .panel-heading h3{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-estructura{
    border-color: #DDD;
}
.panel-estructura .panel-heading{
    background-color: #00BDEC;
    border-color: #DDD;
}
.panel-estructura .panel-heading,
.panel-estructura .panel-heading small{
    color: #FFF;
    font-size: 80%;
}
.panel .panel-heading form{
    display: inline-block;
}
.panel.panel-estructura .panel-heading h3{
    color: #FFF;
    padding: 0;
    font-size: 12px;
}
.panel.panel-estructura .panel-heading h3:after{
    display: none;
}
.panel.panel-estructura .panel-heading p{
    color: #FFF;
}
.panel-estructura .panel-body{
    padding: 10px 10px 5px;
}
.panel-estructura .panel-body{
    font-size: 12px;
}
.panel-estructura .panel-body pre{
    white-space: normal;
    word-break: normal;
}

/* Comentarios */
span.comentario_personalizado,
span.comentario_personalizado + .popover h3.popover-title{
    background-color: rgba(110, 47, 141,.3);
}
span.comentario_personalizado,
span.comentario{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
span.comentario.forma,
span.comentario.forma + .popover h3.popover-title{
    background-color: rgba(27, 160, 225,.3);
}
span.comentario.contenido,
span.comentario.contenido + .popover h3.popover-title{
    background-color: rgba(166, 206, 57,.3);
}
span.comentario.lenguaje,
span.comentario.lenguaje + .popover h3.popover-title{
    background-color: rgba(241, 92, 34,.3);
}

/* Calendario */
.fc-toolbar .fc-left{
    text-transform: capitalize;
}
.fc-list-item-title a{
    cursor: pointer;
}
.fc-row .fc-content-skeleton tbody td a.fc-day-grid-event{
    cursor: pointer;
}
.fc-day-grid-event .fc-content{
    white-space: normal !important;
}

/* PopOver */
.popover h3.popover-title{
    font-weight: bold;
    font-size: 13px;
}

/* Higcharts */
.highchart{
    width: 100%;
}
.highchart,
.highchart > .highcharts-container{
    margin: 0 auto;
}

/* Scrollbar */
.fancyscroll::-webkit-scrollbar{
    width: 6px;
}
.fancyscroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancyscroll::-webkit-scrollbar-thumb{
    background-color: darkgrey;
    outline: 1px solid slategrey;
}