﻿body {
    padding-top: 4.5rem;
}

.alert-pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

/*
    Estilos específicos para los combos Multiselect
*/
.multiselect-container.dropdown-menu.show {
    max-width: 400px;
    width: 400px;
}

.btn-group.show {
    max-width: 400px;
    width: 400px;
    text-align: left;
}

.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
}

.multiselect-container > li > a > label {
    padding: 3px 10px !important;
    color: #212529 !important;
}

.multiselect.dropdown-toggle.btn.btn-default {
    width: 400px !important;
    max-width: 400px !important;
    border: 1px solid #ced4da;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.form-control {
    max-width: 400px;
}

.multiselect-selected-text {
    white-space: normal;
}
/*
    Fin de estilos específicos para Multiselect
*/

/*
    Estilos específicos para el Popup de "Cargando..."
*/
.modalFP {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    padding-bottom: 150px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentFP {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
    border-radius: 30px;
}
/*
    Fin de estilos específicos para el Popup de "Cargando..."
*/

.page-link {
    padding: 0.1rem 0.5rem !important;
    line-height: 1.175 !important;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.table a:hover {
    text-decoration: none !important;
    color: #333a40 !important;
}

.control-label.col-md-2 {
    max-width: 100%;
}