html {
    background-color: #f8f9fa !important;
    font-family: Saira;
    font-weight: 200;
    line-height: 1.4;
    position: relative;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    background-color: transparent;
}

html, body, main {
    min-height: 100% !important;
}

main {
    background-color: transparent !important;
}

.documentos {
    border: 1px solid #212529;
    height: auto;
    /*flex: 1 1 30%;*/
    border-radius: 5px !important;
    box-shadow: 5px 5px 5px #ccc !important;
}

.filtrosComunes {
    margin-bottom: 0 !important;
    font-size: 13px;
}

.content {
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

header {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.footer {
    height: 100px;
    width: 100%;
    overflow: hidden;
    line-height: 15px !important;
}

.ms-list{
    max-height: 80px!important;
    border-radius: 0px !important;
}

.selectDocumentos {
    background-color: transparent;
    border: 0;
}

.modal-header {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-color: #e10000 !important;
}
.modal-body {
    width:100% !important;
    position: unset;
    margin-bottom: 75px;
    top: 75px;
}
.modal-footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #e10000;
}

.oculto {
    display: none;
}

.visible 
{
    display: initial;
}

.wolf-filtros 
{
    background-color: #fff;
    border-right: 2px solid #ccc;
    float: left;
    height: 100%;
    width: 25%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.wolf-panel {
    padding-top: 10px;
    margin-bottom: 20px !important;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

.wolf-panel-first {
    padding-top: 10px;
    margin-bottom: 20px;
}

.panel-default {
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 0;
    box-shadow: 2px 2px 2px #ccc;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
}

.panel-heading {
    border-color: #ddd;
    border-bottom: 0 solid transparent;
    font-weight: 700;
    padding: 10px 15px;
    padding-bottom: 0 !important;
}

.panel-body {
    padding: 10px;
}

.wolf-subrayado {
    margin-bottom: 2px;
    height: 2px;
    width: 100%;
    background-color: #e80000;
}

.wolf-documentos {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wolf-headline {
    font-weight: 700;
    font-size: 16px;
}

.wolf-schema-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 2px 2px 2px #ccc;
}

.row:before, .row:after {
    display: inline-block !important;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.card {
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 0;
}

.card:hover {
    transform: scale(1.02);
    border: 1.6px solid #333;
}

#btnBorrarFiltro {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.content {
    height: 100%;
    padding: 0 0 50px;
    box-sizing: border-box;
}

.navRegistro :hover {
    border: 2px solid #212D40 !important;
}
.navRegistro:focus {
    border: 2px solid #F7F7F7 !important;
}
.navRegistros.active {
    background-color: #212D40 !important;
    color: white;
}

.logo_svg {
    fill: #e10000;
}
.cabeceraColorFondo {
    background-color: #11151c;
}
.rojoWolf {
    color: #e10000;
}
.blackWolf {
    color:#11151c;
}
.darkblueWolf{
    color:#212D40;
}
.lightblueWolf{
    color:#81ADC8;
}
.whiteWolf{
    color:#FFFFFF;
}
.darkgreyWolf{
    color:#6A6E70;
}
.silvergreyWolf{
    color:#D2D2D2;
}
.lightgreyWolf{
    color:#F7F7F7;
}
.nav-item.subrayadoRojoMenu :hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e10000;
}
.nav-link.active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e10000;
}
.subrayadoRojo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-inline: 50px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e10000;
}
.titulos {
    margin: auto 0;
    font-size: 34px;
    letter-spacing: -1.7px;
    font-weight: 600;
}
.informacionFooter {
    font-size: 10px;
}
.cuadrosTexto {
    border: 1px solid #62677e;
}

.desplegable {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='35' viewBox='0 0 24 24' fill='none' stroke='%23E10000' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.desplegableFiltro option {

}

