
.drpbx
{
	background-color: #ffffff;
	border: solid 1px #C5C5C5;
	line-height: 25px;
	height: 25px;
	width: 98%;
}

.visiTrue
{
	display: inline;
}
.visiFalse
{
	display: none;
}



.form-head 
{
  width:100%;
  height:100px;
  margin:0;
  padding:0;
  text-align:center;
  font-size:22px;
 line-height:100px; 
 border:1px solid #ddd;
 background-color:#F3F3F3;
}


/*** table style ***/


.mpkvvtable, .mpkvvtable4, .mpkvvtable6
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.mpkvvtable th, .mpkvvtable4 th, .mpkvvtable6 th
{   background-color:#50ABDE;
    padding: 8px;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.mpkvvtable td, .mpkvvtable4 td, .mpkvvtable6 td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.mpkvvtable tr, .mpkvvtable4 tr, .mpkvvtable6 tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.mpkvvtable tr:nth-child(odd), .mpkvvtable4 tr:nth-child(odd), .mpkvvtable6 tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.mpkvvtable tr:nth-child(even), .mpkvvtable4 tr:nth-child(even), .mpkvvtable6 tr:nth-child(even)
{
    background: #f7f7f7;
}

/***/
.mpkvvtable4 td
{
  width:25% !important;
}
.mpkvvtable6 td 
{ width:16.66% !important;
}

/************/
.mpkvvtable input[type="text"], .mpkvvtable4 input[type="text"], .mpkvvtable6 input[type="text"]
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.mpkvvtable input:focus, .mpkvvtable4 input:focus, .mpkvvtable6 input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
   border: #ddd 1px solid;
}
.mpkvvtable input:hover, .mpkvvtable4 input:hover, .mpkvvtable6 input:hover
{
    border-radius: 5px;
}
   
.mpkvvtable select, .mpkvvtable4 select, .mpkvvtable6 select
{ width:100%;
  padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.mpkvvtable select:focus, .mpkvvtable4 select:focus, .mpkvvtable6 select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
select:hover
{
 border: #ddd 1px solid;
    border-radius: 5px;
}
.mpkvvtable textarea , .mpkvvtable4 textarea, .mpkvvtable6 textarea 
{ width:86%;
  padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.mpkvvtable4 textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ffd0b4;
    border-color: #ffd0b4;
}
.mpkvvtable4 textarea:hover
{
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}


.btn {
    background-color: #50ABDE;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #2F8EC3;

}


.txt-right 
{
    text-align:right !important;
}
.btn-dv 
{
    
    width:100%;
    margin:10px 0 0 0;
    text-align:center;
}