@import url('https://fonts.googleapis.com/css?family=Open+Sans:400|Oswald');


body {
	font-family: "Open Sans", Helvetica, Sans;
	background-color: #5D5C61; /* #5D5C61  #3B3E3D */
}

.content {
  max-width: 930px;
  margin: auto;
  background-color: #111111;
}

header {
	vertical-align: middle;
	padding: 20px;
}

nav {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	background-color: #212121;
}

main {
	width: 100%;
	min-height:400px;
	/*background-color: #254E58;*/
}

footer {
	margin-top:10px;
	font-size: small;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

section {
	padding: 20px;
	background-color: #282828;
	margin-bottom: 20px;
}

.alignMiddle {
	text-align: center;
}

#titleImage {
	text-align: right;
	border: solid 10px #111111;
}

#loginForm {
	width: 100px;
	float: left;
	text-align: right;
	height:42px;
	padding-top: 10px;
}

#siteTitle {
	width: 600px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

div.step_frame {
	max-width: 100%;
 	margin: auto;
  	padding: 10px;
}

div.step_frame_col {
	width: 30%;
	float: left;
	text-align: left;
	padding: 10px;
}

div.column {
	width: 270px;
	float: left;
	text-align: left;
	margin-right: 20px;
	padding-right: 10px;
}

div.column_right_img {
	width: 580px;
	float: left;
}

div.column_left {
	width: 430px;
	float: left;
	padding-right: 30px;
}

div.column_right {
	width: 430px;
	float: left;
	text-align: left;
}

div.project {
	margin-top: 10px;
	margin-bottom: 20px;
}


div.clear {
	clear: both;
}

div.bookmark {
	display: none;
}

div.badges {
	margin-top:5px;
	margin-bottom:5px;
}

div.awards {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:30px;
}

div.badges_board {
	width: 100%;
	border: 1px solid silver;
	min-height: 100px;
	margin-bottom: 0px;
	text-align: center;
}

div.frame {
	border: 2px solid silver;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	width: 410px;
	height:250px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.metric {
	border: 4px solid silver;
	border-radius: 20px;
	width: 100px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	text-align: center;
	float: left;
	font-size: small;
	color: white;
}

div.tagrow {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.refTagrow {
	margin-bottom: 30px;
	margin-left: 30px;
}

span.metric {
	font-size: x-large;
	font-weight: bold;
}

img.badge {
	margin: 5px;
	width: 109px;
	height:109px;
}


h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ebebeb;
	font-weight: bolder;
}

h2 {
	margin-bottom : 10px;
	margin-top : 10px;
	font-size: xx-large;
	color: #444444; 
	text-transform: uppercase;
	font-weight: 900;
}

h3 {
	font-size: medium;
	margin-bottom : 2px;
	margin-top : 2px;
	padding-bottom: 0px;
	padding-top:0px;
	font-weight: bold;
	color: #f9564f;
}

h4 {
	font-size: small;
	margin-bottom : 2px;
	margin-top : 2px;
	padding-bottom: 0px;
	padding-top:0px;
	font-weight: bold;
	--font-style: italic;
	color: #b33f62;
}

h5 {
	color: White;
	font-size: small;
	margin-bottom : 2px;
	margin-top : 15px;
	padding-bottom: 0px;
	padding-top:0px;
	font-weight: bolder;
	--font-style: italic;
}

p {

	color: #ebebeb;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
}

p.bigger {
	font-size: medium;
}


table.mainTable {
	font-size: small;
	border: 2px solid #336666;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-right:10px;
}

table.fullWidth {
	width:100%;
}

td {
	border: 1px solid #336666;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th {
	background-color: #336666;
	font-size: small;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th.left {
	text-align: left;
}

span.formLabel {
	font-size: small;
	font-weight: bold;
}

span.caption {
	font-size: small;
	font-style:italic;
}

span.message {
	font-size: small;
	color: white;
}

span.nav {
	font-size: medium;
	font-weight: bold;
	color: #444444;
}

span.tag {
	border: 1px solid #00CCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #00CCCC;
	font-size: small;
	border-radius: 5px;
	margin-bottom: 2px;
}

span.smalltag {
	border: 1px solid #00CCCC;
	color: #00CCCC;
	font-size: x-small;
	border-radius: 5px;
	margin-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 5px;
	margin-top: 5px;
}

span.icon {
	color: #00CCCC;
	font-size: medium;
	font-weight: bolder;
}


ul.nav {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: small;
}

li.nav {
	display: inline;
}

li.ref {
	font-size: small;
	color: white;
	padding-bottom: 4px;
	list-style-type: square;
}

li.course {
	font-size: small;
	color: white;
	padding-bottom: 6px;
	list-style-type: square;
}

li.publication {
	font-size: small;
	color: white;
	padding-bottom: 6px;
	list-style-type: square;
}

a.nav {
	text-decoration: none;
	font-size: small;
	color: #666666;
	font-weight: bolder;
}

a.link {
	color: #0099CC;
}

/*
Colours:
Dark Blue: #001933
;
*/

input {
    font-family: Verdana, Helvetica, Sans;	
}

input.btn {
    background-color: transparent;
    border: 2px solid #4F4A41;
    border-radius: 5px;
    color: #4F4A41;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
    overflow: hidden;
    margin-left:2px;
}

input.btn_white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}

input.text_normal {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
    padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 420px;
}

textarea {
	background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
	padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 420px;
    height: 100px;
}

input.text_mid {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
    padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 190px;
}

input.text_white {
    background-color: #666666;
    border: 1px solid #999999;
    border-radius: 0px;
    color: #000000;
    font-size: small;
    padding-left: 2px;
    padding-right: 2px;
}

input.check {
    background-color: transparent;
    border: 2px solid #4F4A41;
    border-radius: 5px;
    color: #4F4A41;
}

.small {
	font-size: small;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.white {
	color: #999999;
}

select.text_white {
	background-color: #666666;
    border: 1px solid #999999;
    border-radius: 0px;
    color: #000000;
    font-size: small;
    padding-left: 2px;
    padding-right: 2px;
}

b{
color:#b33f62;
}
