/* Login Screen */

html,body {
	overflow: auto;
}

.loginScreen {
	color: #58585A;
	font-family: verdana;
	font-size: medium;
	background-color: white;
	padding: 0;
	margin: 0;
}

.loginForm {
	clear: both;
	width: 500px;
	height: 251px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -125px;
	 /* The font style should be the same as of class loginRuler */
	font: 12px verdana;
}

.loginRuler
{
    visibility: hidden;
    font: 12px verdana;
}

.loginForm .main {
	background-color: #EFEFEF;
	background-image: url(../../../custom/file/login/background);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	margin: 0px;
}

.loginForm .main .form {
    margin-left: 190px;
    min-height: 171px;
}

.loginForm .main .form form
{
	height: 171px;
}

.loginForm .form .v-csslayout-formLayout .v-textfield {
    float: none;
}

.loginForm .productName {
	clear: both;
	width: 290px;
	float: right;
	text-align: left;
	margin: 20px 0px 10px 0px;
	font-size: 15px
}

.loginForm .successMessage {
    clear: both;
    width: 290px;
    float: right;
    text-align: left;
    margin: 20px 0px 10px 0px;
}

.loginForm .caption {
	clear: both;
	width: 290px;
	float: right;
	text-align: left;
	margin-bottom: 8px;
	font-weight: bold;
}

.loginForm .row {
	clear: both;
	float: right;
	margin: 0px 0px 4px 0px;
	width: 290px;
	font-style: bold;
}

.loginForm .header {
	background-color: #e2001a;
	background-image: url(../../../custom/file/login/header/background);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 3px;
}

.loginForm .header > div
{
	border: none;
}

.loginForm .logo {
    background-image: url(../../../custom/file/login/logo);
    background-repeat: no-repeat;
    background-position: 16px 16px;
	width: 500px;
	height: 77px;
}

.loginForm .username {
	width: 170px;
	border: 1px solid #58585a;
	height: 18px;
	padding: 1px;
}

.loginForm .password {
	width: 149px;
	border: 1px solid #58585a;
	border-right-width: 0px;
	height: 18px;
	padding: 1px;
}

.loginForm .main .form .buttonLayout .v-csslayout-margin {
        padding-top: 10px;
}


.loginForm .main .form .v-nativebutton {
    border: none;
    background-color: #58585a;
    padding: 3px;
    color: white;
    font-size: larger;
    cursor: pointer;
}

#mobileLoginBtn {
	display: none;
}

.loginForm .loginButton {
	width: 22px;
	border-style: none;
	background: url(../../../custom/file/login/button) #58585a no-repeat
		center;
	cursor: pointer;
	height: 22px;
}

.loginForm .loginButton:hover {
	background-color: #6b6b6f;
}

.loginForm label {
	width: 75px;
	height: 12px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	display: block;
	float: left;
}

.loginForm input {
	float: left;
}

#lostPassword  a:active,
#lostPassword  a:hover,
#lostPassword  a:visited,
#lostPassword  a:link {
    color: #58585a;
}

.loginBoxFooter {
    font: 10px verdana;
    color: #58585a;
    margin: 3px 0px 0px 10px;
    clear: both;
    line-height: 1.5em;
}

.loginBoxFooter  a:active,
.loginBoxFooter  a:hover,
.loginBoxFooter  a:visited,
.loginBoxFooter  a:link {
    color: #58585a;
}

.loginBoxFooter > span {
	padding-left: 4px;
	padding-right: 4px;
}


div.error {
	margin-top: 10px;
	clear: both;
	width: 480px;
	padding: 10px;
	background-color: #E2001A;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.systemMessages
{
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    overflow: auto;
}

@media only screen and (max-width: 970px)
{
    .systemMessages
    {
        position: relative!important;
        width: 100%!important;
    }
}

.systemMessageNotificationBox
{
    color: #555;
    border-radius: 10px;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 11px;
    padding: 10px 36px;
    margin: 10px;
}

.systemMessageNotificationBoxCaption
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.systemMessageNotificationBoxClose
{
	position: absolute;
    right: -24px;
    width: 16px;
    height: 16px;
    background: url('../seeburger/img/search/x-dark_9.png') no-repeat 10px 50%;
    background-position: left;
}

.systemMessageNotificationBoxToggle
{
    position: absolute;
    right: -24px;
    width: 16px;
    height: 16px;
    background: url('../seeburger/img/16/portlet_collapse.png') no-repeat 10px 50%;
    background-position: left;
}

.systemMessageIcon
{
    position: absolute;
    left: -24px;
    width: 16px;
    height: 16px;
}

.systemMessages .NONE, .systemMessages .CUSTOM
 {
    background: #EFEFEF;
    border: 1px solid #BBB9B9;
}

.systemMessages .INFO
{
    background: #E3F7FC;
    border: 1px solid #8ED9F6;
}

.systemMessages .SUCCESS
{
    background: #E9FFD9;
    border: 1px solid #A6CA8A;
}

.systemMessages .ATTENTION
{
    background: #FFF8C4;
    border: 1px solid #F2C779;
}

.systemMessages .ERROR
{
    background: #FFECEC;
    border: 1px solid #F5ACA6;
}
