.bans .side1 {
	width: 193px;
	float: left;
	background: #F7F7F7;
}

.bans [class^="icon-"] {
	position: relative;
	top: -1px;
	padding-right: 1px;
}

.bans .side1 .categories {
	background-color: #c11717;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.bans .side1 .categories .text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 30px;
}

.bans .side1 .categories .active1 {
	margin-top: 1px;
	margin-left: 0;
	margin-right: 15px;
}

.bans .side1 .categories .cats {
	margin-top: 1px;
	margin-left: 15px;
	margin-right: 15px;
}

.bans .side1 .categories .cats .clear {
	height: 5px;
	background-color: transparent;
}

.bans .side1 .categories .cat {
	background: url(../img/media-cat-bg.png) repeat-x;
	width: 148px;
	height: 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 25px;
	color: #ededed;
	font-size: 11px;
}

.bans .side1 .categories a:hover .cat {
	background: url(../img/media-cat-bg-hover.png) repeat-x;
}

.bans .side1 .categories .active {
	background: url(../img/services-cat-bg-active.png) repeat-x;
	width: 165px;
	color: #000;
	margin-left: 0;
	padding-left: 15px;
}

.bans .side1 .categories a:hover .active {
	background: url(../img/services-cat-bg-active.png) repeat-x;
}

.bans .side1 .categories .active [class^="icon-"] {
	background-image: url("../img/glyphicons-halflings.png");
}

.bans .side1 .bans-stats {
	margin-top: 10px;
	margin-bottom: 10px; 
}

.bans .side1 .bans-stats .head {
	background-color: #fbfbfb;
	border-bottom: 3px solid #e3e3e3;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 12px;
}

.bans .side1 .bans-stats .data {
	margin-bottom: 1px;
}

