/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Aug 2021, 11:42:35 AM
    Author     : asd_admin
*/
ui-grid .ui-grid-row {
background-color: white;
}

body .ui-dialog .ui-dialog-content{

background: rgba(0,0,0,0) !important;
}

body .ui-widget {
font-size: 1em !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1.25em !important;
}

body .ui-inputfield{
    font-size: 15px !important;
}

body{
    padding-top: 2% ;
    padding-bottom: 1% ;
    padding-left: 5% ;
    padding-right: 5% ;
    background-image: url('../images/blurred-background-2.png') ;
    background-size: cover ;
}

.container-fluid {
    margin: auto;
    width: 70%;
    border-style: solid;
    border-width: 1px ; 
    border-color: rgba(255,255,255,0.6); 
    border-radius: 12px ; 
    background: rgba(255,255,255,0.6);
}

.btn-primary {
    width: 100%; 
    background-color: gray !important;
    border-color: white !important;
}    

.btn-primary:hover {
    width: 100%;
    background-color: gray !important;
    border-color: white !important;
}

.button{
       width: 100%;
    background-color: gray !important;
    border-color: white !important;
    
}

.responsive{
    max-width: 100%;
    height: auto;
}
