
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
	background: rgba(255,255,255,0.8);
	display: none;
}

.loader .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dot {
  width: 30px;
  height: 30px;
  border: 2px solid #004a7c;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
          animation: fx 1000ms ease infinite 0ms;
}
.dot:nth-child(2) {
	border: 2px solid #aec94e;
  -webkit-animation: fx 1000ms ease infinite 300ms;
          animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
	border: 2px solid #ef3961;
  -webkit-animation: fx 1000ms ease infinite 600ms;
          animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**/


.filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filters ul li a {
	display: block;
	position: relative;
	padding: 5px 0;
}

.filters ul li.selected a {
	background: #0066b3;
	color: #fff;
	padding: 5px;
}

.filters ul li.selected a:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.filters ul li.selected a:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #0066b3;
	border-width: 17px;
	margin-top: -17px;
}

h3 {
	font-size: 1.2em;
}

#activities-table {
	width: 100%;
}

#activities-table .md-only {
	display: none;
}



@media (min-width: 992px) {
	#activities-table th, #activities-table td {
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}

	#activities-table tr:nth-child(2n) td {
		background: #f1f1f1;
	}

	#activities-table th {
		background: #00aeef;
		color: #fff;
	}
}

@media (max-width: 991px) {
	#activities-table,
	#activities-table caption,
	#activities-table thead,
	#activities-table tbody,
	#activities-table tr,
	#activities-table th,
	#activities-table td {
		display: block;
	}
	
	#activities-table td {
		padding: 10px;
		border-bottom: 1px dotted #ddd;
	}
	
	#activities-table thead {
		display: none;
	}
	
	#activities-table tr {
		border: 1px solid #ddd;
		margin-bottom: 30px;
	}
	
	#activities-table .md-only {
		display: inline-block;
		font-weight: bold;
	}
}

/**/

.hugim-search {
	padding: 0;
	margin-bottom: 30px;
}

.hugim-search h2 {
	position: relative;
	text-align: center;
	color: #00aeef;
	margin-bottom: 30px;
}

.hugim-search h2 span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.hugim-search h2:before {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
}

.hugim-search form {
	margin: 0 15px;
}

@media (min-width: 992px) {
	.hugim-search form {
		border-radius: 30px;
		margin-bottom: 20px;
	}
}

.hugim-search select,
.hugim-search input {
	width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 0;
	background: #f1f1f1;
	height: 3em;
	border-radius: 2rem;
}

.hugim-search button {
	width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 0;
	background: #ddd;
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	height: 3em;
	border-radius: 2rem;
}


/**/

#activity-info-table {
	width: 100%;
	margin-bottom: 15px;
}

#activity-info-table tr th,
#activity-info-table tr td {
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: right;
}

#activity-info-table tr th {
	font-weight: bold;
	width: 200px;
}

#activity-info-table tr td {

}

#activity-info-table tr:nth-child(2n) th,
#activity-info-table tr:nth-child(2n) td {
	background: #f1f1f1;
}

/**/

.modal-body h2 {
	margin-bottom: 30px;
}

.modal-body h3 {
	margin-bottom: 15px;
	color: #00aeef;
	border-bottom: 2px solid #00aeef;
}

/**/

.activity-item h2 {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 30px;
}

.activity-item h2:after {
	border-style: solid;
    border-width: 2px 0 0;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    width: 20%;
    max-width: 50px;
    margin-top: 5px;
	color: #b1cb50;
}

@media (min-width: 1100px) {
	.modal-lg {
		max-width: 1000px;
	}
}

.modal {
	z-index: 999999;
}