﻿.btn {
    border-radius: 0px;
    color: white;
    border: none;
}

    .btn:hover {
        color: white;
    }

.btn-info-forall {
    background-color: #2D4D7C;
}

    .btn-info-forall:hover {
        background-color: #FF6905;
    }

.logoForAllNav {
    margin-top: 10px;
    margin-left: 5px;
    width: 190px;
    margin-bottom: -5px;
}

.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #3A63A2;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 5px;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        color: #EEE;
        display: block;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #FF6905;
        }

/* Style page content */
.main {
    margin-left: 195px; /* Same as the width of the sidebar */
    padding: 0px 0px;
    font-size: 1em;
}

.hr-default {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #EE4929; /* old IE */
    background-color: #EE4929; /* Modern Browsers */
}

.text-color-default {
    color: #555;
}

.GridView {
    width: 100%;
    font-size: 0.85em;
    line-height: 2rem;
}

    .GridView a {
        color: var(--bs-body-color);
    }

.GridRow {
    background-color: #E4E7FF;
    /*border-top: solid 2px #eee;*/
}

    .GridRow:hover {
        background-color: #FFC7A7;
        /*background-color: #BFF2FF;*/
        cursor: default;
    }

.AltGridRow {
    background-color: white;
    line-height: 2rem;
}

    .AltGridRow:hover {
        background-color: #FFC7A7;
        cursor: default;
    }

.GridHeader {
    background-color: #3A63A2;
    color: white;
}

.GridPager a, .GridPager span {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 0.85em;
    padding: 3px;
    margin: 2px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #3A63A2;
    border: 1px solid #3A63A2;
}

.GridPager span {
    background-color: #A1DCF2;
    background-color: #3A63A2;
    color: white;
    border: 1px solid #3A63A2;
}

.form-control {
    font-size: 0.875em;
}

.titulo-textbox {
    font-size: 0.8em;
    color: var(--bs-body-color);
}

.ui-menu-item-wrapper {
    font-size: 0.875em;
}

.carneBB {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../imagens/icones20.png");
    background-position: -40px -80px;
    margin-right: 4px;
}

.carneSicoob {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../imagens/icones20.png");
    background-position: -100px -120px;
    margin-right: 4px;
}

.carneForall {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../imagens/icones20.png");
    background-position: -60px -80px;
    margin-right: 4px;
}

.ui-autocomplete {
    z-index: 9999 !important; /* Ensure it's higher than Bootstrap modal's z-index */
}

.nome-responsavel-financeiro {
    font-weight: bold;
    color: #2D4D7C;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.7); /* Example: Blue with 50% opacity */
}

.btn-smaller {
    padding: 0.2rem 0.2rem;
    font-size: 0.4rem;
    line-height: 1;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.6em;
    background-color: #2D4D7C;
    color: white;
    padding: 0.2px 2px 2px 0.2px;
    line-height: 1; /* reduz espaço vertical do texto */
    z-index: 2;
}
