﻿/* Intellisell LogonView.css version 3.1.0 */

html, body, #logonContainer
{
    height:100%;
     font-family: Calibri;
    font-size: 14px;
    color:#231f20;
    margin: 0px;
}

body > #logonContainer
{
    height:auto;
    min-height:100%;
}

a
{
	color:#231f20;
	text-decoration:none;
}

input[type="text"], input[type="password"],input#password {
    border: 1px solid #231f20;
    font-family: Calibri;
    font-size: 14px;
     height:24px;
}

input[type="submit"], input[type="reset"] {
    /*background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    height:26px;*/
}

.button_form_button
{
    background-color: #231f20;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    padding: 0 8px 0 8px;
    margin: 0;
    border-width: 0;
    outline-width: 0;
    width: auto;
    overflow: visible;
}

input[type="checkbox"] {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
.-form-checkbox
{
        margin-right: 190px;
}



input#rememberMeCheckbox {
height: 26px;
width: 30px;
    float: left;
}

select{
    border-color:#231f20;
    color: #4f4f51;
    font-family: Calibri;
     font-size: 14px;

}

input.button_form_button {
    min-width: 120px;
}

label.-form-label.-form-label-required {
    line-height: 30px;
}

:focus
{
	outline:0;
}


label.error
{
	margin-left:5px;
	color:#e83c3c;


}
.field-validation-error {
    margin-left:5px;
	color:#e83c3c;
    float: left;
}
textarea
{

}

a:hover
{
	text-decoration:underline;
}

.clear
{
    clear:both;
}

#logon
{
    background: url(../../EmbeddedContent/LogonBG/NBLogonImage2.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#logonContainer
{
    position:relative;
}

#logonInner
{
       position: absolute;
    top: 20px;
    right: 40px;
    z-index: 2;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 350px;
    border: 1px solid #231f20;
    box-shadow: 3px 3px 10px 3px #ccc;
    -moz-box-shadow: 3px 3px 10px 3px #ccc;
    -webkit-box-shadow: 3px 3px 10px 3px #ccc;

}

#logonLogo {
    position: absolute;
    /* bottom: 100px; */
    left: 10px;
    width: 698px;
    height: 100px;
    /* z-index: 1; */
    background: url(../../Images/NIELSEN_LOGO_BLACK_T.png) no-repeat;
    background-size: 254px 65px;
    /* padding: 20px; */
        top: 0px;
}

.LoginMessage {
    position: absolute;
    top: 360px;
    left: 150px;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #231f20;
    box-shadow: 3px 3px 10px 3px #ccc;
    -moz-box-shadow: 3px 3px 10px 3px #ccc;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 3px 3px 10px 3px #ccc;
    padding: 10px;
    text-align: center;
}

.LoginMessageHeading{
    color: #cc2f2f;
}



#logonIntellisellLogo
{
	position:absolute;
	bottom:0;
	right:0;
	padding-bottom:14px;
	padding-right:55px;
}

#logonIntellisellLogo img
{
	position:absolute;
	right:10px;
	bottom:16px;
	border-width:0;
}

#localesContainer
{
    margin:30px 0 0;
}

#timeoutContainer
{
    width:270px;
    background-image:url(../Images/pioQuantityToolTip.png);
    background-repeat:no-repeat;
    background-position:2px 2px;
    text-indent:20px;
    text-align:left;
    line-height:18px;
    margin:40px 0 0;
}

#timeoutContinue
{
    text-align:right;
}

div#-logon-return-message {
    color: #e83c3c;
}


/* Forms */






/* Locales */
.-locales-label
{
	display:block;

}

.-locales-flags-link
{
    margin:0 0 0 1px;
}

.-locales-flags-flag
{
    border:0;
    vertical-align:middle;
}

#locales
{

    margin:3px 0 0;
}

/* Login */
.-login-button-container
{
    text-align:right;
}

.-login-link-container
{
    text-align:right;
    margin:8px 0 0;
}

.usernameReminderEmail {
    width: 250px;
}

.-form-column.-form-column-input {
    float: right;
    /* width: 300px; */
}

input {
    width: 220px;
}

.-form-column.-form-column-label.-form-column-label-small {
    float: left;
    line-height: 30px;
}

.-form-row {
    padding: 10px 0px;
}

/* guest button */
.guestAccess {padding-top:20px;}
.-login-link-container .button_form_button {width:106px; float:right;padding-right:10px;}
.-login-link-container .button_form_button a {color:#fff;}
.-login-link-container .guestText {float:left;}
