@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    font-family: 'Lato', sans-serif;
}

td {
	line-height: 27px;
	font-weight: 600;
	font-size: 11px;
}

div.panel, div.flip, div.panel1 {
	margin: 0;
	padding: 0px;
	text-align: center;
	background: #95B2CF;
	border: solid 1px #c3c3c3;
}

#ddddd {
	text-decoration: blink;
	color: #FF0000;
}

div.panel1 {
	display: none;
}

#smallh4 {
	font-weight: bold;
	color: #FF9900;
}

/* Form Validation */
.styled span.error {
	font: bold 11px Arial, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: none;
	background: url(../images/arrow_error.png) no-repeat 0 center;
	height: 15px;
	padding: 7px 15px 10px 20px;
	line-height: 1em;
	position: absolute;
	top: 70px;
	right: 0;
	border-right: 1px solid #6c0202;
}

.styled fieldset li.error input.text-input {
	background-position: 0 -89px;
}

.Heading {
	/* font-size: 20px;
	font-weight: 600;
	color: rgb(32, 77, 112);
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.5px;
	background-image: linear-gradient(rgba(255, 255, 255, 0) 1px,
		rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.04) 15px, rgba(0, 0, 0, 0.02)
		100%);
	margin: 0px;
	border: 1px solid #eee; */
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px;
    letter-spacing: 0.5px;
    margin: 0px;
    line-height: 40px;    
    background-color: #204d70;
    background-image: linear-gradient( #204d70, #4587ba75 );
}

.subHeading {
	/* font-size: 13px;
	font-weight: 600;
	color: rgb(32, 77, 112);
	vertical-align: middle;
	line-height: 40px;
	letter-spacing: 0.5px;
	background-color: #fff;
	margin: 0px;
	border: 1px solid #eee;
	padding-left: 15px; */
	background-color: #204d70;
    background-image: linear-gradient( #204d70, #4587ba );
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 2px 10px;
    line-height: 26px;
}

.sub-heading {
	font-size: 16px;
	font-weight: 600;
	color: rgb(32, 77, 112);
	vertical-align: middle;
	text-align: left;
	line-height: 40px;
	letter-spacing: 0.5px;
	margin: 0px;
	border: 1px solid #eee;
	padding-left: 10px;
}

.bg_form1 {
	background-color: #e6e6e6;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    color: #292525;    
	padding: 0px 0px 0px 5px;
    line-height: 27px;
	width: 50%;
	position: relative;
}

.bg_form2 {
	background-color: #f6f6f6;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    color: #292525;    
	padding: 0px 0px 0px 5px;
    line-height: 27px;
	width: 50%;
	position: relative;
}

.formbg1 {
	background-color: #e6e6e6;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    color: #292525;    
	padding: 0px 0px 0px 5px;
    line-height: 27px;
	width: 25%;
	position: relative;
}

.formbg2 {
	background-color: #f6f6f6;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    color: #292525;    
	padding: 0px 0px 0px 5px;
    line-height: 27px;
	width: 25%;
	position: relative;
}

.formbg3 {
    background-color: #f6f6f6;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 800;
    width: 75%;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 5px;
}

/* formbg1 {
	background-color: rgb(230, 230, 230);
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 600;
	color: rgb(41, 37, 37);
	width: 25%;
	position: relative;
	line-height: 30px;
	padding: 6px 15px;
}

.formbg2 {
	background-color: rgb(246, 246, 246);
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 800;
	width: 25%;
	position: relative;
	line-height: 30px;
	padding: 4px 10px;
} 

.formbg3 {
	background-color: rgb(246, 246, 246);
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 800;
	width: 75%;
	position: relative;
	line-height: 30px;
	padding: 4px 10px;
} */

.profileTable tr td {
	padding: 0px 5px;
}

.Table{
	width: 98%;
	margin: 0 auto;
	border: 1px solid #c7c7c7;
	box-shadow: 0px 1px 2px #c7c7c7;
}

.Table tr th, .Table tr td {
	border: 1px solid #c7c7c7;
}

.Table tr:last-child td {
	border-bottom: none;
}

.tsMobile {
		display: none;
}

#heading1 {
	background: white;
	font-size: 3;
	color: white;
	font-weight: bold;
}

#heading2 {
	font-size: 12;
	color: white;
	font-weight: bold;
}

.txtField {
	background: #e2eee2;
	border: #e2eee2;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFF;
}

h1 {
	color: #FF0000;
}

.line {
	color: #FF0000;
}

.largefont {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}

ptable {
	border-style: solid;
	border-color: #ff0000 #0000ff;
}

td {
	margin: 0;
	/* padding: 4px; */
	/* border-width: 1px 1px 0 0; */
}

