h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
}

header, main, footer {
  padding-left: 80px;
  padding-right: 10px;
}

/* Menu */
.menu-collapse {
	width: 80px !important;
}

.nav-menu .material-icons {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.nav-menu-title {
	margin-left: 20px;
	position: relative;
	top: -8px;
	font-size: 16px;
}

.logo-title {
	position: relative;
	top : -40px;
	font-size: 16px;
}

.menu-collapse .nav-menu-title, .menu-collapse .logo-title {
	display:none;
}

.enable-collapse {
	-webkit-transition: width 0.6s; /* For Safari 3.1 to 6.0 */
	transition: width 0.6s;
}

.menu-expand {
	width: 240px;
}

.nav-menu .material-icons {
	/*font-size: 30px;*/
}

/*.side-nav li {
  line-height: 60px;
}
*/
.side-nav .logo {
	text-align: center;
	padding: 20px 0px;
}

.content-center {
	text-align: center;
}

.h-overflow {
	overflow: hidden;
}

#logo-container .material-icons {
	font-size: 60px !important;
}

.side-nav li a {
	color: #fff !important;
}

.election-year a {
	color: #fff !important;
}

.election-year .indicator {
	background: #f44336
}

.candidate-list img.party-flag {
	width: 50px;
	float: left;
	margin-right: 5px;
}

#title-nav p {
	text-align: center;
	margin-top: 0px;
}

.activator {
	cursor: pointer;
}

.sub-title {
	text-align: center;
	font-size: 20px;
}

.card-panel .panel-title {
	font-size: 20px;
	margin-top: 0px;
}

.card-panel.overflow {
	overflow:hidden;
}

.candidate-list .card-reveal .card-title {
	font-size: 16px;
}

.candidate-list .card-reveal .btn {
	width: 100%;
}

.candidate-profile {
	text-align: center;
}

#rival-candidates {
	overflow: hidden;
}

.avatar {
	width: 100px;
	height: 100px;
	margin: auto;
}

/* CSS Responsive Circle with Vertical Align */
/* http://codepen.io/cbracco/pen/qnduh */
.stat-count.circle {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 80%
}

.stat-count.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  content: "";
}

.stat-count .circle_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stat-count .circle_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.stat-count .circle_content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.horz-party-info {
	overflow: hidden;
	margin-top: 15px;
}

.horz-party-info img {
	width: 50px;
	float: left;
	margin-right: 15px;
}

.horz-party-info p {
	float: left;
	margin-top: 4px;
}

.chart-legend {
    float: left;
    width: 20px;
    height: 15px;
    border-radius: 4px;
    margin-right: 7px;
    margin-top: 3px;
}

.horizontal-legend {
	overflow: hidden;
	/*margin-left: 70px;*/
}

.horizontal-legend ul li {
	display: inline-block;
	float:left;
	margin-right: 15px;
}

.candidate-count {
	font-size: 30px;
	font-weight: bold;
}

/* Select2 Redesign */
.select.party_list {
	border:0px 0px 1px 0px;
	border-color: #9e9e9e;
	padding: 5px;
	width: 100%;
}

.select2-search__field {
	border:0px;
	border-bottom: 1px solid #9e9e9e;
}

/* Icon Class */
.electroscope-icons {
 	height: 45px;
 	margin-top: 5px;
}

.electroscope-icons .regional-parliament {
	background: url(../img/icons/parliament.svg) center no-repeat;
}

/* Media Query */
@media only screen and (max-width: 992px) {
	header, main, footer {
    	padding-left: 0px;
	}
}

.tooltip {
  background: #46BFBD;
  box-shadow: 0 0 5px #eee;
  color: fff;
  font-size: 12px;
  left: 30px;
  width: 180px;
  padding: 10px;
  position: absolute;
  text-align: center;
  z-index: 10;
}

.hidden{
	display:none;
}

h5 .input-field {
  font-size: 14px;
}
