/*
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);
}
.RoundedButtonSmall {
    width: 150px;
    height: 35px;
    border-radius: 8px;
    background-image: linear-gradient(to top,  #a6ef26, #21936e);
}
.RoundedButtonSmallLargeText {
    width: 250px;
    height: 76px;
    border-radius: 8px;
    background-image: linear-gradient(to top,  #a6ef26, #21936e);
}

.RoundedButtonGrid {
    width: 100px;
    height: 35px;
    border-radius: 8px;
    background-image: linear-gradient(to top,  #a6ef26, #21936e);
}
.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;
}
.ButtonTextSmall {
    width: 189.1px;
    height: 47px;
    text-shadow: 0 2px 15px rgba(0, 98, 25, 0.6);
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.HeaderText {
    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;
}



.SliderLabelText {
    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:   #a6ef26 ;
}

.SliderLabelText1 {
    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:   blue  ;
}
.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; }


.ui-jqgrid,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-pg-input {
    font-size: 18px;
}


.Form-Fields {
    height: 42px;
    font-family: sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a90e2;
    border-radius: 8px;
    border: solid 2px rgba(34, 34, 34, 0.25);
    background-color: #ffffff;    
}