html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus, textarea:focus
{
	outline:none;
}

a, select
{
text-decoration:none;
outline:none;
}

body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	background: #ccc;
}

/****************************************************************************
User Styles
*****************************************************************************/

#full-wrap-container {
	width: 100%;
	height: auto;
	clear: both;
	}

.center-align {
	width: 1024px;
	margin: 0px auto;
		background: #fff;
	overflow: hidden;

	}

.header {
	float: left;
	width: 100%;
	background-image: url("../images/headerbg.png");
	background-repeat: no-repeat;
	height: 285px;
	background-size: 100% auto;
}

.header-new {
	float: left;
	width: 100%;
	margin-top: 30px;
}

/*.section {
	float: left;
	width: 100%;
}*/

.section {
  position: relative;
  padding-bottom: 103px;
 float: left;
width: 100%;

}


.login-div {
	margin: 50px auto;
	width: 400px;
	overflow: hidden;
}

img.logo {
	float: left;
	width: auto;
}

img.logo1 {
	float: left;
	width: auto;
	margin-left: 43px;
}

.up-div {
	float: left;
	width: 90%;
	background-color: #f58d91;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 20px 10px 20px;
		margin-top: 10px;
}

.up-div label {
	color: #000;
	font-size: 16px;
	width: 20%;
	float: left;
	line-height: 20px;
	text-align: right;
	margin-right: 10px;
}

.up-div input {
	color: #000;
	font-size: 14px;
	width: 70%;
	padding: 2px 10px;
	border:none;
	margin-bottom: 10px;
}

.rfl {
	clear: both;
	float: left;
	width: 100%
}

.rfl p {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	width: auto;
	float: left;
}

.rfl a {
	color: #666;
}

.rfl input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 2px;
}

.submit {
	float: right;
	width: auto;
	background-color: #f58d91;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 20px;
}

.submit input[type="submit"] {
	background-color: #a8353d;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	border:none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor:pointer;
}


/*.footer {
   width: 1024px;  
  position: absolute;
  bottom: 0px;
background-image: url("../images/footerbg.png");
	background-repeat: no-repeat;
	height: 103px;
		background-size: 100% auto;
		float: left;
}*/



.footer {
	float: left;
	width: 100%;
	background-image: url("../images/footerbg.png");
	background-repeat: no-repeat;
	height: 103px;
		background-size: 100% auto;
}

/****************************************************************************
   Inner page Styles
*****************************************************************************/
.topbg {
	float: left;
	width: 100%;
	background-image: url("../images/topbg1.png");
	background-repeat: no-repeat;
	height: 104px;
	margin-top: -7px;
	background-size: 100% auto;
}

.line {
	  position: absolute;
  width: 81%;
  height: 1px;
  background-color: #c17511;
  left: 195px;
  top: 0px;
}

.login-div h1 {
	font-size: 20px;
	color: #c17511;
	text-align: center;
	margin-bottom: 20px;
}

.login-div input.email {
	color: #000;
	font-size: 14px;
	width: 40%;
	padding: 5px 10px;
	border:none;
	border:1px solid #c17511;
	margin-bottom: 20px;
	margin-left:100px;
	border-radius: 10px;
	text-align: center;
}

.login-div input.send {
	background-color: #c17511;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	border:none;
	margin-left: 125px;
	margin-bottom: 20px;
	cursor: pointer;
}

.login-div p.your {
	text-align: center;
	font-size: 14px;
}

.logout {
	float: right;
	width: auto;
	margin-top: 90px;
	margin-right: 12px;
}

.logout p {
	font-size: 13px;
	color: #666;
}

.logout p a{
	color: #f58d91;
}

ul.nav {
	float: right;
	width: auto;
}

ul.nav li {
	float: left;
	width: auto;
	margin-right: 10px;	
}

ul.nav li a{
	float: left;
	width: auto;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f58d91;
}

ul.nav li a:hover {
	background-color: #a8353d;
}

ul.nav li a.selected {
	background-color: #a8353d;
}

.content-mid {
	width: 920px;
	margin: 30px auto;
	overflow: hidden;
}

span.addmore {
	float: left;
	width: auto;
	background-color:#6c913c;
	color:#fff;
	font-size:14px;
	padding:5px 20px;
	border-radius:10px;
	margin-bottom:20px;
	cursor:pointer; 
}

span.generate {
	float: right;
	width: auto;
	background-color:#6c913c;
	color:#fff;
	font-size:14px;
	padding:5px 20px;
	border-radius:10px;
	margin-top:20px;
	cursor:pointer; 
}

/* table styles start here */

.table-data {
	float: left;
	width: 100%;
	border: 5px solid #fbd2d3;
	border-radius: 10px;
}

