﻿@font-face
{
	font-family: TitleFont;
	src: url('/fonts/Rise of Kingdom.ttf') format('truetype');
}

@font-face
{
	font-family: BodyFont;
	src: url('/fonts/SEGOEUI.TTF') format('truetype');
}

@font-face
{
	font-family: MonoFont;
	src: url('/fonts/AnonymousPro-Regular.ttf') format('truetype');
}

a, a:hover, a:focus
{
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:link
{
	color: #950000; /*#428bca;*/
	text-decoration: none;
}

a:link:hover, a:link:focus
{
	color: #CC0000; /*#2a6496;*/
	text-decoration: underline;
}

.navbar-brand
{
	float: left;
	/*padding: 7px 15px;*/
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}

.navbar-inverse
{
	max-height: 50px;
	background-color: #950000; /*#222222;*/
	border: none;
	box-shadow: 0 2px 5px #000000;
	/*border-color: #080808;
	border-width: 0 0 1px 0;*/
}

/*.navbar-inverse .navbar-brand
{
	color: #FFFFFF;
	font-weight: bold;
}

.navbar-inverse .navbar-text
{
	color: #FFFFFF;
	font-weight: bold;
}*/

.navbar-inverse ul.navbar-nav
{
	float: none;
	text-align: center;
}

.navbar-inverse .navbar-nav li
{
	float: none;
	display: inline-block;
}

.navbar-inverse .navbar-nav li > a
{
	color: #FFFFFF; /*#999999;*/
	font-weight: bold;
	text-shadow: none;
	transition: text-shadow 0.25s;
}

.navbar-inverse .navbar-nav li > a.icon
{
	padding: 0 15px;
}

.navbar-inverse .navbar-nav li > a.icon img
{
	padding: 0 0 6px 0;
}

.navbar-inverse .navbar-nav li > a:hover, .navbar-inverse .navbar-nav li > a:focus
{
	text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
}

.navbar
{
	margin-bottom: 0;
	border-radius: 0;
	position: static;
	display: table;
	width: 100%;
}

.container
{
	width: 800px;
	display: table;
}

html
{
	height: 100vh;
}

body
{
	height: 100vh;
	background-color: #000000;
	background-image: url('/images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-family: BodyFont;
}

h1, h2, h3, h4
{
	margin-top: 0;
}

h1, h2, h3
{
	/*color: #FFEE00;*/
	font-family: TitleFont;
	/*text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000;*/
	/*text-shadow: 1px 1px 0px #333333, 1px -1px 0px #333333, -1px 1px 0px #333333, -1px -1px 0px #333333;*/
}

h2
{
	font-size: 30px;
}

h4
{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
}

input[type=checkbox], input[type=radio]
{
	margin: 0 5px 2px 0;
	vertical-align: middle;
}

label
{
	margin-bottom: 0;
	font-weight: normal;
}

.body-content
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
	min-height: calc(100vh - 90px);
	padding: 40px 20px 20px 20px;
	margin: 20px auto;
	box-shadow: 0 0 5px #000000;
	max-width: 1920px;
	/*border-color: #080808;
	border-style: solid;
	border-width: 0 1px;*/
}

.body-actual-content
{
	min-height: calc(100vh - 211px);
}

/*th
{
	text-align: unset;
}*/

table.layout
{
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

table.layout > tbody > tr > td
{
	vertical-align: top;
	padding: 20px;
	width: auto;
}

table.layout > tbody > tr:first-child > td
{
	padding-top: 0;
}

table.layout > tbody > tr:last-child > td
{
	padding-bottom: 0;
}

table.layout > tbody > tr > td:first-child
{
	padding-left: 0;
}

table.layout > tbody > tr > td:last-child
{
	padding-right: 0;
}

table.thin > tbody > tr > td
{
	padding: 10px;
}

table.list
{
	margin-left: auto;
	margin-right: auto;
}

table.list > tbody > tr
{
	border-top: 1px solid #999999;
}

table.list > tbody > tr:hover
{
	background-color: #FFFFFF;
}

table.list > thead > tr > th.checkBoxHeader
{
	padding-left: 20px;
}

table.attendanceChart
{
	white-space: nowrap;
}

table.attendanceChart > thead > tr > th
{
	writing-mode: vertical-lr;
	text-orientation: mixed;
	min-width: 23px;
	max-width: 23px;
	vertical-align: top;
	transform: rotate(180deg);
	padding-top: 5px;
}

table.attendanceChart > thead > tr > th > a, table.attendanceChart > thead > tr > th > span
{
	writing-mode: vertical-lr;
	text-orientation: mixed;
}

/*table.attendanceChart > tbody > tr:hover, */
.hover
{
	background-color: #FFFFFF;
}

table.attendanceChart > tbody > tr, table.attendanceChart > tfoot > tr
{
	border-top: 1px solid #999999;
}

table.attendanceChart > colgroup.colBody > col, table.attendanceChart > colgroup.colFoot > col
{
	border-left: 1px solid #999999;
}

table.attendanceChart > tbody > tr > th
{
	padding-right: 5px;
}

table.attendanceChart td
{
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

table.attendanceChart > thead > tr > th:first-child
{
	border-left: none;
}

table.attendanceChart .attended
{
	width: 100%;
	height: 10px;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

table.attendanceChart .start
{
	width: calc(100% - 6px);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 6px;
}

table.attendanceChart .end
{
	width: calc(100% - 6px);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 6px;
}

table.attendanceChart .start.end
{
	width: calc(100% - 12px);
}

hr
{
	border-color: #999999;
}

footer a, footer a:hover, footer a:focus
{
	color: #666666;
}

.sidebarRight
{
	/*font-size: 12px;*/
	float: right;
	/*background-color: #FFFFFF;*/
	padding: 0 10px;
	margin-left: 5px;
	border-left: 1px solid #999999;
	/*border-radius: 5px;*/
	/*box-shadow: 2px 2px 5px #000000;*/
}

.heading
{
	font-size: 18px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.justified
{
	text-align: justify;
}

.centerBlock
{
	margin-left: auto;
	margin-right: auto;
}

.strike
{
	text-decoration: line-through;
}

.centerCheck
{
	float: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.topMargin
{
	margin-top: 50px;
}

.clearBoth
{
	clear: both;
}

.bottomMargin
{
	margin-bottom: 50px;
}

.shadow
{
	box-shadow: 0 0 5px #000000;
}

.smalltext, .smalltext li::marker
{
	font-size: 12px;
}

.pager
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.pagerLeft
{
	width: 25%;
	text-align: left;
	display: inline-block;
}

.pagerRight
{
	width: 25%;
	text-align: right;
	display: inline-block;
}

.pagerCenter
{
	width: 50%;
	text-align: center;
	display: inline-block;
}

.eventsCalendar
{
	width: 960px;
	height: 720px;
	border: 0;
	display: block;
}

.waiverFrame
{
	width: 100%;
	height: 3700px;
	border: 0;
	display: block;
}

.smallUnitIcon
{
	height: 50px;
	width: 50px;
	box-shadow: 0 0 5px #000000;
}

.unitList
{
	width: 50px;
	font-size: 10px;
	vertical-align: top;
	margin-left: 5px;
	display: inline-block;
}

.profilePic
{
	height: 200px;
	width: 200px;
	display: table-cell;
}

.profilePicImg
{
	height: 200px;
	width: 200px;
	box-shadow: 0 0 5px #000000;
}

.profilePicImgLarge {
	height: 400px;
	width: 760px;
	box-shadow: 0 0 5px #000000;
}

.profileText
{
	width: 560px;
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.photo
{
	width: 210px;
	background-color: #FFFFFF;
	padding: 5px;
	box-shadow: 0 5px 5px #666666;
}

.photoContainer
{
	height: 150px;
	width: 200px;
	margin-bottom: 5px;
	position: relative;
}

.photoCount
{
	padding: 3px 5px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.9);
	border-bottom-right-radius: 3px;
}

.external
{
	margin-left: 4px;
	vertical-align: baseline;
}

.warning
{
	color: red;
}

div.adminFloater
{
	position: absolute;
	top: 70px;
	right: 20px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 20px 20px 20px;
	box-shadow: 0 0 5px #000000;
	text-align: left;
}

.code
{
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
}

fieldset
{
	display: inline-block;
	border: 1px solid #999999;
}

fieldset > legend
{
	text-align: left;
	margin-left: 10px;
}

fieldset > div
{
	padding: 0px 20px 10px 20px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

fieldset > div:first-of-type { padding-left: 10px; }
fieldset > div:last-of-type { padding-right: 10px; }

table.inputList > tbody > tr > td { padding: 2px 5px; }
table.inputList > tbody > tr:first-child > td { padding-top: 0px; }
table.inputList > tbody > tr:last-child > td { padding-bottom: 0px; }
table.inputList > tbody > tr > td:first-child { padding-left: 0px; }
table.inputList > tbody > tr > td:last-child { padding-right: 0px; }