/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
	font-size: 1.1em;
	padding: 0 0 18px 40px;
}
/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
/* - used to clear or contain floats within a non-floated container - this ruleset is used by UAs that handle:after - not IE - see ie_cas.css for IE fixhttp://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* HEADER --------------------------------- */
#header {
	background: #ff9400 url("header-curn.jpg") no-repeat scroll right bottom / 100% auto;
	height: 122px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 8px;
	width: 1024px;
}
#header img {
	float: left;
	height: auto;
	margin-left: 65px;
	width: 210px;
}
#header h1 {
	color: #FFF;
	display: inline;
	float: left;
	font-size: 25px;
	margin-left: 100px;
	margin-top: 18px;
}
/* d21033 */
/* CONTENT --------------------------------- */
#content h2 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	font-weight: 400;
	color: #000;
	xborder-bottom: 1px solid #eee;
	padding: 3px 0;
	xletter-spacing: -1px;
}
#content h3 {
	font-weight: 400;
}
#content p {
	line-height: 1.5;
	font-size: 12px;
	padding: 0 0 18px;
}
.flc-screenNavigator-view-container {
	max-width: 100%;
	min-width: 98.9%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
#login {
	border: 1px solid #bdc3c7;
	border-radius: 15px;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
	margin: 5% auto 30px;
	min-height: 15em;
	padding: 15px 0px 0 0px;
	width: 400px;
}
#login img {
	margin: 0 auto;
	width: 200px;
}
.box.fl-panel {
	text-align: center;
}
.row.fl-controls-left {
	text-align: left;
}
#login h2 {
	font-size: 1.0rem;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
#sidebar {
	margin: 4em 25% 3em 25%;
	padding: 0 0 0 0;
	width: 45%;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#sidebar h3 {
	font: normal 400 12px Verdana, Arial, Helvetica, sans-serif;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
	color: #555;
	margin: 18px 0 0;
	padding: 6px 0 3px;
}
#list-languages {
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
	text-align: center;
	font-size: 14px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
#content .errors h2, #content .success h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
label {
	color: #3d3d3d;
}
a {
	color: #a20f26;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline!important;
}
.errors {
	font-size: 1.2em!important;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#login label.fl-login-failed {
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	color: #b40809;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
	font-size: 16px;
	line-height: 25px;
	padding: 2px 10px;
	width: 330px;
}
#login .btn-row {
	border-top: 0px solid #a20f26;
	padding-top: 10px;
	position: relative;
	top: 15px;
	padding-bottom: 20px;
}
#login .btn-submit {
	display: block;
	margin: 0 auto;
	height: 35px;
	color: white;
	font-weight: 600;
	border: 1px solid #ff9400;
	background-color: #ff9400;
	border-radius: 5px!important;
	padding: 10px;
	width: auto;
	text-transform: uppercase;
}
.success {
	background-color: rgb(221, 255, 170);
	background: url("confirm.gif") no-repeat scroll 20px 18px #dfa;
	border: 1px dotted #390;
	clear: both;
	font-size: 12px;
	line-height: 1.5;
	margin: 40px!important;
	padding: 20px 20px 20px 100px;
}
.success h2 {
	color: #060 !important;
	font-size: 19px;
	margin: 0 0 12px 0;
}
.success p {
	font-size: 13px !important;
	line-height: 1.5;
	padding: 0 !important;
	margin: 0!important;
}
.btn-submit:hover {
	cursor: pointer;
	color: #5C5C5C!important;
}
.row input {
	display: block;
	margin: 0 auto;
	border: 1px solid #bdc3c7;
	border-radius: 7px;
	height: 35px;
	width: 250px;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
	font-size: 1.1em;
	padding: 0 0 18px 40px;
}
/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
/* - used to clear or contain floats within a non-floated container - this ruleset is used by UAs that handle:after - not IE - see ie_cas.css for IE fixhttp://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* FOOTER --------------------------------- */
#footer img#logo {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}
#footer div {
	clear: left;
	margin: 1em 5px .5em;
	overflow: hidden;
}
#sidebar {
	margin: 4em 25% 3em 25%;
	padding: 0 0 0 0;
	width: 45%;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#sidebar h3 {
	font: normal 400 12px Verdana, Arial, Helvetica, sans-serif;
	;
	color: #555;
	margin: 18px 0 0;
	padding: 6px 0 3px;
}
#list-languages {
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#footer div p {
	font-size: 1.0rem;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
}
#content .errors h2, #content .success h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
label {
	color: #3d3d3d;
}
a {
	color: #a20f26;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline!important;
}
.errors {
	font-size: 1.2em!important;
	font-family: "Roboto", Arial, Helvetica, sans-serif!important;
}
#login label.fl-label {
	color: #666666;
	float: left;
	font-size: 17px;
	line-height: 1.5;
	margin-top: 10px;
	width: 100%;
	padding-left: 74px;
	margin-bottom: 5px;
}
.success {
	background-color: rgb(221, 255, 170);
	background: url("confirm.gif") no-repeat scroll 20px 18px #dfa;
	border: 1px dotted #390;
	clear: both;
	font-size: 12px;
	line-height: 1.5;
	margin: 40px!important;
	padding: 20px 20px 20px 100px;
}
.success h2 {
	color: #060 !important;
	font-size: 19px;
	margin: 0 0 12px 0;
}
.success p {
	font-size: 13px !important;
	line-height: 1.5;
	padding: 0 !important;
	margin: 0!important;
}
.row input.btn-submit {
	border-radius: 0px !important;
}
.row input:focus {
	border: 1px solid #ff9400;
}
@media only screen and (max-width:1024px) {
#login {
	width: 90%;
}
.row input {
	width: 85%;
	padding: 5px;
}
#login h2, #login label.fl-label, #footer p, .row input {
	font-size: 30px;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	bottom: unset;
}
#login .btn-submit {
	height: auto;
}
#login label.fl-label {
	padding-left: 25px;
	margin-top: 20px;
}
}