.table-data th {
	padding: 20px 10px;
	background-color: #f58d91;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #fff;
}

.table-data th.th1 {
	padding: 20px 10px 0px 10px;
	background-color: #f58d91;
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #fff;
}

.table-data th input {
	width: 95%;
	padding: 3px;
	background-color: #fce0e3;
	border:none;
}

.table-data th img {
	margin-right: 10px;
}

.table-data td {
	padding: 10px;
	font-size: 14px;
	color: #666;
	border-right: 1px solid #f58d91;
	text-align: center;
}

.table-data td img {
	margin-top: -25px;
}

.table-data tr.tb-border{
	border-top: 2px solid #f58d91;
}

.table-data tr.tb-border td {
	padding: 20px 10px;
}

span.total {
	float: left;
	clear: both;
	width: auto;
	background-color: #29a5df;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.table-data td input {
	width: 95%;
	padding: 3px;
	background-color: #fff;
	border:1px solid #c8e3aa;
	border-radius: 10px;
}

.table-data td span {
	border:1px solid #f58d91;
	padding: 1px 10px;
	border-radius: 10px;
}

/* table styles ends here */

.content-mid-new {
	width: 920px;
	margin: 0px auto;
	overflow: hidden;
	border: 5px solid #cceaf7;
	border-radius: 10px;
}

.upload {
	float: left;
	width: 96%;
	padding: 2%;
}

.upload h1 {
	font-size: 16px;
	color: #4dbcb7;
	font-weight: bold;
	margin-bottom: 20px;
}

.invoice-form {
	float: left;
	width: 100%;
}

.invoice-form-left {
	float: left;
	width: 49%;
}

.invoice-form-right {
	float: right;
	width: 49%;
}

.invoice-form label {
	float: left;
	width: 30%;
	font-size: 14px;
	color: #666;
	line-height: 21px;
}

