/* ========= Armory leaderboards ========= */
.leaderboards {
	}
	.leaderboards_menu {
		float: left;
		padding: 30px 0 30px 32px;
		}
		.leaderboards_menu ul {
			list-style: none;
			}
			.leaderboards_menu ul li {
				display: block;
				height: 45px;
				text-align: left;
				padding: 11px 0 0 10px;
				box-sizing: border-box;
				}
				.leaderboards_menu ul li a {
					text-shadow: 0 1px 1px rgba(12, 7, 6, 0.75);
					font-size: 13px;
					font-weight: 400;
					color: #897d66;
					}
					.leaderboards_menu ul li a.active,
					.leaderboards_menu ul li a:hover {
					color: #A7997F;
    text-align: center;
    font-weight: bold;
    background: #45362e;
    padding: 6px 14px 6px 14px;
    border-radius: 6px;
					}
					.leaderboards_menu ul li a.active {
					font-weight: bold;
					}
				.leaderboards_menu ul li a.disabled {
					display: inline-block;
					padding-right: 20px;
					color: #584e41;
					background: url(../css/images/locket.png) no-repeat right;
					}
				.leaderboards_menu ul li a.arrow {
					display: inline-block;
					padding-right: 17px;
					background: url(../css/images/tiny-arrow.png) no-repeat right top 3px;
					}
				.leaderboards_menu ul #separator {
					display: block;
					width: 186px;
					height: 2px;
					padding: 0;
					background: url(../css/images/menu-separator.png) no-repeat left;
					}
	.leaderboards_content {
		float: right;
		margin: 16px;
		width: 74%;
		min-height: 100px;
		}
		.leaderboards_content .title {
            float: right;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
			color: #9b8b75;
			font-family: Arial, sans-serif;
			font-size: 24px;
			font-weight: 400;
			margin: 0;
			padding: 18px 30px;
			}
        .leaderboards_content .realmname {
                float: left;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
                color: #9b8b75;
                font-family: Arial, sans-serif;
                font-size: 24px;
                font-weight: 400;
                margin: 0;
                padding: 0 0 18px 0;
                }
                .leaderboards_content .realmname .selectboxit-container {
                    min-width: 240px;
                    }
		.leaderboards_content .filters {
			margin: 16px 16px 16px 0;
			background-color: rgba(12, 7, 6, 0.2);
			border-radius: 2px;
			min-height: 100px;
			font-size: 0;
			text-align: left;
			padding: 16px;
			text-align: right;
			}
			#left .content .leaderboards_content .filters form {
				background: none;
				border: none;
				box-shadow: none;
				padding: 0;
				margin: 0;
				}
				#left .content .leaderboards_content .filters form .row {
					}
					#left .content .leaderboards_content .filters form .row label {
						display: inline-block;
						vertical-align: top;
						font-size: 12px;
						font-weight: normal;
						color: #908371;
						text-shadow: 0 1px 1px rgba(0,0,0,.75);
						width: auto;
						margin: 0 12px 0 0;
						}
						#left .content .leaderboards_content .filters form .row label input[type="text"],
						#left .content .leaderboards_content .filters form .row label .selectboxit-container {
							display: block;
							width: 148px;
							margin-top: 6px;
							}
						#left .content .leaderboards_content .filters form .row label input[type="text"] {
							padding: 9px;
							font-size: 12px;
							}
						#left .content .leaderboards_content .filters form .row label .selectboxit-option-icon-container {
							width: 0px;
							margin-left: 2px;
							}
						#left .content .leaderboards_content .filters form .row label .selectboxit-container span, 
						#left .content .leaderboards_content .filters form .row label .selectboxit-container .selectboxit-options a {
							height: 33px;
							line-height: 33px;
							}
						#left .content .leaderboards_content .filters form .row label .selectboxit .selectboxit-arrow-container {
							width: 34px;
							}
						#left .content .leaderboards_content .filters form .row label .selectboxit-text {
							font-size: 12px;
							}
						#left .content .leaderboards_content .filters form .row label .selectboxit-default-arrow {
							width: 18px;
							height: 12px;
							background-size: contain;
							}
						#left .content .leaderboards_content .filters form .row label #min_rating,
						#left .content .leaderboards_content .filters form .row label #max_rating {
							display: inline-block;
							width: 70px;
							}
						#left .content .leaderboards_content .filters form .row label .icheckbox, 
						#left .content .leaderboards_content .filters form .row label .iradio {
							margin-left: 6px;
							}
					#left .content .leaderboards_content .filters form .row .filter-class {
						width: 112px;
						direction: rtl;
						padding: 6px 0 0 0;
						}
					#left .content .leaderboards_content .filters form .row input[type="submit"] {
						margin: 24px 10px 6px 10px;
						}
		.results {
			margin-top: -24px;
			}
		.pagination {
			width: 100%;
			margin: 0;
			text-align: right;
			box-sizing: border-box;
			padding: 7px 0 0 0;
			font-size: 0px;
			}
			.pagination a,
			.pagination strong {
				display: inline-block;
				vertical-align: top;
				border-radius: 3px;
				box-sizing: border-box;
				background-color: rgba(61, 49, 42, 0.38);
    			box-shadow: 1px 1px 1px rgba(0,0,0,.1), inset 0 0 1px rgba(252, 252, 252, 0.17);
				border: solid 1px #2c221d;
				font-size: 12px;
				text-align: center;
				min-width: 26px;
				height: 26px;
				padding: 4px 8px;
				margin-left: 4px;
				}
				.pagination a:hover {
					background-color: #3d312a;
					box-shadow: 0 0 7px rgba(11,6,5,.25), inset 0 0 1px rgba(252,252,252,.34);
					}
				
			
