.login-container .login-box .login-logo {
	height: 50px;
	margin-bottom: 10px;
	background-size: 300px 45px;
}

.x-navigation > li.xn-logo > a:first-child{
	background-color: rgba(0, 0, 0, 0);
	background-size: 200px 45px;
}

.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child{
	background-image: url("../img/logo.png");
	background-position: 0 0;
	background-size: 165px 45px;
}

td.b-server__name{
	white-space: nowrap;
}
/* Trade stats */

.trade-stats-dropdown-toggle{
	width: 13px;
	height: 17px;
	display: inline-block;
}
.trade-stats-dropdown-toggle .dropdown-menu:after, .trade-stats-dropdown-toggle .dropdown-menu:before{
	left: 8px;
}
.trade-stats-dropdown{
	min-width: 100px;
}
.trade-stats-dropdown a{
	cursor: pointer;
}
.history-stats-range{
	display: block;
}
.table-bordered-custom{
	min-width: 100% !important;
	max-width: 100% !important;
}
.table-bordered-custom th, .table-bordered-custom td{
	padding: 4px;
	background: #F0F4F9;
	color: #656C78;
}
.table-bordered-custom .sorting:before, .table-bordered-custom .sorting_desc:before, .table-bordered-custom .sorting_asc:before{
	top: -2px;
	bottom: 0;
	margin: auto;
}

.table-bordered-custom.table-actions tr td:first-child{
	text-align: center;
}
.dataTables_wrapper{
	overflow: visible;
	-webkit-overflow-scrolling: touch;
}
.table-responsive{
	overflow: visible;
	-webkit-overflow-scrolling: touch;
}
.th-group-header{
	text-align: center;
}
.table-bordered-custom tr:hover td, .table-bordered-custom tr.selected td, .table-bordered-custom td.highlighted, .table-bordered-custom th.highlighted{
	background-color: rgb(255, 255, 235);
	cursor: pointer;
}
.table-bordered-custom .progress{
	background: #C4C0C0;
	margin-bottom: 0;
	margin-top: 0;
}
.table-bordered-custom .progress-bar{
	background: #66A701;
}
.table-bordered-custom .centered{
	text-align: center;
}

.b-trade_more-dropdown .dropdown-menu {
    min-width: 125px;
    left: -40px;
}

.b-import-trade, .b-import-file{
	display: inline-block !important;
}
.js-import-trade{
	display: none;
}
.js-import-trade.show-me{
	display: inline-block;
}
.panel-body.panel-body-table .table.mb10{
	margin-bottom: 10px !important;
}
.table-responsive{
	overflow: auto;
}
.is-hidden{
	display: none !important;
}
.btn-sm .glyphicon{
	top: 3px;
}
.modal-span{
	position: relative;
	top: -5px;
	margin-right: 5px;
}
.b-toggle-main-menu a:before{
	display: none !important;
}
#create_site{
	z-index: 1 !important;
}
.b-toggle-main-menu{
	display: none !important;
}

