html * {
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cursor-pointer{
    cursor : pointer;
}
.btn-outline-secondary:hover{
    background-color : #F2F2F2;
    color : #000000;
}
.btn-outline-secondary:active{
    background-color : #F2F2F2;
    color : #000000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background : #FBED9E;
    color : #000000;
}

.ui-grid {
    height : 99.5%;
    width  : 99.5%;
    font-size : 0.8rem;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #FBED9E;
}

.table-row-background{
    background-color: #FBED9E;
}
.table-row-background-gray{
    background-color: #f2f2f2;
}

textarea {
    border:0;
    border-color: Transparent;  
    outline: none;
}
textarea:active {
    border:0;
    outline: none;
}
.small-font{
    font-size: 11px !important;
}