/* Styles for custom tooltip template */
.tooltip-head{
	color: rgba(0, 0, 0, 0.7);
	background: #000;
	background-color: #fff;
	padding: 10px 10px 5px;
	border-radius: 4px 4px 0 0;
	text-align: center;
	margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

.tooltip-head .glyphicon{
	font-size: 20px;
	vertical-align: bottom;
}

.tooltip-head h3{
        margin: 0;
        font-size: 16px;
		font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

.tooltip.bottom .tooltip-inner{
	max-width:200px;
	background-color: #fff;
	padding:3px 8px;
	color: rgba(0, 0, 0, 0.7);
	text-align:center;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.notification.is-primary {
    background-color: #3c8dbc;
    color: #fff;
}
.heading {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.notification.aqua {
	background-color: #8be9fd;
	color: rgba(0, 0, 0, 0.7);
}

.notification.violet {
	background-color: #bd93f9;
	color: rgba(0, 0, 0, 0.7);
}

.notification.yellow {
	background-color: #f1fa8c;
	color: rgba(0, 0, 0, 0.7);
}

.notification.blue {
	color: rgba(0, 0, 0, 0.7);
    background-color: #428bca;
    border-color: #428bca;
}

.notification.green {
	border-color: #5cb85c;
    color: rgba(0, 0, 0, 0.7);
    background-color: #5cb85c;
}

.notification.orange {
	border-color: #f0ad4e;
    color: rgba(0, 0, 0, 0.7);
    background-color: #f0ad4e;
}

.notification.red {
	border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.box-stat > .box-stat-heading {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	padding: 1rem;
	display: block;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stat_total > p, .stat_now > p {
	font-size: 2rem;
	margin: 0px;
}

.box-stat > .stat_total {
	padding: 1rem 1em 0em 1em;
}

.box-stat > .stat_now {
	padding: 1rem 1em 1em 1em;
}

.level-item .heading {
    font-size: 12px;
	text-align: center;
}
.box-stat {
    background-color: #0a0a0a;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #f8f8f2;
    display: block;
	margin-bottom: 20px;
}
.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 4px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1;
        } }
.level {
    align-items: center;
    justify-content: space-between;
	display: flex;
}
.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
	text-align: center;
	width: 50%;
}
.notification .title {
    color: #f8f8f2;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}