/*mobile menu*/
.b-mobile-menu, .b-mobile-menu__sub-panel{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #f5f5f5;
	z-index: 10;
	text-align: left;
}
.b-mobile-menu .b-menu-item.is-divider {
	display: none;
}
.b-mobile-menu{
	display: none;
}
.b-mobile-menu.is-open{
	display: block;
}
.b-mobile-menu__back{
	background: none;
	border: none;
	outline: none;
	font-size: 30px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.b-mobile-menu__sub-panel{
	display: none;
	z-index: 12;
}
.b-mobile-menu__sub-panel .b-mobile-menu__sub-panel{
	z-index: 14;
}
.b-mobile-menu__sub-panel.is-open{
	display: block;
}
.b-mobile-menu .b-menu-item{
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 10px;
}
.b-mobile-menu .b-menu-item a{
	display: block;
}
.b-mobile-menu__title{
	margin-left: 15px;
	font-size: 24px;
}
.b-menu-item.second-lvl a .fa-chevron-down:before{
	content: "\f0c5";
}
.b-menu-item.second-lvl a span:first-child:before{
	content: "\f0c5";
}
.b-menu-item.third-lvl a span:first-child:before{
	display: none;
}
.third-lvl-menu a i{
	display: none;
}
.b-mobile-menu .b-menu-item a span:first-child, .b-menu-item.third-lvl i, .b-menu-item.second-lvl i{
	max-width: 70px;
	max-height: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	border-radius: 100%;
	border: 1px solid #33414e;
	background: #fff;
	margin-bottom: 5px;
	font-size: 29px;
	padding-top: 21px;
	color: #3c80ba;
}
.b-mobile-menu__back.placeholder{
	display: none;
}
.b-mobile-menu .b-menu-item a span.xn-text{
	font-size: 18px;
	height: auto;
	width: auto;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none;
	min-height: 70px;
	display: block;
	max-width: 100%;
	width: 100%;
}
.b-mobile-menu .b-menu-item a span.xn-text:before{
	display: none;
}

body.is-fixed{
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.b-toggle-main-menu{
		display: block !important;
	}
	.page-sidebar{
		display: none;
	}
	.page-sidebar.is-open{
		display: block;
		position: absolute;
		height: auto;
	}
	.page-content{
		margin-left: 0 !important;
	}
	.page-content.is-open{
		margin-left: 105px !important;
	}
	.x-navigation{
		max-height: 100% !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
		padding: 5px 5px !important;
		padding-right: 20px !important;
	}
	.breadcrumb-wrapper{
		height: auto;
		padding-bottom: 5px;
	}
	.breadcrumb-wrapper .breadcrumb{
		float: none;
		top: 0;
	}
	.breadcrumb-wrapper .b-trade__network-controls{
		float: none !important;
		top: 0;
	}
	.breadcrumb-wrapper .b-trade__network-controls .btn{
		margin-bottom: 5px;
	}
	.x-navigation.x-navigation-panel{
		overflow: hidden !important;
	}
	body.home{
		overflow-y: hidden;
	}
	body.home .x-navigation.x-navigation-panel{
		z-index: 20;
		position: fixed;
	}
	.chosen-select{
		width: 100%;
	}
	.sorting:before, .sorting_desc:before, .sorting_asc:before{
		top: 7px;
	}
	body.home .page-sidebar{
		display: block;
		position: fixed;
		/*top: 49px;*/
		width: 100%;
		height: 100%;
	}
	body.home .page-content{
		display: none;
	}
	body.home .b-toggle-main-menu{
		display: none !important;
	}
	body.home .b-mobile-menu__back.close-menu{
		display: none;
	}
	body.home .b-mobile-menu__back.placeholder{
		display: block;
		text-align: center;
	}
	body.home .b-mobile-menu, body.home .b-mobile-menu__sub-panel{
		/*position: absolute;*/
	}
	body.home .b-mobile-menu{
		display: block !important;
	}
	/*body.home .b-mobile-menu ,body.home .b-mobile-menu__sub-panel{
		padding-top: 49px;
	}*/
}
@media only screen and (max-width: 600px){
	.b-mobile-menu .b-menu-item{
		width: 50%;
	}
}
.x-navigation li ul li .fa.fa-files-o{
	display: none;
}

.x-navigation.x-navigation-horizontal li.xn-openable > a{
	padding: 5px 15px;
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;
}
.x-navigation.x-navigation-horizontal li.xn-openable.no-counter > a{
	padding: 12px 15px;
}
.x-navigation.x-navigation-horizontal li.xn-openable > a:before{
	display: none !important;
}


/* Cropper thumbs list oO*/

.b-cropper-thumb-form{
	margin-bottom: 20px;
}
.b-cropper-thumb-form .control-label{
	position: relative;
	top: 4px;
}
.b-cropper-thumb-form .chosen-container-single .chosen-single{
	height: 30px;
}


.b-cropper-thumbs.center{
	text-align: center;
}
.b-cropper-thumbs__item{
	display: inline-block;
	margin: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	cursor: pointer;
}
.b-cropper-thumbs__item-btn{
	margin-top: 5px;
	display: block;
}
.b-cropper-thumbs__item-btn.active-thumb{
	background: #33414e;
	border-color: #33414e;
}
.b-cropper-thumbs__item-btn.saved{
	cursor: default;
	pointer-events: none;
}
.b-cropper-form__thumb-preview{
	margin-bottom: 40px;
}
.b-cropper-form__thumb-preview .form-group.center{
	text-align: center;
}
.b-cropper-form__thumb-preview .form-group.center label{
	display: block;
	text-align: left;
}
.b-cropper-form__thumb-preview img{
	display: inline-block;
	margin-top: 10px;
}

.b-cropper-form .chosen-container-single .chosen-single{
	height: 30px;
	background: #F9F9F9;
	border: 1px solid #D5D5D5;
	box-shadow: none;
}
.b-cropper-form .chosen-container-single .chosen-single span{
	height: 30px;
	line-height: 30px;
}
.b-cropper-form .chosen-container.chosen-container-multi.chosen-container-active .chosen-drop{
	left: 0;
}
.b-cropper-form .page-title{
	padding-left: 0;
}
.page-title.center{
	text-align: center;
}
.page-title.center h2{
	float: none;
}

.b-cropper-form .panel-heading{
	padding: 0;
}
.b-cropper-form .panel-heading h4, .b-cropper-form .panel-heading a{
	display: block;
	font-size: 14px;
	width: 100%;
}
.b-cropper-form .panel.panel-primary{
	border: 1px solid #D5D5D5;
	box-shadow: none !important;
}
.b-cropper-form .list-group-item:hover{
	background: #F9F9F9;
	cursor: pointer;
}

.b-cropper-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.b-cropper-form .select2-selection.select2-selection--multiple{
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
}
.b-cropper-actions{
	margin-bottom: 10px !important;
}
.b-cropper-actions button{
	margin-bottom: 5px;
	display: inline-block;
}



.b-category-select{
	position: relative;
}
.b-category-info{
	position: absolute;
	top: 22px;
	left: -405px;
	width: 100%;
	text-align: center;
	z-index: 5;
	width: 400px;
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	border-radius: 4px;
	-weblit-border-radius: 4px;
	padding: 7px;
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
.b-category-info img{
	width: 300px;
	height: 169px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.b-category-info h4{
	font-size: 14px;
	margin-bottom: 0;
}
.b-cropper-form .btn-recrop{
	margin-right: 5px;
}


.columns-toggle{
	/*float: left;*/
	margin-right: 30px;
	margin-bottom: 10px;
}

.dt-column-toggler{
	display: block;
	width: 100%;
	padding: 0 10px;
	padding-left: 25px;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 20px;
}
.dt-column-toggler:hover{
	color: #b64645;
}
.dt-column-toggler input{
	display: block;
	position: absolute;
	left: 5px;
	top: 1px;
}
.dropdown-menu{
	min-width: 150px;
}
.progress-bar {
    color: #c3c3c3;
    /*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
}
.progress-bar.progress-bar-warning{
	color: #fff;
}
.progress-bar.progress-bar-danger{
	color: #fff;
}
.progress{
	background: #fdfcfc;
}
.b-server-monitor{
	min-height: 150px;
}
.b-server-monitor.b-server-monitor--main-info{
	padding-top: 25px;
}
.b-current-server .widget{
	border-bottom: 1px solid #8bae4f;
}
.b-server-monitor.b-server-monitor--main-info.widget-danger, .b-server-monitor.b-server-monitor--main-info.widget-danger .widget-subtitle{
	color: #fff;
}
@media only screen and (max-width: 1500px) {
	.b-server-info-row .widget .widget-int{
		font-size: 21px;
	}
}
@media only screen and (max-width: 768px) {
	.b-server-monitor{
		min-height: auto;
	}
	.b-server-monitor.b-server-monitor--main-info{
		padding-top: 5px;
	}
	.b-server-info-row .widget .widget-int{
		font-size: 32px;
	}
}

.b-welcome-to-hell{
	-ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Safari */
    transform: scale(0.6);
}
.b-welcome-to-hell .hell{
  /*margin:80px auto;*/
  width: 60px;
  height: 60px;
  position:relative;
  transform-origin:center bottom;
  animation-name: flicker;
  animation-duration:3ms;
  animation-delay:200ms;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

.b-welcome-to-hell .flame{
  bottom:0;
  position:absolute;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transform:rotate(-45deg) scale(1.5,1.5);
}

.b-welcome-to-hell .yellow{
  left:10px; 
  width: 20px;
  height: 20px;
  background:gold;
  box-shadow: 0px 0px 9px 4px gold;
}

.b-welcome-to-hell .orange{
  left:10px; 
  width: 40px;
  height: 40px;
  background:orange;
  box-shadow: 0px 0px 9px 4px orange;
}

.b-welcome-to-hell .red{
  left:5px;
  width: 50px;
  height: 50px;
  background:OrangeRed;
  box-shadow: 0px 0px 5px 4px OrangeRed;
}

.b-welcome-to-hell .white{
  left:15px; 
  bottom:-4px;
  width: 30px;
  height: 30px;
  background:white;
  box-shadow: 0px 0px 9px 4px white;
}

.b-welcome-to-hell .circle{
  border-radius: 50%;
  position:absolute;  
}

.b-welcome-to-hell .blue{
  width: 10px;
  height: 10px;
  left:25px;
  bottom:-25px; 
  background: SlateBlue;
  box-shadow: 0px 0px 15px 10px SlateBlue;
}

.b-welcome-to-hell .black{
  width: 40px;
  height: 40px;
  left:10px;
  bottom:-60px;  
  background: black;
  box-shadow: 0px 0px 15px 10px black;
}

@keyframes flicker{
  0%   {transform: rotate(-1deg);}
  20%  {transform: rotate(1deg);}
  40%  {transform: rotate(-1deg);}
  60%  {transform: rotate(1deg) scaleY(1.04);}
  80%  {transform: rotate(-2deg) scaleY(0.92);}
  100% {transform: rotate(1deg);}
}

.b-warning-face{
	width: 60px;
	height: 60px;
	background: url(../img/warning.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.b-server-time{
	line-height: 50px;
	/*padding-right: 20px;*/
	margin-right: 15px !important;
	color: #ffffff;
	font-size: 13px;
}
.b-server-time span{
	margin: 0 1px !important;
}
.b-server-time span:last-child{
	color: #95b75d;
	font-size: 14px;
	font-weight: 700;
}
.progress-bar{
	white-space: nowrap;
}

.b-tubes-stats-form{
	margin-bottom: 20px;
}
.b-tubes-stats-form .caret{
	margin-left: 10px;
}
.b-tubes-stats-form .dtrange{
	background: #F9F9F9;
	border-color: #d5d5d5;
}
.b-tubes-stats-charts{
	margin-bottom: 30px;
}
.b-tubes-stats-group{
	margin-top: 15px;
}
.b-tubes-stats-form select{
	height: 29px;
}
.daterangepicker .icon-arrow-left:before{
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);  
}

.daterangepicker .icon-arrow-right:before{
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);  
}

.stats-map-switcher{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 29px;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	padding: 0 5px;
	font-size: 14px;
}

.tubes-stats-error{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #95b75d;
}

table td.dt-center{
	text-align: center;
}


.b-banlist-form{
	margin-bottom: 10px;
}

.b-exclude-switcher .btn{
	padding: 3px 15px;
	position: relative;
	padding-left: 23px;
	padding-right: 5px;
}
.b-exclude-switcher span{
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
}
.b-exclude-switcher input[type="checkbox"]{
	position: absolute;
	top: 5px;
	left: 6px;
	/*margin-right: 5px;*/
}

.b-mass-config .table.table-condensed > tbody > tr > td{
	padding: 4px 8px;
}
.b-mass-config .table .table{
	margin-bottom: 0;
}
.b-mass-config-form{
	margin-bottom: 10px;
}

.b-mass-config-select{
	width: 100%;
	min-width: 200px;
	max-width: 250px;
}

.b-mass-config-form{
	text-align: right;
}
.b-config-main-form .b-mass-config-select{
	max-width: 100%;
	width: 100%;
}
.b-config-main-form .select2-container .select2-selection--multiple,
.b-mass-config-form .select2-container .select2-selection--multiple{
	min-height: 30px;
}
.b-config-main-form .select2-container--default .select2-selection--multiple,
.b-mass-config-form .select2-container--default .select2-selection--multiple{
	border: solid #DDD 1px;
}
.b-config-main-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.b-mass-config-form .select2-container--default.select2-container--focus .select2-selection--multiple{
	border: solid #DDD 1px;
}
@media (max-width: 768px) {
	.b-mass-config-form{
		width: 100%;
		text-align: left;
	}
	.b-mass-config-form .b-mass-config-select{
		width: 100%;
		max-width: 100%;
	}
	.b-mass-config-form .btn{
		display: inline-block;
		margin-top: 5px;
	}
}

.b-form-col{
	margin-bottom: 10px;
}


.b-my-filter-input, .b-own-filters-form select{
	height: 31px;
	width: 200px;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	color: #555;
	line-height: 18px;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 7px;
}
.b-own-filters-form input:focus, .b-own-filters-form select:focus{
	background: #fff;
}
.b-own-filters-form .b-own-filters-form__create{
	margin-top: 5px;
}

.b-my-filter-item{
	padding: 0 10px !important;
	padding-right: 55px !important;
}
.b-my-filter-item.is-active a{
	color: #75a22b !important;
}
.b-my-filter-item:hover{
	background: #f5f5f5;
}
.b-my-filter-item a{
	display: block;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.b-my-filter-item .list-group-controls{
	top: 10px;
}

.b-my-filter-save{
	padding: 4px 15px;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
.b-my-filter-remove{
	color: #7d7d7d !important;
	border-color: #7d7d7d;
	line-height: 17px !important;
	padding: 2px 8px !important;
}
#own-filters .panel>.list-group:first-child .list-group-item:first-child{
	border-top: 1px solid #e5e5e5;
}

.chosen-container-multi .chosen-choices{
	max-height: 100px;
	overflow-y: auto !important;
}



/* Side nav killer */
.b-nav-search__input-wrapp{
	padding: 10px;
}
.b-nav-search__input{
	height: 31px;
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	color: #555;
	line-height: 18px;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 7px;
}
.b-nav-search__list{
	max-height: 314px;
	overflow-y: auto;
	padding: 10px;
}
.b-nav-search__item{
	padding: 0 !important;
}
.b-nav-search__item a{
	display: block;
	padding: 7px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.b-nav-search__item.is-active a, .b-nav-search__item:hover a{
	/*color: #95b75d;*/
	text-decoration: none;
	border: 1px solid #337ab7;
}


.b-error-page{
	padding: 40px;
}
.b-error-page p{
	text-align: center;
}


.b-report-table tr:hover{
	cursor: pointer;
}


.b-domain-report{
	overflow-y: auto
}
.b-domain-report table{
	width: 100%;
	margin-bottom: 10px !important;
}
.b-domain-report__table tr th:first-child{
	width: 10% !important;
}
.b-domain-report__table tr th:last-child{
	width: 15% !important;
}
.b-domain-report__table tr td, .b-domain-report__table tr th{
	text-align: center;
}

.b-domain-report .b-streaks-separator{
	display: none;
	text-align: center;
	font-size: 10px;
	margin: 10px 0;
}
.b-domain-report .b-streaks-separator i{
	display: inline-block;
	margin: 0 10px;
	color: #c5bebe;
}
.b-domain-report .no-streak .b-streaks-separator{
	display: block;
}

.b-report-table .f-left{
	float: left;
}
.b-report-table .f-right{
	float: right;
}

.b-report-table__domain{
	/*position: relative;
	padding-right: 30px !important;*/
}
.b-report-table__single-domain-link{
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	/*position: absolute;
	padding: 7px;
	top: 3px;
	right: 3px;
*/}
.b-report-table__domain .b-report-table__single-domain-link{
	opacity: 0;
}
.b-report-table__domain:hover .b-report-table__single-domain-link{
	opacity: 1;
}

.b-report__search{
	width: 250px;
	margin-bottom: 15px;
}
.b-report__search select{
	width: 100%;
	height: 30px;
}
.b-report__search .chosen-container-single .chosen-single{
	background-image: none !important;
	background-color: #F9F9F9 !important;
	border: 1px solid #D5D5D5 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	height: 30px;
}
.b-report__search .chosen-container-single .chosen-single span{
	height: 100%;
	line-height: 29px;
}
.chosen-container-single .chosen-single div b{
	background-position: 0 5px !important;
}
.b-report__search .chosen-with-drop .chosen-single div b{
	background-position: -18px 5px !important;
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{
	border-bottom: 1px solid #dee7f2;
}

.b-tags-approval__tag-title{
	font-size: 14px;
}
.b-tags-approval td{
	vertical-align: middle !important;
}
.b-tags-approval__tag-search{
	font-size: 11px;
}
.b-tags-approval__paggination{
	text-align: center;
	margin: 10px 0;
}
.b-tags-approval__paggination a, .b-tags-approval__paggination span{
	min-width: 35px;
}
.table-responsive{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.page-loading-frame.v2{
	background: url(../img/bg.png) left top repeat rgba(0, 0, 0, 0.3);
}


.b-tags-search__mess{
	text-align: center;
}
.b-tags-search__table{
	max-height: 400px;
	overflow-y: auto;
}

.b-keywords-form{
	margin-top: 50px;
}
.b-category-langs, .b-sponsor-sites{
	height: 295px;
	overflow-y: auto;
}
.b-category-langs li:hover, .b-sponsor-sites li:hover{
	cursor: pointer;
	background: #F9F9F9;
}
.b-keyword-remove{
	display: none;
}
.b-studio-remove{
	display: none;
}
@media only screen and (max-width: 992px) {
	.b-keywords-form{
		margin-top: 10px;
	}
	.b-category-langs, .b-sponsor-sites{
		height: 200px;
	}
}
.b-server-metric .b-server__warning-mess,
.b-server-metric .b-server__warning{
	display: none;
}
.b-server__warning{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	z-index: 2;
}
.b-server__warning i{
	display: block;
	font-size: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}
.b-server-metric.is-warning .b-server__warning-mess,
.b-server-metric.is-warning .b-server__warning{
	display: block;
}

.b-server-metric.is-warning .b-server__metric-title{
	display: none;
}
.b-server__short-info{
	cursor: pointer;
}
.b-server__short-info:hover td.danger{
	background-color: #ebcccc !important;
}
.b-server__short-info.is-active .b-server__name{
	color: #95b75d;
}

.b-real-time__users{
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	
}

.dt-custom-wrapper{
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.b-servers-carousel-toggler .fa-play,
.b-servers-carousel-toggler.is-switching .fa-pause{
	display: inline-block;
}
.b-servers-carousel-toggler .fa-pause,
.b-servers-carousel-toggler.is-switching .fa-play{
	display: none;
}

.b-tags-search__table .list-group .list-group-item:last-child{
	border-bottom: 1px solid #E5E5E5;
}


.b-comments-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-comment__selection{
	padding: 0 !important;
	position: relative;
}
.b-comment__similar-search{
	white-space: nowrap;
}
.b-comment__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-comment__similar-search:hover a{
	opacity: 1;
}
.b-comment__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-comment__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-comment__selection.head label input{
	top: 11px;
}*/
.b-comment__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-comment__status input{
	display: none;
}

.b-comment__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-comment__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-comment__status input.b-comment__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-comment__status input.b-comment__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-comment__status input.b-comment__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-comments__apply{
	margin-left: 70px;
}
.b-comments-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-comments-sites-search{
	margin-right: 70px;
}
.b-comment__content, .b-comment__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-comment__gallery-url{
	padding-left: 40px !important;
}
.b-comment__content a, .b-comment__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-comment__gallery-url i{
	opacity: 1;
}
.b-comment__content:hover a, .b-comment__content.is-starred a{
	opacity: 1;
}
.b-comment__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-comments-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-comments__apply{
		margin-left: 5px;
	}
	.b-comments-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}




.b-galleries_logo-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-gallery_logo__selection{
	padding: 0 !important;
	position: relative;
}
.b-gallery_logo__similar-search{
	white-space: nowrap;
}
.b-gallery_logo__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-gallery_logo__similar-search:hover a{
	opacity: 1;
}
.b-gallery_logo__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-gallery_logo__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-gallery_logo__selection.head label input{
	top: 11px;
}*/
.b-gallery_logo__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-gallery_logo__status input{
	display: none;
}

.b-gallery_logo__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-gallery_logo__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-gallery_logo__status input.b-gallery_logo__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-gallery_logo__status input.b-gallery_logo__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-gallery_logo__status input.b-gallery_logo__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-galleries_logo__apply{
	margin-left: 70px;
}
.b-galleries_logo-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-galleries_logo-sites-search{
	margin-right: 70px;
}
.b-gallery_logo__content, .b-gallery_logo__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-gallery_logo__gallery-url{
	padding-left: 40px !important;
}
.b-gallery_logo__content a, .b-gallery_logo__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-gallery_logo__gallery-url i{
	opacity: 1;
}
.b-gallery_logo__content:hover a, .b-gallery_logo__content.is-starred a{
	opacity: 1;
}
.b-gallery_logo__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-galleries_logo-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-galleries_logo__apply{
		margin-left: 5px;
	}
	.b-galleries_logo-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}

.note-editor [class^="icon-"], .note-editor [class*=" icon-"], .note-editor [class^="fa-icon-"], .note-editor [class*=" fa-icon-"]{
	font-family: 'FontAwesome' !important;
}

.b-spot-costs-frame{
	background: none !important;
}
.b-spot-costs-frame-body{
	background: none !important;
	border: none !important;
	/*padding-top: 10px !important;*/
}
.b-spotcost__device{
	margin: 0 auto;
	position: relative;
}
.b-spotcost__device .list-back{
	display: block;
	position: absolute;
	background: #fff;
}
.b-spotcost__device .list-back .list-back__menu{
	height: 60px;
	line-height: 60px;
	margin-bottom: 5px;
	padding: 0 10px;
	background: #e4e4e4;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
	color: #434a54;
}
.b-spotcost__device .list-back .list-back__mobile-header{
	width: 300px;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
	background: #e4e4e4;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	color: #434a54;
	line-height: 100px;
	text-transform: uppercase;
	text-align: center;
}
.is-desktop, .is-laptop{
	overflow-y: hidden;
}
.is-desktop .list-back__mobile-header, .is-laptop .list-back__mobile-header, .is-laptop-smaller .list-back__mobile-header, .is-tablet-portrait .list-back__mobile-header{
	display: none;
}
.is-desktop .b-spotcost__device{
	width: 1100px;
	margin-top: -118px;
}
.is-laptop .b-spotcost__device, .is-laptop-smaller .b-spotcost__device{
	width: 900px;
	margin-top: -182px;
}
.is-tablet-landscape .b-spotcost__device{
	width: 700px;
}
.is-tablet-portrait .b-spotcost__device{
	width: 700px;
}
.is-mobile-landscape .b-spotcost__device{
	width: 500px;
}
.is-mobile-portrait .b-spotcost__device{
	width: 550px;
}

.is-desktop .b-spotcost__device .list-back{
	left: 60px;
	top: 180px;
	width: 980px;
	height: 568px;
	border-radius: 26px;
	padding: 10px 10px;
}
.is-laptop .b-spotcost__device .list-back, .is-laptop-smaller .b-spotcost__device .list-back{
	left: 120px;
	top: 218px;
	width: 660px;
	height: 421px;
	border-radius: 10px;
	padding: 5px 5px;
}
.is-tablet-landscape .b-spotcost__device .list-back{
	left: 71px;
	top: 150px;
	width: 547px;
	height: 405px;
	border-radius: 17px;
	padding: 7px 7px;
}
.is-tablet-portrait .b-spotcost__device .list-back{
	left: 145px;
	top: 71px;
	width: 405px;
	height: 547px;
	border-radius: 14px;
	padding: 7px 7px;
}
.is-mobile-landscape .b-spotcost__device .list-back{
	left: 63px;
	top: 144px;
	width: 379px;
	height: 211px;
	border-radius: 10px;
	padding: 5px 5px;
}
.is-mobile-portrait .b-spotcost__device .list-back{
	left: 159px;
	top: 69px;
	width: 232px;
	height: 417px;
	border-radius: 12px;
	padding: 4px 4px;
}


.b-spotcost__device .list-back{
	overflow-y: scroll;
	/*-ms-overflow-style: none;*/
	font-size: 0;
	width: 100%;
	max-height: 100%;
}
/*.b-spotcost__device .list-back::-webkit-scrollbar { width: 0 !important };*/
.b-spotcost__device .list-back::-webkit-scrollbar {
    width: 4px;
}
 
.b-spotcost__device .list-back::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
.b-spotcost__device .list-back::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  outline: 1px solid slategrey;
}
.b-spotcost__device img{
	width: 100%;
	display: block;
	z-index: -1;
}
.is-tablet-landscape .b-spotcost__device img, .is-mobile-landscape .b-spotcost__device img{
	transform: rotate(-90deg);
}

.b-spotcost__device .b-spot{
	display: inline-block;
	/*width: 16.6666666666%;*/
	padding: 1px;
	position: relative;
}
.b-spotcost__device .b-spot .b-spot__info{
	/*overflow: hidden;*/
	position: relative;
	padding-bottom: 70%;
	display: block;
	background: #F5F5F5;
	/*border: 1px solid #E5E5E5;*/
	padding-top: 10px;
	cursor: pointer;
}
.b-spotcost__device .b-spot .b-spot__info .b-spot__info-heat{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	z-index: 2;
}
.b-spotcost__device .b-spot .b-spot__info .b-spot__info-heat .page-spot-number{
	display: none;
}
.b-spotcost__device .b-spot .b-spot__info .b-spot__info-details{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	padding: 10px;
	z-index: 3;
	font-size: 12px;
	color: #fff;
	padding-top: 30px;
	/*text-align: right;*/
}
.b-spot__info-details i.best-worst{
	position: relative;
	top: 3px;
}
.b-spotcost__device .b-spot .b-spot__info:hover .b-spot__info-details{
	display: block;
}
.b-spotcost__device .b-spot .b-spot__info:hover .page-spot-number{
	display: inline-block;
}
/*.b-spotcost__device .b-spot .b-spot__info:hover .b-spot__info-heat i.best-worst{
	display: none;
}*/
.is-desktop .b-spotcost__device .b-spot{
	width: 16.6666666666%;
}
.is-laptop .b-spotcost__device .b-spot{
	width: 20%;
}
.is-laptop-smaller .b-spotcost__device .b-spot{
	width: 25%;
}
.is-tablet-landscape .b-spotcost__device .b-spot{
	width: 25%;
}
.is-tablet-portrait .b-spotcost__device .b-spot{
	width: 33.3333%;
}
.is-mobile-landscape .b-spotcost__device .b-spot{
	width: 50%;
}
.is-mobile-portrait .b-spotcost__device .b-spot{
	width: 100%;
}


/*Quick open v2.0*/
.x-navigation.x-navigation-horizontal{
	overflow-x: inherit !important;
	overflow-y: inherit !important;
}
.x-navigation.x-navigation-horizontal .xn-search{
	position: relative;
	margin-right: 40px;
	padding-left: 0;
	padding-right: 0;
}
.x-navigation.x-navigation-horizontal .xn-search input, .x-navigation.x-navigation-horizontal .xn-search input:focus{
	width: 300px !important;
}
.quick-open-list{
	max-height: 200px;
	overflow-y: auto;
}
.x-navigation li > .panel.quick-open-panel:after{
	display: none;
}
.x-navigation .xn-search input{
	padding-left: 34px;
}
.x-navigation li > .quick-open-panel{
	display: none;
}
.x-navigation li > .quick-open-panel.is-visible{
	display: block;
}
.x-navigation li > .quick-open-panel.is-visible.is-focusout, .x-navigation li > .quick-open-panel.is-focusout{
	display: none;
}
.quick-open-panel a.is-active{
	background: #F9F9F9;
}
.b-head-search{
	display: none !important;
}
.b-close-search{
	position: absolute;
	right: 5px;
	top: 10px;
	height: 30px;
	width: 40px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 26px;
	display: none;
}
@media only screen and (max-width: 1024px) {
	.b-head-search{
		display: block !important;
	}
	.b-server-time span:first-child{
		display: none;
	}
	.x-navigation.x-navigation-horizontal{
		position: relative;
	}
	.b-close-search{
		display: block;
	}
	#quick-search-component:before{
		display: none;
	}
	#quick-search-component{
		display: none;
		width: 100%;
		height: 100%;
		padding: 10px;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		margin: 0;
	}
	#quick-open-form{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 4;
		padding: 10px;
		padding-right: 50px;
		background: #33414e;
	}
	#quick-open-form input{
		width: 100% !important;
	}
	#quick-search-component .quick-open-panel{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
	}
	#quick-search-component .quick-open-list{
		height: 100%;
		max-height: 100%;
	}
	.x-navigation .xn-search input{
		padding-left: 8px;
	}
	body.search-opened{
		overflow: hidden;
	}
	body.search-opened #quick-search-component{
		display: block;
	}
}

