@charset "UTF-8";
/* CSS Document */

.red {
	color: #FF6363;
	font-weight: 600;
}
.reddish {
	color: rgba(0,0,0,1.00);
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.3px;
}
.darker {
	font-weight: 600;
}

html {
    min-width: 100%;
	min-height: 100%;
	margin: 0px;
}

.body, .body-large {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
    color: rgba(206,219,226,1.00);
    background-color: #000000;
		margin: 0px auto;
}

.body {
	height: 1100px;
}

.body-large {
	padding-bottom: 40px;
}

.main {
    width: 1024px;
	height: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    background-color: #2C2626;
}

.header {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.navigation {
	width:960px;
	height:45px;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing:1.3px;
	text-shadow:3px 2px 5px #333333;
	background-color:#1A99F2;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.navigation ul {
	height:auto;
	padding:12px 0px;
	margin:4px;
}

.navigation li {
	display: inline;
	padding: 12px 32px;
}

.navigation a, #sidebar a {
	text-decoration:none;
	color:white;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

.navigation a {
	padding:12px 20px 15px 20px;
}

.navigation a:hover, #sidebar a:hover {
	text-shadow:none;
}

a.active, #sidebar a.active {
	text-shadow:none;
}

footer {
	position: fixed;
    bottom: 15px;
    width: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.0em;
	text-align: center;
	color:rgba(9,137,202,1.00)
}

#main-headline {
	text-align: center;
	color: #EEEEEE;
	font-family: Arial, sans-serif;
}

#main-headline h2 {
	display: block;
	margin: 15px auto;
	padding: 10px auto;
}

#darkmode-headline {
	text-align: center;
	color: #EEEEEE;
	font-family: Arial, sans-serif;
}

#darkmode-headline h2 {
	display: block;
	margin: -48px 10px 10px 10px;
	padding: 10px;
}

.main-section {
    width: 948px;
	height: 73%;
    margin: 0px auto 0px 39px;
}

#schedule-mgr, #hierarchical-search, #hotkeys-mgr {
	width:300px;
	height:297px;
	margin:0px 5px 60px 5px; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #EEEEEE;
}

#calendar-view, #sound-mgr, #calendar-mgr {
	width:300px;
	margin:0px 5px 5px 5px; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #EEEEEE;
}

/* Sidebar and main text */

.header-text {
	text-align: left;
	margin: 0px;
	color: white;
	font-size: 22px;
	letter-spacing:1.3px;
	background-color:rgba(85,179,245,0.65);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.header-text p {
	padding: 10px;
}

.column-wrapper {
	display: table;
	width: 100%;
	margin-top: 40px;
}

#sidebar {
	display: table-cell;
	margin: 20px 10px auto 0px;
	padding: 5px 7px 5px 20px;
	width: 160px;
	font-size: 24px;
	color: white;
	background-color:rgba(85,179,245,0.65);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #1A99F2;
}

#sidebar a {
	text-shadow:3px 2px 5px #333333;
}

#sidebar li {
	margin-top: 10px;
	list-style-type: none;
}

/* registration */
#sidebar h6 {
	width: 190px;
	margin: 0px -20px 0px 10px;
	font-weight: 400;
	text-align: left;
	color: white;
	font-size: 18px;
	letter-spacing: 1.2px;
	text-shadow: 3px 2px 5px #555555;
}

#maintext {
	display: table-cell;
	width: 550px;
	padding-top: 29px;
	padding-right: 29px;
	padding-left: 29px;
	padding-bottom: 4px;
}

#maintext ul {
	margin: 10px;
}

#maintext li {
	margin: 10px;
}

article {
	font-size: 15px;
}

.download {
	margin-bottom: 100px;
}

.download h4 {
	margin: 10px;
	padding-bottom: 20px;
}

.download li {
	position: relative;
	list-style-type: none;
	line-height: 45px;
	padding-left: 12px;
}

.download li:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -62px;
	width: 64px;
	height: 64px;
	background-image: url(images/download64.png);
}

.download a {
	color:orangered;
}

.download p {
	margin-top: 40px;
}

.registration-header {
	float: left;
	margin: 10px;
	padding: 10px;
}

.registration-header img {
	display: block;
}

.registration-warning {
	margin: 40px 60px;
}

.registration-form .contact-form {
	float: left;
}

.row {
	margin: -15px 0px;
}

.row textarea {
	margin-bottom: 23px;
	margin-top: 6px;
}

.inline-box textarea, .inline-box input, .inline-box select {
	background-color: #E7E7E7;
}

.inline-box textarea {
	margin: -5px 10px;
}

.inline-box, .inline-box-button {
	display: inline-block;
}

.row .warning {
	margin-bottom: 65px;
}

.submit {
	margin: 10px auto auto -3px;
	padding:2px 20px;
	font-size: 20px;
	font-weight: 500;
	color: white;
	background-color:#1A99F2;
	text-shadow: 3px 2px 5px #555555;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
}

.submit:hover {
	text-shadow: none;
}

.registration-form fieldset {
	height: 288px;
	border: none;
}
  
.warning {
	margin-top: 20px;
	margin-left: 10px;
	font-weight: 500;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}

label.css-label {
	background-image:url(./images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* contacts */
#sidebar.contacts h5 {
	letter-spacing: 1.1px;
	font-size: 20px;
}

#sidebar.contacts a {
	font-size: 20px;
	margin-left: -15px;
	letter-spacing: 1.2px;
}

.contact-form fieldset {
	height: 349px;
	border: none;
}

.bugreport-form fieldset {
	height: 500px;
	border: none;
}