/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

.full-height {
	position: absolute !important;
	top: 128px;
	bottom: 30px;
}

.icon-green {
	color: green;
}

.icon-red {
	color: red;
}

/*
 * Global add-ons
 */

.utc-clock {
	position: relative;
	display: block;
	padding: 15px 15px;
	color: #9d9d9d;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Fixed table header
 */
.sticky-header {
  position: fixed;
  top: 50px;
  background-color: white;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

.navbar-brand {
	font-size: 16px;
	padding: 15px 10px;
}

.navbar-icon {
	float: left;
	padding: 10px 15px 0 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.close {
	opacity: .7;
}


/*
 * Media
 */
.media {
  padding-bottom: 30px;
}

.glyphicon-refresh-animate {
  animation: spin .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg);}
  to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
  from { transform: rotate(0deg);}
  to { transform: rotate(360deg);}
}

@-moz-keyframes spinm {
  from { transform: rotate(0deg);}
  to { transform: rotate(360deg);}
}

/*
* Custom changes
*/

h3 {
  padding-bottom: 10px;
}

.player-info-heading {
	display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.dark-line {
	height: 1px;
	background-color: #cccccc;
}

/* .noty_message {
	background: #d9534f;
} */

.columnFilter {
	width: 100%;
}

a {
	cursor: pointer;
}

.marginLeft {
   margin-left: 10px;
}

#playerSuspension {
   padding-top: 15px;
}

.bad-mnemonic {
   background: #eb9393;
}

.good-mnemonic {
   background: #cde7c3;
}

select[multiple] > option {
  padding: 0.5em;
}

.tab_content {
	margin-top: 15px;
	margin-left: 10px;
}
