body {
	font-family: 'Open Sans', sans-serif;
}

#loader_background {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #F0F2F5;
}

#app {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#container {
	padding-top: 106px;
	padding-left: 160px;
}

#guestContainer {
	padding-top: 106px;
}

#navbar {
	padding-left: 15px;
	padding-right: 30px;
}

#sidebar_menu_logo {
	width:60px;
	height:60px;
	margin-left:8px;
}

#header_menu_logo {
	max-height:60px;
	margin: 14px 0px 0px 30px;
}

.main-sidebar {
	padding-top: 96px;
	position: fixed;
	top: 0;
	left: -30px;
	padding-left: 5px;
	padding-right: 20px;
	min-height: 100%;
	height: 100%;
	width: 170px;
	z-index: 810;
	background-color: white;
	border-right: 1px solid #d3e0e9;
	overflow: auto;
}

.sidebar-menu > li {
	list-style-type: none;
  font-size:14px;
  padding-bottom:5px;
	width:100px;
}

.sidebar-menu > li.header {
	font-size: 1.7em;
	padding-top: 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar-menu > li > a {
	text-decoration: none;
	color: black;
}

.sidebar-menu > li > a > i.fa {
	display: inline-block;
	box-shadow: 0px 0px 2px #000000;
	padding: 0.3em 0.4em;
	font-size: 40px;
	color: #4970AB;
		border-radius: 2px;
		width: 74px;

	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}

.sidebar-menu > li > a > i.fa:hover {
	color: #2e6cc9;
}

.gold {
	color: #4970AB;
}

h2.gold {
	text-transform: uppercase;
}

.darkred {
	color: #c40000;
}

.enoughPoints {
	color: #00a330;
	font-weight: bold;
}

.notEnoughPoints {
	color: #d11414;
	font-weight: bold;
}

.crop3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.circle {
	border-radius: 90%;
	border: 2px solid #efa510;
	box-shadow: 0px 0px 2px #888;
	width: 210px;
	height: 210px;
	margin: 15px;
}

.divider1 {
	border-top: 3px double #8c8b8b;
	margin-bottom: 10px;
}

.circle-text {
	text-transform: uppercase;
	font-size: 1.5em;
}

.circle-counter {
	position: relative;
	top: 20px;
	font-size: 3.0em;
	font-weight: bold;
	margin-bottom: 30px;
}

.uppercase {
	text-transform: uppercase;
}

.user-panel > .panel-heading {
	min-height: 65px;
	text-align: center;
}

.user-panel > .panel-body {
	min-height: 350px;
	overflow: auto;
}

.user-panel > .panel-footer {
	min-height: 120px;
}

.admin-panel > .panel-heading {
	min-height: 65px;
	text-align: center;
}

.admin-panel > .panel-body {
	height: 400px;
	overflow: auto;
}

.admin-panel > .panel-footer {
	min-height: 100px;
}

.dropdown-menu {
	position: absolute !important;
	top: 50px;
	right: 20px;
	z-index: 2000;
	padding: 0;

	float: left !important;
	min-width: 160px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	background-clip: padding-box !important;
}

.dropdown-menu > li > a {
	display: block !important;
	padding: 3px 20px !important;
	clear: both !important;
	font-weight: normal !important;
	line-height: 1.6 !important;
	color: #333333 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}

.tinyScrollbar::-webkit-scrollbar {
	width: 1px;
	background-color: #F5F5F5;
}

.unslider-arrow {
	display: none!important;
}

.header-text {
	position: absolute;
	bottom: 5%;
	left: 1.8%;
	right: auto;
	width: auto;
	color: #fff;
	padding: 10px 150px 10px 10px;
}

.header-text h3 {
	font-size: 40px;
}

.header-text h3 span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(41, 128, 185, 0.7);
	padding: 15px;
}
