﻿
.oculto {
    visibility: hidden;
    display: none;
}


.container_end {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: row;
    flex-flow: wrap;
}


.container_sb {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    flex-flow: wrap;
}




.form-control:focus {
    border-color: #324B93;
    background-color: rgba(200, 235, 250, .2);
    /*    --ct-input-focus-bg: var(--ct-input-bg);
    --ct-input-focus-border-color: #b9bfc4;
    --ct-input-focus-color: var(--ct-input-color);
*/
    /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);*/
}

select:focus {
    border-color: #324B93;
    background-color: rgba(200, 235, 250, .1);
    /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);*/
}

.select2-container--default:focus, .select2-selection--single:focus,
.select2-search:focus,
.select2-search--dropdown:focus, .select2-search__field:focus {
    border-color: #324B93;
    background-color: rgba(200, 235, 250, .2);
    /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    line-height: 35px;
}


.colorboton {
    background-color: #38414A !important;
}

.combofuentedash {
    width: 300px;
}


.comboperiododash {
    width: 200px;
}



.dx-datagrid {
    font-family: "Cerebri Sans,sans-serif" !important;
    /*font-family: "Inter" !important;*/
}



.custom-small-btn {
    padding: 2px 8px;
    font-size: 0.75rem;
    line-height: 1;
}


.custom-medium-btn {
    padding: 2px 8px;
    font-size: 1rem;
    line-height: 1;
}

.btn-menu {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}


.warning-underline {
    text-decoration: none;
    border-bottom: 2px solid #ffc107; /* or #ffc107 */
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}

    .warning-underline:hover,
    .warning-underline.active {
        border-bottom-color: #e0a800; /* btn-warning:hover color */
    }


.grow-on-hover {
    transition: transform 0.3s ease;
}

    .grow-on-hover:hover {
        transform: scale(1.05); /* 5% growth */
    }


.linkblack {
    color: #323a46 !important;
    font-size: 1.05rem !important;
}


.linkred {
    color: red !important;
}



.custom-small-btn {
    padding: 2px 8px;
    font-size: 0.75rem;
    line-height: 1;
}