.bans .side1 .bans-stats .data .title {
	background-color: #cf2525;
	color: #fdfdfd;
	font-size: 11px;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.bans .side1 .bans-stats .data .stats {
	background-color: #fcfcfc;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #bdbdbd;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.bans .side1 .bans-stats .data .stats span {
	color: #c11717;
}

.bans .content {
	float: left;
    background: #fff;
    padding: 10px;
	width: calc(100% - 216px);
}

.bans .content .top {
	border-bottom: 1px dashed #9f9f9f;
	margin-bottom: 10px;
}

.bans .content .top .search {
	position: relative;
	float: left;
}

.bans .content .top .search input {
	width: 200px;
	border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
     color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bans .content .top .search .btn {
	position: relative;
	top: -6px;
	width: 1px;
	height: 13px;
}

.bans .content .top .search .icon-search {
	position: relative;
	top: -3px;
	left: -6px;
}

.bans .content .top .admin-panel {
	float: right;
}

.bans .content .bans_list {
	background: #F7F7F7;
}

.bans .content .bans_list table.table-bordered {
	border: 1px solid #d28484;
	border-spacing: 0;
	border-collapse: separate;
}

.bans .content .bans_list table th{
    padding: 8px;
    line-height: 20px;
	text-align:left;
}

.bans .content .bans_list tbody tr:hover{
    background: #F0F0F0;
}

.bans .content .bans_list table thead {
	color: #fff;
	font-size: 11px;
	font-weight: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	border-radius: none;
}

.bans .content .bans_list table thead tr th {
	border: 1px solid #ca2020;
}

.bans .content .bans_list table tbody tr {
    line-height: 26px;
}

.bans .content .bans_list table tr td {
	color: #424242;
	font-size: 11px;
	cursor: pointer;
	border-bottom: 1px solid #CFCFCF;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #CFCFCF;
}

.bans .content .bans_list table tr td img{
  max-width: 16px;
  max-height: 12px;
}

.bans .content .bans_list table tr td:first-child {
	border-left: none;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h5 {
    font-size: 14px;
	margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.bans .content .bans_list .well {
	font-size: 11px;
	color: #585858;
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bans .tabbable p {
	padding-top: 5px;
	padding-bottom: 10px;
}

.bans .content input[type="text"], .bans .content input[type="password"], .bans .content select {
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bans .content .bans_list .well i {
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.tabbable-bordered {	
	padding: 0;
}

.tabbable-bordered > .nav-tabs {
	margin: 0;
	background: #DBDBDB;
}

.tabbable-bordered .tab-content {
	background: #fff;
	border-color: #ddd;	
	border-style: solid;
	border-width: 0;	
	overflow: auto;	
	padding: 18px 0 0;
}

.tabbable-bordered > .tab-content {	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;	
	border-radius: 0 0 4px 4px;	
	border-width: 0 1px 1px;	
	padding: 10px 10px 0px;
}

.tabbable-right-bordered {	
	padding: 0;
}

.tabbable-right-bordered > .nav-tabs {
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;	
	margin: 0;
}

.tabbable-right-bordered .tab-content {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	overflow: auto;	
	margin-left: -2px;
	padding: 18px 0 0;
	width: 710px;
}

.tabbable-right-bordered > .tab-content {	
	padding: 5px 10px 0px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  color: #555555;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*margin-left: .3em;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	*zoom: 1;
}

.btn-group:first-child {
	*margin-left: 0;
}

.btn-group + .btn-group {
	margin-left: 5px;
}

.btn-toolbar {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
	margin-left: 5px;
}

.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group > .btn + .btn {
	margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
	font-size: 14px;
}

.btn-group > .btn-mini {
	font-size: 11px;
}

.btn-group > .btn-small {
	font-size: 12px;
}

.btn-group > .btn-large {
	font-size: 16px;
}

.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	*padding-top: 5px;
	padding-right: 8px;
	*padding-bottom: 5px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
	*padding-top: 2px;
	padding-right: 5px;
	*padding-bottom: 2px;
	padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
	*padding-top: 7px;
	padding-right: 12px;
	*padding-bottom: 7px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222222;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bans .dropdown-menu {
	left: -117px;
}
.bans .dropdown-menu li a{
	color: #fff;
}

.bans .breadcrumb {
	padding-bottom:20px;
}
.bans .breadcrumb li {
	display: inline;

	list-style:none;
}
.bans .breadcrumb li a {
	color: #E30000;
	font-weight:500;
	
}

@media( max-width:1100px ) {
	.responsive .bans .side1 {
		width: 100%;
	}
	.responsive .content {
		width: calc(100% - 20px);
	}
	.responsive .bans .side1 .bans-stats {
		display: none;
	}
	.responsive .bans .side1 .categories {
		overflow: hidden;
		padding-bottom: 10px;
	}
	.responsive .bans .side1 .categories .cats a {
		float: left;
		display: block;
		width: calc(1/3 * 100% - 2px);
	}
	.responsive .bans .side1 .categories .cats .clear {
		clear: none;
		height: 0;
	}
}

@media( max-width:720px ) {
	.responsive	.bans_list > table.banlist th:nth-child(2) {
		display: none;
	}
	.responsive	.bans_list > table.banlist td:nth-child(2) {
		display: none;
	}
	.responsive	.bans_list > table.banlist th:nth-child(4) {
		display: none;
	}
	.responsive	.bans_list > table.banlist td:nth-child(4) {
		display: none;
	}
	.responsive	.bans_list > table.banlist th:nth-child(5) {
		display: none;
	}
	.responsive	.bans_list > table.banlist td:nth-child(5) {
		display: none;
	}
	.responsive	.bans_list > table.banlist .well th {
		display: table-cell;
	}
	.responsive	.bans_list > table.banlist .well td {
		display: table-cell;
	}
}

@media( max-width:640px ) {
	.responsive .bans .side1 .categories .cats a {
		float: none;
	}
	.responsive .bans .content .top .admin-panel {
		float: left;
	}
}

body.dark .bans .content {
	background: #191919de;
	color: #b3b3b3;
	padding: 10px 10px 40px 10px;
}

body.dark .bans .side1 {
	background: #1b1b1b;
}

body.dark .bans .side1 .categories {
	background-color: #c11717;
}

body.dark .bans .side1 .bans-stats .head {
	background-color: rgb(25, 27, 28);
	border-bottom-color: rgb(57, 57, 57);
	color: rgb(194, 189, 180);
}

body.dark .bans .side1 .bans-stats .data .title {
	background-color: rgb(153, 27, 27);
	color: rgb(253, 253, 253);
}

body.dark .bans .side1 .bans-stats .data .stats {
	background-color: rgb(25, 27, 28);
	border-right-color: rgb(57, 57, 57);
	border-bottom-color: rgb(57, 57, 57);
	color: rgb(196, 191, 182);
}

body.dark .bans .side1 .bans-stats .data .stats span {
	color: #ff2d2d;
}

body.dark .bans .content .bans_list {
	background: #1b1b1b;
}

body.dark .bans .content .bans_list table.table-bordered {
	border: 1px solid rgb(117, 43, 43);
}

body.dark .bans .content .bans_list table tr td {
	color: #bbbbbb;
}

body.dark .bans .content .bans_list .well {
	color: #585858;
	background-color: #1b1b1b;
	border: 1px solid rgb(57, 57, 57);
}

body.dark .bans .content .bans_list .banlist > tbody > tr:hover {
	background: #811313;
}

body.dark .bans .content .bans_list .banlist tbody tr:hover tr {
	background: none;
}

body.dark .bans .content .bans_list .banlist tbody tr.info-row{
	background: black;
}

body.dark .bans .content .bans_list table tr td {
	border-bottom: 1px solid #2d2d2d;
	border-left: 1px solid #333333;
}

body.dark .bans .side1 .categories .cat {
	background: #9e1313;
	border: 1px solid #d20000;
	color: rgb(239, 238, 235);
}

body.dark .bans .side1 .categories a:hover .cat {
	background: #811313;
}

body.dark .bans .side1 .categories .active {
	background: #000000;
}

body.dark .bans .content input[type="text"], body.dark .bans .content input[type="password"], body.dark .bans .content select {
	color: rgb(196 196 196);
	background: #212121;
	border: 1px solid rgb(61, 61, 61);
}

body.dark .bans .content h4{
	line-height: 40px;
}

body.dark .bans .content .top {
	border-bottom: 1px transparent;
}

body.dark .tabbable-bordered .tab-content {
	background: #2d2d2d;
}

body.dark .bans .dropdown-menu {
	background: rgb(0 0 0 / 95%);
}

body.dark .dropdown-menu .divider {
	border-bottom: 1px solid #000;
	background-color: #2e2e2e;
}