body
{
  background:#240f0e url(/img/bc2_bg.jpg) 50% 0 no-repeat;
  padding-top: 70px;
  background-attachment: fixed;
}
a,
a:hover,
a:focus 
{
  color: #ff9900;
  text-shadow: none;
  outline:none;
}
a:hover
{
  color:#ff9900;
  text-decoration: none;
  text-shadow:0 0 0.4em #ff9900;
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar 
{
  border-radius:0px;
  background-color: #2c343b;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 7px #000;
  font-family:"Arial", Helvetica, sans-serif;
  font-weight: bold;
}
.navbar-brand {
  float: left;
  height: 40px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.nav > li > a {
  padding: 15px 15px;
}
/*dropdown color*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus 
{
	background-color: #eee;
	color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ff9900;
  background-color: transparent;
}
/**/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-link 
{
	color:#fff;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:hover
{
	color:#ff9900;
  text-shadow:0 0 0.4em #ff9900;
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.form-control {
  height: 24px;
  padding: 0px 12px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.form-control:focus {
  border-color: #ff9900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 153, 0, 1);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 153, 0, 1);
}


.dropdown-menu {
  background-color: #2c343b;
  min-width: 100px;
}
.dropdown-menu .divider {
  background-color: rgba(80,  100,  120,  0.8);
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.dropdown-menu > li > a {
  color: #eee;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff9900;
  text-shadow:0 0 0.4em #ff9900;
  background-color: transparent;
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
 text-shadow:0px 0px 7px #a2d7ff;
  text-decoration: none;
  background-color: #eee;
  outline: 0;
}
.well {
  color: white;
  text-shadow:0px 0px 7px #a2d7ff;
  background-color: rgba(7,7,7,0.5);
  background: rgba(7,7,7,0.5);
  border-radius:0px;
  padding: 30px;
  padding-top: 10px;
  border: 0px;
}
.container .jumbotron {
  border-radius:0px;
}
.btn {
  border-radius: 0px;
  color: #000;
 text-shadow:0px 0px 7px #a2d7ff;
  background-color: #eee;
  border: 1px solid #202d37;
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-shadow:0 0 0.4em #a2d7ff;
  background-color: #202d37;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.submenu {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid rgba(80,  100,  120,  0.8);
}
.submenu a{
  padding:0 10px;
  font-size:19px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  color:#fff;cursor:default;
  font-family:Purista,sans-serif;
  font-style:normal;
  font-weight:400;
  transition: all 0.3s ease;
}
.submenu a:hover {
  color:#000;background-color:#eee;
  transition: all 0.3s ease;
  text-shadow:0 0 0.5em #000;
}


.progress {
  height: 10px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: #495b6d;
  border-radius: 0px;
}
.progress-bar {
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}

.data_table input, select
 {
    color: #000;
}
.table
{
  font-weight: bold;
  text-align: left;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
  color: #000;
}
/*--- dropdown menu ---*/
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.dropdown-menu {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.dropup > .dropdown-menu:after {
  border-bottom: 0;
  border-top: 6px solid rgba(39, 45, 51, 0.9);
  top: auto;
  display: inline-block;
  bottom: -6px;
  content: '';
  position: absolute;
  left: 50%;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
/**/
.news > p{
  font-size: 14px;
}
.news > h3{
  padding: 3px;
  background-color: #eee;
	color: #000;
 text-shadow:0px 0px 7px #a2d7ff;
}
.bg-danger {
  padding: 3px;
  text-align:center;
  color: #000;
 text-shadow:0px 0px 7px #a2d7ff;
}
/*--- footer ---*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
/*  padding: 20px 0 15px; */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(7,7,7,0.5);
	color: white;
  text-shadow:0px 0px 7px #a2d7ff;
}
/*--- panel ---*/
.panel {
  color: #fff;
  margin-bottom: 20px;
  background-color: rgba(7,7,7,0.5);
  border: 1px solid transparent;
  border-radius: 0px;
  text-shadow:0px 0px 7px #a2d7ff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-radius: 0px;
}

.settings-content, .players-content{
	width:100%;display: flex;
  }

  .table-serversettings{
    font-size: 12px;
    font-weight: 100;
    margin-right:10px;
    background: none;
  }

.table-serversettings > tbody,
.table-serversettings > thead,
.table-serverplayers > tbody{
	display: table;
	width:100%;
	vertical-align: middle;
}

.table-serversettings > thead > tr > th{
	width:100%;
}

.table-serversettings thead tr th{
	font-weight: 400;
}

#serversall .collapsing {
	transition: none !important;
	-webkit-transition: none !important;
}


.table-serversettings>thead>tr>th{
  border-bottom: 0px;
}

.table>thead>tr>th{
	border-bottom:0px solid rgba(255, 255, 255, 0.3) !important;
}

td,
.list-block li,
.block {
	background-clip: padding-box;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	border-color: transparent;
	
	border-top:1px solid rgba(255, 255, 255, 0.3) !important;
}

.badge{
  padding:4px 7px;
  border-radius: 2px;
}