
.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;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.color-box {
    padding: 25px 15px 15px 15px;
  /**  margin-top: 20px;**/
    padding-left: 17px;
}

.space {
  /**  margin-bottom: 25px !important;**/
}

.color-box .shadow {
    margin: 0;
}

.shadow {
    background: #F7F8F9;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon {
    background-position: 0 -120px;
}

.info-tab {
    width: 36px;
    height: 46px;
    float: left;
    margin-left: -21px;
    position: relative;
    top: 19px;
    background: url("E005/sprite.png") no-repeat;
}

.tip-box {
    color: #2e5014;
    background: #deecf0;
}

.note-box, .warning-box, .tip-box {
    padding: 0 15px 15px 25px;
}

p {
    padding-top: 12px;
}

.color-box strong {
    font-size: 16px;
    padding-right: 5px;
    font-family: CuprumFFU, "Trebuchet MS",Arial,sans-serif;
}

b, strong {
    font-weight: bold;
}
.table
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.table th
{
    padding: 8px;
    border: #ddd 1px solid;
    color:#626267;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.table td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.table tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.table tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.table tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select
{
    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:86%;
}
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;
}


.btn {
    background-color: #a52e19;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #891e0d;
    border: none;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}

input[type="text"] { width:80%;
}