﻿@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

html, body {
    background-image: url(../img/fnd_base.png);
    background-repeat: repeat;
    background-color: #DEDEDE;
    font-size: 18px;
    font-family: Dosis;
}

#main {
    background-color: #ffffff;
}


#header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0e538c;
    border-color: #0e538c;
    transition: background 0.5s ease 0s;
    color: #ecf0f1;
    text-decoration: solid;
}


.invitado_sin_permiso {
    color: indianred;
}

.infoCampo {
    width: 100%;
    background-color: #eee;
    padding-left: 4px;
    border: 1px solid #ddd;
    margin-bottom: 1px;
}

.infoDato {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

.form-group {
    margin-bottom: 15px;
}

.table-fixhead {
    overflow-y: auto;
    height: 200px;
    font-size: 14px;
    border-collapse: collapse;
}

    .table-fixhead table {
        border-collapse: collapse;
        width: 100%;
    }

    .table-fixhead th,
    .table-fixhead td {
        padding: 8px 8px;
    }

    .table-fixhead th {
        position: sticky;
        z-index: 5;
        top: 0;
        background: #eee;
    }

.aqui .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #337ab7; /* adjust as needed */
}

.aqui .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
