/* General Styling */ 
body {
	background-color: #fff;
	color: #898989;
}
body.modal-open {
	overflow: visible;
	padding-right: 0px;
}
.container {
	max-width: 400px;
}
.padding-0 {
	padding: 0;
}
.color-blue {
	color: #0286f3;
}
.color-red {
	color: #c9222d;
}
.bg-lightgrey {
	background-color: #f9f9f9;
	min-height: 200px;
}
.bg-lightblue {
	background-color: #e5eef7;
	min-height: 200px;
}
a {
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
/* END - General Styling */
/* Menu Area */
nav:not(.mm-menu) {
	display: none;
}
.menu-area {
	background: #0286f3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
.menu-area.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.menu-area a.menu-icon {
	background: left center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0px;
	padding-left: 40px;
	text-transform: uppercase;
}
.menu-area a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.menu-area a:hover {
	color: #ccc;
}
.menu-area a:focus {
	outline: none;
	text-decoration: none;
}
/* END - Menu Area */
/* Header Area */
.header-area {
	background-image: url("../images/header-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 15px 0 60px;
}
.header-area .profile-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	margin: 0 auto;
}
.header-area .profile-img img {
	display: block;
	margin: 0px auto;
}
.header-area .profile-img p {
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
.header-area .codes-logo {
	float: right;
	margin-top: 11px;
}
/* END - Header Area */
/* Content Area */
.content-area {
	background-color: #fff;
	margin-top: 95px;
}
.content-area .content-title {
	background-color: #0286f3;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    margin-right: 0;
    text-align: center;
    text-transform: uppercase;
	padding: 10px;
}
.content-area .pie-container {
	padding: 10px;
}
.content-area .pie-container small {
	display: block;
	font-size: 9px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
a small {
	font-size: 90%;
}
.content-area .earn-content {
	background-color: #fff;
	display: block;
	height: 120px;
	margin: 17px auto;
	padding-top: 20px;
	position: relative;
	width: 120px;
}
.content-area .earn-content .value,  .content-area .earn-content .text {
	color: #c9222d;
	text-align: center;
}
.content-area .earn-content .value {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
}
.content-area .earn-content .text {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
}
.content-area .profile-img.alt {
	margin-top: 10px;
	margin-bottom: 5px;
}
.content-area .profile-img:before {
	border: 1px solid #ccc;
	border-radius: 50%;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
	height: 130px;
	width: 130px;
	display: block;
	content: '';
	position: absolute;
}
.content-area .profile-img img {
	display: block;
}
.content-area .profile-img .badge {
	background-color: #005ca9;
	left: 40%;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 40%;
}
.content-area .profile-img button {
	background-color: #c9222d;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 40%;
    padding: 2px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 65%;
}
.content-area .profile-img button i {
	margin-right: 5px;
}
/* Tabs */
.content-area .nav-tabs {
	margin-top: 4px;	
}
.content-area .nav-tabs > li {
	width: 50%;
}
.content-area .nav-tabs > li.active > a,  .content-area .nav-tabs > li.active > a:hover,  .content-area .nav-tabs > li.active > a:focus {
	background-color: #f9f9f9;
	color: #c9222d;
	outline: none;
	border: none;
}
.content-area .nav-tabs > li.active > a:after {
	bottom: 4px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 45%;
	border-style: solid;
	border-width: 7px 6px 0 7px;
	border-color: #c9222d transparent transparent transparent;
}
.content-area .nav-tabs > li > a {
	background-color: #0286f3;
	border-radius: 0;
	border: none;
	color: #fff;
	margin-right: 0;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
}
.content-area .tab-content {
	background-color: #f9f9f9;
	padding: 15px;
}
/* Accordion */
#accordion {
	margin-bottom: 0;
}
.panel-default > .panel-heading {
	background-color: #fff;
	position: relative;
}
.panel-default .fa-caret-down {
	background-color: #005ca9;
	color: #fff;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 38px;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.panel-title > a:hover .fa-caret-down {
	background-color: #c9222d;
}
.panel-group .panel {
	border: none;
	border-radius: 0;
	margin-bottom: 8px;
}
.panel-heading {
	padding: 9px 15px;
}
.panel-title {
	font-size: 13px;
	font-weight: 600;
	color: #898989;
}
.panel-title > a {
	text-decoration: none;
}
.panel-title > a > strong {
	font-weight: bolder;
}
.panel-body {
	padding: 10px 0px;
	border: none !important;
}
.panel-body .profile-img:before,  .panel-body .profile-img img {
	max-width: 100px;
	max-height: 100px;
}
.panel-body .profile-img .total-vote {
	background-color: #e22430;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 2px 5px;
	position: absolute;
	right: 16px;
	top: 0;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	display:none;
}
.panel-body .profile-img .name {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	margin-top: 5px;
	text-align: center;
}
/* END - Content Area */
/* Form */
.form-control {
	border-radius: 0;
	border-color: #d9d9d9;
}
.btn-danger {
	color: #fff !important;
	font-weight: normal !important;
	height: 34px;
    position: absolute;
    right: 15px;
    top: 0;
}
.btn {
	border-radius: 0;
	border: none;
	padding: 7px 12px;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.btn:hover {
	background-color: #c9222d;
	color: #fff;
}
.btn-default {
	background-color: #005ca9;
	color: #fff;
}
label {
	font-size: 13px;
	font-weight: 600;
}
.btn-red {
	background-color: #e22331;
	color: #fff;
	display: block;
	margin: 15px auto 0;
	text-transform: uppercase;
}
.alt label.control-label {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
.input-group-addon.focus {
	background-color: #66afe9;
	border-color: #66afe9;
	color: #fff;
}
.radio label, .checkbox label {
	line-height: 22px;
}
/* END - Form */
/* Modal */
#password {
	margin-bottom: 0;
}
.modal-header {
	background-color: #f9f9f9;
	border: 0 none;
	padding: 10px 0 0;
}
.close {
	position: absolute;
	right: 15px;
	font-size: 12px;
}
.modal-body {
	padding-bottom: 0;
	padding-top: 5px;
}
.modal-body .form-control {
	border-color: #fff;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset
}
.modal-body .input-group {
	width: 130%;
	margin-bottom: 10px;
}
.modal-body .input-group-addon {
	background-color: #fff;
	border-radius: 0;
	color: #c9222d;
}
.modal-body .form-control:focus {
	border-color: #66afe9;
}
.modal-body .input-group-addon.focus {
	background-color: #66afe9;
	border-color: #66afe9;
	color: #fff;
}
.modal-body #password .panel-heading {
	background-color: transparent;
	padding: 0;
}
.modal-body .panel {
	box-shadow: none;
}
.modal-body .panel-group .panel-heading + .panel-collapse > .panel-body,  .modal-body panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}
.modal-body .panel-heading > a {
	font-size: 13px;
	font-weight: 600;
	color: #898989;
}
.modal-sm {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.modal-content {
	margin-left: 15px;
	margin-right: 55px;
}
.points-modal .bg-lightblue {
	min-height: auto;
	padding: 10px 0;
	margin-bottom: 10px;
}
.points-modal .close {
	right: 10px;
    text-shadow: 0 0;
    top: 10px;
}
.points-modal .modal-content {
	background-color: #f9f9f9;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
.points-modal .modal-content p {
	text-align: center;
}
.points-modal .earn-content {
    background-color: #fff;
    display: block;
    height: 120px;
    margin: 0px auto;
    padding-top: 20px;
    position: relative;
    width: 120px;
}
.points-modal .value {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.points-modal .earn-content .value, .points-modal .earn-content .text {
    color: #c9222d;
    text-align: center;
}
.points-modal .points-list > li {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative;
}
.points-modal .points-list > li > a {
	color: #898989;
}
.points-modal .points-list .points-total {
	background-color: #005ca9;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
}
/* END - Modal */
/* Media Queries */
@media (max-width: 991px) {
}
@media (max-width:768px) {
}
@media (max-width: 340px) {
.content-area .pie-container {
	padding: 10px 0 0;
}
}
/* END - Media Queries */
/* START - loading overlay */
#overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 9999;
	width: 100%;
	height: 100%;
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}
/* END - loading overlay */
/* CONTENT LOAD OVERLOAY */
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/ajax-loader.gif") center no-repeat #fff;
}
/* CONTENT LOAD OVERLOAY */
