/*==========================================================================+
|  QUT Login CSS - global.css
|
|  Version: 1.0
|  Date Last Updated: 29/07/2016
|  Last Updated By: Andy McBride
+==========================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* Global reset of HTML element styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:0;
	font-size:100.01%;
	font:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

/* Clearfix float hack */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/******* New design responsive elements ******/
#mobile-dropdown {
	display:none;
}

/******* Generic elements *******/
html {
    -webkit-font-smoothing: antialiased;
}

body {
	background-color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:.8em;
	line-height:normal;
}

h1,h2,h3,h4,h5,h6 {
	color:#191919;
}

a {
	color:#094f95;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(3, 70, 115, 0.5);
}

a:hover {
	text-decoration:underline;
}

blockquote,q {
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

em {
	font-style:italic;
}

ol,
ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

strong,
.strong {
	font-weight:700;
}

sup {
	font-size:9px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

label {
    color: #333;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px 0;
}

.form-group {
    position: relative;
}

.form-control {
    border: 2px solid #ccc !important;
    font-size: 16px;
    height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.form-control {
    border-radius: 0;
}

input.form-control:active,
input.form-control:focus {
    border: 2px solid #0e5c9e !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control-required {
    color: #a94442;
    font-size: 0.8em;
    line-height: 1.4em;
    position: absolute;
    right: 0;
    top: 7px;
}

/*body a[href^="http"] {
	background:transparent;
	padding:0;
}*/

.hide {
	position:absolute;
	left:-99999px;
}

/* Widths */
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

/* Alert message */
.alert {
	border-radius: 0;
	margin-bottom: 30px !important;
}

.alert-danger {
	padding-left: 60px;
	text-shadow: 0 1px 1px #fff;
}

.alert-danger:before {
	color: #AD433F;
	content:"\f071";
	font-family: FontAwesome;
	font-size: 1.8em;
    left: 60px;
	position: absolute;
    top: 20px;
}

/******* HEADER *******/
header {
	/*-moz-box-shadow:    0 0 15px 3px #444;
	-webkit-box-shadow: 0 0 15px 3px #444;
	box-shadow: 		0 0 15px 3px #444;*/
	height:76px;
	position:relative;
	width:100%;
	z-index:3;
}

header > div {
    background-color: rgba(0, 71, 127, 0.8);
	width:100%;
}

header > div > div {
	height: 76px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
}

#qut-logo {
	background:url('../images/qut-logo_2x-3b95f666b46f9f8dd659ece495cac230.png') no-repeat scroll 0 0 transparent;
    background-size: 291px 52px;
	border: medium none;
	display: block;
    height: 52px;
    left: 20px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 12px;
    width: 291px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi),
only screen and (-o-min-device-pixel-ratio: 21),
only screen and (min-resolution: 2dppx) {
    header > div > div {
        background-size: 254px 92px;
    }
    #qut-logo {
        background-image: url('../images/qut-logo_2x-3b95f666b46f9f8dd659ece495cac230.png');
        background-size: 291px 52px;
    }
}

/******* CONTENT AREA *******/
#content {
	color: #333;
	line-height: 1.4em;
	max-width: 1400px;
	margin:0 auto;
	/*overflow:hidden;*/
	position:relative;
	/*width:1400px;*/
}

/******* FOOTER *******/
footer {
	color:#fff;
	width:100%;
}

footer ul {
	list-style:none;
}

footer li {
	display:inline-block;
}

footer a {
	color:#fff;
}

footer a:hover {
	color: #fff;
}

#footer-content {
	background-color:#105D93;
	float:left;
	margin:0;
	padding: 0 20px;
	width:100%;
}

#footer-content a {
	font-size:1.25em;
	padding:0 1.5em 0 0;
}

#footer-content ul {
	font-weight:700;
	margin:0 auto;
	max-width:1360px;
	padding:3em 0;
	width:100%;
}

#footer-content ul li {
    display: inline-block;
    font-size:1.05em;
    line-height:1em;
    margin:0 6px 0 0;
    padding:0 10px 0 0;
}

#last-modified {
	float:left;
	padding:1em 0;
	text-align:left;
}

#last-modified li {
	border-right:1px solid #fff;
	display:inline-block;
	font-size:1.05em;
	line-height:1em;
	margin:0 6px 0 0;
	padding:0 10px 0 0;
}

#last-modified li:last-child {
	border-right: none;
}

#last-modified li abbr {
    border-bottom: none;
}

#last-modified .modified {
	border:none;
}

footer #footer-supplementary-wrapper {
	background-color:#034673;
	float:left;
	width:100%;
}

#footer-supplementary-wrapper {
	margin:0 auto;
}

#footer-supplementary {
	font-size:1em;
	margin:0 auto;
	max-width:1400px;
	padding: 0 20px;
	text-align:left;
	width:100%;
}

#supplementary-links {
	float:right;
	padding:1em 0;
	text-align:right;
}

#supplementary-links li {
	border-left:1px solid #fff;
	margin:0 0 0 6px;
	padding:0 0 0 10px;
}

#supplementary-links li:first-child {
	border:none;
}

#supplementary-links a {
	color:#bfe0fb;
}