﻿@charset "utf-8";
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	/*background-image: url(../images/bg.jpg)*/
}
.header {
	width: 100%;
	height: 119px;
	background-color: #ffb400;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #7f2700;
}
.pre-header-outer{
	width:980px; margin-left:10px; position:absolute; height:30px;
}
.inner_header {
	width: 1000px;
	height: 119px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
}
.logo_service {
	width: 304px;
	margin: 36px 0 0 128px;
	float: left;
}
.right_section {
	margin: 0;
	padding: 0;
	float: right;
	height: 119px;

}
.pre_header {
	background-color: #7f2700;
	background-repeat: no-repeat;
	height: 28px; display:inline; padding:0px 5px; float:right; border-radius:0 0 4px 4px;
	text-align: center;
	line-height: 28px;
}
.pre_header img {
	vertical-align: middle;
	margin-right: 3px;
}
.pre_header a {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.pre_header a:hover {
	color: #ffb400;
}
.mpo_logo {
	/*width: 176px;
	height: 39px;
	margin: 35px 0 0 35px;*/
	float: right;
}
.static_img {
	width: 1000px;
	height: 165px;
	margin: 0 auto;
	border-bottom: 2px solid #7f2700;
}
.container {
	width: 978px;
	background-color: #fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	min-height: 650px;
	margin: 0 auto;
	padding: 5px 10px 0px 10px;
	box-shadow: 0 0 4px #ddd;
}
.footer {
	width: 100%;
	
	background-color: #7f2700;
	
	text-align: center;
	color: #fff;
	
}
.footer img{
	 vertical-align:middle;
}
.left_colum {
	width: 30%;
	border: 1px solid #eee;
	float: left;
	border-radius: 10px 10px 0px 0px
}
marquee {
 height:200px;	
}

.heading {
	background-color: #7f2700;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	height: 35px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
}
.heading img {
	margin: 7px 5px -7px 7px
}
.right_colum {
	width: 69%;
	border: 1px solid #eee;
	float: right;
	border-radius: 10px 10px 0px 0px;
}
li {
	border-bottom: 1px dotted #ccc;
	color: #999;
	list-style: none;
	padding: 13px;
}
li img {
	vertical-align: middle;
	margin: 0px 8px 0 0px;
}
ul {
	margin: 0;
	padding: 0px;
}
.table_container {
	padding: 8px;
}
.table_rmtu {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 12px;
}
.table_rmtu th {
	padding: 5px;
	border: #eee 1px solid;
	color: #fff;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
	background-color: #bb6a03;
}
.table_rmtu th img {
	margin-right: 4px;
}
.table_rmtu td {
	padding: 5px;
	border: #eee 1px solid;
	text-align: left;
}
.table_rmtu td  a {
     vertical-align: middle;
    text-align: left;
    color: #000;
}
.table_rmtu td  a:hover {
   text-decoration:underline;
}
/* provide some minimal visual accomodation for IE8 and below */

.table_rmtu tr {
	background: #eee;
}
/*  Define the background color for all the ODD background rows  */

.table_rmtu tr:nth-child(odd) {
	background: #f1f1f1;
}
/*  Define the background color for all the EVEN background rows  */

.table_rmtu tr:nth-child(even) {
	background: #fff;
}
.clearFix{
clear:both;
}





/*** new table style **/

.form-heading 
{ width:100%;
  height:100px;
  margin:0;
  padding:0;
  font-size:22px;
  line-height:100px;
  border:1px solid #ddd;
  background-color:#f5f5f5;
  text-align:center;
}
.rmtutable, .rmtutable4
{
    width:100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.rmtutable th, .rmtutable4 th
{   background-color:#bb6a03;
    padding: 8px;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.rmtutable td, .rmtutable4 td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */

.rmtutable tr, .rmtutable4 tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.rmtutable tr:nth-child(odd), .rmtutable4 tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.rmtutable tr:nth-child(even), .rmtutable4 tr:nth-child(even)
{
    background: #f7f7f7;
}
.rmtutable4 td 
{ width:25% !important;
}
.rmtutable input[type="text"], .rmtutable4 input[type="text"], input[type="password"], textarea
{   padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.rmtutable input:focus, .rmtutable4 input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
   border: #ddd 1px solid;
}
.rmtutable input:hover, .rmtutable4 input
{
    border-radius: 5px;
}
   
.rmtutable select, .rmtutable4 select
{   width:96%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.rmtutable select:focus, .rmtutable4 select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
.rmtutable select:hover, .rmtutable4 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;
        margin: 10px 0 10px;
}
.btn:hover,
.btn:active {
    background-color: #891e0d;
    border: none;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}
.redStar{color:Red;}
.print_header{ width:100%; margin:0 auto;height:61px;display:none;}
/*.left_logo { float:left; border:none; width:304px;}
.right_logo { float:right; border:none;padding-top:7px;}
*/


.btn-col  
{ width:100%;
  
   padding:0;
   text-align:center;
}

/*03-03-2018*/

.qrcode {
    text-align:center !important;
}

/*07-04-2018*/

.dept_name
{
    font-size:18px;
    text-transform:uppercase;
}
.dept-heading
{
    font-size:14px;
    font-weight:bold;
    padding:5px 0;
}
.dept-add
{
    font-size:12px;
    font-weight:bold;
    line-height:19px;
}
.logo
{
    width:100px;
}
.form-head
{
    font-weight:bold;
    font-size:17px;
    padding:12px 0;
}
.dob
{
    display:block;
    margin:10px 0 0 0;
}
.tab2 td
{
    width:50%;
}


/*******************************New Css(18/07/2019)****************************/


.form_head
    {
        width:100%;
       margin:0;
        padding:8px 0;
        text-align:center;
font-size:20px !important;
display:block !important;

    }

    .form_head span {
        border-bottom:2px solid #7f2700;
    }

    .print_header {
                            display:none;
                        }