/* Sites table */
.b-sites-table__stats-link{
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	opacity: 1;
}

@media (hover: hover) {
	.b-sites-table__domain .b-sites-table__stats-link{
		opacity: 0;
	}
	.b-sites-table__domain:hover .b-sites-table__stats-link{
		opacity: 1;
	}
}



.b-videos-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-video__selection{
	padding: 0 !important;
	position: relative;
}
.b-video__similar-search{
	white-space: nowrap;
}
.b-video__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-video__similar-search:hover a{
	opacity: 1;
}
.b-video__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-video__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-video__selection.head label input{
	top: 11px;
}*/
.b-video__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-video__status input{
	display: none;
}

.b-video__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-video__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-video__status input.b-video__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-video__status input.b-video__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-video__status input.b-video__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-videos__apply{
	margin-left: 70px;
}
.b-videos-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-videos-sites-search{
	margin-right: 70px;
}
.b-video__content, .b-video__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-video__gallery-url{
	padding-left: 40px !important;
}
.b-video__content a, .b-video__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-video__gallery-url i{
	opacity: 1;
}
.b-video__content:hover a, .b-video__content.is-starred a{
	opacity: 1;
}
.b-video__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-videos-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-videos__apply{
		margin-left: 5px;
	}
	.b-videos-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}



