@font-face {
	font-family: 'Segoe UI';
	src: url('segoeui.ttf')  format('truetype');
}

@font-face {
	font-family: 'Segoe UI';
	src: url('segoeuib.ttf')  format('truetype');
	font-weight:bold;
}

body{
	background-color: #000000;
	font-family:"Segoe UI",sans-serif;
	color:#ffffff;
	min-width:920px;
}

#frame_main{
	width:954px;
	margin: 0 auto;
}

#header{
	width:100%;
	position:relative;
	display:flex;
	justify-content:center;
	text-align: center;
	font-family:"Merriweather",serif;
	color:#ffffff;
	font-size:42px;
	font-weight:bold;
	line-height:92px;
	margin:10px 0;
}

#subtitle{
	position:absolute;
	left:400px;
	bottom:-35px;
	color:#ffff33;
	font-size:15px;
	font-weight:normal;
}

.select2-container{
	color:#000000;
}

.select2-selection{
	margin-top:-1px;
	height:22px!important;
}

.select2-selection__rendered{
	line-height:20px!important;
}

.select2-selection__arrow{
	height:18px!important;
}

.bar_top_options .select2{
	width:128px!important;
	height:22px!important;
}

.bar_top_title{
	font-family: "Merriweather";
	font-size:19px;
	height:34px;
	line-height:28px;
	position:absolute;
	left:0;right:0;top:3px;
	padding-left:20px;
}

.bar_top_options{
	position:absolute;
	height:30px;
	line-height:30px;
	left:0;right:0;top:0;
	padding: 0 6px;
	font-size:14px;
	background-color: #4a6de2;
	border-bottom:2px solid #7797ff;
}

.frame_hero_picture{
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:150px;
	background-color: #111111;
}

.hero_picture{
	top:0;
	left:0;
	width:50px;
	height:50px;
}

.frame_hero_main{
	position:absolute;
	top:34px;
	left:0;right:0;bottom:0;
}

.frame_hero_main_top{
	position:absolute;
	left:0;right:0;top:32px;
	height:150px;
	border-bottom:2px solid #7797ff;
}

.frame_hero_main_bottom{
	position:absolute;
	left:0;right:0;bottom:0;top:184px;
}

.frame_stats{
	position:absolute;
	right:0;
	top:0;
	padding: 18px 0 0 8px;
	width:200px;
	height:132px;
	line-height:23px;
	border-left: 2px solid #7797ff;
}

.stat_row{
	position:relative;
	height:25px;
	left:30px;
}

.stat_number{
	position:absolute;
	left:100px;
	top:0;
}

/*/////////*/

.hero_skills{
	position:absolute;
	top:4px;
	line-height:22px;
	font-size:12px;
}

.skill_row{
	margin-left:8px;
	height:26px;
	position: relative;
}
.refined_hero_row{
	margin-left:8px;
	height:26px;
	position: relative;
	display: none;
}

.skill_letter{
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	border-radius:50%;
	background-color:#000000;
	font-size:10px;
	position:absolute;
	left:13px;
	bottom:-1px;
}

.skill_select{
	position: absolute;
	left:31px;
	top:4px;
	width:140px;
}

.hero_misc{
	position: absolute;
	top:0px;
	padding-top:4px;
	bottom:0;
	right:0;
	border-color:#7797ff;
	border-style: solid;
	border-width:0 0 0 2px;
	width:164px;
}

.misc_row{
	margin-left:8px;
	height:26px;
	width:150px;
	line-height:24px;
	position: relative;
}

.bst_level{
	font-size: 10pt;
}

.misc_input{
	position: absolute;
	right:0;
	top:2px;
}

.smallnuminput{
	width:36px;
}

.button{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button:hover{
	cursor:pointer;
}

.valign{
	vertical-align: middle;
}

.skill_picture{
	position: relative;
	top:5px;
	width:20px;
	height:20px;
	margin-right:6px;
}

/*Results/////////////////////////////////////////////*/
#frame_results{
	position:relative;
}

#results_list{
	width:100%;
	font-size:16px;
}

