body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Oxygen", sans-serif!important;
}

a {background:transparent}a:active,a:hover {outline:0}

.spinner {
	position: relative !important;
}

.page-header h1 {
	font-size: eem;
}

.paneloverviewmedium {
	min-height: 473px !important;
}

.heading-green {
	background-color: #DFF0D8 !important;
	color: #3C763D !important;
	font-size: 1.5em;
	font-weight: bold;
}

.heading-blue {
	background-color: #D9EDF7 !important;
	color: #31708F !important;
	font-size: 1.5em;
	font-weight: bold;
}

.bluetint {
	color: #31708F;
}

.blueborder {
	border-bottom: 3px solid #D9EDF7;
}

.containerbig {
	width: 1270px !important;
}

.nopadleft {
	padding-left: 0px !important;
}

.nopadright {
	padding-right: 0px !important;
}

#loginform {
	text-align: right;
	width: 25%;
}

#header {
	width: 100%;
	/*border: 1px solid black;*/
	text-align: center;
}

#title {
	vertical-align: top;
	width: 25%;
}

#logo {
	font-size: 3em;
	margin-bottom: -10px;
	margin-top: 9px;
	color: #333333;
	text-decoration: none !important;
}

#logo-link {
	float: left;
}

#logo-link:hover, #logo-link:focus {
	text-decoration: none !important;
}

#iclogo {
	float: left;
	height: 60px;
	padding-right: 7px;
	margin-top: 8px;
}

#logo-image {
	padding-left: 110px;
	height: 90px;
	
}

#linkstable {
	width: 100%;
	text-align: center;
}

#banner {
	margin-top: -20px;
	width: 100%;
	height: 400px;
	background-image: url('../resources/banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.homepanel {
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.5) !important;
	display: none;
}

#searchbox {
	background-color: rgba(255,255,255,0.45);
	margin-top: 200px;
	min-height: 120px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.27);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.27);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.27);
	margin-left: 16.66666667%;
	width: 66.66666667%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#searchbox form {
	max-width: 450px !important;
	margin: 35px auto 10px;
}

#searchHelp {
	color: #cafffe;
}

#searchHelp a {
	color: #FFFFFF;
}

#searchHelp a:hover {
	color: #C6F2FF;
}

#searchHelp a:hover,
#searchHelp a:focus,
#searchHelp a:active {
	outline: none;
}

.loading_spinner {
	height: 150px;
}

#top10-table, #top10-subtable, #top50-table-table {
	width: 100%;
}

#toprow {
	margin-bottom: 5px;
}

#bottomrow {
	text-align: center;
}

#userlinks {
	width: 100%;
	text-align: center;
}

#whitetext {
	color: white;
}

#important {
	font-size: 18px;
}

#footer {
	text-align: center;
	margin-bottom: 40px;
	clear: both; 
}

#collapse {
	display: none;
}

#beatmap-info-cell {
	vertical-align: top;
}

#hidden-data {
	display: none;
}


#top50-table-table {
	width: 50%;
	text-align: center;
}

#overview-table {
	text-align: center;
	border-top: 1pt solid black;
	border-left: 1pt solid black;
}

#borderless-table {
	border: 0pt;
}

.btnactivestyle {
	color: #fff !important;
	background-color: #75CAEB  !important;
	border-color: #6EC2DD !important;
}

.btnactivestyle:hover,
.btnactivestyle:active {

}

.loadmorebtn {
	color: #fff !important;
	background-color: #75CAEB  !important;
	border-color: #6EC2DD !important;
}

.loadmorebtn:hover {
	background-color: #7fdbff !important;
}

.btnmargins {
margin-top: 30px !important;
margin-bottom: 15px !important;
}

.info-box-1, .info-box-2 {
	font-size: 14pt !important;
}

.normallink {
	color: #4d9cba;
	-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.normallink:hover {
	outline:0;
	color: #31708F;
}

a {
	color:#4D9CBA;
	text-decoration:none;
	-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

a:hover,a:focus {
	color:#31708F;
	text-decoration:none;
}

a:focus {
	outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px
}

.nopaddingcol {
	padding: 0px !important
}

.ppRank, .rankedScore, .hitRatios, .playcount, .level, .accuracy, .ranks, #theader, #toggle-headers
{
    cursor:pointer;
}

.hilite-new > td, 
.hilite-new > th {
	background-color: rgba(80,247,95,0.24) !important;
}
 
.hilite-new:hover > td, 
.hilite-new:hover > th {
	background-color: rgba(80,247,95,0.50) !important;
}


/*** HISCORE SIDEBAR ***/

#beatmap-details-pane {
	width: 100%;
}

.hiscoresidebar {
	margin-top: 10px;
}

.beatmapfixed {
	position: fixed;
	width: 405px;
	top: 0;
}

/** Personal Best **/

.bestheader {
	font-size: 1.3em;
}

#besttable {
	margin-bottom: 0px !important;
	color: #6F8282;

}

