html {
    position: relative;
    min-height: 100%;
    font-size: .9em !important;
}

.select2-selection {
    height: calc(3.5rem + 2px) !important;
    padding-top: 1.625rem !important;
}

.select2-selection__rendered {
    padding-left: 0px !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    background-color: #f8f9fa;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bg-white {
    background-color: $white !important;
}

dt {
    margin-bottom: .5rem;
    text-align: right;
}

.subtabla {
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9ecef;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .05);
    padding-left: 8px;
    padding-right: 8px;
}

.table-bordered {
    border-collapse: collapse !important;
}

.my-menu-button {
    margin-top: -4px;
}

.file-icon {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

.exn-menu-button {
    padding: 4px !important;
    height: 30px;
}

.exm-auditoria {
    text-align: right;
    font-size: .8em;
}
