@charset "utf-8";

@font-face {
    font-family: 'quorum_md_btmedium';
    src: url('../fonts/quorumm-webfont.woff2') format('woff2'),
         url('../fonts/quorumm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'luxi_sansregular';
    src: url('../fonts/luxisr-webfont.eot');
    src: url('../fonts/luxisr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisr-webfont.woff2') format('woff2'),
         url('../fonts/luxisr-webfont.woff') format('woff'),
         url('../fonts/luxisr-webfont.ttf') format('truetype'),
         url('../fonts/luxisr-webfont.svg#luxi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	/*background-image: linear-gradient(-70deg, #535c67, #9fa6af); */

	background: #222 url('images/backg.jpg');
	background-size: cover;
	font-family: 'luxi_sansregular', sans-serif;
	font-size: 14px;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 984px;
}

#header {
	height: 140px;
}

a.mainlink, a.mainlink:visited {
	text-decoration: none;
	color: #C10096;
}

h1 {
	margin: 0;
	padding: 60px 0 0 0;
	font-family: 'quorum_md_btmedium', serif;
	font-size: 48px;
	font-weight: lighter;
	color: #C10096;
}

#main {
	position: relative;
	min-height: 413px;
	width: 984px;
	background: #949ea9;
	border: 2px solid #fff; 
	box-shadow: 7px 14px 50px #222;
}

#content {
	color: #0e5ecc;
	padding: 40px;
}

#content a, #content a:visited {
	color: #0e5ecc;
}

#class {
	display: none;
}

h4 {
	margin: 0 0 16px 0;
	font-size: 21px;
}

h5 {
	margin: 0 0 16px 0;
	color: #b2dd1d;
	font-size: 16px;
}

.courses {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

	.course {
        width: 31%;
        margin-bottom: 40px;
	}

.welcome {
	display: none;
	position: absolute;
	top: 296px;
	left: 85px;
}

.reception {
	display: none;
	position: absolute;
	top: 60px;
	left: 550px;
}

.door {
	position: absolute;
	top: 271px;
	left: 574px;
}

.info-comp {
	position: absolute;
	top: 252px;
	left: 421px;
}

.chkin-comp {
	position: absolute;
	top: 243px;
	left: 823px;
}

.alert {
	color: #8102c3;
}

.msgrec {
	background: #63c45b;
	border-radius: 8px;
	padding: 8px;
}

.msgsent {
	background: #4dc0c7;
	border-radius: 8px;
	padding: 8px;
}

.button {
	font-family: 'luxi_sansregular', sans-serif;
	font-size: 12px;
	width: 90px;
	height: 22px;
	margin-top: 12px;
	display: block;
	background: #0e5ecc;
	color: #b2dd1d;
	border: 1px solid #b2dd1d;  /*083777*/
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.dropdown {
	font-family: 'luxi_sansregular', sans-serif;
	font-size: 12px;
	background: #bbb;
	color: #0e5ecc;
	border: 1px solid #555;
	border-radius: 4px;
}

.txt {
	font-family: 'luxi_sansregular', sans-serif;
	font-size: 12px;
	background: #bbb;
	text-align: center;
	color: #0e5ecc;
	border: 1px solid #555;
	border-radius: 4px;
}

.xselect input {
    display: none;
}

.xselect span {
    width: 16px;
    height: 16px;
    display: block;
	margin: 0 auto;
    background: url('images/radio_icon1.png');
}

.xselect input:checked + span {
    background: url('/images/radio_icon3.png');
}

.progress {
	margin: 0;
	padding: 0;
	height: 8px;
    display: inline-block; 
    vertical-align: top;
}

#footer {
	height: 30px;
	padding: 10px 0 0 40px;
	color: #bdc9eb;
}

p {
	margin: 0.2em 0 0 0;
}

h2 {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
	font-family: 'Quorum Md BT', serif;
	font-size: 28px;
	font-weight: lighter;
	color: #f0f0f0;
}

h3 {
	padding: 0;
	text-align: right;
	font-family: 'Quorum Md BT', serif;
	font-size: 20px;
	color: #81a9d2;
}

th {
	text-align: left;
}