#nodisplay {
	display: none;
}
body {
	padding-top: 100px;
}
#halloween-cobweb {
	display: none !important;
}
.vert-align {
  vertical-align: middle !important;
}
#player-titles {
	display: none;
}
#panel-logo {
	background-image: url("/assets/images/panel-logo-contrast.png");
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 11px; 
	padding-bottom: 30px; 
	width: 200px;
	height: 200px;
   	opacity: 1;
	transition: background-image 0.3s;
}
#panel-logo:hover {
	background-image: url("/assets/images/panel-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 11px; 
	padding-bottom: 30px; 
	width: 200px;
	height: 200px;
	opacity: 1;
	transition: background-image 0.3s;
}
#file-frame {
	width: 100%;
	overflow:hidden;
	border: none;
}
.file-body {
	margin : 0 !important;
	padding: 0 !important;
	background-color: #252830;
}
.capitalise {
	text-transform: capitalize;
}
.inline-dropdown {
	margin-top: 11px;
}
.well-bg-overlay-SOURCE {
	background-image: url("/assets/images/cp-overlay-source.png");
}
.well-bg-overlay-MC {
	background-image: url("/assets/images/cp-overlay-mc.png");
}
.well-bg-overlay-BUNGEECORD {
	background-image: url("/assets/images/cp-overlay-bungeecord.png");
}
.console-container {
	padding: 10px;
    margin: 0 0 10.5px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #51586a;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.console-container-bg-waiting {
	background-image: url("/assets/images/console-bg-waiting.png");
	background-repeat: no-repeat;
	background-position: center; 
	height: 450px;
	width: 800px;
	margin-left: 10px
}
.console-container-bg-terminated {
	background-image: url("/assets/images/console-bg-terminated.png");
	background-repeat: no-repeat;
	background-position: center; 
	height: 450px;
	width: 800px;
	margin-left: 10px
}
.console-container-bg-cleared {
	background-image: url("/assets/images/console-bg-cleared.png");
	background-repeat: no-repeat;
	background-position: center; 
	height: 450px;
	width: 800px;
	margin-left: 10px
}
.console-container-bg-restarting {
	background-image: url("/assets/images/console-bg-restarting.png");
	background-repeat: no-repeat;
	background-position: center; 
	height: 450px;
	width: 800px;
	margin-left: 10px
}







table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'toolkit-entypo';
}
 
table.dataTable thead .sorting:after {
  content: "\E74F";
}
table.dataTable thead .sorting_asc:after {
  content: "\25B4";
}
table.dataTable thead .sorting_desc:after {
  content: "\25BE";
}

.pull-none {
  float: none !important;
}

.vert-align {
  vertical-align: middle !important;
}
.delta-negative:after, .delta-positive:after {
  content: none !important;
}