﻿@charset "utf-8";
/* CSS Document */

.container {
    width: 100%;
}
.MPPHKVVCtable {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 13px;
}
.MPPHKVVCtable th {
    padding: 5px;
    border: #c4dcec 1px solid;
    background: #7baee3;
    color: #FFFFFF;
    font-size: 15px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.MPPHKVVCtable td {
    width: 25%;
    padding: 5px;
    border: #c4dcec 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.MPPHKVVCtable tr {
    background: #f4f8fb;
}
/*  Define the background color for all the ODD background rows  */

.MPPHKVVCtable tr:nth-child(odd) {
    background: #fbfbfb;
}
/*  Define the background color for all the EVEN background rows  */

.MPPHKVVCtable tr:nth-child(even) {
    background: #f4f9ff;
}
input[type="text"],
input[type="password"],
textarea,
select {
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CDE7EC;
    width:185px;
}
input[type="text"] {
    width: 172px;
    padding:7px;
}
input:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}
input:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}
.select {} select:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}
select:hover {
  
    border-radius: 4px;
}
textarea:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}
textarea:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}
.btn {
    background-color: #28539a;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #0241a8;
    border: none;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}




@media print{
.MPPHKVVCtable {
                width: 100%;
                border: 1px solid #000000;
                border-collapse: collapse;
                font-size:6px;
            }
            
 .MPPHKVVCtable th
{
	padding: 3px;
	border: #000000 1px solid;

	color: #000000;
	font-size: 8px!important;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
}
.MPPHKVVCtable td
{
	padding: 5px;
	border: #000000 1px solid;
	text-align: left;
	width:25%;
}
         

.Grid {margin:0 px; font-size:6px;}

.Grid td {

   
}

.Grid th  {

    
      color: #000; 
      font-size: 10px; 
  
       }

}