/*
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 : Nov 16, 2018, 8:25:29 AM
    Author     : Yousuf
*/

.RoundedButton {
    width: 404px;
    height: 76px;
    border-radius: 8px;
    background-image: linear-gradient(to top, #a6ef26, #21936e);
}

.RoundedBox {
    border-radius: 25px;
    background: gray; 
    padding: 20px;
}
.ButtonText {
    width: 189.1px;
    height: 47px;
    text-shadow: 0 2px 15px rgba(0, 98, 25, 0.6);
    font-family: sans-serif;
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.HeaderText {
    text-align: left;
    height: 52px;
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1267b2;
}

.LabelText {
    text-align: left;
    height: 52px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1267b2;
}
.ui-jqgrid .ui-search-table { height: 30px; }
.ui-jqgrid .ui-search-table .ui-search-oper { height: 30px; }
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th { height: 32px; }