@charset "utf-8";
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
*{
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;	
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
}
body{
	background:url(../images/main-bg.jpg) no-repeat;
	background-size:cover;
	margin:0;
	padding:0;	
	font-family: 'BellGothicStd-Bold, ', Arial, Helvetica, sans-serif;
}
.container-fluid{
	width:100%;	
	background:url(../images/main-bg.jpg);
	 background-attachment: fixed;
}
.container-fluid1{
	width:100%;	
}
.container{
	width:750px;
	margin:0 auto;
	position:relative;
}
.props{
	width:100%;
	height:440px;
	background:#fafafa;
	margin-top:22%;
	padding:0 15px;
}
.props img{
	margin:0 auto;
	max-width:100%;
}
.in{
	width:240px;
	position:relative;	
	float:left;
	margin-left:33px;
	margin-top:18px;
}
.in input{
	width:100%;
	height:38px;
	border-radius:8px;
	border:1px solid #ebebeb;
	padding-left:10px;
	color:#939292;
	background: #ebebeb;
	background: -moz-linear-gradient(#ebebeb, #f8f8f8);
	background: -webkit-gradient(#ebebeb, #f8f8f8);
	background: -webkit-linear-gradient(#ebebeb, #f8f8f8);
	background: -o-linear-gradient(#ebebeb, #f8f8f8);
	background: -ms-linear-gradient(#ebebeb, #f8f8f8);
	background: linear-gradient(#ebebeb, #f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8',GradientType=0 );	
	font-family:'OpenSansRegular';
}
.in input:focus{
	border:1px solid #333;
	transition:all 0.5s ease-in;	
}
.in img{
	position:absolute;
	top:9px;
	right:10px;	
}
.login{
	border-radius:8px;
	text-transform:uppercase;
	font:16px 'OpenSansRegular';
	font-weight:bold;
	width:90px;
	height:38px;
	color:#6b6b6b;
	display:inline-block;
	margin:18px 0 0 33px;
	border:1px solid #ebebeb;
	cursor:pointer;	
}
.clearfix{
	clear:both;	
}
.forgot{
	width:350px;
	margin:22px auto 0;	
}
.forgot span{
	font:13px 'OpenSansRegular';
	color:#acacac;
}
.forgot a{
	display:inline-block;
	padding:8px 14px;
	border-radius:8px;
	text-decoration:none;
	border:1px solid #ebebeb;
	background: #e4e4e4;
	background: -moz-linear-gradient(#e4e4e4, #f5f5f4);
	background: -webkit-gradient(#e4e4e4, #f5f5f4);
	background: -webkit-linear-gradient(#e4e4e4, #f5f5f4);
	background: -o-linear-gradient(#e4e4e4, #f5f5f4);
	background: -ms-linear-gradient(#e4e4e4, #f5f5f4);
	background: linear-gradient(#e4e4e4, #f5f5f4);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f5f5f4',GradientType=0 );
	margin-left:25px;	
	color:#9d9c9c;
	font:13px 'OpenSansRegular';
}
.forgot a:hover, .login:hover{
	color:#333;
	border:1px solid #333;
	transition:all 0.5s ease-in;
}
/* INDEX 2 */
.wrapper{
	width:87%;
	margin:0 auto;	
}
.fillup{
	width:100%;
	max-width:100%;
	margin:20px 0;	
}
.tab-container{
	width:100%;
	height:auto;
	padding:10px 0;	
}
.tab-head{
	width:100%;
	height:auto;
	background:#333333;
}
.tab-head a{
	
	display:inline-block;
	font:13px 'OpenSansRegular';
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.active{
	background:#fff;
	/*color:#333 !important;*/
}
.links{
	width:auto;
	float:right;
	height:auto;	
}
.links a{
	display:inline-block;
	margin-right:10px;
	padding:8px 16px;
	background:#e6e6e7;
	color:#333333;
	text-decoration:none;
	text-transform:capitalize;
	border-radius:8px;
	margin-top:12px;
	font:13px 'OpenSansRegular';	
}
.tab-body{
	width:100%;
	padding:20px 0;
	background:#fff;	
}
.title{
	display:block;
	text-align:left;
	color:#333333;
	font:bold 24px 'OpenSansRegular';
	text-transform:uppercase;	
}
.patient{
	width:100%;
	padding:20px;
	height:auto;	
}
.patient-head{
	display:block;
	color:#3ab1e8;
	font:bold 18px 'OpenSansRegular';
	text-align:left;
	text-transform:uppercase;
	padding:0 0 8px 20px;
	
}
.patient input{
	display:inline-block;
	height:38px;
	border-radius:8px;
	border:1px solid #dcdcdc;	
	margin:20px 0;
}
.patient input[type="text"]{
	width:37.5%;
	margin-right:30px;	
	padding-left:10px;
	color:#333;
	background: #ebebeb;
	background: -moz-linear-gradient(#ebebeb, #f8f8f8);
	background: -webkit-gradient(#ebebeb, #f8f8f8);
	background: -webkit-linear-gradient(#ebebeb, #f8f8f8);
	background: -o-linear-gradient(#ebebeb, #f8f8f8);
	background: -ms-linear-gradient(#ebebeb, #f8f8f8);
	background: linear-gradient(#ebebeb, #f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8',GradientType=0 );
}
.patient input[type="submit"]{
	width:208px;
	cursor:pointer;
	background: #39afe6;
	background: -moz-linear-gradient(#39afe6, #2e8fbb);
	background: -webkit-gradient(#39afe6, #2e8fbb);
	background: -webkit-linear-gradient(#39afe6, #2e8fbb);
	background: -o-linear-gradient(#39afe6, #2e8fbb);
	background: -ms-linear-gradient(#39afe6, #2e8fbb);
	background: linear-gradient(#39afe6, #2e8fbb);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39afe6', endColorstr='#2e8fbb',GradientType=0 );
	font:bold 15px 'OpenSansRegular';
	color:#fff;
	text-transform:uppercase;
}
.patient input[type="submit"]:hover{
	color:#333; 
	transition:all 0.5s ease-out;	
}
table, th, td {
    border: 0px solid #dcdcdc;
	text-align:center;
}
td{
	font:13px 'OpenSansRegular';
	text-transform:capitalize;	
}
.data-head td{
	padding:10px 0;
	background:#3ab1e8;
	color:#fff;
	border: 1px solid #3ab1e8;
}
.data td{
	padding:10px 0;
	font:13px 'OpenSansRegular';
	color:#787878;
}
.pages{
	margin:10px 0;
	width:auto;
	float:right;	
}
.pages a{
	display:inline-block;
		
	padding:6px 14px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	color:#6f6f6f;
	background: #f5f4f5;
	background: -moz-linear-gradient(#f5f4f5, #e2e2e2);
	background: -webkit-gradient(#f5f4f5, #e2e2e2);
	background: -webkit-linear-gradient(#f5f4f5, #e2e2e2);
	background: -o-linear-gradient(#f5f4f5, #e2e2e2);
	background: -ms-linear-gradient(#f5f4f5, #e2e2e2);
	background: linear-gradient(#f5f4f5, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f5', endColorstr='#e2e2e2',GradientType=0 );
}

.menu {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.menu li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; 
  font:13px 'OpenSansRegular';
	text-transform:uppercase;
	color:#fff;
}
.menu li:hover {
  background: #fff;
  color: #333;
}
.menu li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menu li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
}
.menu li ul li:hover { background: #2ca6de; color:#FFFFFF; }
.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.export {
    color: #fffbf0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.export1 {
    background-color: #1abfaa;
    height: 30px;
    padding: 5px 0px 0px 0px;
    text-decoration: none;
    width: 65px;
}
#flashMessage
{
 color:#FF0000;
}
.ad_us{
    color: #fff;
    font-size: 19px;
    padding-right: 35px;
    text-transform: uppercase;
}