﻿/* This is client specific! */

/* ---------------------------------------- G E N E R A L ---------------------------------------- */

html {
  box-sizing: border-box; /*it gives error:Validation (CSS 2.1): 'box-sizing' is not a known CSS property name. */
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html,
body
{
	font-size: 12px;
	margin: 0px;
	min-width: 770px;
	padding: 0px;
	background-image:url('../../General/img/background-repeat.png');
	background-repeat:repeat-x;
	background-color:#f5f5f5;

}

a
{
	color: #636154;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color:Black;
}
input, select {
	font-family: var(--sf-platform-font-family-sans-serif, sans-serif);
}
input
{
	font-size: 11px;
}


/* De distance bepaalt of de content in het verticale midden van het scherm staat */
div.distance
{
    display: none;
	height: 100%;
}

.horizon
{
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    height: 100%;
    width: 0px;
}

/* In de container zit al het andere */
.container
{
    position: absolute;
    top: 0px;
    left: -480px;
	width: 960px;
	height:560px;
	margin: 0px auto;
	min-width: 960px;
	background-image: url("../images/landing_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#f5f5f5;

}

/* Hacker Safe from Scan Alert */
.hackerSafeLogo
{
    display: none;
    position: absolute;
    left: 5px;
    bottom: 50px;
}

.hackerSafeLogoImg
{
    width: 115px;
    height: 30px;
    border: 0px;
}


/* The Owner Logo */
.logo
{
    visibility: visible;
	background-image: url("../../General/img/logo/midOceanBrands_logo.png");
    position: absolute;
    right: 20px;
    top: 80px;
	width: 276px;
	height: 57px;
}

/* The small round SyncForce symbol */
.SFsymbol
{
	position: absolute;
	right: 270px;
	top: 532px;
	width: 32px;
	height: 23px;
	background-image:url('../../default/images/sfIcon.png');
	background-repeat: no-repeat;
	z-index: 500;
}

.version
{
	visibility: hidden;
    position: absolute;
    left: 5px;
	top: 205px;
	font-size: 10px;
	color: #b5b4b4;
}

.copyright
{
	position: absolute;
    right: 45px;
	bottom: 13px;
	font-size: 10px;
	color: #b5b4b4;
	z-index: 1;
}

.copyright a
{
	color: #b5b4b4;
	text-decoration: underline;
}
/* Taalswitch */
.languageselectorholderlogin
{
    position: absolute;
    right: 15px;
	top: 15px;

}

/* A friendly message */
.message
{
    color: Green;
}

.errorMessage
{
    color: #ff0000;
}


/* ---------------------------------------- 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;
	top:215px;
	width: 310px;
	padding:0px;
	color: #ffffff;
	float:right;
	background-color:#55565B;
	display:block;
	padding:16px;
	padding-bottom:24px;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.dialoguePanel .errorMessage span {
	background-color: #ce102c;
	border-color: #ce102c;
}

div.dialoguePanel div.header
{
	display:block;
	position:relative;
}

div.dialoguePanel div.text
{
	display:block;
	position:relative;
}

div.dialoguePanel div.label
{
	display:block;
	position:relative;
	float:left;
	width:100px;
	margin-top:12px;
}

div.dialoguePanel input
{
	display:inline-block;
	position:relative;
	width:160px;
	float:right;
	background: #fff;
	border:0px;
	padding:10px;
}

div.dialoguePanel a {color:#fff;}
div.dialoguePanel a:hover {color:#FFE500;}

div.dialoguePanel .sfi_button
{
	margin-top:10px;
	display:block;
	position:relative;
	width:100%;
	background-image:none;
	background-color:#ce102c;
	color:#fff;
	font-size:14px !important;
	display:block !important;
	height:30px;
	padding:0px;
}

div.dialoguePanel .sfi_button:hover
{
	cursor:pointer;
	background-color:#b20d25;}


/* ---------------------------------------- DEFAULT PAGE ---------------------------------------- */

div.dialoguePanel div.username
{
	display:block;
	position:relative;
	clear:both;
}

div.dialoguePanel div.password
{
	display:block;
	position:relative;
	clear:both;
	padding-top:10px;
}

div.dialoguePanel div.loginButton
{
	display:block;
	position:relative;
	clear:both;
	width:160px;
	float:right;
}

div.dialoguePanel div.forgotPassword
{
	padding-top:20px;
	display:block;
	position:relative;
	clear:both;
	width:160px;
	margin-left:116px;
}

div.dialoguePanel div.register
{
	display:block;
	position:relative;
	clear:both;
	width:160px;
	margin-left:116px;
	padding-bottom:20px;
}


/* ---------------------------------------- FORGOT PASSWORD ---------------------------------------- */

div.dialoguePanel div.email
{
    position: relative;

}

div.dialoguePanel div.email label
{
   margin-top:40px;
}

div.dialoguePanel div.goToLogin
{
	display: none;
    position: relative;
	margin:20px;
	margin-right: 35px;
	padding-top: 10px;
}

div.dialoguePanel div.forgotPasswordOK
{
    position: relative;
	clear:both;
	margin-top: 10px;
	overflow: hidden;
	display: block;
	padding-bottom: 20px;
	display:block;
}

div.dialoguePanel div.forgotPasswordOK input
{
   	display:block;
	position:relative;
	clear:both;
	width:160px;
	float:right;
}


/* ---------------------------------------- CHANGE PASSWORD ---------------------------------------- */

div.dialoguePanel div.oldPassword
{
    position: relative;
	margin:20px;
	margin-left: 480px;
	margin-right: 35px;
	padding-top: 10px;
}

div.dialoguePanel div.newPassword
{
    position: relative;
	margin:20px;
	margin-left: 480px;
	margin-right: 35px;
	padding-top: 10px;
}

div.dialoguePanel div.confirmPassword
{
    position: relative;
	margin:20px;
	margin-left: 480px;
	margin-right: 35px;
	padding-top: 10px;
}

div.dialoguePanel div.changePasswordOK
{
    position: relative;
	margin:20px;
	margin-left: 480px;
	margin-right: 35px;
	padding-top: 10px;
	padding-bottom: 20px;
}



/* ---------------------------------------- OWNER SPECIFIC HTML ---------------------------------------- */
.divOwnerLoginHtml
{
    position: relative;
	width: 620px;
	background-color:#55565b;
	display: block !important;
	float:left;
	top:215px;
	left:10px;
}

.welcome
{
    position: relative;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 12px;
    top: 24px;
    left: 24px;
	z-index: 3;
}
.welcome_txt
{
    position:relative !important;
    color: #ffffff;
    font-size: 12px;
    width: 570px;
	margin:24px;
	line-height:19px;
}

.login
{
    display:none;
}

/* ---------------------------------------- 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;
}