#main_td {
	margin: 0;
	padding: 0px;
	border-width: 0px 0px 0 0;
	background-color: #e4e9ed;
	background: none;
	border-bottom: none;
	border-left: none;
}

.bgCover {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	overflow-y: hidden
}

.overlayBox {
	border: 0px solid #09F;
	position: absolute;
	display: none;
	width: 500px;
	height: 80px;
	background: #ffff;
}

.overlayContent {
	overflow-y: hidden;
	padding: 10px;
	position: absolute;
}

.closeLink {
	float: right;
	color: red;
}

divtag {
	width: 20px;
	height: 15px;
	background-color: #f33;
}

a:hover {
	text-decoration: none;
}

h2 {
	padding: 5px;
	margin: 0;
}

div.sccorp {
	margin: 0;
	padding: 0px;
	text-align: center;
	background: #b0c4de;
	border: solid 1px #c3c3c3;
}

/*Styling of progress bar container*/
#progressBar {
	width: 300px;
	/*It is important to define the width of the progress bar*/
	height: 40px;
	padding: 0px;
	background: #ccc;
	border: 1px solid #aaa;
	-moz-box-shadow: inset 0 0 3px #888;
	-webkit-box-shadow: inset 0 0 3px #888;
	box-shadow: inset 0 0 3px #888;
}
/*styling the progress bar*/
#bar {
	background: #499aed;
	height: 100%;
	width: 0; /*sets the bar to 0*/
}

.rOnly {
	background: transparent;
}

