﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/***************LOGO*************************/

.logo-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}


/****************TABLE***************************/
.cabecera {
    margin-top: 2%;
    background: #9cc6c6;
    text-align: center;
}

.cuerpo {
    border-bottom: solid #CFCCCB;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}

    .cuerpo tr.fila {
        font-size: .9em !important;
    }

        .cuerpo tr.fila > td {
            padding: 0.25rem;
        }

        .cuerpo tr.fila:hover {
            background-color: #dee2e6 !important;
        }

        .cuerpo tr.fila > td > .btn {
            padding: .10rem .25rem .10rem .25rem;
            font-size: 1.2em;
        }



/******************TABLE***********************/

/****************** Spinner *******************/
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/****************** Spinner *******************/

/************************ ComboBox *************************/
.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

/************************ ComboBox *************************/

.datatable-row-deleted {
    background-color: #e8c1c1 !important;
}

.dataTables_filter input {
    width: 300px;
    font-size: 16px; 
    padding: 5px; 
    margin-right: 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 6px !important;
}