
.event_name{
    font-family: 'impact', sans-serif;
    font-size: 0.8em;
	color: #000000;
    font-weight: 400;
	margin-left: -40px;
    position: absolute;
    top: 55px;
}

.pm_selected{
    border-bottom: 3px solid #C60000;
}

.pm_not_selected{
    border-bottom: 3px solid rgba(1, 1, 1, 0);
}

.page_menu{
	text-decoration: none;
	padding: .5em 1em;
	display: block;
	white-space: nowrap;
	color: #C60000;
    font-weight: 800;
    transition: .6s;
}

.pm_not_selected:hover{
	color:#dddddd;
}

.logout_button:hover{
	color:#dddddd;
}

.logout_button{
	text-decoration: none;
	padding: .5em 1em;
	white-space: nowrap;
	display: block;
	color: #C60000;
    font-weight: 800;
    transition: .6s;
	border: none;
	background:none;
	cursor: pointer;
}

.logout_form{
	float:right;
	margin-right: 5vw;
	position: relative;
}

.text_button:hover{
	color:#dddddd;
}

.text_button{
	text-decoration: none;
	padding: .5em 0em;
	margin-right: 30px;
	white-space: nowrap;
	display: inline-block;
	color: #C60000;
    font-weight: 800;
    transition: .6s;
	border: none;
	background:none;
	cursor: pointer;
    font-size: 0.95em;
}

header{
	border-bottom: 3px solid #000;
	padding-bottom: 30px;
	background: #ffffff;
}

nav{
	display: inline-block;
	margin: 0 5vw;
	list-style: none;
	padding: 0px;
	position: relative;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
}

nav li{
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	margin: 0;
    height: 100%;
    position: relative;
}


h1{
    font-family: 'impact', sans-serif;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    margin: 0;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

h2{
    font-family: 'impact', sans-serif;
    font-size: 1.6em;
    margin-bottom: .8em;
	color: #C60000;
    font-weight: 600;
}

h3{
    font-family: 'impact', sans-serif;
    font-size: 1.2em;
    margin-bottom: .8em;
	color: #000000;
    font-weight: 400;
	margin-top: 30px;
}

.content{
	width: 85vw;
    margin: 20px auto;
}

.login_form{
	width: 65vw;
    margin: 0 auto;
}


.error{
    font-weight: 700;
	color:#4c4c4c;
}

p, span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
	color:#000000;
}

input, select,textarea{
    width:30%;
    min-width: 200px;
	min-height: 30px;
    font-size: 1.1em;
}

.table_container{
	max-width: 100%;
	overflow: auto;
	margin-top: 10px;
}

table{
	width: 100%;
	min-width:1200px;
	table-layout: fixed;
	border-collapse: collapse;
}

thead tr {
	background-color: #ffffff;
	border-bottom: 1px solid #C60000;
}

tbody tr:nth-child(even) {
	background-color: #ededed;
}

tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

td, th{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 5px;
    overflow: hidden;
}

th{
    font-family: 'Impact', sans-serif;
	color: #C60000;
	text-align:left;
    font-weight:300;
}

@media all and (min-width: 1400px) {
	td{
		font-size: 0.75vw;
	}
	th{
		font-size: 0.8vw;
	}
}

@media all and (max-width: 1399px) and (min-width: 50px) {
	td{
		font-size: 11px;
	}
	th{
		font-size: 12px;
	}
}

body{
	background-image: url(../images/pixel6.png);
	background-size: 90vw;
}

.icon{
	width:18px;
	height:18px;
	margin-right:5px;
}

.icon_button{
    transition: 0.6s;
}

.icon_button:hover{
	color:#dddddd;
    transition: 0.6s;
    opacity: 0.35;
}
