@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

.text-white
{
	color:#fff;
}


h2 {
	font-size: 26px;
	font-weight: normal;
	
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}


.lead {
	font-size: 21px;
	font-weight: 300;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a:hover{
	text-decoration:underline;
	}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix {
	clear: both;
 *margin:5px 0;
 *line-height:1px;
}
.text-center {
	text-align: center;
}
.text-blue {
	color: #1a88ca;
}
.text-muted {
	color: #808080;
}
.col-2-3 {
	width: 640px;
	padding-right: 20px;
}
.col-1-3 {
	width: 320px;
	padding-left: 20px;
}
.col-6-12 {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-1-4 {
	width: 220px;
	padding-top: 75px;
}
.col-3-4 {
	width: 394px;
	padding-top: 75px;
	color: #ffffff;
}
.btn {
    padding: 8px 8px;
	*padding: 4px 8px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}
.btn-default {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	color: #2a2a2a;
}
.btn-default:hover {
	background: #f1f1f1;
	border: 1px solid #c3c3c3;
}

/* Header */
.logo {
	display: inline-block;
	background: url(../images/LoginImages/logo.png) no-repeat top left;
	width: 230px;
	height: 51px;
	margin-top: 25px;
}
.Testlogo
    {
        display: inline-block;
	    background: url("../images/v10G/Misc/curemd_adphTest.gif") no-repeat top left;
	    width: 250px;
	    height: 46px;
	    margin-top: 30px;
    }
#call-us {
	text-align: right;
}
#call-us {
	text-transform: uppercase;
	font-size: 14px;
}
#call-us .lead {
	font-size: 22px;
	font-weight: 400;
}
#main-nav {
	margin-top: 20px;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
}
#main-nav ul li {
	/*display: inline-block;*/
	float: left;
}
#main-nav ul li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
    border-image: none;
    border: solid 1px #fff;
    padding: 5px 20px;
	font-size:14px;
	/*font-family: "Open Sans";*/
}
#main-nav ul li a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-image: none;
    border-radius: 0px 0px 0 0;
    border: solid 1px #ccc;
    position: relative;
    z-index: 16001;
}
#main-nav ul li.downloadIpad a {
	margin-top: 3px;
	padding-right: 0;
}
#main-nav ul li.downloadIpad a:hover {
	background: none;
}
/* Banner */
#banner {
	background: url(../images/LoginImages/bg-banner.jpg) repeat-x top left;
	height: 420px;
	margin-bottom: 90px;
}
#banner.innerPage {
	height: 300px;
}
#banner.UC14Banner {
	background: url(../images/LoginImages/uc-14-banner.png);
	height: 420px;
	margin-bottom: 90px;
}


#login-form 
{
	background: #ffffff;
	padding: 1px 20px 10px 20px;
	margin-top: 40px;
}
.form-control {
	margin-bottom: 10px;
	*margin-bottom: 0px;
	*margin-top:10px;
}
label {
	display: block;
}
input {
	width: 95%;
	padding: 8px 6px;
	border: 1px solid #c3c3c3;
}
input:focus {
	border-color: #1a88ca;
}
#login-form a {
	text-decoration: none;
}
#login-form a:hover {
	text-decoration:underline;
}
.btn-danger {
	background: #FF9C25;
	border: 1px solid #FF9C25;
	color: #ffffff;
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin-top:14px;
}
.btn-danger:hover{
 background: none repeat scroll 0 0 #e99229;
 }	
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.left {
	background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	/* position: absolute;*/
  /*bottom: 10px;
  left: 50%;*/
	z-index: 15;
	/*width: 60%;*/
	padding-left: 0;
	/*  margin-left: -30%;*/
	text-align: center;
	list-style: none;
 *margin-left:410px;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
 *float:left;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ffffff;
}
.carousel-caption .btn {
	text-shadow: none;
}
.carousel-inner {
	height: 419px;
	color: #ffffff;
}
.carousel-inner .lead {
	margin-bottom: 5px;
}
.carousel-inner .btn {
	margin-top: 20px;
}
.carousel-indicators {
/*	position: absolute;*/
}
.carousel-indicators .active {
	background: url(../images/LoginImages/carouselArrows.png);
	background-position: 0px -1px;
 *background-position:0px 1px;
 *height:13px;
	background-repeat: no-repeat;
}
.carousel-indicators li {
	background: url(../images/LoginImages/carouselArrows.png);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
/* Body Content */
.img-responsive {
	width: 100%;
}
/* News */
#news {
	background: #f1f1f1;
	border: 1px solid #d9d9d9;
	padding: 15px;
	max-height: 440px;
	overflow-y: scroll;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
#news ul li {
	border-bottom: 1px dashed #c3c3c3;
	padding: 5px 0;
}
#news ul li.remove-border {
	border-bottom: none;
}
#news ul li a {
	text-decoration: none;
}
/* Footer */
.footer {
	margin-top: 60px;
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #808080;
	font-size: 13px;
}
.list-inline {
	padding: 0;
	margin: 0;
 *margin-left:250px;
 *width:850px;
	display: block;
 *float:left;
}
.list-inline li {
	display: inline-block;
	height:20px;
	line-height:20px;
}
.footer .list-inline li {
 *float:left;
}
.list-inline li a {
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
	color: #808080;
	height:20px;
	line-height:20px;
}
.list-inline li small{
 float:left;
 font-size:13px;
 }
