/* DEFAULTS
----------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
a{
	text-decoration: underline;
}
.nav-tabs a, .panel-heading a {
	text-decoration: none;
}
.page {
	background-color: #fff;
}

.contentarea{
	margin: 1.5em;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.loading div {
	position: fixed;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	width: 60px;
	height: 60px;
}

.control-align-right {
	text-align: right;
}

.address {
	border: 1px solid #cccccc;
	padding-bottom: 10px;
}

.popover {
	max-width: 600px;
	z-index: 1060;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

#logo-header-wrapper{
	margin-top: 1em;
	background-color: #A72B2A;
}
#header-logo {
	background: #fff;
}
#header-logo img {
	max-height: 100px;
}

.margin-top {
	margin-top: 1em !important;
}
.margin-right {
	margin-right: 1em !important;
}
.margin-bottom {
	margin-bottom: 1em !important;
}
.margin-left {
	margin-left: 1em !important;
}
footer {
	text-align: center;
}
.progress-bar{
	min-width: 3em;
}
.pointer{
	cursor: pointer;
}
.underline{
	text-decoration: underline;
}
.bold-text{
	font-weight: bold;
}
.ta-legend{
	padding: 1em;
	float: right;
}
.ta-glyphicon{
	font-size: 2.5em;
}
.no-underline{
	text-decoration: none;
	border-collapse: separate;
}
#events-table{
	border-spacing: 1em 1em;
}
#events-table td{
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
}
.dt-buttons{
	margin-bottom: .5em;
}
thead.sticky{
	position: sticky;
	top:0;
	background: #fff;
}
tfoot.sticky{
	position: sticky;
	bottom:0;
	background: #fff;
}
/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.padding-1{
	padding:1em;
}