body {
    background: #32B4FF;
    margin: 0;
    padding: 0;
    font: 13px/17px "Helvetica Neue", helvetica, arial,sans-serif;
	font-weight: 300;
    color: #000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.9);
}
#branding {
	height: 300px;
	margin: 0px;
	background-image: url(../images/formtab-logo.png);
	background-position: 50% 100%;
	background-repeat: no-repeat no-repeat;
}
button {
	cursor: pointer;
}
#logout_button {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	background: rgb(177, 177, 177);
}
#help_button {
	position: absolute;
	right: 105px;
	top: 20px;
	display: none;
	background: rgb(177, 177, 177);
}
#watermark {
	position: absolute;
	width: 186px;
	height: 66px;
	right: 20px;
	bottom: 20px;
	background: url(../images/formtab-watermark.png) no-repeat right;
	background-size: 65%;
	opacity: 0.6;
}
input[type=text] {
    padding: 5px 15px;
    line-height: 18px;
	font-size: 13px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    color: #58595b;
    -webkit-appearance: none;
	height: 30px;
	width: 130px;
}
input#username {
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: none;
}
input#password {
	padding: 5px 15px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.controls {
	margin-top: 20px;
}



body.logged-in {
	background: #FFF url(../images/greylinen.png);
}
body.logged-in #logout_button,
body.logged-in #help_button {
	display: block;
}
body.logged-in #branding {
	height: 0;
	margin: 0;
	background-image: none;
}
button {
	font-weight: bold;
	padding: 10px 15px 9px;
}
.apps {
	max-width: 800px;
	margin: 0 auto;
	padding: 150px 50px 0;
}
.apps ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.apps ul  li{
	margin: 0 0 50px;
	padding: 0;
	width: 25%;
	min-width: 100px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-transition: left 200ms, right 200ms, top 200ms;
	-webkit-transition: margin 0.1s ease-out; -moz-transition: margin 0.1s ease-out; -o-transition: margin 0.1s ease-out; 
}

.apps ul  li:hover { margin-top: -1px; margin-bottom: 51px; }

.apps ul  li .app-icon{
	width: 75%;
	height: 144px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #FFF;
	margin: 0 auto;
	/*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));*/
	-webkit-box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 17px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 17px rgba(50, 50, 50, 0.75);
	background-size: 100%;
	background-repeat: no-repeat;
}

.apps ul  li:active .app-icon{
	opacity: 0.3;
}
.apps ul  li span{
	display: block;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	font-size: 14px;
	color: #333;
}
/*
SiteSafeApp
*/

body#sitesafeapp {
	background: #003663;
	color: white;
}
body#sitesafeapp.logged-in {
	background: #FFF url(../images/greylinen.png);
}
#sitesafeapp a, #sitesafeapp a:visited {
	color: #eee;
}
#sitesafeapp #branding {
	background-image: url(/uploads/operator_assets/52d8836397f9793e46fc2c7878dbd9ec258f561f5b56.png);
	
}
#sitesafeapp #watermark{
	background-image: url(/includes/app/img/tradetabbranding-white.png);
	height: 100px;
	opacity: 1;
}
body#sitesafeapp.logged-in #watermark{
	background-image: url(/includes/app/img/tradetabbranding.png);
}
#sitesafeapp .apps ul li span {
	
}
