
#template_header {
	width: 100%;
	background: url("/images/cheermax/cheermax_background_top.jpg");
	background-size: cover;
}

#template_banner {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	background: #920003;
    color: #ffffff;
}

#template_bar {
	background-color: #920003;
	display: inline-block;
	width: 100%;
	height: 1.75em;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#template_bar::after {
    color: #920003;
    background: #ffffff;
    font-size: 20px;
    line-height: 5px;
    content: '\25B2';
    display: block;
    transform: scale(4, 1) rotate(180deg);
}

#template_body {
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

#template_footer {
	background: #2e2e2e;
	color: #999999;
	width: 100%
}

#template_menu a {
	color: #ff0000;
}

#template_menu a:hover {
	color: black;
}

.header_logo {
	height:84px;
	width: auto;
}

.footer_logo {
	height:84px;
	width: auto;
}

.flex_row {
	display: flex;
	flex-direction: row;
}

.flex_column {
	display: flex;
	flex-direction: column;
}

.center_items {
	align-items: center;	
}

.justify_content_center {
	justify-content: center;
}

.margin_medium {
	margin: 15px 15px 15px 15px;
}

.margin_large {
	margin: 40px 40px 40px 40px;
}

.full_width {
	width: 100%;
}

.container {
	width: 100%;
	height: 100%;
	min-width: 520px;
	background: {background};
}

#adminButton {
	position: absolute; 
	top: 0px; 
	right:0px; 
	margin: 5px;
	padding: 10px; 
	border-width: 1px;
    border-style: solid;
	border-color: {border};
}

#adminButton a {
	color: black;
}

#adminButton a:hover {
	color: white;
}

body {
    font-family: 'Cabin', Arial, sans-serif;
    font-size: 12px;                             
}

.panel-body-theme {
    color: {text};
    border-color: {border};
}

.panel-gradient {
    background-image: linear-gradient(white, {background});
    border: 1px solid #777;
}

.panel-heading-theme {
    color: {text};
    background-color: {border};
    border-radius: initial;    
}

.panel-theme {
    border-color:  {border};
    border-radius: initial;
	border-width: 1px 1px 1px 1px
}

.panel-title {
    font-family: verdana;
    font-size: 14px;
}

.btn {
    font-size: 12px;
}

li {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.heavy {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.heavy-sm {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.team-row {
	border-bottom: 1px dashed {text}
}

.confirmation-footer{
	text-align: center;
	border-top: 1px solid {text}
}

.btn-blue
{
	color:white;
	background-color: #5BC0DE;
}

.btn-delete
{
	color:white;
	background-color: #ee5f5b;
}

.btn-deactivate
{
	color:white;
	background-color: #ee5f5b;
}