body {
	background:#0F72B5;
}
#header {
	background:#fff;
	padding:5px 0;
}
#main {
	padding:60px 0;
}
h1 {
	color:#fff;
	text-align:center;
	margin-top:0;
}
.patient-registration,
.patient-registration-form {
	background:#fff;
	padding:50px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* .patient-registration .nav-tabs {
	background:#eee;
	text-transform:uppercase;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;	
	box-shadow:5px 5px 0px  #007c3e;
} */
.patient-registration .nav-tabs {
	border-bottom:none;
}
.patient-registration .nav-tabs li {
	position: relative;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 15px;	
	box-shadow: 2px 5px 3px rgba(0,0,0,0.1);
	z-index: 2;
	width:100%;
}
.patient-registration  .nav-tabs > li > a {
	font-size:14px;
	color:#fff;
	background:#5cb85c;
	padding:15px;
	padding-left:65px;
	position:relative;
	border:none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.patient-registration  .nav-tabs > li > a i.fa,
.patient-registration  .nav-tabs > li > a img {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	color:#fff;
	background:#007b3d;
	font-size:20px;
	padding:15px;
	border-right:1px solid #fff;
	-webkit-border-top-left-radius:25px;
	-moz-border-top-left-radius:25px;
	-o-border-top-left-radius:25px;
	border-top-left-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-o-border-bottom-left-radius:25px;
	border-bottom-left-radius:25px;
}
.patient-registration .nav-tabs > li.active > a,
.patient-registration .nav-tabs > li.active > a:focus,
.patient-registration .nav-tabs > li.active > a:hover {
	color:#fff;
	background:#007b3d;
	border:none;
	position:relative;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
/* .patient-registration .nav-tabs > li.active:before {
	content:"";
	position: absolute;
	top: 0;
	right: -31px;
	width: 55px;
	height: 50px;
	background: #0F72B5;
} */
.tab-content {
	background:#fff;
	border:1px solid #eee;
	padding:30px;
	padding-left:50px;
}
.tab-content .checkbox,
.tab-content .radio  {
	width:50%;
	float:left;
	margin-bottom:5px;
	padding-right:15px;
}
.checkbox + .checkbox, .radio + .radio {
	margin-top:10px;
}
h3 {
	font-size: 16px;
	color:#fff;
	background: #0B87C9;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}
h4 {
	font-size:14px;
	color:#000;
	background:#ccc;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
}
.patient-registration-form .form-control {
	border-radius:0;
}
.patient-registration-form h3 {
	margin-bottom:40px;
	padding:10px;
	padding-left:65px;
	position:relative;
}
.patient-registration-form h3 i.fa {
	position:absolute;
	top:-7px;
	left:0;
	width:50px;
	height:50px;
	font-size:20px;
	text-align:center;
	line-height:44px;
	background:#0F72B5;
	border:3px solid #0B87C9;
}
.patient-registration-form .form-control {
	height:44px;
	border-color:transparent;
	box-shadow:none !important;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.patient-registration-form .input-group-addon {
	width:44px;
	border-radius:0;
	color:#fff;
	background:#0F72B5;
	border-color:#0F72B5;
}
.patient-registration-form .input-group {
	margin-bottom:20px;
}
.patient-registration-form .input-group {
	border-color:transparent;
	box-shadow:none !important;
	border-bottom:1px solid #ccc;
}
.form-control:focus {
	border-bottom:1px solid #0F72B5;
	transition:all ease-out 0.3s;
}
.btn {
	border-radius:0;
}
.marquee-times {
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	text-align:center;
}
.forgot-password label {
	font-size:19px;
	font-weight:300;
	text-transform:capitalize;
	color:#454545;
}
.forgot-password .form-control {
	border-radius:0;
}
/*--new css--*/
.patient-registration .save-next {
	position:absolute;
	bottom:-1px;
	left:15px;
	z-index:9999; 
	background-color:#337ab7;
	border-color:#2e6da4;
}
.patient-registration .save-next:hover {
	background-color:#286090;
	border-color:#204d74;
}
.patient-registration .btn-primary {
	margin-left:120px;
}
.forgot-password .btn-primary {
	margin-left:0px !important;
}
.patient-registration ul.nav-tabs li:last-child {
	padding:40px 30px 25px 95px;
	color:#fff;
	background:#0F72B5;
	position:relative;

}
.patient-registration ul.nav-tabs li:last-child:before {
	content:"";
	position:absolute;
	top:22px;
	left:15px;
	width:70px;
	height:84px;
	background:url(../images/reports-icons.png) no-repeat;
}
.patient-registration ul.nav-tabs li:last-child h2 {
	font-size:15px;
	font-weight:700;
	margin-top:0;
	text-transform:uppercase;
}
.patient-registration-preview h3 {
	margin-bottom:20px;
}
.patient-registration-preview h3 input,
.patient-registration-preview input,
.patient-registration-preview textarea {
	background:transparent;
	border-color:transparent;
	display:block;
}
.patient-registration-preview textarea {
	width:100%;
}
.patient-registration-preview input.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	float:left;
	width:auto;
}
.patient-registration-preview input.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	float:left;
	margin-left:10px;
	width:auto;
}
.logout-button {
	margin-top:35px;
}
.patient-registration-preview input {
	width:100%;
}
#myModal .modal-header {
 background:#5cb85c;
}
#myModal .modal-header .modal-title { 
	font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.checkbox label {
	padding-left: 40px !important;
}
.checkbox input {
	 transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    margin-left: -35px !important;
}
.patient-registration .btn-danger {
	background-color: #ff0000;
	border-color: #ff0000;
	text-align: left;
	/*padding-left: 60px;*/
}
.patient-registration .btn-danger i.fa-youtube-play {
	position: absolute;
	top: 5px;
	left: 30px;
}
.doctor-thumbnail {
	padding-left: 70px;
}
.doctor-thumbnail img {
	position: absolute;
	top: -22px;
	left: 0;
}
