html {
	font-size: 14px;
}

.navbar {
	border-radius: 0;
	background-color: #94beec;
}

/* changes color of mobile button */
.navbar-toggle {
	background-color: #00539f;
}

.navbar-static-top-pk {
	background-image: url("images/site_nav_bg.png");
	background-repeat: repeat-x;
	background-position: right bottom;
}

.navbar-brand-pk {
	background-image: url("images/site_nav_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 60px;
	margin: 0 25px 0;
	position: absolute;
}

.navbar-default {
  /* background-color: transparent; */
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #00539f;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #00539f;
  border-top: 4px solid #00539f;
  border-bottom: 4px solid #00539f;
}}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: inherit;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: #fff;
  border-top: 4px solid #00539f;
  border-bottom: 4px solid #00539f;
  color: #00539f;
}

.top-navigation .nav > li.active,
.top-navigation .nav > li.active > a,
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
	background: transparent;
	color: #00539f;
}
.top-navigation .nav > li.active > a {
	/* background: transparent; */
	color: #00539f;
}

.landing-page section p {
    color: inherit;
    font-size: 1rem;
}

.landing-page .bubble {
	height: auto;
}

.landing-page .comments-avatar img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.landing-page .comments-avatar .commens-name {
	font-size: 16px;
}
.landing-page .comments-avatar {
	height: 100px;
}
.landing-page .features-block {
	margin-top: 0;
}

.strong {
	font-weight: bold;
}

.large {
	font-size: 1.125rem;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-center {
	vertical-align: middle;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.badge-notify {
   position:relative;
   top: -17px;
   left: -13px;
}

@media (min-width: 768px) {
.b-l {
    border-left: 1px solid #e7eaec;
}}

.toast-top-full-width {
    margin-top: 66px;
}

.todo-list > li {
	margin-bottom: 5px;
}

.todo-list > .todo-list-green {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.form-error {
	border: 1px dotted #cc5965;
}
.error-message {
	color: #cc5965;
	display: inline-block;
	margin: 5px 0 0 5px;
	font-weight: 700
}

.filter_wrapper {
	float: left;
	margin: 0;
	padding: 0;
}
.fixed-height {
	max-width: 0;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
td.left.fixed-height {
	vertical-align: middle;
}
td.right.fixed-height {
	vertical-align: middle;
}
.invisible {
	display: none;
}
.scan_info_all,
.ui-helper-hidden-accessible {
	display: none;
}
.fileinput-button {
	overflow: hidden;
	position: relative;
}
.fileinput-button input[type=file] {
	box-sizing: border-box;
	direction: ltr;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 50px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: start;
	top: 0px;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  padding: 0;
  margin: 2px 0 0 0;
  list-style: none outside none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border: medium none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-size: 0.875rem;
  text-shadow: none;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    max-width: 250px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-state-hover, .ui-state-active {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.active-song-info {
	line-height: 44px;
	vertical-align: middle;
}
.active-song-info-single {
	line-height: 44px;
	vertical-align: middle;
}
.active-song-info-double {
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
}

.explorer-rank {
	float: left;
	width: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #b9b6aa;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f8f7f3;
}
.explorer-divider {
	float: left;
	width: 5px;
	line-height: 44px;
	margin-right: 12px;
	background-color: #e9e8e0;
}
.explorer-info {
	height: 44px;
}
.explorer-info-item {
	height: 22px;
	overflow: hidden;
}
.explorer-info a,
.info-wide a {
	color: #00539f;
}
.explorer-stat {
	height: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #00539f;
	font-size: 0.875rem;
	padding-left: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.stat-ex {
	width: 0;
}
