﻿body {

}
.block {
    text-align: center;
}
.centered {
    display: inline-block;
    width: 1000px;
    margin-top: 125px;
    background: #ffffff;
    padding-bottom: 10px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.account-main-content {
   padding: 20px;
}

.opus-university {
    text-align: center !important;
}

.loginLogo {    
	padding-bottom: 10px;
    text-align: left;
}

.loginHeaderbar {
    background: #268ECD;
    color: #ffffff;
    height: 30px;
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.loginFooter {
    background-color: #ffffff;
    padding: 0px 10px 0px 30px;
    font-size: 13px;
	font-family: "Helvetica";
    color: black;
    height: 70px;
    margin-top: 0px;
    font-size: 10px;
    line-height: normal;
}
.account-copyright {
    float: left; width: 33%; text-align: left;
}
.account-footer-links {
	vertical-align: top;
	display: inline-block;
	 width: 33%; 
}
.account-footer-text {
	font-family: "Helvetica";
	font-size: 13px;
	display: block;
	color: #333;
	text-align: center;
    padding-top: 5px;
}
.footerborder {
	width: 90%;
	padding: 0px 10px 6px 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 6px;
	/** Created at http://www.colorzilla.com/gradient-editor/ **/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1e2f7+0,a8c7f2+49,b2cef2+50,9bb8ed+100 */
	background: #D0E7FD; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#F5F6F8 49%,#F0F2F4 50%,#D0E7FD 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#F5F6F8 49%,#F0F2F4 50%,#D0E7FD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D0E7FD',GradientType=0 ); /* IE6-9 */
}
.login-h2 {
    font-size: 22px;
    font-weight: bold;
    color: #268ECD;
}
.loginFooter a {
    color: #333;
}
.loginFooter span {
    color: #333;
}
#loading-box {
    text-align: center;
    z-index: 1000000000000;
    position: fixed;
    left: 50%;
    bottom: 40px;
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    background: #000;
    color: #FFF;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.newUserText {
    color: black;
}
.signInBlock {
    width: 33%;
    height: 330px;
    float: left;
    padding: 25px 0px 25px 15px;
}.signInform {
    padding: 30px;
    background-color: #D9D9D9;
}
.signInform a:link {
    color: #4682C4;
}
.signInform a:visited {
    color: #4682C4;
}

.signInform input[type="text"], .signInform input[type="password"] {
     width: 250px;
    box-shadow: 1px 1px 3px #888888;
}

.signInform-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}
.signInform-widget {
    max-width: 300px;
    min-height: 35px;
    background: white;
    margin: 0 auto;
    top: 25%;
    position: relative;
    border: 1px solid #e9e9e9;
    align-items: center;
    display: block;
    text-align: center;
}

.signInform-widget-spinner {
    background: url(../../Content/login-spinner.gif) 0 0;
    background-repeat: no-repeat;
    margin: 0 10px;
    width: 16px;
    height: 16px;
}

.signInform-widget-toprow {
    display: inline-block;
    padding: 5px;
}

.signin-container {
    position: relative;
}

.signin-password {
    margin-top: 5px;
}
.marketingMessages {
    width: 60%;
    height: 330px;
    float: right;
  
    padding: 25px 10px 25px 0px;
}
.newUserText {
    padding-top: 10px;
    font-size: 9px;
    text-align: center;
}

.btn-login {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5B9BD5;
    background-image: -moz-linear-gradient(top, #5B9BD5, #5B9BD5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5B9BD5), to(#5B9BD5));
    background-image: -webkit-linear-gradient(top, #5B9BD5, #5B9BD5);
    background-image: -o-linear-gradient(top, #5B9BD5, #5B9BD5);
    background-image: linear-gradient(to bottom, #5B9BD5, #5B9BD5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5B9BD5', endColorstr='#ff5B9BD5', GradientType=0);
    border-color: #41719C #41719C #41719C;
    border:2px solid #41719C;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-login:hover,
.btn-login:active,
.btn-login.active,
.btn-login.disabled,
.btn-login[disabled] {
  color: #333333;
  background-color: #5B9BD5;
  *background-color: #5B9BD5;
}

.logout-message{
    margin-left:23.5%;
}

.marketing-left {
    width: 49%;
    float: left;
    color: #000000;
}

.marketing-right{    
	width: 49%;
    float: right;
    text-align: center !important; 
    background-color: #EEF4FA; 
    color: #2B4B89;
    height: 100%;
}
.marketing-header {
	background-color: #268ECD;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
    text-align: center;
	padding: 15px;
	margin-bottom: 5px;
}
.marketing-middle {
    margin-top: 150px;
    margin-left: 20%;
    display: block;
    vertical-align: middle;
    width: 60%;
    align-content: center !important;
    text-align: center !important;
    background-color: #EEF4FA;
    color: #2B4B89;
    height: 100%;
}
.marketingMessages a:link{ color: #42749D;
    text-decoration: none;
}
.marketingMessages a:visited{color: #42749D;
    text-decoration: none;
}

.marketing-right a:link{ color: #2B4B89;   text-decoration: none;}
.marketing-right  a:visited{color: #2B4B89;    text-decoration: none;}
.marketingMessages img{ float: left;margin-right: 5px;margin-bottom: 2px; }
.btn:link {color: #333333;text-decoration: none;}
.btn:visited {color: #333333;text-decoration: none;}
    
.valRedX {
    width: 14px;
    height: 14px;
    background: url(../../Content/bootstrap/img/glyphicons-halflings-red.png) 0 0;
    background-position:  -313px 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    border:0;
    display: inline-block;
}
.valGreenCheck {
    width: 16px;
    height: 14px;
    background: url(../../Content/bootstrap/img/glyphicons-halflings-darkgreen.png) 0 0;
    background-position:  -288px 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    border:0;
    display: inline-block;
}
label{ display:inline-block; }
.tableRight {width: 175px; text-align: right;display: inline-block;}