﻿:root {
    /*--info: #17a2b8; original*/
    --principal: #061B2B;
    /*--principal: dimgray;*/
    --resalatado: tomato;
    --principalResaltado: #00c1de;
}


.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.modal-dialog {
    max-width: 700px;
}

.modal-lg {
    max-width: 1000px !important;
}

button span {
    font-family: Arial !important;
}

.btninfo {
    background-color: dimgray !important;
    background-image: linear-gradient(rgb(249, 249, 249) 0%, dimgray 100%) !important;
    color: white !important;
}

    .btninfo.disabled {
        display: none;
    }

.btndanger {
    background-color: tomato !important;
    background-image: linear-gradient(rgb(249, 249, 249) 0%, tomato 100%) !important;
    color: white !important;
}

    .btndanger.disabled {
        display: none;
    }

.btnwarning {
    background-color: orange !important;
    background-image: linear-gradient(rgb(249, 249, 249) 0%, orange 100%) !important;
    color: white !important;
}

    .btnwarning.disabled {
        display: none;
    }

.btn-primary {
    background-color: var(--principal);
    border-color: var(--principal);
}

    .btn-primary:hover {
        color: white;
        background-color: var(--principalResaltado);
        border-color: var(--principalResaltado);
    }

.btn-secondary:hover {
    color: white;
    background-color: var(--principalResaltado);
    border-color: var(--principalResaltado);
}

.nav-link {
    color: dimgray;
}
.bg-dark {
    /*background-color: #343a40 !important;*/
    background-color: #061B2B !important;
}

.home-icon {

    height:30px;
}

.page-link {
    background-color: var(--principal);
    border-color: var(--principal);
    color: white;
}

.page-item.active .page-link {
    background-color: var(--resalatado);
    border-color: var(--resalatado);
    font-weight: bold;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 60px; /* Footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Footer height */
}

.dataTables_length{
    float:right;
    padding-left:10px;
}

.dataTables_processing {
    background-color: transparent;
    border: none;
}
tr.selected {
    border-color: dimgray !important;
}

tr.selected td {
    background-color: dimgray !important;
    color: white !important;
}

table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    content: '✓';
    margin-top: -15px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}