.b-images_logo-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-dataset_logo__selection{
	padding: 0 !important;
	position: relative;
}
.b-dataset_logo__similar-search{
	white-space: nowrap;
}
.b-dataset_logo__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-dataset_logo__similar-search:hover a{
	opacity: 1;
}
.b-dataset_logo__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-dataset_logo__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-dataset_logo__selection.head label input{
	top: 11px;
}*/
.b-dataset_logo__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-dataset_logo__status input{
	display: none;
}

.b-dataset_logo__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-dataset_logo__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-dataset_logo__status input.b-dataset_logo__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-dataset_logo__status input.b-dataset_logo__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-dataset_logo__status input.b-dataset_logo__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-images_logo__apply{
	margin-left: 70px;
}
.b-images_logo-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-images_logo-sites-search{
	margin-right: 70px;
}
.b-dataset_logo__content, .b-dataset_logo__dataset-url{
	position: relative;
	padding-right: 35px !important;
}
.b-dataset_logo__dataset-url{
	padding-left: 40px !important;
}
.b-dataset_logo__content a, .b-dataset_logo__dataset-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-dataset_logo__dataset-url i{
	opacity: 1;
}
.b-dataset_logo__content:hover a, .b-dataset_logo__content.is-starred a{
	opacity: 1;
}
.b-dataset_logo__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-images_logo-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-images_logo__apply{
		margin-left: 5px;
	}
	.b-images_logo-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}