button {
	margin: 0 auto 5px auto;
	display: block;
	width: 134px;
	height: 35px;
	background: url('../images/HE_BG.jpg') no-repeat left;
	border: 0 none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

/*   Responsive Custom CSS  Starts Here  */
html {
	width: 100%;
	height: 100%;
	display: table;
}

* {
	box-sizing: border-box;
}

body {
	width: 100%;
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.table-width {
	width: 50%;
	margin: auto;
	border: none;
}

table.table-width tr td {
	/* border: 0px; */
}

select {
	width: 99%;
	padding: 3px 6px;
	
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

input[type="text"] {
	width: 99%;
    padding: 3px 6px;
    
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

textarea {
	width: 99%;
	padding: 3px 6px;
	
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

input[type="file"] {
	width: 99%;
	padding: 3px 6px;
	
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="file"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

input[type="file"] {
	width: auto;
	display: block
}

@media all and (min-width: 768px) and (max-width: 1140px) {
	.table-width {
		width: 100% !important;
	}
	.m_bt60 {
		margin-bottom: 40px;
	}
	.m_b60 {
		margin-bottom: 40px;
		display: block
	}
	input[type="submit"], input[type="button"], .btn {
		margin-bottom: 40px !important;
		display: block;
	}
	table, tr, th, td, thead, tbody {
		border: none;
	}
	tr {
		border-top: 1px solid #ddd;
	}
	.formbg1 {
		padding: 0px 5px;
		text-align: left;
		display: inline-block;
		width: 25%;
	}
	.formbg2 {
		padding: 0px 0px;
		text-align: left;
		display: inline-block;
		width: 25%;
	}
/* 	select {
		width: 180px;
		height: 25px;
	}
	input[type="text"] {
		width: 180px;
		height: 25px;
	}
	textarea {
		width: 180px;
	} */
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.table-width, .w_50 {
		width: 100% !important;
	}
	.w_50 {
		display: block
	}
	.ab_span {
		position: relative !important;
	}
	.subHeading {
		padding-left: 0;
	}
	.m_bt60 {
		margin-bottom: 60px;
	}
	input[type="submit"], input[type="button"], .btn {
		margin-bottom: 40px !important;
		display: block;
	}
	tr {
		width: 100%
	}
	.formbg1 {
		padding: 2px 5px;
		text-align: left;
		display: inline-block;
		width: 49%;
	}
	.formbg2 {
		padding: 2px 5px;
		text-align: left;
		display: inline-block;
		width: 49%;
	}
	table, tr, th, td, thead, tbody {
		border: none;
	}
	input[type="file"] {
		width: 200px;
	}
}

@media all and (max-width: 480px) {
	.table-width, .w_50 {
		width: 100% !important;
	}
	input[type="submit"], input[type="button"], .btn {
		margin-bottom: 80px !important;
		display: block;
	}
	input[type="text"], select {
		margin-left: 0px;
		width: 100%;
	}
	.table-width tr td {
		padding: 2px 10px !important;
	}
	#reg1, #reg2, #reg3, #reg4, #reg5 {
		DISPLAY: BLOCK !Important;
	}
	.ab_span {
		position: relative !important;
	}	
	.w_50 tr td {
		padding: 5px 10px;
	}
	div.footerBg ul li {
		position: relative !important;
		float: none !important;
		width: 100%;
		text-align: center
	}
	#time {
		line-height: normal !important;
	}
	.m_bt60 {
		margin-bottom: 60px;
	}
	body {
		padding: 5px;
	}
	#heading {
		line-height: 24px;
		font-size: 14px;
	}
	.formbg1 {
		padding: 2px 5px;
		text-align: left;
		background: transparent !important;
		line-height: 24px;
		width: 99%;
	}
	.formbg2 {
		padding: 2px 5px;
		text-align: left;
		background: transparent !important;
		line-height: 24px;
		width: 99%;
	}
	
	.bg_form1 {
		padding: 2px 5px;
		text-align: left;
		background: transparent !important;
		/* line-height: normal; */
		width: 99%;
	}
	.bg_form2 {
		padding: 2px 5px;
		text-align: left;
		background: transparent !important;
		line-height: normal;
		width: 99%;
	}
	
	select {
		width: 99%;
		height: 30px !important;
	}
	input[type="text"] {
		width: 99%;
	}
	textarea {
		width: 99%
	}
	tr {
		background: #f6f6f6;
		display: block;
		margin-bottom: 5px;
	}
	input[type="file"] {
		width: 99%;
	}
	td {
		border: none;
	}
	.formbg2 td {
		margin-bottom: 4px;
	}
	table, tr, th, td, thead, tbody {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.Heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
	}
	
	.lLabel{
		line-height: 20px;
		padding-left: 10px;
	}
	
	.lValue{
		line-height: 20px;
	}
	
}

.footerBgFive {
	background: #006D4A;
}

.footerBg {
	padding: 0px 0px;
	position: relative;
}

.footerBg ul li {
	display: inline-block;
	padding: 0px 4.8px;
}

.footerBg ul li:last-child {
	float: right;
	padding-right: 5px;
}

.footerBg ul li:first-child {
	padding-left: 10px;
}

.footerBg ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	line-height: 34px;
}

.footerBg span {
	line-height: 34px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.footerBg ul li a img {
	vertical-align: middle;
	height: 30px;
}

#time {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 34px;
}

.footerBg ul li:nth-child(2) {
	width: 99%;
	left: 0px;
	text-align: center;
	position: absolute;
}

.tsDesktop{
	background: #084f6e;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.footerBg ul li {
		display: block;
		padding: 5px 15px;
		text-align: center;
	}
	.tsLeft {
		display: none;
	}
	.tsRight {
		width: 70px;
	}
	.header img {
		height: 60px;
	}
	.header {
		min-height: 70px;
		text-align: center;
	}
	.header>img {
		display: none;
	}
	.tsRight {
		position: relative;
	}
	.tsRight img {
		width: 100px;
		margin-top: 5px;
	}
	.footerBg ul li:last-child {
		float: none;
		text-align: center;
	}
	.footerBg span {
		display: block;
	}
	.left-menu{
		background: #c7c7c7;
		width: 100% !important;
	}
	
	.right-menu{
		background: #e2e2e2;
		width: 100% !important;
		text-align: center !important;
	}
	
	.Table {
    	width: 100%;
    }
    
    .tsDesktop{
    	height: 100%;
    }
    
    input[type="text"] {
    	margin-bottom: 0px;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width
	: 767px) {
	.footerBg ul li {
		display: inline-block;
		padding: 5px 15px;
		text-align: center;
		width: 42%;
	}
	.tsLeft {
		display: none;
	}
	.tsRight {
		width: 90px;
	}
	.footerBg ul li {
		width: auto;
	}
	.footerBg span {
		display: block;
	}
	#time {
		padding: 5px 0px;
	}
	.footerBg {
		text-align: center;
	}
	.footerBg ul li:last-child {
		float: none;
	}
	
	.tsDesktop {
		display: none;
	}
	.tsMobile {
		display: block;
		height: 150px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) {
	.footerBg ul li {
		display: inline-block;
		padding: 5px 15px;
		text-align: center;
		width: 45%;
	}
	.tsMeeSevaLogo {
		width: 100px;
		top: 10%;
	}
	.tsLeft {
		left: 1%
	}
	.tsRight {
		right: 1%;
	}
	.footerBg ul li {
		width: auto;
	}
	.footerBg span {
		display: block;
	}
	#time {
		padding: 5px 0px;
	}
	.footerBg {
		text-align: center;
	}
	.footerBg ul li:last-child {
		float: none;
	}
	
	.right-menu{
		padding-left: 10px;
	}
	
	.tsDesktop{
		height: 100%;
	}
	
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #419fd9;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
	background: #419fd9;
}

::-webkit-scrollbar-thumb:active {
	background: #000000;
}

::-webkit-scrollbar-track {
	background: #ffffff;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: #ffffff;
}

::-webkit-scrollbar-track:active {
	background: #333333;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

input[type="submit"], input[type="button"], .btn {
	background: #0c366b;
	background-repeat: repeat-x;
	background-position: left;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border-radius: 2px;
	height: 28px;
	padding: 0px 10px;
	cursor: pointer;
	margin: 10px 0px;
	display: inline-block;
}

input[type="button"]:hover {
	background: #0d5b98;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

/*   Responsive Custom CSS  Ends Here  */

/* Common CSS for Elements  Starts Here */
.txtBox {
	width: 160px;
	padding: 3px 6px;
	height: 26px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.txtBox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.txtArea {
	width: 160px;
	padding: 3px 6px;
	height: 26px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.txtArea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.lbl {
	font-weight: 600;
	font-size: 11px;
}

.mand {
	color: #f00;
}

.errMSg {
	line-height: 30px;
	font-weight: 600;
	font-size: 10px;
	color: #f00;
}

/* --20-04-18-- */
input:read-only {
	/*background-color: #f0f0f0;*/
	border: 1px solid #d1d2d2;
}

.grid-table {
	border: 1px solid #ddd;
	margin: 0 auto;
	width: 98%;
}

.grid-table tr th {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #f6f4f4 !important;
	/* padding: 8px 5px; */
	font-size: 13px;
}

.grid-table tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/* padding: 5px; */
}

.m_t30 {
	margin-top: 20px;
}

.w_50 {
	width: 50%;
	border: 1px solid #f7f7f7;
}

.payment_d tr td {
	width: 50%;
}

.b_bottom td {
	border-bottom: 1px solid #ccc !important;
}

.formbg3 span {
	display: inline-block;
	margin-left: 80px;
}

.formbg3 input {
	display: inline-block;
}

.border-bottom tr td {
	border-bottom: 1px solid #ccc;
}

.w_50 tr td:nth-child(2) {
	text-align: left;
}

.w_50 tr {
	border-bottom: 1px solid #f7f7f7;
}
/* Common CSS for Elements Ends Here */
.recipt-table table {
	border: none;
}

.recipt-table td {
	/* line-height: 14px;
	font-size: 11px; */
	border: none;
}

/* .recipt-tab {
       width: 60%;
}  */    


.recipt-tab {
	width: 60%;
	margin: 0 auto;
	text-align: left
}

.recipt-address {
	width: 300px;
	float: left;
}

.recipt-number {
	width: 300px;
	float: left;
}

.recipt-number ul li {
	list-style: none;
	text-align: left
}

.recipt-address ul li {
	list-style: none;
	text-align: left
}

.recipt-cash-one {
	width: 300px;
	float: left;
}

.recipt-number-two {
	width: 300px;
	float: left;
}

.recipt-number-two ul li {
	list-style: none;
	text-align: left;
	float: left
}

.recipt-cash {
	width: 300px;
	float: left;
}

.recipt-number {
	width: 300px;
	float: left;
}

/* .recipt-table div {
	line-height: 16px
} */

.recipt-header {
	text-align: center
}

.recipt-address ul {
	padding-left: 40px;
}

.recipt-cash-one {
	line-height: 64px !important;
}

.recipt-number-two ul li:nth-child(odd) {
	padding-right: 20px;
}

.m30{
	margin-top: 30px;
}

.noPadding{
	padding: 0px !important;
}

.lLabel{
	font-size: 12px;
	font-weight: 600;
	color:#000;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.lValue{
	font-size: 12px;
    font-weight: 600;
    color: rgb(32, 77, 112);
    vertical-align: middle;
    letter-spacing: 0.5px;
}


/* Profile MenuBar CSS Starts Here */

	.menu-top {
		background-color: #82828266;
    	background-image: linear-gradient( #b1b1b1c7, #ffffff );
		/* box-shadow: 0px 1px 2px #444; */
	}
	.menu-top>div {
		width: 49%;
		display: inline-block;
	}
	.right-menu {
		text-align: right;
	}
	ul, ol {
		margin: 0px;
		padding: 0px;
	}
	.right-menu>ul>li {
		display: inline-block;
	}
	.left-menu ul li {
		display: inline-block;
	}
	.left-menu ul li a {
		color: #fff;
		padding: 13px;
		display: block;
		font-size: 12px;
	}
	.right-menu>ul>li>a, .right-menu>ul>li {
		color: #fff;
		padding: 7px;
		font-size: 12px;
	}
	
/* Profle MenuBar CSS Ends Here */