.avatar_box{
	width:57px;
}

.name_box{
	width:120px;
	padding-left:11px;
	cursor:pointer;
}

.rarity_box{
	padding-left:11px;
	cursor:pointer;
}

.type_box{
	width:54px;
	padding-left:6px;
	cursor:pointer;
}

.stat_box{
	width:50px;
	padding-left:6px;
	cursor:pointer;
}

.sort_icon{
	width:17px;
	height:17px;
	vertical-align:middle;
	padding-bottom:3px;
	opacity:0.5;
}

#results_bar_top{
	position:relative;
	height:34px;
	font-size:12px;
	line-height:34px;
	padding-left:10px;
	text-align:left;
	background-color: #ffffff;
	color:#000000;
}

#score_range{
	margin:30px 0 10px 0;
}

.results_stat + .results_stat{
	margin-left:15px;
}

#footer{
	text-align: center;
	margin:8px 0;
}

.blue{
	color:#7797ff;
}

.red{
	color:#ff5165;
}

.green{
	color:#43b743;
}

.yellow{
	color:#e4d529;
}

.purple{
	color:#ac88ff;
}

.bold{
	font-weight:bold;
	color:#dddddd;
}

.weaponIcon{
	width:35px;
	height:35px;
}

.moveIcon{
	width:30px;
	height:30px;
}

.gameIcon{
	width:33px;
	height:33px;
}

.rarity_star{
	vertical-align:middle;
}

table{
	border:none;
	border-spacing:3px;
}

tr.odd{
	background-color:#444444;
}

tr.even{
	background-color:#777777;
}

th{
	background-color: #7797ff;
	position: sticky;
	top: 0;
}

td{
	text-align:center;
	vertical-align:middle;
}

#openSidebar{
	margin-left:5px;
	padding-bottom:5px;
	cursor:pointer;
}

.wep_icon{
	width: 30px;
	height: 30px;
	opacity: 0.4;
	cursor: pointer;
}

.book_icon{
	width: 35px;
	height: 35px;
	opacity: 0.4;
	cursor: pointer;
}

.menu_header{
	font-size: 20px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

.blessIcon{
	width:30px;
	height:30px;
	vertical-align:middle;
	padding-right:3px;
}

.thinincludebutton{
	height:25px;
	line-height:25px;
	text-align:center;
	width:95px;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
}

.thinincludebutton + .thinincludebutton{
	margin-left:4px;
}

.wideincludebutton{
	text-align:center;
	font-size:13px;
	height:25px;
	line-height:25px;
	width:194px;
	display:inline-block;
	border-radius:2px;
}

.wideincludebutton + .wideincludebutton{
	margin-left:4px;
}

.maxincludebutton{
	display:inline-block;
	float:right;
	margin-right:2px;
	top:112px;
	height:23px;
	line-height:23px;
	text-align:center;
	width:100px;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
}

.maxincludebutton + .maxincludebutton{
	margin-right:4px;
}

.notincluded{
	background-color: #444444;
}

.notincluded:hover{
	background-color: #888888;
}

.included{
	background-color: #ff5165;
}

.included:hover{
	background-color: #ffffff;
	color:#d82a3e;
	font-weight:bold;
}

.button_star{
	vertical-align:middle;
	width: 18px;
	height: 18px;
}

.button_special{
	vertical-align:middle;
	width: 20px;
	height: 20px;
	margin-bottom: 2px;
}

.button_flower{
	vertical-align:middle;
	width: 20px;
	height: 20px;
	margin-bottom: 4px;
}

.filter_button{
	width:75px;
	display:inline-block;
}

#name_search {
	background-image: url("images/search_icon.png");
	background-position: 4px 1px;
	background-repeat: no-repeat;
	width: 155px;
	height: 22px;
	line-height:22px;
	font-size: 14px;
	padding-left: 29px;
	border: 1px solid #ddd;
	margin-bottom: 6px;
}
 
.super_bane{
	color: #ff7d66;
}

.super_boon{
	color: #7ff646;
}