.b-pornstars-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-pornstar__selection{
	padding: 0 !important;
	position: relative;
}
.b-pornstar__similar-search{
	white-space: nowrap;
}
.b-pornstar__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-pornstar__similar-search:hover a{
	opacity: 1;
}
.b-pornstar__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-pornstar__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-pornstar__selection.head label input{
	top: 11px;
}*/
.b-pornstar__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-pornstar__status input{
	display: none;
}

.b-pornstar__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-pornstar__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-pornstar__status input.b-pornstar__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-pornstar__status input.b-pornstar__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-pornstar__status input.b-pornstar__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-pornstars__apply{
	margin-left: 70px;
}
.b-pornstars-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-pornstars-sites-search{
	margin-right: 70px;
}
.b-pornstar__content, .b-pornstar__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-pornstar__gallery-url{
	padding-left: 40px !important;
}
.b-pornstar__content a, .b-pornstar__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-pornstar__gallery-url i{
	opacity: 1;
}
.b-pornstar__content:hover a, .b-pornstar__content.is-starred a{
	opacity: 1;
}
.b-pornstar__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-pornstars-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-pornstars__apply{
		margin-left: 5px;
	}
	.b-pornstars-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}



/* Vue components */
.v-dimension {
	position: relative;
	width: 100%;
	/* border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 12px; */
}
.v-dimension-input {
	width: 100%;
	cursor: pointer;
	min-height: 30px;
	height: auto;
	padding: 5px;
}
.v-dimension-placeholder {
	color: #808080;
	padding-left: 5px;
}
.v-dimension-dropdown {
	position: absolute;
	width: 100%;
	top: 30px;
	padding: 10px;
	/* transform: translateY(100%); */
	border-radius: 4px;
	background: #fff;
	border: 1px solid #D5D5D5;
	border-top: none;
    background: #fff;
	display: none;
	z-index: 4;
}
.v-dimension-dropdown.is-open {
	display: block;
}
.v-dimension-search {
	margin-bottom: 15px;
}
.v-dimension-options-list {
	max-height: 200px;
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
}