.table {
	margin: 16px 16px 16px 0;
	}
	.table-header {
		width: 100%;
		height: 34px;
		margin: 38px 0 6px 0;
		background-color: rgba(0,0,0,.15);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
		text-align: left;
		}
		.table-header .column {
			float: left;
			height: 34px;
			width: 70px;
			font-size: 13px;
			color: #51443c;
			text-shadow: 1px 1px 1px rgba(0,0,0,.4);
			text-align: center;
			box-sizing: border-box;
			padding: 8px 0 0 0;
			}
	.table-body {
		}
		.table-row {
			width: 100%;
			height: 34px;
			background-color: rgba(79,64,55,.15);
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px rgba(179,158,124,.03);
			-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px rgba(179,158,124,.03);
			box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px rgba(179,158,124,.03);
			text-align: left;
			margin: 0 0 5px 0;
			}
			.table-row:nth-child(odd) {
				background-color: rgba(53, 44, 38, 0.15);
				}
			.table-row:hover {
				background-color: rgba(134, 110, 96, 0.15);
				}
			.table-row.selected {
				background-color: rgba(134, 110, 96, 0.15);
				}
			.table-row.selected:hover {
				background-color: rgba(134, 110, 96, 0.2);
				}
			.table-row .column {
				float: left;
				height: 34px;
				width: 70px;
				font-size: 14px;
				color: #60534c;
				text-shadow: 1px 1px 1px rgba(0,0,0,.4);
				text-align: center;
				box-sizing: border-box;
				padding: 8px 0 0 0;
				}
				.table-row.selected .column {
					color: #8c817c;
					}
				.table-row .column .win {
					color: #019B04;
					}
				.table-row .column .loss {
					color: #c5181b;
					}

.table-header .column:nth-child(1),
.table-row .column:nth-child(1) {
	width: 54px;
	}
.table-header .column:nth-child(2),
.table-row .column:nth-child(2) {
	width: 158px;
	text-align: left;
	}
.table-header .column:nth-child(3),
.table-row .column:nth-child(3) {
	width: 144px;
	text-align: left;
	}
	
.leaderboards .icon-frame {
	margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
	top: -1px;
	}
	.leaderboards .icon-frame img {
		vertical-align: top;
		margin-top: -1px;
		border: 1px solid #877661;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.45), 0 0 0 1px #554840;
		}
		.leaderboards .icon-frame:before {
			content: " ";
        	display: block;
			position: absolute;
			top: 0px;
			left: 1px;
			width: 18px;
			height: 18px;
			box-shadow: inset 0 0 6px rgba(12, 7, 6, 0.85), inset 0 0 6px rgba(12, 7, 6, 0.85);
			z-index: 100;
			}
	
.leaderboards .frame-14, 
.leaderboards .frame-14 img, 
.leaderboards .frame-14:before {
	width: 14px;
    height: 14px;
	}
	.leaderboards .frame-14:before {
		box-shadow: inset 0 0 2px rgba(12, 7, 6, 0.85), inset 0 0 2px rgba(12, 7, 6, 0.85);
		}
#random_arena_event{
    background: #362c24c4;
    width: auto;
    height: 105px;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    padding: 15px 87px 7px 18px;
    color: #9381729e;
    text-align: right;
    line-height: 24px;
    direction: rtl;
    background-image: url(/application/modules/leaderboards/css/images/random_arena_cup.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 51px;
    /* -webkit-box-shadow: 0 0 15px rgba(12,7,6,.25), inset 0 0 25px rgba(12,7,6,.8); */
    -moz-box-shadow: 0 0 15px rgba(12,7,6,.25), inset 0 0 25px rgba(12,7,6,.8);
    box-shadow: 0 0 15px rgb(12 7 6 / 6%);
    }