﻿.td-width 
{ width:25% !important;
  
}
.madarsatable, .madarsatable4
{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 12px;
}
.madarsatable th, .madarsatable4 th
{   background-color:#5EA95D;
    padding: 8px;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.madarsatable td, .madarsatable4 td
{
    padding: 7px;
 border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.madarsatable tr, .madarsatable4 tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.madarsatable tr:nth-child(odd), .madarsatable4 tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.madarsatable tr:nth-child(even), .madarsatable4 tr:nth-child(even)
{
    background: #f7f7f7;
}
.madarsatable4 td 
{ width:25% !important;
}
.madarsatable input[type="text"], .madarsatable4 input[type="text"], .madarsatable4 input[type="password"], textarea
{      position: relative;
    vertical-align: middle;
    width: 90%;
    padding: 7px 7px;
    border-radius: 5px 5px;
    border: 1px solid #cfcfcf;
    line-height: 18px;
}
.madarsatable select, .madarsatable4 select
{
    width: 97% ;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
 
}

.madarsatable4 input[type="text"]:focus,
 .madarsatable4 input[type="password"]:focus,
  .madarsatable4 textarea:focus,
   .madarsatable4 select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
   border: #ddd 1px solid;
}


.btn {
    background-color: #5EA95D;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #237322;
}

.del
{
    background-color: #c5381d;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.del:hover
{
    background-color: #962913;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.srch
{
    background-color: #9646ce;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.srch:hover
{
    background-color: #7228a6;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.bck
{
    background-color: #666;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.bck:hover
{
    background-color: #333;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

.txt-cntr 
{
    text-align:center !important;
}
.txt-right 
{
     text-align:right !important;
}
.button-col 
{
  margin:10px 0 10px 0 !important; 
  width:100%;
  text-align:center;  
}
.ver-align-top 
{
     vertical-align:top;
}
.head 
{ background-color:#1C821A;
  color:#fff;
  font-size:22px;
}
.float-right 
{
    float:right;
}
.float-left 
{
    float:left;
}
.form_header 
{
    
  width:100%;
  height:100px;
  margin:0 auto;
  background-image:url('../Images/madarsaheader.jpg');   
}
.form_head-txt 
{  line-height:100px;
   width:100%;
   height:80px;
   font-family: Arial;
   margin:0;
   color:#fff;
   text-align:center;
   line-height:30px;
   padding:30px 0 0 0;
       font-size: 20px;
}