/*
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:20 AM
    Author     : asd_admin
*/

body{
  padding-top: 2% ;
  padding-bottom: 1% ;
  padding-left: 5% ;
  padding-right: 5% ;
  background-color: white;
}

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;
}

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

.btn-primary {
    width: 100%;
    background-color: #61BA6C !important;
    border: none;
    color: white;
    border-radius: 10px !important;
}

.btn-primary:hover {
      width: 100%;
    background-color: #61BA6C !important;
    border: none;
    color: white;
     border-radius: 10px !important;
}  

 

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

