/* 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 */
body {
	font: normal 400 62.5%/1.0 Arial, sans-serif;
	min-width: 960px;
	background: #fff;
	color: #333;
}
/* - 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: #fff url("header-ujtl.png") no-repeat scroll right bottom / 100% auto;
	height: 122px;
    margin: 0 auto;
    width: 1024px;
}
#header img {
	float: left;
	height: auto;
	margin-left: 65px;
	width: 230px;
}
#header h1 {
    color: #000;
    display: inline;
    float: left;
    font-size: 25px;
    margin-left: 100px;
    margin-top: 18px;
}
/* d21033 */
/* CONTENT --------------------------------- */
#content {
	clear: both;
	padding: 1px 0;
	margin: 0 25px 2em;
}
#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: 1em arial, helvetica, sans-serif;
	font-weight: 400;
}
#content p {
	line-height: 1.5;
	font-size: 12px;
	padding: 0 0 18px;
}

BODY {
	width: auto;
	height: 90%;
	background-color: #fff;
}
.flc-screenNavigator-view-container {
	max-width: 100%;
	min-width: 98.9%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	 
}


#login {
    background: #ffffff url("back-ujtl.jpg") no-repeat scroll 92% 80px / 44% auto;
    border: 0 none;
    border-radius: 5px;
    font-family: "Roboto",Arial,Helvetica,sans-serif!important;
    margin: 50px auto 30px;
    min-height: 15em;
    padding: 15px 35px 0 38px;
    width: 730px;
}

#login h2 {
    color: #525252;
    font: 400 25px Arial;
    padding: 3px 0;
}

#error {
    border: 0 none;
    border-radius: 5px;
    font-family: "Roboto",Arial,Helvetica,sans-serif!important;
    margin: 50px auto 30px;
    min-height: 15em;
    padding: 15px 35px 0 38px;
    width: 730px;
}

#error h2 {
    border-bottom: 1px solid #525252;
    color: #525252;
    font: 400 20px Arial;
    padding: 3px 0;
	text-align :center;
}

#footererror {
	margin: 0 auto;
    padding: 5px 0 1px;
	background-color: #f9f9fb !important;
  	color: #525252;
    width:1024px;
}

#footererror div p {
	text-align: center;
	color: #525252;
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 15px;
    
}


#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 p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Roboto",Arial,Helvetica,sans-serif!important;
}
#footer {
	margin: 0 auto;
   padding: 5px 0 1px;
	background-color: #f9f9fb !important;
  	color: #999;
    width:1024px;
}

#content .errors h2, #content .success h2 {
		font-family: "Roboto",Arial,Helvetica,sans-serif!important;
}
label {
	color: #3d3d3d;
}
a {
	color: #a73029;
	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: 14px;
    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 {
    background: #00558f none repeat scroll 0 0;
    border: 1px solid #00558f;
    border-radius: 4px !important;
    clear: none;
    color: #ffffff;
    float: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 5px;
    padding: 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;
}

.btn-submit:hover {
  cursor:pointer;
  background-color:#ffffff !important;
  border:1px solid #00558f !important;
  color: #00558f !important;

}
.row input {
   
    padding: 5px 0 4px 10px;
	font-size:18px;
}

: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 */
body {
	font: normal 400 62.5%/1.0 Arial, sans-serif;
	min-width: 960px;
	background: #fff;
	color: #333;
}
/* - 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;
}
BODY {
	width: auto;
	height: 90%;
	background-color: #fff;
}
.flc-screenNavigator-view-container {
	max-width: 100%;
	min-width: 98.9%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}


#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 {
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
#content .errors h2, #content .success h2 {
	font-family: "Roboto",Arial,Helvetica,sans-serif!important;
}
label {
	color: #3d3d3d;
}
a {
	color: #a73029;
	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: #525252;
    float: left;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
}


.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;

}
body {
     background-color: #ffffff;
}
.flc-screenNavigator-view-container {
     background-color: #ffffff;
     width: 1024px;
     margin:0 auto;
}
.fl-screenNavigator-view {
      background-color: #fff;
     width: 1024px;
          margin:0 auto;
		  border: 1px solid #999;
}

.row input:focus {
border: 3px solid #00558f;
}

@media(max-width:1024px) {
body {
	min-width: 100px;
}

#login label.fl-label {
    font-size: 35px;
}
#content {
	margin-top: 0;
}
.flc-screenNavigator-view-container {
	margin: 0 auto;
	width: 100%;
	min-width: 100px;
}
.fl-screenNavigator-view {
	min-width: 100px;
	width: 100%;
}
#login {
    background-image: none;
    display: table;
    margin-top: 30px;
    min-width: 100px;
    padding: 60px 0;
    width: 100%;
}
#login h2 {
	font-size: 35px;
	margin: 0 auto;
	width: 85%;
}
#login .btn-submit {
	float: left;
	font-size: 40px;
	margin-left: 33px;
	width: 88%;
}
#login p a {
    display: inline-block;
    font-size: 35px;
    margin-left: 45px;
    margin-top: 20px !important;
}
#header {
	background-image: none;
	height: 90px;
	padding-bottom: 0;
}
#header h1 {
    color: #000;
    float: left;
    font-size: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    padding: 6px 40px;
    text-align: left;
    width: 90%;
}

#header img {
    margin-bottom: 20px;
    margin-left: 10px;
    width: 300px;
}
.row.fl-controls-left {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.row input.required {
	font-size: 35px;
	margin: 18px auto;
	padding: 10px;
	width: 93%;
}
.success p, .success h2 {
    font-size: 30px !important;
}
#login label.fl-login-failed {
    display: block;
    font-size: 30px;
    line-height: 45px;
    width: 94%;
}

#footer div p {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: left;
}
}
