﻿body {
}

:root {
    --rz-grid-header-color: black;
    --rz-grid-header-background-color: #FFDD00;
}

.card-content-values {
    width: 3rem;
    height: 3rem;
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edf1fc;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.modal-full-height {
    height: 100%;
}

.modal-dialog-right {
    right: 0;
    left: auto;
    margin-right: 0;
    margin-left: auto;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.fcgroup {
    position: relative;
    padding: 5px;
    margin: 5px;
}

.fcinput {
    padding: 5px;
}

    .fcinput:focus::-webkit-input-placeholder {
        visibility: hidden; /*hide placeholder on focus*/
    }

    .fcinput:focus {
        border: 1px solid dodgerblue;
        border-radius: 3px;
    }

.fclabel {
    display: none;
    font-size: 11px;
    color: dodgerblue;
    font-family: sans-serif;
    background-color: #fff;
    padding: 0 3px;
}

.fcinput:focus + .fclabel {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -5px;
}

.fcshow {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -5px;
}


.pfmainbutton {
    width: 150px;
    height: 50px;
    background-color: black;
    color: white;
}

.divScroll {
    /*height: 60vh;*/
    overflow: scroll;
}

.Main {
}

.TopGroup {
}

.LeftInTopGroup {
}

.FirstRowLG {
}

.SecondRowLG {
}

.RightInTopGroup {
}

.FirstRowRG {
}

.SecondRowRG {
}

.ottonGroup {
}

.LeftInBottomGroup {
}

.FirstRowBLG {
}

.SecondRowBLG {
}

.RightInBottomGroup {
}

.FirstRowBRG {
}

.SecondRowBRG {
}


.cuGridFilterSearch {
    width: 200px;
    border-radius: 0.5rem !important;
    background-color: #f2f3f3
}

.cuGridPageNavigateTextBox {
    width: 50px;
    height: 35px;
    border-radius: 0.3rem !important;
    background-color: #f2f3f3;
    border-color: darkgray;
    border-width: thin
}



:root {
    --rz-grid-header-color: black;
    --rz-grid-header-background-color: #FFDD00;
}