.list-inline li a:hover {
	color: #2a2a2a;
}
.iePromo {
	background:	url("../images/LoginImages/bg-banner.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
	display: block;
	float: left;
	width: 96%;
	padding: 20px;
	min-height: 220px;
	margin-top: 20px;
 *margin-top:10px;
	color: #fff;
}
.iePromo h2 {
	font-size: 22px;
}
.iePromo h2.infoHdMain {
	font-size: 26px;
}
.iePromo h3 {
	font-size: 32px;
}

.shell-padding-top
{
	padding-top:25px;
}

.iePromo p {
	padding-top: 10px;
	font-size: 18px;
}
.text-warning
{
	color: #f5d169;
}

.iePromo p.red {
	color: #f5d169;
}
.footer.text-center p.text-center {
 *padding-left:90px;
}
.error {
	color: #ED1C24;
}
.errorText input {
	border: solid 1px #ED1C24;
}

.banner-buttons2{
	margin-top:10px;
	color:#494949;
	/*margin-left:40px;*/
	}


.banner-buttons2 a{
	font-size: 16px;
    padding: 8px 15px;
	background: none repeat scroll 0 0 #fff;
    font-weight: normal;
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f4);
    background-repeat: repeat-x;
    border-image: none;
    border-radius: 4px;
	border:none;
    color: #494949;
    cursor: pointer;
	text-decoration:none;
	margin-right:10px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	}

 .banner-buttons2 a:hover{
 background: none repeat scroll 0 0 #e5e5e5;
 }


.banner-buttons{
	margin-top:20px;
	margin-left:40px;
	}
	
.banner-buttons a.btn-warning{
	font-size: 16px;
    padding: 8px 15px;
	background: none repeat scroll 0 0 #FF9C25;
    font-weight: normal;
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
/*    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);*/
    background-repeat: repeat-x;
    border-image: none;
    border-radius: 4px;
	border:none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	}
.banner-buttons .btn-warning:hover{
 background: none repeat scroll 0 0 #e99229;
 }	
.banner-buttons a{
	font-size: 16px;
    padding: 8px 15px;
	background: none repeat scroll 0 0 #fff;
    font-weight: normal;
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f4);
    background-repeat: repeat-x;
    border-image: none;
    border-radius: 4px;
	border:none;
    color: #333;
    cursor: pointer;
	text-decoration:none;
	margin-right:10px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	}

 .banner-buttons a:hover{
 background: none repeat scroll 0 0 #e5e5e5;
 }
a.forgotpass{
	font-size:13px;
	}
	
.banner-scrubber{
	padding: 15px 0 0 43px;
	overflow: hidden;
	width: 350px;
	font: 300 18px/26px 'Open Sans', sans-serif;
	color: #ff9c25;
	display:block;
}
.scrubber-padding
{
    margin-top:-23px;   
 }
 .scrubber-img-padding
{
    margin-top:-23px;   
 }
.tel
{
 color: #ff9c25;
display: block;   
 }
 .email-address
 {
     color: #ff9c25;
display: block;   
 }
 .item h1{
     margin-top:0px
 }