/* .v-dimension-selected-item {
	display: inline-block;
    padding: 0 9px;
    line-height: 20px;
    font-size: 12px;
    background: #33414e;
    border-radius: 4px;
    color: #fff;
	margin-right: 5px;
	margin-bottom: 2px;
} */

.v-dimension-results {
	display: block;
	overflow: hidden;
	padding: 10px;
	padding-left: 5px;
	max-height: 110px;
	overflow-y: auto;
	border: 1px solid #d5d5d5;
	border-top: none;
	background: #f9f9f9;
}

.v-dimension-selected-item {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 22px;
	cursor: pointer;
}

.v-dimension-selected-item span.fa {
	margin-right: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
	right: -2px;
	opacity: 0;
}

.v-dimension-selected-item:hover span.fa {
	opacity: 1;
}

.v-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
  }
  .v-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
  }
  .v-checkbox+label span {
	  font-size: 10px;
	  margin-left: 5px;
	  color: grey;
  }
  .v-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
  }
  .v-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
  /* стили при наведении курсора на checkbox */
  .v-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
  }
  /* стили для активного состояния чекбокса (при нажатии на него) */
  .v-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
  }

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .v-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .v-checkbox:disabled+label::before {
	background-color: #e9ecef;
  }

.tracker-stats-table-overlay {
	position: relative;
}