.invoice-form input {
	width: 60%;
	font-size: 14px;
	color: #666;
	border: 1px solid #4dbcb7;
	border-radius: 10px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.invoice-form select {
	width: 65%;
	font-size: 14px;
	color: #666;
	border: 1px solid #4dbcb7;
	border-radius: 10px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.invoice-form textarea {
	width: 79%;
	font-size: 14px;
	color: #666;
	border: 5px solid #4dbcb7;
	border-radius: 10px;
	padding: 3px 10px;
	margin-bottom: 10px;
	height: 150px;
}

span.total1 {
	float: left;
	clear: both;
	width: auto;
	background-color: #4dbcb7;
	padding: 6px 10px;
	border-radius: 10px;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
}

.invoice-form input.upload-submit {
	float: right;
	width: auto;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	background-color: #4dbcb7;
	margin-right: 30px;
}

.content-mid-new-profile {
	width: 640px;
	margin: 0px auto;
	overflow: hidden;
	border: 5px solid #fbd2d3;
	border-radius: 10px;
	padding: 20px;
	clear: both;
}

.content-mid-new-profile label {
	float: left;
	width: 60%;
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-align: right;
	margin-right: 10px;
}

.content-mid-new-profile label.edit {
	float: right;
	width: auto;
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-align: right;
	margin-right: 0px;
}

.content-mid-new-profile input {
	width: 30%;
	font-size: 14px;
	color: #666;
	border: 1px solid #fbd2d3;
	border-radius: 5px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.content-mid-new-profile textarea {
	width: 30%;
	font-size: 14px;
	color: #666;
	border: 1px solid #fbd2d3;
	border-radius: 5px;
	padding: 3px 10px;
	margin-bottom: 10px;
	height: 50px;
}

span.number {
	float: left;
	width: auto;
	margin-bottom: 10px;
	background-color: #f58d88;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	margin-left: 185px;
	border-radius: 20px;
}

span.pname {
	float: left;
	width: auto;
	margin-bottom: 10px;
	background-color: #f58d88;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	margin-left: 185px;
	border-radius: 20px;
}

.comments {
	float: left;
	width: 100%;
}

.comments span {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}

.comments p {
	font-size: 14px;
	color: #000;
	border: 5px solid #f58d91;
	padding: 20px;
	background-color: #f1f2f2;
	line-height: 20px;
}

.car {
	float: right;
	width: auto;
}

span.car1 {
	float: left;
	width: auto;
	background-image: url(../images/tick1.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #666;
	font-size: 14px;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
}

span.car2 {
	float: left;
	width: auto;
	background-color: #a8353d;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 10px;
}

span.car3 {
	float: left;
	width: auto;
	background-color: #a8353d;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
		border-radius: 10px;
}

.home-invoice-div {
	width: 760px;
	margin: 0px auto;
	overflow: hidden;
	border: 5px solid #fbd2d3;
	border-radius: 10px;
	padding: 20px;
	clear: both;
}


.home-invoice-left {
	float: left;
	width: 30%;
}

.home-invoice-left h1 {
	font-size: 14px;
	color: #a8353d;
	margin-bottom: 20px;
}

span.vbp {	
	padding: 4px 20px 4px 40px;
	font-size: 14px;
	color: #fff;
	background-color: #C3323B;
	border-radius: 20px;
	position: relative;
	float: left;	
	margin-bottom: 20px;
}

span.vbp img {
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -6px;
}

span.inimg {
	display: block;
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	clear: both;
}

span.img {
	display: block;
	border: 5px solid #f58d91;
	width: 150px;
	height: 150px;
	clear: both;
}

.home-invoice-right {
	float: right;
	width: 65%;
}

.home-invoice-right label {
	float: left;
	width: 60%;
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-align: right;
	margin-right: 10px;
}

.home-invoice-right input {
	width: 30%;
	font-size: 14px;
	color: #666;
	border: 1px solid #f58d91;
	border-radius: 5px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.home-invoice-right input.homebtn {
  width: auto;
  font-size: 14px;
	color: #fff;
	background-color: #C3323B;
	padding: 4px 20px;
	float: right;
	margin-right: 16px;
}

span.number1 {
	float: left;
	width: auto;
	margin-bottom: 10px;
	background-color: #f58d88;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	margin-left: 110px;
	border-radius: 20px;
}

.verify-invoice-left {
	float: left;
	width: 60%;
}

.verify-invoice-left h1 {
	font-size: 14px;
	color: #a8353d;
	margin-bottom: 20px;
}

.verify-invoice-right {
	float: right;
	width: 38%;
}

.verify-invoice-left label {
	float: left;
	width: 52%;
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-align: left;
	margin-right: 10px;
}

.verify-invoice-left input {
	width: 30%;
	font-size: 14px;
	color: #666;
	border: 1px solid #f58d91;
	border-radius: 5px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.verify-invoice-left input.homebtn {
  width: auto;
  font-size: 14px;
	color: #fff;
	background-color: #C3323B;
	padding: 4px 20px;
	float: right;
	margin-right: 36px;
}

span.img1 {
	display: block;
	border: 5px solid #f58d91;
	width: 250px;
	height: 250px;
	clear: both;
}

/****************************************************************************
   Inner page Styles ends here
*****************************************************************************/
.popup {
	width: 600px;
	overflow: hidden;
	border:10px solid #c8e3aa;
	border-radius: 20px;
}

.popup-top {
	float: left;
	width: 96%;
	background-color: #c8e3aa;
	padding: 2%;
}

ul.pmx {
	float: left;
	width: auto;
}

ul.pmx li{
	float: left;
	width: auto;
	background-color: #6c913c;
	padding: 5px 8px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}

.popup-top p {
	font-size: 14px;
	color: #000;
	text-align: center;
}

.popup-content {
	float: left;
	width: 94%;
	padding: 3%;
}

.popup-content h1 {
	font-size: 16px;
	color: #6c913c;
	margin-bottom: 20px;
}

.date-div {
	float: left;
	width: 100%;
}

.date-left {
	float: left;
	width: 50%;
}

.date-left label {
	float: left;
	width: 27%;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}

.date-inpt {
   float: left;
   width: 65%;
   border:1px solid #c8e3aa;
   padding: 0px 5px;
   border-radius: 10px;
}

.date-inpt input {
	float: left;
	width: 80%;
	border:none;
	border-right:1px solid #c8e3aa;
	margin-right: 5px;
}

.date-right {
	float: left;
	width: 50%;
}

.hospital {
	float: left;
	width: 100%;
	margin-top: 20px;
}

span.hospital-head {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-top: 63px;
	font-size: 16px;
	color: #6c913c;
}

ul.hospital-list {
	float: left;
	width: 60%;
	border:1px solid #c8e3aa;
	border-radius: 20px;
}

ul.hospital-list li {
	float: left;
	width: 88%;	
	font-size: 14px;
	color: #000;
	border-bottom:1px solid #c8e3aa;
	padding: 10px 20px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 310px 10px;
}

ul.hospital-list li:last-child {
	border-bottom:none;
}

span.search {
	float: left;
	width: auto;
	background-color: #91c855;
	color: #fff;
	padding: 5px 20px;
	margin-left: 20px;
	border-radius: 20px;
	cursor: pointer;
	margin-top: 110px;
}

/****************************************************************************
User Styles ends here
*****************************************************************************/

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }