﻿/* Estilos Generales */
.space10 {
    margin-top: 10px;
}

.space {
    margin-top: 25px;
}

.space50 {
    margin-top: 50px;
}

.centrar {
    text-align: center;
    margin: 0 auto;
}

input {
    height: 38px !important;
}

.text-white {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 5px;
}

.lista-select {
    width: 100% !important;
}

#ms-MiembrosId {
    width:100%;
}
/* Fin Estilos Generales */
/* Estilos Login Backend */
.login {
    background: url(/images/bg-login.jpg) no-repeat center top;
}

.login_form {
    padding: 20px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 2px 5px 15px #999;
}

.login-logo {
    max-width: 300px;
    max-height: 200px;
}

.error-login {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: 500;
}

    .error-login ul {
        list-style-type: none;
        padding-inline-start: 0px;
    }

.validar-login {
    font-weight: 500
}
/* Fin Estilos Login Backend */

/* Estilos Validaciones */
.label.validation-error {
    color: #E74C3C;
}

.input-validation-error {
    background: #FAEDEC;
    border: 1px solid #E74C3C;
}

.field-validation-error {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}
/* Fin Estilos Validaciones */

/* NavBar Logo Backend */
.nav_title {
    height: 60px !important;
}

.site_title img.logo-size {
    max-height: 120px;
    max-width: 205px;
}
/* Fin NavBar Logo Backend */

div.profile_info h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    max-width: 120px;
}

#miembros-list, #comunicados {
    width: 100% !important;
}

div.actionBar {
    display: none;
}

/* estatutos */
div.preview span.item {
    background-color: antiquewhite;
    display: inline-block;
    min-width: 15px;
    padding: 3px;
}

h2.center {
    text-align: center;
}

button.estatuto-guardando {
    display: none;
}

.estatutos {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}

.listas-estatutos {
    padding: 0px 10px !important;
}

.alert-personalizada {
    padding: 2px 5px;
    color: #fff;
    font-size: 1rem;
}

input#Logo {
    height: 34px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Google Chrome y Safari*/
    input#Logo {
        margin-top: 5px;
    }
}

.add-logo {
    max-height: 200px;
    min-height: 130px;
    width: 100%;
    margin-bottom: 20px;
}

.anadir-archivo {
    min-height: 105px;
    width: 100%;
}

.dataTables_paginate a, .selector-fecha, .bootstrap-datetimepicker-widget.dropdown-menu {
    cursor: pointer;
}
