@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
	font-family: Poppins, Sans-Serif;
	background: linear-gradient(90deg, #3F3D56 0%, #1D1B2B 100%);
	width: 100%;
}

*:focus {
	outline: none;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
	padding-top: 50px;
}
#wrapper.nofeed {
	width: 500px;
}

#header {
	margin-bottom: 5em;
}

#content, #oldBrowserWarning, #oldBrowserWarningIE9, #noCookieWarning {
	background-color: white;
	width: 400px;
	height: auto;
	border-radius: 20px;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
	box-shadow: 12px 12px 1px #504A74;
}
#oldBrowserWarning, #oldBrowserWarningIE9, #noCookieWarning { display: none; }

.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

p {
	line-height: 1.8em;
}

h3 {
	margin-top: 30px;
	color: #86B219;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

h2 {
	color: #86B219;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}

#foot {
	text-align: center;
	color: #ddd;
	font-size: 11px;
	margin-top: 20px;
}

#foot ul {
	list-style-type: none;
}

#foot ul li {
	display: inline-block;
	margin: 5px 10px;
}

ol {
	margin: 0 24px;
}

ol li {
	margin-bottom: 10px;
	padding: 2px 4px;
}

ul {
	margin: 0 24px;
}

ul li {
	margin-bottom: 5px;
	padding: 2px 4px;
}

pre {
	width: 99%;
	overflow-x: auto;
	border: 1px dashed #ccc;
	padding: 4px;
	color: #000;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #3C3A52;
	text-align: left;
	padding-bottom: 10px;
	margin: 10px;
}

#sidebar-box {
	margin-top: 10px;
	width: 350px;
	position: absolute;
	right: 0px;
	top: 60px;
}

#ibex-news {
	color: #E5E5E5;
	background-color: #262626;
	background: rgba(73, 73, 73, .4);
}

#new-box {
	color: #E5E5E5;
	background-color: #262626;
	background: rgba(73, 73, 73, .4);
	margin-top: 10px;
	width: 350px;
	position: absolute;
	right: 0px;
}

#sidebar-box .rss-box {
	max-height: 540px;
	overflow-y: hidden;
}

#twitter-box {
	padding-top: 15px;
}

h3 {
	margin-top: 0;
}

#sidebar-box li,#system-message li {
	list-style-type: none;
	font-size: .95em;
}

#sidebar-box a.rss-item {
	font-weight: bold;
	font-size: 1.05em;
}

#sidebar-box ul,#system-message ul {
	padding: 0;
	margin: 0;
}

.form-box {
	border-bottom: none;
	margin-bottom: 0;
}

.form-box .form-group {
	width: 95%;
	margin: 4px 0 4px 0;
}

.element-text {
	font-size: 1.5em;
	font-family: 'Poppins';
	background: #ECF0F1;
	padding: 8px;
	width: 100%;
	color: #3C3A52;
	border: solid 2px #ECF0F2;
	border-radius: 4px;
}

.form-group label {
	font-size: 1.5em !important;
	color: #3C3A52;
	margin: 10px;
	text-align: left;
}

.button-bar {
	margin: 10px 0 10px 0;
}

.button-bar .button {
	background: #84BC37;
	width: 100%;
	padding: 10px 0 10px 0;
	color: white;
	border-radius: 10px;
	border: solid 9px #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 800;
	cursor: pointer;
}

.button-bar .button:hover {
	background: #3C3A52;
}

.links {
	margin: 10px 0 10px 0;
	text-align: center;
}

.links a {
	font-size: 1em;
	font-weight: bold;
	color: #3C3A52;
}

#growl-notification-box {
	position: relative;
	top: 20px;
	left: 60px;
}

.other {
	font-size: .5em;
	color: #555;
	float: right;
}

#newCust {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #919191;
}

#newCust h1 {
	font-size: 1.8em;
}

#newCust a {
	float: right;
	background-image: url('/albatross/static/images/jquery-ui/ui-bg_glass_40_e08b35_1x400.png');
	font-size: 1.2em;
}

#newCust a:hover {
	background-image: url('/albatross/static/images/jquery-ui/ui-bg_glass_20_db8829_1x400.png');
}

#env-warning {
	background: #F4F1BC;
	font-size: .9em;
	width: 400px;
	margin-left: 5px;
	padding: 5px 10px;
	position: relative;
	padding-bottom: 20px;
}

#system-message {
	background: #E9BDBD;
	background: rgba(255, 206, 206, .9);
	width: 420px;
	margin-left: 5px;
	position: relative;
	margin-top: 15px;
	padding: 0;
}

#system-message a {
	font-weight: bold;
	font-size: 1.1em;
	color: #960000;
}

#system-message em {
	font-size: .8em;
	position: absolute;
	right: 10px;
}

#system-message li {
	font-size: 1em !important;
}

#twitter-box {
	positon: absolute;
	right: 0px;
}

.stuck {
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, .2);
	background: rgba(255, 255, 0, .3);
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.isread .notice_message {
	display: none;
}

.ie-warning {
	display: none;
	background: #FEFF9F;
	border-bottom: 2px solid #FDFF0F;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 4px 4px 2px 4px;
	z-index: 5000;
}

.jswarning {
	background: #EF776F;
	border-bottom: 2px solid #E12E22;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 4px 4px 2px 4px;
	z-index: 5000;
	font-weight: bold;
	text-align: center;
}

.jswarning a {
	color: #FAF3C4;
	text-decoration: underline;
}

#logo {
	margin: auto;
	width: 50%;
	text-align: center;
}

.seekom-logo {
	text-align: center;
	margin-top: 5em;
}

.ie-warning-image {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url('/albatross/static/images/ie-warning-background.png') repeat-x;
	z-index: 5000;
	text-align: center;
}

#ibex-admin-login-as-account-manager {
	margin-top: 20px;
}
