html, body, #container {
	height:100%;
}
body {
	background:url(images/bg.jpg) repeat;
	font-family:arial,helvetica,serif;
	font-size:12px;
	text-align:center;
}
body > #container {
	height:auto;
	min-height:100%;
}
#container {
	background:url(images/background.jpg) top left repeat-y;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:970px;
}

#wrap {
	clear:both;
	padding:0 0 74px;/* Height of the footer */
	width:970px;
}
#content {
	display:none;
	float:left;
	line-height:1.5em;
	padding:0 40px 25px 60px;
	width:870px;
}
#js_test {
	float:left;
	padding:0 40px 0 60px;
	width:870px;
}

#loginBox {
	background:url(images/loginboxbg.jpg) left top repeat-y;
	width:245px;
}
#loginForm {
	padding:10px 5px 0;
	width:195px;
}
#loginForm #email {
	margin:0 0 0 15px;
	width:155px;
}
#loginForm #password {
	margin:0 0 0 15px;
	width:155px;
}

#loginBox table {
	margin:5px 15px;
}
#btnLogin {
	background:url(images/button_login.jpg) no-repeat;
	border:0;
	cursor:pointer;
	float:right;
	height:32px;
	margin:0 20px;
	padding:32px 0 0;
	width:74px;
	z-index:251;
}
#loginLink {
	clear:both;
	text-align:right;
	padding: 5px 15px 20px;
}
#loginLink a {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
}
#loginboxtop {
	background:url(images/loginboxbgtop.jpg) left top no-repeat;
	border:0;
	height:63px;
}
#loginboxbottom {
	background:url(images/loginboxbgbottom.jpg) 4px top no-repeat;
	border:0;
	height:30px;
}

#authboxtop {
	background:url(images/authboxbgtop.jpg) left top no-repeat;
	border:0;
	height:63px;
}
#authBox {
	background-color: #fcf5ea;
	box-shadow: 5px 5px 5px #e1dbcb;
	width:275px;
}

