@charset "utf-8";
form
{
    background-color:#fff !important;
}
.container {
	width: 80%;
	margin: 0 auto;
	background-image:url('/portal/services/MPEZ/images/bg_container.jpg');
	background-repeat:no-repeat;
	background-position: 50px 50px;
}
.ContainerInner{
	width: 80%;
	margin: 0 auto;
}
.heading {
	width: 100%;
	background-color: #eee;
}
.heading_inner{
	width:80%; margin:0px auto;font-size: 25px; font-weight: 100;  line-height: 50px;  font-weight:100 !important; font-family:Calibri !important;
}

.tital {
	margin: 30px auto;
	text-align: center;
}
.tital h1 {
	font-size: 55px;
	text-align: center;
	margin: 10px 0 5px 0; font-weight:100 !important; font-family:Calibri !important;
}
.tital h3 {
	font-size: 26px;
	text-align: center; font-weight:100 !important; font-family:Calibri !important;
	margin: 5px 0 40px 0;
}
.feild {
	width: 52%;
	margin: 0 auto 50px;
	text-align:center;



}
.ivrs_dtl {
	width: 70% !important;
	padding: 15.5px;
	margin:0;	
	border: 1px solid #b1b0b0;
	border-radius:6px 0 0 6px; 
	float:left;
	font-size: 20px; font-weight: 100; font-family:calibri;
	
}
.IVRS_Btn {
	
    border:none;
	border-radius:0 6px 6px 0; display:inline;
	float:left;
	background-color:#B90003;
	padding:14px; cursor:pointer;
	color:#fff;
	height:57px;
	font-size:13px;
	}
.IVRS_Btn:hover {
	

	background-color:#EB1115;

	
	
	}
	
/*.feild input:focus {
	border: 1px solid #ddd;
	box-shadow: 0 5px 5px -5px #ddd;
}*/

/*.feild input:focus {
	border: 1px solid #ddd;
	box-shadow: 0 5px 5px -5px #ddd;
}*/
.payment_infograph {
	width: 236px;
	height: 182px;
	bottom: 0;
    background-image:url('/portal/services/MPEZ/images/bottom_img.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

.clear_fix{ clear:both;}


.mppkvvcl_bill_detail {
	width:98%;
	min-height: 250px;
	margin: 10px auto;
	padding: 0;

}

.main_title {
	padding: 18px 0 18px 18px;
	margin: 0;
	background-color: #79B8DB;

	font-size: 26px;
	line-height: 12px;
	font-weight: 100;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.mppkvvcltable {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-family: calibri;
	font-size: 20px; border:solid 1px #ddd; font-weight: 100; box-shadow: 0 0 7px #ddd; 
		
}
.mppkvvcltable th {
	padding: 18px;
	color: #fff;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
}
.mppkvvcltable td {
	padding: 16px;
	border-bottom: #dedede 1px solid;
	text-align: left;
	
}

.mppkvvcltable tr {
	background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.mppkvvcltable tr:nth-child(odd) {
	background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.mppkvvcltable tr:nth-child(even) {
	background: #f7f7f7;
}
.mppkvvcltable input[type="text"], .mppkvvcltable input[type="password"] {
	width: 94%;
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
}
.mppkvvcltable input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}
.mppkvvcltable input:hover {
	border-radius: 5px;
}
.mppkvvcltable select {
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
}
.mppkvvcltable select:focus {
	outline: none;
	box-shadow: 0px 0px 5px #61C5FA;
	border: #ddd 1px solid;
}
.mppkvvcltable select:hover {
	border: #ddd 1px solid;
	border-radius: 5px;
}
.mppkvvcltable textarea {
	width: 95%;
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: #ddd 1px solid;
}
.mppkvvcltable textarea:focus {
	outline: none;
	box-shadow: 0px 0px 5px #ddd;
	border: #ddd 1px solid;
}

.btn_dv{ text-align:center; margin:10px auto; width:10%;}
.btn_dv input[type="button"] {
	

	border-radius:6px;
}





@media screen and (min-width: 300px) and (max-width: 1024px) {
	
	.container {
	width: 99%;

}

	.tital h1 {
	font-size: 35px;

}
.tital h3 {
	font-size: 17px;

}
.feild {
	width: 100%;
	margin: 0 auto 50px;

}
.ivrs_dtl {
	width: 50%;
	float:none;
	
	

	
}
.btn_dv {
    text-align: center;
	width:auto;
}
	
input[type="button"] {
	

	float:none;
	margin-left:-3px;
	

	}
/*.form input { float:left;}
.form button { float:left;}*/



.mppkvvcltable td
  {  width: auto;
    padding: 5px;
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

input[type="button"]:hover {
	
    border:none;
	border-radius:0 6px 6px 0; display:inline;

	background-color:#EB1115;
	padding:14px; cursor:pointer;
	color:#fff;
 font-size:13px;
	
	
	}



}

	
	
	

		