@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-image: url('../images/wallpaper2.jpg');
    background-attachment: fixed;
}

#nab-top {
    background-image: linear-gradient( 50deg, rgb(5, 39, 103) 0%, #829dd0 70%) !important;
}

.sidebar {
    background-image: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #829dd0 70%) !important;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.card-header {
    background-color: #3f5e98;
}

    .card-header .card-title {
        text-align: center !important;
        color: #ffffff !important;
        font-weight: bold !important;
    }

.text-center {
    color: #b3b2b2;
}

/* Cuadros */
.listado_firmantes_cards {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.firmantes-card {
    width: 220px;
    height: 256px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    /* padding: px; */
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bordesolido {
    border-color: #eee;
    border-width: 3px;
    border-style: solid;
}

.firmantes-card h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    color: #1769ff;
    font-weight: bolder;
}

.info-firmantes-wrapper {
    display: flex;
    flex-direction: column;
    flex-direction: center;
    align-items: center;
}

.firmantes-card p {
    margin-bottom: 5px !important;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.fecha_igj {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
}

.firmantes-card .bubble {
    position: absolute;
    height: 70px;
    width: 70px;
    left: calc(50% -70px);
    top: -35px;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    background-color: #1769ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-socio-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firmantes-card .card-header {
    border-bottom: 1px solid transparent;
}

.firmantes-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.firma-cerrar {
    float: right;
    padding-right: 7px !important;
    color: black !important;
}

.nombre-firmante {
    height: 50% !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .titulo_inicio {
        font-size: 40px;
    }

    .titulo_inicioDos {
        font-size: 24px !important;
    }
}


.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.daga-med-search-bar {
    /*border-radius: 15px;*/
    background-color: #68d5c8;
    /*padding: 5px 5px 5px 0px;*/
    /*margin: 5px;*/
}

input, label {
    display: block;
}

.marginRows {
    margin-bottom: 8px;
}

.marginLR {
    margin-left: 1vw;
    margin-right: 1vw;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
}

.daga-table {
    white-space: nowrap;
}

.card-header h4 {
    color: white;
}

.daga-med-search-bar {
    /*border-radius: 15px;*/
    background-color: #68d5c8;
    /*padding: 5px 5px 5px 0px;*/
    /*margin: 5px;*/
}

table {
    table-layout: fixed;
    /*width: 250px;*/
}


.daga-col-w30 {
    /*border: 1px solid blue;*/
    width: 30px !important;
    max-width: 30px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w35 {
    /*border: 1px solid blue;*/
    width: 35px !important;
    max-width: 35px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w40 {
    /*border: 1px solid blue;*/
    width: 40px !important;
    max-width: 40px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w50 {
    /*border: 1px solid blue;*/
    width: 50px !important;
    max-width: 50px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w70 {
    /*border: 1px solid blue;*/
    width: 70px !important;
    max-width: 70px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w75 {
    /*border: 1px solid blue;*/
    width: 75px !important;
    max-width: 75px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w100 {
    /*border: 1px solid blue;*/
    width: 100px !important;
    max-width: 100px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w120 {
    /*border: 1px solid blue;*/
    width: 120px !important;
    max-width: 120px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w150 {
    /*border: 1px solid blue;*/
    width: 150px !important;
    max-width: 150px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w180 {
    /*border: 1px solid blue;*/
    width: 180px !important;
    max-width: 180px !important;
    /*word-wrap: break-word;*/
}

.daga-col-w200 {
    /*border: 1px solid blue;*/
    width: 200px !important;
    max-width: 200px !important;
    /*word-wrap: break-word;*/
}

.daga-center {
    display: block;
    margin: auto;
    text-align: center;
}


table {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: thin;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

/* table td,
    table th {
        border: 1px solid dotted;
        padding: 0.5rem 1rem;
    }*/

/* table thead th {
        padding: 3px;
        position: sticky;
        top: 0;
        z-index: 2;
        width: 25vw;
        background: white;
    }*/

/*  table thead th:first-child {
            position: sticky;
            left: 0;
        }*/
/*
    table td {
        background: #fff;
        padding: 4px 5px;
        text-align: center;
    }

    table tbody th {
        font-weight: 100;
        font-style: italic;
        text-align: left;
        position: relative;
    }

   

    table tbody th {
        position: sticky;
        left: 0;
        background: white;
        z-index: 1;
    }*/

h2 {
    font-family: arial;
    color: #afbdcf;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 500px;
    height: 50px;
    background: #F1F2F4;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 18px;
    text-align: center;
}





.bd-callout-info {
    --bd-callout-color: var(--bs-info-text-emphasis);
    --bd-callout-bg: var(--bs-info-bg-subtle);
    --bd-callout-border: var(--bs-info-border-subtle);
}

.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}


.daga-cell-mobile{
    white-space: pre-wrap;
    word-wrap:normal;
}


/*@media only screen and (min-device-width: 760px) and (max-device-width: 1400px) {*/
    /*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {*/

    /*[data-content]:before {*/
        /*content: attr(data-content);*/
    /*}*/

    /* Force table to not be like tables anymore */
    /*.daga-table-min-nowrap {
        min-width: 900px!important
    }
}*/
