html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	min-width: 550px;
	font-family: 'Segoe UI',Helvetica,Arial,sans-serif !important;
}

.logo {
	background: transparent url(../assets/theloopfx-saml.svg) no-repeat 1px 10px;
    	width: 196px;
    	height: 100px;
    	background-size: contain !important;
	margin: 20px 27px 0px 27px !important;
    	display: inline-block;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #282828;
}

#outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#inner {
	position: relative;
	height: 300px;
	width: 310px;
	background-color: #303030;
    	border-radius: 4px;
    	margin: 20% auto;
	text-align: center;
	border: 1px solid #4a4a4a;
}

#control, #analyst, #dashboards, #dashboardBuilder, #dashboardViewer, #delta {
	display: block;
	margin-bottom: 20px;
	box-shadow: 0px 6px 5px #474747;
	cursor: pointer;
}

.innerHeader {
	margin: 5px;
	margin-bottom: 10px;
	background: transparent;
	color: white;
	padding: 15px;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px #4a4a4a solid;
}

.innerButton {
	cursor: pointer;
	color: white;
	float: right;
	font-size: 12px;
	padding: .5em 1em;
	position: absolute;
   	bottom: 8px;
    	right: 8px;
	border: 1px solid #484848;
	border-radius: 3px;
	background: #424242 url("../assets/ui-bg_highlight-hard_10_424242_1x100.png") 50% 50% repeat-x;
}

.innerButton:hover {
	border: 1px solid #00AEFF;
}

.homeLink {
	text-decoration: none;
	box-shadow: 0px 6px 5px #474747;
	padding-left: 5px;
	padding-right: 5px;
}