#authBox td {
	padding: 10px;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.flatbreaker {
	clear:both;
	padding:0;
}
.breaker {
	clear:both;
	padding:3px;
}
div.info, div.warning, div.success, div.error, div.validation {
	background:10px center no-repeat;
	border:1px solid;
	line-height:1.5em;
	margin:10px 0px;
	padding:15px 10px 15px 50px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.info {
	color:#00529B;
	background-color:#BDE5F8;
	background-image:url('images/knob/info.png');
}
div.warning {
	color:#9F6000;
	background-color:#FEEFB3;
	background-image:url('images/knob/attention.png');
}
div.success {
	background-color:#DFF2BF;
	background-image:url('images/knob/success.png');
	color:#4F8A10;
}
div.error {
	background-color:#FFBABA;
	background-image:url('images/knob/error.png');
	color:#D8000C;
}
input.fmText, select.fmSelect, textarea.fmTextArea {
	border:1px solid #ccc;
	color:#333;
	font-family:Verdana;
	font-size:10px;
	width:200px;
}
input.fmText:focus, input.focused, select.fmSelect:focus, select.focused, textarea.fmTextArea:focus, textarea.focused {
	border-color:#000;
	color:#000;
}
textarea.fmTextArea {
	height:100px;
	width:300px;
}
input.dp_date {
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	readonly:true;
	width:100px;
}
input.fmButton {
	background-color:#ffffff;
	border:1px solid #01417f;
	color:#01417F;
	font-family:Verdana, helvetica, sans-serif;
	font-size:0.9em;
	margin:5px;
	padding:5px 15px;
	border-radius: 5px;
}
div.fmButton {
	margin:10px 0;
}
div.fmButton a {
	background-color:#ffffff;
	border:1px solid #01417f;
	color:#01417f;
	font-family:Verdana, helvetica, sans-serif;
	font-size:0.9em;
	margin:5px;
	padding:5px 15px;
	text-decoration:none;
	border-radius: 5px;
}
fieldset {
	border:1px solid #aaa;
	padding:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
fieldset legend {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
label {
	font-weight:bold;
	line-height:1.5em;
	padding-right:1em;
}
.valignTop {
	vertical-align:top;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
td {
	vertical-align:top;
}
table.fmTable {
	margin:5px;
	text-align:left;
}
table.fmTable a {
	text-decoration:none;
}
table.fmTable th {
	background-color:#31a2e1;
	color:#ffffff;
	padding:4px;
	text-align:left;
}
table.fmTable th a {
	color:#ffffff;
	text-decoration:underline;
}
table.fmTable tbody tr {
	background-color:#f2f2f2;
}
table.fmTable tbody tr.alternateRow {
	background-color:#fff;
}
table.fmTable tfoot tbody tr, table.fmTable tfoot tbody tr.alternateRow, table.fmTable tbody tr tr.alternateRow, table.fmTable tbody tr.alternateRow tr {
	background-color:transparent;
}
table.fmTable tbody td {
	border-bottom:1px solid #c8c8c8;
	padding:2px 4px;
}
.td_head {
	text-align:left;
}
.td_normal {
	padding:0 2px 2px 0;
}
.small1 {
	font-size:0.8em;
}
.hidden {
	display:none;
}
h3 {
	color:#01417f;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
h3#pageHeader {
	height:70px;
	text-indent:-99999px;
	width:650px;
}
#content p {
	line-height:1.5em;
	margin:0 0 1em;
}
#num {
	width:50px;
}
input[type=submit], label, select, .pointer {
	cursor:pointer;
}

/* Button */
.btn {
	font-size: 0.9em;
	padding: 5px 20px;
	margin-bottom: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
} 
.btn:focus,
.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-primary {
	color:#fff;
	border:1px solid #01417f;
	border-radius: 5px;
	background-color:#01417f;
}
.btn-secondary {
	color:#FFFFFF;
	border:1px solid #8da3a6;
	border-radius: 5px;
	background-color:#8da3a6;
}

.btn-outline-primary{
	background-color:#ffffff;
	border:1px solid #01417f;
	color:#01417f;
	font-family:Verdana, helvetica, sans-serif;
	font-size:0.9em;
	padding:5px 15px;
	text-decoration:none;
	border-radius: 5px;
	line-height: normal;
}

.disabled {
    color:#FFFFFF;
    border:1px solid #8da3a6;
    border-radius: 5px;
    background-color:#8da3a6;
    padding: 5px 10px;
}

/* Maintenance */
.maintenance {
    background-color: #3d3d3d;
    margin-bottom:0;
    border-radius:0;
    z-index:201;
    position: relative;
    padding-top:14px;
    text-align:center;
    padding-bottom:14px;
    border-color: transparent;
    color: white;
    font-size:15px;
    line-height:18px;
}

/* jGrowl */
#jGrowlCenter {
	top:200px;
}
div div.jGrowl-notification div.close {
	font-size:16px;
}
div div.jGrowl-notification div.header {
	font-size:18px;
}
div div.jGrowl-notification div.message {
	font-size:16px;
}
/* End hide from IE-mac */


.alert_div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#footer {
	background:url(images/footer.jpg);
	clear:both;
	color:#fff;
	height:74px;/* Height of the footer */
	margin:-74px auto 0;
	position:relative;
	text-align:left;
	width:970px;
}
#footer p {
	font-family:Verdana;
	font-size:10px;
	line-height:1.2em;
	padding:10px 2em 0;
	text-align:right;
}
#footer a {
	color:#fff;
}
#footer a.noline {
	text-decoration:none;
}

/*Manage 2FA*/
.qr-container {
	text-align: center;
	max-width: 300px;
	margin: 20px auto;
}
.qr-code {
	width: 150px;
	height: 150px;
	margin: 15px 0;
	border: 1px solid #eee;
}

.red {
	color:#D8000C;
}
