/* IMPORTANT INFORMATION
   =====================
   This is non client specific! Hence the many empty classes.
   In the client directories you will find a file named "client_login.css" which contains client specific info.
   Those "client_login.css" files started out as exact copies of this file and were then filled in to meet
   client specific needs.
   If you get a new client, copy this file, place it in the client directory and delete this message. */


/* THIS PART IS VERY CLIENT SPECIFIC, FOR FERM */
.divFermText
{
    display: none;
}
/* =========================================== */


/* ---------------------------------------- G E N E R A L ---------------------------------------- */

html,
body
{
    background: none;
    height: 100%;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

input
{
	font-size: 11px;
}

/* The container contains everything else */
.container
{
    position: relative;
}

/* Hacker Safe from Scan Alert */
.hackerSafeLogo
{
    position: absolute;
}

.hackerSafeLogoImg
{
    width: 115px;
    height: 30px;
    border: 0px;
}


/* The Owner Logo */
.logo
{
}

/* The small round SyncForce symbol */
.SFsymbol
{
    position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 21px;
	background-image: url("/App_Themes_Excellate/sf-symbol.gif");
	background-repeat: no-repeat;
}

.version
{

}

.copyright
{
}

/* A friendly message */
.message
{
    color: Green;
}

.errorMessage
{
    color: Red;
}


/* ---------------------------------------- C O N T R O L S ---------------------------------------- */
/* This section provides more detailed styling than sfi_controls.css */

.standardLabel
{
    width: 200px;
}

.standardTextbox
{
    width: 300px;
    height: 14px;
    border: #9598a1 1px solid;
    background: #ffffff;
    font-weight: normal;
    font-size: 11px;
}

.textbox150
{
    width: 150px;
}

.textbox175
{
    width: 175px;
}

.standardDdl
{
    width: 305px;
}

.button
{
    font-size: 11px;
    width: 100px;
}

.button75
{
    font-size: 11px;
    width: 75px;
}

.button150
{
    font-size: 11px;
    width: 150px;
}

.button175
{
    font-size: 11px;
    width: 175px;
}

.button200
{
    font-size: 11px;
    width: 200px;
}


/* ---------------------------------------- DIALOGUE PANEL ---------------------------------------- */
/* The dialogue panel contains the controls that form the dialogue. This dialogue panel is used in several login pages */

div.dialoguePanel
{
    position: relative;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
    display: block;
    padding: 10px;

    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;

	font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #31708f;
}
.dialoguePanel .errorMessage span {
    background-color: #E74C3C;
    border-color: #E74C3C;
    color: #fff;
}

.dialoguePanel .message a,
.dialoguePanel .errorMessage a {
    font-weight: bold;
    text-decoration: underline;
    color: #31708f;
}
.dialoguePanel .errorMessage a {
    color: #fff;
}

.dialoguePanel .message a:hover,
.dialoguePanel .errorMessage a:hover {
    opacity: 0.8;
    color: inherit;
}

div.dialoguePanel div.header
{
    position: absolute;
	font-size: 1.38em;
	font-weight: 500;
	width: 175px;
}

div.dialoguePanel div.text
{
    position: absolute;
	font-size: 11px;
	width: 175px;
}

div.dialoguePanel div.label
{
	float: none;
}

div.dialoguePanel input
{
	float: none;
}


/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

.dialoguePanel #lblUsername
{
    white-space: nowrap;
}

.dialoguePanel #lblPassword
{
    white-space: nowrap;
}

div.dialoguePanel div.username
{
    position: absolute;
}

div.dialoguePanel div.password
{
    position: absolute;
}

div.dialoguePanel div.loginButton
{
    position: absolute;
}

.dialoguePanel .login-separator {
  display: flex;
  align-items: center;
  margin: 20px 0;

  font-size: inherit;
  text-align: center;
  color: inherit;

  border-color: #ccc;
}

.dialoguePanel .login-separator::before,
.dialoguePanel .login-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid;
  border-color: inherit;
}

.dialoguePanel .login-separator:not(:empty)::before {
  margin: 0 15px 0 0;
}

.dialoguePanel .login-separator:not(:empty)::after {
  margin: 0 0 0 15px;
}

div.dialoguePanel div.loginButton .sfi_button
{
    font-size: 11px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    *padding-left: 6px !important;
    *padding-right: 6px !important;
}

div.dialoguePanel div.forgotPassword
{
    position: absolute;
}

div.dialoguePanel div.register
{
    position: absolute;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

.dialoguePanel #lblEmail
{
    white-space: nowrap;
}

div.dialoguePanel div.email
{
    position: absolute;
}

div.dialoguePanel div.goToLogin
{
    position: absolute;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: absolute;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: absolute;
}

div.dialoguePanel div.newPassword
{
    position: absolute;
}

div.dialoguePanel div.confirmPassword
{
    position: absolute;
}

div.dialoguePanel div.changePasswordOK
{
    position: absolute;
}


/* ---------------------------------------- REGISTRATION FORM ---------------------------------------- */



/* ---------------------------------------- EXTRA ---------------------------------------- */

/* These extra divs/spans may be used as catch-alls to add extra imagery */

/* At the top of the page */
.extraDiv1
{
    position: absolute;
}

.extraDiv2
{
    position: absolute;
}

.extraDiv3
{
    position: absolute;
}

/* At the bottom of the page */
.extraDiv4
{
    position: absolute;
}

.extraDiv5
{
    position: absolute;
}

.extraDiv6
{
    position: absolute;
}

.optimized
{
    display: none;
}

.languageselectorholderlogin
{
    position: absolute;
    top: 0px;
    right: 50px;
}