.tracker-stats-table-overlay.is-loading:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #dedede;
	opacity: 0.5;
}




.b-gallery_logo__status input.b-gallery_logo__status--leave:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-gallery_logo__status input.b-gallery_logo__status--remove:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-gallery_logo__status input.b-gallery_logo__status--renamed:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}




.b-thumbs_origin-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-thumb_origin__selection{
	padding: 0 !important;
	position: relative;
}
.b-thumb_origin__similar-search{
	white-space: nowrap;
}
.b-thumb_origin__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-thumb_origin__similar-search:hover a{
	opacity: 1;
}
.b-thumb_origin__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-thumb_origin__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-thumb_origin__selection.head label input{
	top: 11px;
}*/
.b-thumb_origin__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-thumb_origin__status input{
	display: none;
}

.b-thumb_origin__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-thumb_origin__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-thumb_origin__status input.b-thumb_origin__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-thumb_origin__status input.b-thumb_origin__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-thumb_origin__status input.b-thumb_origin__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-thumbs_origin__apply{
	margin-left: 70px;
}
.b-thumbs_origin-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-thumbs_origin-sites-search{
	margin-right: 70px;
}
.b-thumb_origin__content, .b-thumb_origin__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-thumb_origin__gallery-url{
	padding-left: 40px !important;
}
.b-thumb_origin__content a, .b-thumb_origin__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-thumb_origin__gallery-url i{
	opacity: 1;
}
.b-thumb_origin__content:hover a, .b-thumb_origin__content.is-starred a{
	opacity: 1;
}
.b-thumb_origin__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-thumbs_origin-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-thumbs_origin__apply{
		margin-left: 5px;
	}
	.b-thumbs_origin-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}




