/* AH PRMT CSS - outside scope of SCSS :o) */

.bold {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: #ffffff !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
}

:-ms-input-placeholder {
	color: #ffffff !important;
}

.uploader .urlP ::-webkit-input-placeholder {
	color: #000 !important;
}

.uploader .urlP :-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}

.uploader .urlP ::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important;
}

.uploader .urlP :-ms-input-placeholder {
	color: #000 !important;
}
h5{
	font-size:12px;
	font-family: einaLight;
	text-transform: none;
	line-height: 30px;
}
.cursor {
	cursor: pointer;
}

.tierstable table {
	width:100%;
}

.urlP {
	display:none;
	position:relative;
	width:100%;
	float:left;
	clear:both;
}

	.urlP input {
		width:100%;
	}

.fileList,
#socialIcons {
	width:100%;
	clear:both;
	float:left;
	list-style: none;
}

	#socialIcons li {
		float:left;
		margin-right:10px;
	}

.modal-header {
	display:block; /* not flex :o) */;
}

	.modal-header h4 {
		float:left;
	}

.custom-radio {
	margin:15px 0;
}

	.cr-label {
		width:100%;
	}

button label {
	margin:0;
}

.fakeas {
	cursor: pointer;
	color:#eca86c;
}

	.fakeas:hover {
		text-decoration: underline;
	}

#myPartners {
	width:100%;
	max-width:100%;
	float:left;
	margin:15px 0;
	clear:both;
	list-style:none;
	display:flex;
	justify-content:space-evenly;
	align-content:flex-start;
	padding:0;
	flex-wrap:wrap;
}

	#myPartners li {
		display:inline-block;
		background-color:#008EAA;
		border-color:#008EAA;
		color:#fff;
		margin:0 0 15px;
	}

		#myPartners span.del {
			cursor:pointer;
		}

/* Leaderboard related*/
.leaderboard-container .row:nth-child(even){
	background-color:#ffffff;
}
.leaderboard-container .row{
	margin:0;
}
.leaderboard-container .row .t-section>div{
	line-height:60px;
}
.leaderboard-container .row .rank{
	border-right:1px solid #FAFAFA;
}
.leader_head {
	font-weight:bold;
	line-height: 50px;
    font-size: 14px;
}

.leader_row {
	line-height:30px;
}

.section {
	float:left;
	width:100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-section{border-top:1px solid #fafafa; padding-bottom:20px;}
.b-section .chart-label .chart-circle {
    margin-left: 15px;
		position: relative;
		top: 4px;
}
.b-section .chart-label:first-child .chart-circle {
    margin-left: 0;
}
.b-section .chart-label span{
    font-size: 10px;
	 	padding-left: 5px;
}
.b-section .chart-label>span{
		display: inline-block !important;
}
	.section p {
		margin:0;
	}

	.section .chart-circle.small {
		width:20%;
		padding-bottom:20%;
		font-size:22px;
	}
	.section .chart-circle.medium {
		width:25%;
		padding-bottom:25%;
		font-size:22px;
	}
	.section .chart-circle.large {
		width:30%;
		padding-bottom:30%;
		font-size:22px;
	}

.up,.down {
	cursor: pointer;
    padding: 10px 20px;
    line-height: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.up img, .down img {
	height: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.up:hover img, .down:hover img{
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.rank img {
	height: 20px;
}
.number{
	font-size: 18px;
    top: 3px;
    position: relative;
    line-height: 30px;
}
.number i{font-size:8px;}

.number i.fa-arrow-up{
	color:#009a44;
}
.number i.fa-arrow-down{
	color:#e2786f;
}
#keystick.stuck{
	position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    background-color: #FAFAFA;
    z-index: 1;
    padding-top: 59px;
		animation-name: stick-animation;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
img.not-selected{
	filter: grayscale(100%);
}
@media (max-width: 1199px){
	.leader_head {
    font-size: 13px;
	}
	.b-section .chart-label .chart-circle {
    margin-left: 10px;
	}
	.b-section .chart-label span {
    padding-left: 3px;
	}
	.b-section .chart-label {
    font-size: 11px;
	}
}
@media (max-width: 991px){
	.up img, .down img {
    height: 15px;
	}
	.t-section .number {
    line-height: 40px;
    background-color: #008EAA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
		display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.t-section .number b{
		position: relative;
		bottom:-1px;
		width: 100%;
    text-align: center;
	}
	.t-section .number i {
    font-size: 14px;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
	}
	.t-section .number.total, .chart-circle.total{
		background-color:#008EAA;
	}
	.t-section .number.complete, .chart-circle.complete{
		background-color:#333f48;
	}
	.t-section .number.incomplete, .chart-circle.incomplete{
		background-color:#ffad00;
	}

	.t-section .name{font-size:19px; display: block; margin-top:17px;}
	.t-section .last-login{font-size:13px;display: block; color:#bdbdbd;}
	.name-container{line-height: 30px !important;}
	.leaderboard-container .row .t-section>div {
    line-height: 90px;
	}
	.b-section .chart-label span.label-container {
		display:block;
	}
	.leader_head{display:none;}
	.up, .down {
    padding: 10px;
    line-height: 70px;
	}
}
@media (max-width: 767px){
	.expand-container{padding-left:0;}
	.t-section .name {
    font-size: 13px;
	}
	.t-section .last-login {
    font-size: 10px;
	}
	.b-section .chart-label .chart-circle {
    margin-left: 3px;
	}
	#keystick.stuck{
	    padding-top: 9px;
			display: -ms-flexbox;
    display: flex;
	}
}
@media (max-width: 575px){
	.section.b-section p {
    line-height: 14px;
    font-size: 11px;
	}
	.section.b-section p:first-child {
    margin-top: 8px;
	}
	.section.b-section .number {
    line-height: 22px;
	}
	.b-section .label-container{
		display: block;
	}
	.section .chart-circle.small {
    width: 30%;
    padding-bottom:30%;
    font-size: 16px;
	}
	.section .chart-circle.medium {
    width: 35%;
    padding-bottom:35%;
    font-size: 16px;
	}
	.section .chart-circle.large {
    width: 40%;
    padding-bottom:40%;
    font-size: 16px;
	}
	.chart-label{margin-bottom: 0 !important;}
	.leaderboard-container .row .t-section>div {
    line-height: 60px;
	}
	.name-container {
    line-height: 15px !important;
	}
	.number {
    font-size: 14px;
    top: 0;
	}
	.b-section .chart-label>span{
			display: none !important;
	}
	.p-0-mobile{
		padding:0 !important;
		text-align:center !important;
	}
	.up, .down {
    line-height: 40px;
	}
}
@media (max-width: 400px){
	.p-0-mobile{
		padding:0 !important;
		text-align:left !important;
	}
	.t-section .number i {
    font-size: 10px;
    right: -11px;
    margin-top: -6px;
	}
	.t-section .number {
    line-height: 35px;
    width: 35px;
    height: 35px;
	}
}