.thnopad {
	padding: 3px 0px 3px 15px !important;
}

 /** Beatmap Viewer **/

.beatmapshow {
	text-align: center;
	padding-top: 150px;
}

.beatmapviewer { 
	margin-top: 10px;
}

.beatmapviewer2 { 
	margin-top: 10px;
}

.beatmapimagebox {
	width: auto;
	float: left;
}

.beatmapsmallinfo {
	padding: 0px 0px 0px 5px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}

.beatmapbold {
	font-weight: bold;
	color: #5F5F5F;
}

.beatmaptitlehead {
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	color: #31708F;
}

.beatmapsource {
	color: #31708F;
	margin-bottom: 10px;
	margin-top: -4px;
}


.beatmapdifficulty {
	float: left;
	width: 100%;
}

.difficultybox { }

/* -- Back to Top -- */

.btn-fixed-bottom {
  position: fixed;
  bottom: 30px;
  right: 100px;
  display: none;
}

/* Toggles navbar classes */
.btn-hide-show {
  margin-right: 10px;
}

.btn-dark {
	-o-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0,.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	font-weight: bold;
}

.btn-dark:hover{
  color: #fff;
  background-color: rgba(0, 0, 0,.9);
  outline: 0; 
}

.btn-dark:focus {
	color: #fff !important;
	outline: 0;
}

.navbar {
	min-height:80px !important;
}

.nav a:hover {
	color: #2A5666;
}

/*Dropdown hover*/

.dropdown:hover .dropdown-menu {
    display: block !important;
 }

/* User not found */

#notfound {
	margin-top: -20px;
	width: 100%;
	height: 400px;
}

#notfoundsearchbox {
	background-color: rgba(255,255,255,0.45);
	min-height: 120px;
	margin-left: 16.66666667%;
	width: 66.66666667%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#notfoundsearchbox form {
	max-width: 450px !important;
	margin: 35px auto 10px;
}

.usernotfound {
	margin-top: 150px;
	text-align: center;
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
	margin-left: 16.66666667%;
	width: 66.66666667%;
	float: left;
}

.bigname {
	font-size: 2.5em;
	padding-right: 5px;
}


/* Feedback */

#feedback { 
	background-color: #31708F;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 100000;
	transform: rotate(270deg);
	transform-origin: 0 0 0;
	color: #FFFFFF;
    top: 75%;
	border-bottom: solid 1px #333; 
	border-left: solid 1px #333; 
	border-right: solid 1px #333;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all	0.2s ease;
}

#feedback:hover {
	background-color: #3A83A5;
}

.optionaltext {
	color: #737373;
	font-size: 80%;
}

.unselectable {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#feedbacksumitted {
	display: none;
	text-align: center;
	margin: 50px auto;
}

/* Updater Page */

#updatertable {
}

#updatertable tr td {
	border-color: #DDDDDD !important;
}

#updatertable tr th {
	border-color: #DDDDDD !important;
}

/* Progress Bars */

.arbarmodded, .odbarmodded, .csbarmodded, .hpbarmodded {
	background-color: #16B739 !important;
	width: 0%
}

.redprogressbar {
	background-color: #CE3131 !important;
}

/** User Info Section **/

.useravatar {
	float: left;
	margin-right: 10px;
}

.userprofilelink {
	font-size: 36px;
}

.quickstat tr { 
	font-size: 1.1em;
	color: #848484;
}

.page-header img { 
	padding: 0px 0px 2px 0px;
	max-width: 115px;
}

.quickstat {
	margin-top: -5px;
}

.quickstat b { 
	font-size: 1.2em;
	color: #5f5f5f;
}

.ignorepush {
	padding-left: 0px !important;
}

.infopart {
	width: 180px;
}

.quickstat td { 
  padding-right: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  -webkit-transition:all 0.2s ease 0s;
  -moz-transition:all 0.2s ease 0s;
  -o-transition:all 0.2s ease 0s;
  transition:all 0.2s ease 0s;
}

.quickstat tr {
	padding-left: 8px;
}

.sitealert {
	border-width: 0px !important;
	border-radius: 0px !important;
	margin-top: -20px;
	text-align: center;
	padding: 5px !important;
}

.sitealertclose {
	float: none !important;
	right: 0px !important;
	margin-left: 10px !important;
	top: 3px !important;
}	

.sitealertlink {	
	font-weight: bold;
	color: #843534;
	text-decoration: none;
}

.sitealertlink:hover, .sitealertlink:focus  {
	color: #843534;
	text-decoration: underline;
}

#tiny {
	font-size: 10px;
}