.b-watermarks-toolbar{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(245, 245, 245, 0.9);
	width: 100%;
	padding: 10px 0;
	padding-left: 115px;
	z-index: 2;
	/*text-align: center;*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(165,165,165,0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(165,165,165, 0.75);
}
.b-watermark__selection{
	padding: 0 !important;
	position: relative;
}
.b-watermark__similar-search{
	white-space: nowrap;
}
.b-watermark__similar-search a{
	opacity: 0;
	margin-left: 5px;
}
.b-watermark__similar-search:hover a{
	opacity: 1;
}
.b-watermark__selection label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}
.b-watermark__selection label input{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	display: block;
	margin-left: -6px;
}
/*.b-watermark__selection.head label input{
	top: 11px;
}*/
.b-watermark__status{
	text-align: center;
	vertical-align: middle !important;
}
.b-watermark__status input{
	display: none;
}

.b-watermark__status label{
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}
.b-watermark__status label i{
	margin-right: 0 !important;
	/*font-size: 16px !important;*/
}
.b-watermark__status input.b-watermark__status--approved:checked + label{
	background-color: #398439;
	border-color: #398439;
	color: #fff;
}
.b-watermark__status input.b-watermark__status--rejected:checked + label{
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
}
.b-watermark__status input.b-watermark__status--default:checked + label{
	background-color: #29343f;
	border-color: #29343f;
	color: #fff;
}
.b-watermarks__apply{
	margin-left: 70px;
}
.b-watermarks-selected{
	margin-right: 5px;
	cursor: default;
	min-width: 130px;
}
.b-watermarks-sites-search{
	margin-right: 70px;
}
.b-watermark__content, .b-watermark__gallery-url{
	position: relative;
	padding-right: 35px !important;
}
.b-watermark__gallery-url{
	padding-left: 40px !important;
}
.b-watermark__content a, .b-watermark__gallery-url i{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	margin-left: 15px;
	opacity: 0;
}
.b-watermark__gallery-url i{
	opacity: 1;
}
.b-watermark__content:hover a, .b-watermark__content.is-starred a{
	opacity: 1;
}
.b-watermark__new{
	font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.b-watermarks-toolbar{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 600px){
	.b-watermarks__apply{
		margin-left: 5px;
	}
	.b-watermarks-sites-search{
		margin-right: 5px;
	}
	.b-mobile-menu .b-menu-item a{
		min-height: 160px;
	}
}
