.login-page {
    background-color: #fafafa;
}

.login-box-body {
    background-color: #d2d6de;
}

/*Importados*/

/*Generales*/
.display-none {
  display:none;
}

/*Incidencias header*/
.notifications-menu .dropdown-menu .menu li {
  padding: 3px;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.notifications-menu .dropdown-menu .menu li .alert {
  margin-bottom: 10px;
}
.notifications-menu .dropdown-menu .menu li:hover {
  background-color: #eee;
}
/*Full calendar*/
.fc-event {
  border-width: 3px;
}
.desc_calendario {
  font-size: 10px;
  text-align: center;
}
.desc_calendario .alert {
  padding: 3px;
}

/*Chart*/
h2 {
    border-bottom: 1px solid #DDD;
}
.chart-legend span {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;  
}

/*Contactos de Directorio*/
.cuadros_contactos {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

.cuadros_contactos li {
    display: inline-block;
    margin-right: 5px;
}

.cuadros_contactos li .xcrud-tooltip {
    padding: 5px;
}

/*Ajuste general xcrud*/
.xcrud-upload-container .btn-group {
  max-width: 100%;
}
.xcrud-upload-container a.xcrud-file-name {
  max-width: 70%;
  overflow: hidden;
}

/*Ajuste para los objetivos operativos*/
.multiselect-container.dropdown-menu li label.checkbox {
  white-space: normal;
}

#xcrud-inscripcion-nuevo, #xcrud-inscripcion-existente {
    padding: 20px;
    border: 1px solid #999;
}

table.table-reports .totales, table.table-reports .totales td {
    font-weight: bold;
    color: #F59331;
}
.table.table-reports .totales td{
    border-bottom: 2px solid #F59331;
}

table.table-reports tr {
    border: 1px solid #ddd
}
table.table-reports td a {
    display:block;
}
#ficha_pais table.table-reports td a {
    display: inline;
}
table.table-reports td a:hover {
    background-color: #e6e6e6;
    color: #fff;
}

table.sortable th {
    cursor: pointer;
    text-decoration: underline;
}

table.sortable th:hover {
    text-decoration: none;
}

.report-detail .modal-body{
    height: 550px;
    overflow-y: auto;
}

.label a small{
    color: #fff;
}

.ordenar-programa .nav-tabs > li.active > a {
    background-color: #fafafa;
}
.ordenar-programa .tab-content > .tab-pane.active {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}
.programa_titulo_1 {
    background-color: #001f3f;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.programa_titulo_2 {
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
}
.programa_moderador {
    background-color: #f0f0f0;
    padding: 5px 10px;
    font-size: 12px;
    text-align: right;
}
.programa_titulo_3 {
    font-size: 16px;
}
.programa_titulo_3:before{
    content: '-';
    font-size: 20px;
}
.block__list_words li.programa_titulo_3 {
    padding-left: 60px;
}
.programa_tit_auxiliar {
    color: #BE2A02;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.row_programa_estilo_2{
    font-weight: bold;
}
.row_programa_estilo_4{
    font-style: italic;
    color: #BE2A02;
}
.row_programa_estilo_5{
    font-style: italic;
}

table.table-bordered.table-raw td{
  height: 19px;
}