﻿body
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Calibri;
}
.common-formhead
{
    margin: 10px 0 10px;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ddd;
}
.table, .table4
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    
}
.table th, .table4 th
{
    padding: 8px;
    border: #ddd 1px solid;
    color: #000;
    background-color: #ddd;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.table td, .table4 td
{
    vertical-align:top !important;
    padding: 4px;
    border: #ddd 1px solid;
    text-align: left;
}
.table tr, .table4 tr
{
    background: #fafafa;
}

.table tr:nth-child(odd), .table4 tr:nth-child(odd)
{
    background: #FBFBFB;
}
.table tr:nth-child(even), .table4 tr:nth-child(even)
{
    background: #f7f7f7;
}
.table4 td
{
    width: 25%;
}
.20% 
{
    width:25%;
}
.80% 
{
    width:75%;
}
.gridth 
{
    font-weight:bold !important;
    font-size:11px !important;
    text-align:center !important;
}
input[type="text"], input[type="password"], textarea
{
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
    border: #ddd 1px solid;
}
input:hover
{
    border-radius: 5px;
}

select
{
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
select:hover
{
    border: #ddd 1px solid;
    border-radius: 5px;
}
textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ffd0b4;
    border-color: #ffd0b4;
}
textarea:hover
{
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}
.instruction 
{
    padding:10px;
}
.instruction strong 
{
    width:40%;
}
.instruction p 
{
    width:40%;
    padding:0;
    margin:0;
}
.float-right 
{
    float:right;
}
.float-left 
{
    float:left;
}
.center-divtitle 
{
        width: 200px;
    height: 95px;
    position: absolute;
    z-index: 760;
    margin: 0 0 0 460px;
    line-height:95px;
}
.clearFix 
{
    clear:both;
}
.btn
{
    background-color: #169446;
    border: none;
    margin: 0;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover, .btn:active
{
    background-color: #0d823a;
}
.text-center
{
    text-align: center !important;
}
