.template-customizer-open-btn
{
    display: none !important;
}
.app-brand-logo.demo img{
    width: 100%;
    height: auto;
}
.app-brand-logo.demo{
    width: 65px;
    height: 65px;
    margin:0px;
}
.app-brand
{
    padding-left:0 !important;
    padding-right:0 !important;
    margin-top:0.5rem !important;
    margin-bottom:0.5rem !important;
    margin-left: 10px !important;
}
.table-responsive {
    min-height: 350px;
    padding-bottom: 120px;
}
#tableWrapper{
  display: none;
}
.breadcrumb
{
    font-size: 1.1rem;
}
.breadcrumb-item, .breadcrumb-item a {
    color: #00a499;
}
.dropdown-item:hover,.dropdown-item:focus{
    color:#00a499;
    background-color:rgba(0, 164, 153,.1);
}
/* Select 2 */
.select2-results__option[role=option][aria-selected=true] {
    background-color: #02a599 !important;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
    background-color: #d6f0ef !important;
    color: #02a599 !important
}

.modal-body {
  max-height: 70vh !important;
  overflow-y: auto !important;
}
.error-message{
    font-size: 0.9em;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    color: #e7515a;
    background-color: #fbeced;
    border-color: #e7515a;
    border-radius: 5px;
}
.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
}
.message.error {
    color: #802d3d;
    background-color: #fddde4;
    border-color: #cf4863;
}
.message {
    position: relative;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sticky-actions {
  position: sticky;
  top: 6rem;   /* margen superior cuando haces scroll */
  align-self: start; /* evita que se estire en altura */
  z-index: 100; /* por si hay solapamientos */
}

.div-info {
    display: block;
    width: 100%;
    padding: .422rem 2.45rem .422rem .875rem;
    -moz-padding-start: calc(0.875rem - 3px);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6b7d;
    background-color: #fff;
    border: 1px solid #dbdade;
    border-radius: .375rem;
}
.div-info span.header{
    display: block;
    margin-bottom: 0.5rem;
}
.div-info small{
    display:block;
    font-size: 0.85rem;
}
.div-info small span{
    font-weight:600;
}
/* Quita estilos por defecto del "Processing..." */
div.dataTables_processing {
    background: rgba(255, 255, 255, 0.5) !important;
    padding: 1rem;
    box-shadow: none !important;
}
div.dataTables_processing>div:last-child {
    display: none;
}
