@charset "UTF-8";

/******
* Common login UI file for all login screens
 ******/

/* Reset */
{
	margin: 0;
	padding: 0;
	border:0;
}
/* Viewport */
html, body {
	height: 100%;
	oveflow:hidden;
}
body {
	width: 100%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #333333;
    background-color:#EDF0F2;
}

#container {
	width:100%;
	height:100%;

	overflow:hidden;
    /*background: url(../images/spinner-new.gif) no-repeat; *//* To preload spinner image for main view */
    background-position: 50% 40%;
}

#content {
    width: 348px;
    float: left;
    padding: 24px 25px 24px 25px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
/* Content */
#header {
    width: 100%;
    height: 50px;
    background: #FFF;
    position:relative;
}

#header .logo {
	width: 180px;
	height: 44px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
    z-index: 1;
}
#header h2 {
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
    top: -8px;
    right: -12px;
    margin-right:20px;
}

#header .product-logo {
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 100px;

}
#header .product-rdb-logo {
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
	width: 210px;
}

#header .product-version {
    float: right;
    margin: 34px 8px 0px 0px;
    color: #889199;
    font-size: 14px;
    font-weight: normal;
    display: none;
}

#login-form {
    margin-top: 10px;
}
#login-form h2 {
	padding-bottom: 15px;
	font-size: 16px;
}
/* Login Form */


p {
	font-size: 12px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

p label
	{
	float: none;
	display: block;
	margin-bottom: 3px;
    font-family:"Helvetica Neue", Verdana, Helvetica, sans-serif;
    font-size: 14px;
	text-align: left;
    color:#737a80;
    font-weight: normal;
}

p input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCD0D3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #262E3C;
    padding: 6px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p input:focus {
	border: 1px solid #bfddf5;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

a {
    color:#1B75BB;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.loginDoubleBox {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 24px 25px;
    margin-top:15%;
    margin-bottom:0px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.loginBox {
    padding: 24px 25px;
    border-radius: 4px;
    background-color: #FFFFFF;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10%;
}

.loginBoxSelf {
    border-radius: 4px;
    margin-top:20px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    font-size: 12px;
    font-weight: normal;
    text-align:right;
    color: #737a80;
    margin-top:5px;
    margin-bottom:40px;
    width:100%;
    max-width: 800px;
    margin-right: auto;
    margin-left:auto;
}
.user-accessibility-color {
    color: #676C76;
}

/* Buttons */
.btn-wrapper {
	overflow: hidden;
	width: inherit;
	margin: 20px 0px 0px 0px;
}

#eula {
    padding-top: 15px;
}
.eula {
    border: 1px solid #888;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.btn-new{
    width: 100%;
    padding: 9px 15px 10px 15px !important;
    font-size: 15px;
}
.btn-new-default{
    display: inline-block;
    padding: 6px 15px 8px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1.0);
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #317BC6;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-new-secondary{
    display: inline-block;
    padding: 6px 15px 8px;
    margin-bottom: 0;
    color: #317BC6;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(255, 255, 255, 1.0);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-new:focus, .btn-new:active:focus, .btn-new.active:focus {
    outline: 0 none;
}

.btn-new-default:hover, .btn-new-default:focus, .btn-new-default:active {
    background: #3f94e1;
}

.btn-new-default:active, .btn-new-default.active {
    background: #3f94e1;
    box-shadow: none;
}

.brand {background: url("../user/img/brand-med.svg") no-repeat center;width:100%;height:50px;margin:auto;}
.brand-ssp {background: url("../rest/api/v2/settings/ssp/logo") no-repeat center;width:100%;height:70px;margin:auto;}

.poweredBy{
    max-width:430px;
    margin-bottom:100px;
}
.m10{
    margin: 10px;
}

.orstyle{
    margin-bottom: 10px;
}
.orstyle hr{
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c1c1c1;
}
.orstyle .text{
    width: 10%;
    text-align:center;
    display: inline-block
}
.password-gray{
    color: #879098;
}
.password-red {
    color: red;
}
.password-orange {
    color: orange;
}
.password-green {
    color: green;
}

.gray-background{
    background: #e0e0e0;
}
.red-background {
    background: red;
}
.orange-background {
    background: orange;
}
.green-background {
    background: green;
}

.password-message-list {
    border: 1px solid #b5b8c8;
    border-radius: 4px;
    padding: 5px;
    margin-top: 10px;
}
.password-message-list li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -27px;
    margin: 2px 0 0 30px;
}
.bold-font {
    font-weight: bold;
}
.password-policy-font{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
}
.password-bar {
    display: inline-block;
    height:3px;
    float:left;
}
.password-first-bar{
    width:31%;
    margin-right: 8px;
}
.password-second-bar{
    width:33%;
}
.password-third-bar{
    width:32%;
    float:right;
}
.password-strength-message{
    padding-top: 5px;
    margin-bottom: 5px;
}

.btn-new-color {
    background: #2D70B5!important;
}
.btn-new-color:hover {
    background: #245D97!important;
}
.btn-new-color:focus, .btn-new-color:active {
    background: #1D5083!important;
}
