/* 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%;
	font-family: inherit;
	vertical-align: baseline;
}
: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 {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 52px;
	background-color: #FFFFFF;
}

/* 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;
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}
#content h3 {
	font: 1em arial, helvetica, sans-serif;
	font-weight: 400;
}
#content p {
    font-size: 14px;
    line-height: 1.5;
}
input {
    border: 0 solid;
    font-size: 17px;
    padding: 6px;
    width: 100%;
	  border-radius: 3px;
	  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.5) inset;
}
input:focus {
    box-shadow: 0 1px 3px rgba(10, 10, 10, 0.7) inset;
}
input.btn-submit {
	box-shadow: none;
	}
/* FOOTER --------------------------------- */
#footer {
	clear: both;
	position: relative;
	margin: 0 25px 1em;
	border-top: 1px solid #ccc;
	padding: 0 0 1px 0;
	background: #fff;
	color: #999;
}
#footer img#logo {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}
#footer div {
    clear: left;
    margin: 11px 6px 0;
    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;
}
#login {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 30px auto;
    min-height: 15em;
    padding: 20px 35px 10px 21px;
    width: 305px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #888888;
}
#login h2 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font: 400 19px Arial;
    padding: 3px 0;
}
#sidebar {
	margin: 4em 25% 3em 25%;
	padding: 0 0 0 0;
	width: 45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 2px #888888;
    height: 130px;
    padding-top: 0;
}
#header img {
    height: auto;
    margin: 9px 0 0 20px;
    width: 290px;
	float:left;
}
#header h1#app-name {
    background-color: transparent;
    color: #004439;
    float: left;
    font: bold 2.6em/2.5em Arial;
    margin: 29px 0 0 63px;
    position: relative;
    vertical-align: baseline;
}
#footer {
	margin: 0;
	border-top: 1px dashed #ccc;
	border-top: 8px solid #fff;
	background-color: #004439;
}
#footer div p {
	text-align: left;
	color: #ffffff;
	font-size: 1.2em;
}
#content .errors h2, #content .success h2 {
	font-family: Arial, Helvetica, sans-serif;
}
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: Verdana, Arial, Helvetica, sans-serif;
}
#login label.fl-label {
    float: left;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    width: 100%;
}
#login label.fl-login-failed {
    color: #b40809;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 23px;
}
#login .btn-row {
	padding-top: 10px;
	position: relative;
	top: 15px;
	padding-bottom: 20px;
}
#login .btn-submit {
    background: #e16a03 none repeat scroll 0 0;
    border: 1px solid #e16a03;
    border-radius: 3px;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 5px;
    padding: 5px;
    width: auto;
}

#login .btn-submit:hover {
    background-color:  #ca5300;
}

a.pass-forg {
    color: #e16a03;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    text-align: center;
    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;
}


/*---------------login responsive----------------*/
@media(max-width:1024px) {
body {
	min-width: 100%!important;
}
#Cpp {
	min-width: 100%!important;
	max-width: 100%!important;
	float: left!important;
	padding: 0!important;
	margin: 0 auto;
}
#Cpp #login {
	width: 85%!important;
	margin: 20px auto 20px auto!important;
	padding: 30px!important;
}
#Cpp #login h2, #msg h2, #msg p {
	font-size: 45px!important;
}
#Cpp #login input, #Cpp #login label, #Cpp #login p {
	font-size: 45px!important;
}
#Cpp #password, #Cpp #username {
	padding: 10px;
	margin-bottom: 20px;
	width: 95%!important;
}
#Cpp .btn-submit {
	margin-top: 20px!important;
	padding: 20px!important;
	cursor: pointer;
}
#app-name {
	line-height: 30px!important;
	float: right!important;
	width: 50%;
	left: 0!important;
	position: relative!important;
	font-size: 35px!important;
}
/*---------------logout responsive----------------*/
#msg {
	padding: 40px 40px 40px 150px;
	background-size: 90px auto;
}
}
