/*============================*/
/* General
/*============================*/
html, body{      
	background: #000 url("../../../resource/img/bg.jpg") fixed repeat;
	background-size: cover;
}
body{
    padding-left: 5px;
    padding-right: 5px;
    color:#eee;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
    color:#f3630c
}
.faq_img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.img_faq{
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.faq-body{
	font-size:  16px;
	color:#bcbcbc !important;
}
.panel-title{
	color:#32aacd
}


/*============================*/
/* Menu                       */
/*============================*/
@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 45%;
    transform: translatex(-50%);
  }
}
#btcs-address{
	height: 38px;
	background-color: #222 !important;
}
.nav-bg{
  color: #404040;
  background: #303335;	
}
.navs-drop-right li a{
	padding:5px;
}
ol, ul {
  list-style: none;
}

body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

.container { 
  margin: 0px auto; 
  width: 100%; 
  text-align: center; 
}

.mnav {
  font-family: "Lemonada",serif;
  font-size: 13px;
  position: relative;
  top:8px;
}

.lnav {
  height: 48px;
  display: inline-block;
  float:left;
}
.lnav li {
  position: relative;
  top: 20px
}





.rnav {
  height: 48px;
  position: relative;
  top:10px;
}
.rnav li{
  padding: 0px;
}
.rnav li.icons-menu{
  display: inline-block;
}
.rnav li a img{
	height: 32px;
}
img.rimga{
	height: 24px !important;
}
.rnav li.icons-menu a{
	margin-left: -25px;
}
.rnav > .dropdown > .dropdown-menu{
   margin-top: 5px;
   margin-left: -30px;
   border-radius: 8px;
}
.rnav > .dropdown > .dropdown-menu li{
   margin-left: 10px !important;
   overflow: hidden;
}

.mnav > li, .mnav:active > .active {
  margin: 0 0 4px;
  height: 44px;
  color: #eee;
  text-shadow: 0 1px rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #232428;
  border-bottom-color: #1f2326;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px #262a2e, 0 3px #1f2326, 0 4px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px #262a2e, 0 3px #1f2326, 0 4px 3px rgba(0, 0, 0, 0.2);
}
.mnav > li:hover {
  color: #b0d157;
  text-shadow: 0 1px black, 0 0 20px rgba(255, 255, 255, 0.5);
}
.mnav > li:active {
  z-index: 3;
}
.mnav > li:first-child {
  border-left-width: 1px !important;
  border-left-color: #212425;
  border-radius: 5px 0 0 5px;
}
.mnav > li:last-child {
  border-right-width: 1px !important;
  border-right-color: #212425;
  border-radius: 0 5px 5px 0;
}
.mnav > li + li, .mnav:active > .active + li, .mnav:active > li + .active {
  border-left-width: 0;
}
.mnav > .active + li,
.mnav > .active:active + li,
.mnav > li:active + li,
.mnav > li:active + .active {
  border-left-width: 1px;
}
.mnav > li > a {
  display: block;
  line-height: 44px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  outline: 0;
}
.mnav > li.active,
.mnav > .active:active,
.mnav > li:active {
  z-index: 2;
  margin: 4px 0 0;
  height: 43px;
  color: #14809e !important;
  text-shadow: 0 1px black;
  background-color: rgba(255, 255, 255, 0.03);
  border-color: #212425;
  border-width: 1px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.05);
}
.mnav img {
  padding: 0 5px;
}

.mnav-menu{
	/*left: 0;
    position: fixed;
    right: 0;*/
    z-index: 1030;
    /*background: rgba(33,33,33,0.95);*/
}
[data-notify="message"]{
	position: relative;
	top:3px;
}
.purchase-empty{
	color:#fb3004;
}

.brcru {
	cursor: pointer;
}

.btc-found{
	color:#1695e9;
}
.btc-blockchain{
	color:#05de15
}
.btc-confirm-info{
	color:#ff4d00;
	text-decoration:underline
}






















.user-profile{
	color:#eee !important;
	margin: 35px 30px 30px 30px;
	
}

.btn-default{
}

.dialog-theme{
	position: relative;
	top: -10px
}

.tck-mark{
	margin-left: 10px;
	position: relative;
	top:2px;
	color:#31c2ce;
}

.tck-delete{
	margin-left: 8px;
	margin-right: -5px;
	position: relative;
	top:1px;
	color: #f4171d;
}
.tck-date{
	position: relative;
	top:1px;
}


.text-contur{
	/*text-shadow:
	        -1px -1px 0 #43abf8,
	        1px -1px 0 #43abf8,
	        -1px 1px 0 #43abf8,
	        1px 1px 0 #43abf8;*/
}

.modal-title{

}
.modal-header > .close{
	color:#eee !important;
}

.f-close{
   float: right;
   background:rgba(0,0,0,0.1);
   border: 1px solid #333;
}

.nav-header-dop{
	position: relative;
	top:7px;
}

/*cart*/
.cart-content{
	background:rgba(0,0,0,0.7);
	border-radius: 8px
}
.cart-headers{
	padding:5px;
}
.cart-head-name{
	font-size: 17px;
	margin-left: 8px;
}
.cart-head-price{
	font-size: 16px;
}
.badge{
	background-color: rgba(1,1,1,0.5);
	border: 1px solid #09f014;
	border-radius: 0px;
}
.btn-cart{
	border-radius: 2px;
    font-weight: bold;
    background-color: rgba(1,1,1,0.5);
    padding: 3px 6px 2px 6px;
}



.divider{
	border-bottom: 1px solid #333;
}

.dropdown-menu li a i{
	margin-right: 5px;
}

/*search*/
.btn-search{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-search:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #f25f06;
}
.btn-search i{
	margin-right: 5px;
}

/*price*/
.btn-prices{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-prices:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #3ebb99;
}
.btn-prices i{
   margin-right: 5px;
}
/*price*/
.btn-cache{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-cache:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #3ebb99;
}
.btn-cache i{
   margin-right: 5px;
}
/*upload*/
.btn-uploads{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-uploads:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #f25f06;
}
.btn-uploads i{
   margin-right: 5px;
}
.btn-upload-check{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-upload-check:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #f25f06;
}
.btn-upload-check i{
   margin-right: 5px;
}
/*Recheck*/
.btn-urecheck{
	position: relative;
	top:10px;
	height: 30px;
	border: 1px solid #2d2c2e;
	padding: 8px 12px 7px 12px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.btn-urecheck:hover{
   background-color: rgba(0,0,0,1);
   border: 1px solid #f25f06;
}
.btn-urecheck i{
   margin-right: 5px;
}

.fa-red{
	color:#ff2222 !important;
}
.fa-blue{
	color:#099ff0 !important;
}
.fa-green{
	color:#1edf1e !important;
}
.fa-que{
	color:#5192b9 !important;
}

.bank-select{
	background: rgba(0,0,0,0) !important;
}


.ticket-icon{
	/*color:#fb843c !important;*/
}
.bank_set{
	width: 280px
}
#bank_list{
	border-color: transparent;
	color: #bbb !important;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 10px;
	height: 30px;
	width: 240px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #222;
    background-color: rgba(0,0,0,0.9) !important;
}

select::-ms-expand {
    display: none;
}

#purchases_product{
	border-color: transparent;
	color: #bbb !important;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 10px;
	height: 30px;
	width: 240px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

/* buy*/
.shop-buy{
	margin-top:3px;
	height: 28px;
}
.buys_place {
    width: 119px;
    height: 28px;
    padding: 2px;
    border-radius: 1px;
    transition: 0.2s;
    margin: 0 auto;
}
.buys_place2 {
    width: 153px;
    height: 28px;
    padding: 2px;
    border-radius: 1px;
    transition: 0.2s;
    margin: 0 auto;
}
.ip-red{
	color:#f40000
}
.ip-blue{
	color:#14eb65
}
.ip_scope {
   font-size: 12px;
}
.modal-close{
	color:#fff !important;
}
.btns-check {
    
  	color:#fff;
  	font-size:11px;
  	padding:7px;
  	font-weight:bold;
  	border-radius:1px;
  	border: 0px;
  	transition:0.2s;
  	float: right;
  	width:30px;
  	height: 28px;
  	margin-left: 3px;
  	background-color:#068679
}
.btns-check:hover{
	background: rgb(16,186,71);
}
.buys_place:hover {
    background: rgba(188, 192, 197, 0.3);
    height: 28px;
}
.btns_buy {
	background:rgba(7, 141, 180, 0.4);
  	color:#fff;
  	font-size:13px;
  	padding:5px;
  	font-weight:bold;
  	border-radius:1px;
  	border: 0px;
  	transition:0.2s;
  	width:73px;
  	float:right;
  	height: 28px;
}
.btns_buy i{
	margin-right: 3px;
}
.btns_buy:hover {
	background: rgba(238, 136, 11, 0.8);
}
.btns_buy2 {
	background:rgba(7, 141, 180, 0.4);
  	color:#fff;
  	font-size:11px;
  	padding:5px;
  	font-weight:bold;
  	border-radius:1px;
  	border: 0px;
  	transition:0.2s;
  	width:73px;
  	float:right;
  	height: 28px;
}
.btns_buy2 i{
	margin-right: 3px;
}
.btns_buy2:hover {
	background: rgba(238, 136, 11, 0.8);
}
.btns-cart {
    background: rgba(30, 162, 181, 0.2);
  	color:#fff;
  	font-size:13px;
  	padding:5px;
  	font-weight:bold;
  	border-radius:1px;
  	border: 0px;
  	transition:0.2s;
  	float:left;
  	width:40px;
  	height: 28px;
}
.btns-cart:hover{
	background:rgba(4, 97, 210, 0.8);
}
#by-rechecks-btn{
	color:#fe5301 !important;
	margin-left: 20px;
}
.btns-cart2 {
    background: rgba(30, 162, 181, 0.2);
  	color:#fff;
  	font-size:11px;
  	padding:5px;
  	font-weight:bold;
  	border-radius:1px;
  	border: 0px;
  	transition:0.2s;
  	float:left;
  	width:40px;
  	height: 28px;
}
.btns-cart2:hover{
	background:rgba(4, 97, 210, 0.8);
}

/*SEARCH FORM*/
.contro-label{
	font-size:12px;
	margin-left: 3px;
	margin-bottom: 2px;
	color: #acacac;
	text-transform: uppercase;
}
.contro-label i{
	margin-right: 5px;
}
.form-search{
	display: none;
}
.search-panel{
	border-radius: 8px !important;
}
.search-title{
	margin-top: 12px;
	color:#ccc
}
.search-form{
    display: none;
}

/* HEADER MENU*/
.contents-head2 {
    border: 1px solid #ddd;
    color: #222;
    font-family: "Lemonada",serif;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    padding: 5px 0 0 9px;
    vertical-align: middle;
    margin-top: -15px;
    margin-bottom: 10px;
}
/*breadcrumb*/
.mrumb{
	background: rgba(255,255,255,0);
	text-align: right;
}
.mrumb li a{
	color: #fff !important;
}


/*home*/

.home-time{
	float: right;
	color:#aaa;
	margin: 13px 13px;
	font-size: 11px;
}
.home img{
   height: 22px;
   width: 22px;
   margin-top: -2px;
   margin-right: 5px;
}
.nav-header{
	position: relative;
	top:-30px;
	/*height: 50px;*/
	width: 100%;
}
.nav-btn i{
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   height: 40px;
   width: 40px;
   cursor: pointer;
   font-size: 32px;
}
.nav-btn i:hover{
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);	
}
.n-edit {
    color: #0d5aa8;
    float: right;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 13px;
    text-decoration: none;
}
.n-delete {
    color: #dd4504;
    float: right;
    font-size: 14px;
    margin-right: 13px;
    margin-top: 13px;
    text-decoration: none;
}

/*form*/
input{
   border-color: transparent;
}
.bootstrap-select button, .bootstrap-select button:hover{
	border-color: transparent;
	border-bottom: 1px solid #444;
}
.bootstrap-select{
   border-color: transparent;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    border-bottom: 7px solid #555;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-bottom: 6px solid #555;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 10px;
    position: absolute;
}
.bootstrap-select button{
    height: 28px;
    font-size: 11px;
	background-color: #222;
	background: rgba(255,255,255,0.1);
	border: 1px solid #f4661a;
	
}
.bootstrap-select button{
    height: 28px;
    font-size: 12px;
	background-color: #222;
	background: rgba(0,0,0,0.1);
	border: 1px solid #555;
}
.bootstrap-select button:focus, 
.bootstrap-select button:hover{
	background-color: #222;
	background: rgba(0,0,0,0.1);
	color:#eee;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(3,3,3,0.3);
    color: #999;
    opacity: 1;
}
.my-select{
    border-color: transparent;
	color: #bbb !important;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 10px;
	height: 30px;
	width: 240px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}
.input-group-addon, .form-control{
	background: rgba(0,0,0,0.5);
	border: 1px solid #555;
	color:#eee;
}
.

/*billing*/
.bit-fr1{
   width:90px;
}
.billing-icon{
	background-color: rgba(3,3,3,0.9);
    border: 0 none;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 60px;
    outline: medium none;
    padding: 0;
    width: 80px;
}
.billing-icon i{
	margin-top: 12px;
	margin-left: 20px;
	font-size: 36px;
}
.payment-bonus{
	text-align: center;
	margin-bottom: 15px;
	color:#eee;
	text-shadow:#2589f8 0 0 5px;
	font-size: 16px;
}
.billing-data{
	display: inline-block;
	width: 350px;
}
.await-bitcoin{
	position: absolute;
	top: 4px;
	left: 425px;
}
#recalc{
	color:#fb4e22 !important;
	font-size: 16px;
}
.copy-link {
    cursor: pointer;
    margin: 0 5px;
}
.billing-arrow{
	display: inline-block;
	position: relative;
	top: 50px;
	left: 50px
}
.billing-panel{
	width: 900px;
	margin: 0 auto;
	padding: 20px;
}
.button-billing{
	font-size: 18px;
	background: rgba(1,1,1,0.6);
	height: 48px;
	width: 210px;
	margin-top: 30px;
	border: 1px solid #222; 
}
.button-billing:hover{
	background: rgba(1,1,1,0.8);
}
.billing-qr{

}
.change-link {
    display: inline-block;
    float: left;
    height: 100%;
    width: 140px;
}
.change-give{
	float: left;
}
.change-get {
    background-color: #ed6e07;
    display: inline-block;
    float: right;
    height: 100%;
}
.change-input {
    transition: all 0.2s ease-in-out 0s;
}
.change-input-give .change-info {
    color: #fff;
    padding: 5px 15px;
}
.change-input-give .change-error {
    color: #ff0600;
    font-weight: bold;
    padding: 15px 25px 15px 0;
    text-align: right;
}
.change-input-give .change-title {
    color: #eee;
    font-family: Roboto,sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 5px 0;
}
.change-input-give .change-border {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    height: 60px;
}
.change-input-give .change-border:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.change-input input {
    border: 0 none;
    border-radius: 0 4px 4px 0;
    float: left;
    font-size: 30px;
    height: 60px;
    outline: medium none;
    padding: 5px 10px;
    width: 270px;
}
.change-input .dropdown button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #cccccc currentcolor currentcolor;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    height: 60px;
    margin: 0;
    padding: 5px;
    width: 80px;
}
.change-input .dropdown button:hover {
}
.change-input-get {
    display: inline-block;
    float: left;
    margin-left: 90px;
    margin-top: 35px;
}
.change-input-get .change-info {
    color: #fff;
    padding: 5px 15px;
}
.change-input-get .curs-table {
    color: #fff;
    padding: 5px 15px;
    text-align: right;
}
.change-input-get .curs-table a {
    color: #fff;
}
.change-input-get .change-error {
    color: #ff0600;
    font-weight: bold;
    padding: 15px 25px 15px 0;
    text-align: right;
}
.change-input-get .sale-info {
    color: #fff;
}
.change-input-get .change-title {
    color: #874007;
    font-family: Roboto,sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 5px 0;
    text-align: right;
}
.change-input-get .change-border {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    height: 60px;
}
.change-input-get .change-border:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.change-button-form {
    margin-top: 20px;
    text-align: center;
}
.change-button-form h3 {
    color: #fff;
}
.news-block {
    background-color: rgba(1,1,1, 0.5);
    border-bottom: 10px solid #222;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 20px 50px;
}
#operation-form {
    margin-top: 20px;
}
#operation-form h3 {
    text-align: center;
}
#operation-form .input-group {
    margin: 10px auto;
}
#operation-form .input-group-addon {
    float: none;
    font-weight: bold;
    width: 150px;
}
#operation-form .form-control {
    float: none;
    width: 350px;
}
#operation-form .alert-info {
    border: 2px solid #ccdce0;
}
#operation-form .alert-info p strong {
    font-size: 15px;
}
.operation-title {
    color: #555;
    font-size: 24px;
    text-align: center;
}
.operation-title img {
    height: 40px;
    width: 40px;
}
.operation-inotpay {
    padding-bottom: 15px;
    text-align: center;
}
.operation-inotpay button {
    display: none;
    margin-top: 15px;
    width: 280px;
}
.operation-qiwi-payment {
    display: none;
}

/*panel*/
.panel-default {
    background: rgba(0,0,0,0.4);
}
.panel {
    background: rgba(0,0,0,0.4);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    border-radius: 8px;
}
.panel-default > .panel-heading {
	background-color: #000;
	background: rgba(0,0,0,0.5);
	color:#eee !important;
	border-color: #333 !important;
}
.panel-footer{
	background: rgba(0,0,0,0.7);
	border-top: 1px solid #333;
}


/*PAGINATION*/
.pagination>li>a, .pagination>li>span { 
   
   margin: 0px;
   background: rgba(1,1,1, 0.7);
   border-color: #ccc;
   color: #ddd;
}

.pagination>li.active>a, .pagination>li.active>a:hover { 
   background-color: #074e5f;
   border: 2px solid #bbb;
}


/*TIMELINE*/
.timeline-li{
	
}
.widget {
float: left;
margin-top: 0px;
padding: 0px 30px;
width: 100%;
}

.timeline-sec {
float: left;
width: 100%;
}
.timeline-sec > ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}

.timeline-sec > ul:before {
background: none repeat scroll 0 0 #fafafa;
content: "";
height: 100%;
left: 22px;
position: absolute;
top: 0;
width: 2px;
}
.timeline-sec > ul > li {
float: left;
margin-bottom: 30px;
position: relative;
width: 100%;
}

.timeline {
float: left;
padding-left: 70px;
position: relative;
width: 100%;
}

.user-timeline {
left: 0;
position: absolute;
top: 0;
width: 70px;
}

.user-timeline > span {
float: left;
position: relative;
width: 100%;
}

.user-timeline > span > img {
border: 3px solid #f5f5f5;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
height: 45px;
overflow: hidden;
width: 45px;
}

.timeline-detail {
background: rgba(1,1,1, 0.4);
float: left;
position: relative;
width: 100%;
border-radius: 10px;
}

.timeline-detail:before {
border-bottom: 8px solid transparent;
border-right: 8px solid rgba(1,1,1, 0.9);
border-top: 8px solid transparent;
content: "";
left: -7px;
position: absolute;
top: 12px;
}
.timeline-head {
background: rgba(1,1,1, 0.5);
float: left;
width: 100%;
border-radius: 10px 10px 0 0;
}

.timeline-head > h3 {
color: #ddd;
float: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.3px;
line-height: 22px;
margin: 0;
padding: 9px 0 9px 20px;
text-transform: uppercase;
}

.timeline-head > h3 > span {
color: #999999;
font-size: 11px;
letter-spacing: 0.3px;
margin-left: 20px;
margin-right: 12px;
}
.timeline-head > h3 > i {
font-family: Lato;
font-size: 11px;
font-style: normal;
letter-spacing: 0.3px;
padding: 2px 6px;
}
.red, .support-ticket .removed, .edit-remove > li > .remove, .friend-list li > span.offline:before {
background: -moz-linear-gradient(top, #ff5959 0%, #ff3b3b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3b3b), color-stop(100%,#f9f9f9));
background: -webkit-linear-gradient(top, #ff5959 0%,#ff3b3b 100%);
background: -o-linear-gradient(top, #ff5959 0%,#ff3b3b 100%);
background: -ms-linear-gradient(top, #ff5959 0%,#ff3b3b 100%);
background: linear-gradient(to bottom, #ff5959 0%,#ff3b3b 100%);
color: #fff;
}
.social-share {
float: right;
padding: 8px;
position: relative;
}
.social-share > a {
background: none repeat scroll 0 0 #fff;
color: #777777;
cursor: pointer;
float: right;
height: 25px;
line-height: 25px;
text-align: center;
width: 25px;
position: relative;
}
.social-btns {
float: right;
list-style: outside none none;
margin: -35px 0 0;
padding: 0;
}
.social-share > .social-btns {
margin: 0;
opacity: 0;
position: absolute;
top: 100%;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
width: 25px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.social-share > .social-btns > li {
float: left;
margin: 0 0 2px;
width: 100%;
}
.social-btns > li {
float: right;
list-style: outside none none;
margin-left: 6px;
}

.social-btns > li > a {
float: left;
}
.social-share > .social-btns > li > a > i {
font-size: 13px;
height: 25px;
line-height: 25px;
width: 25px;
}
.social-btns > li > a > i.ti-facebook {
background: none repeat scroll 0 0 #3b5998;
}
.social-btns > li > a > i {
color: #fff;
float: left;
font-size: 16px;
height: 31px;
line-height: 31px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 31px;
}

.timeline-content {
float: left;
padding: 15px 20px;
width: 100%;
}

.post-reply > textarea {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
color: #888888;
float: left;
font-family: Roboto;
font-size: 13px;
height: 36px;
letter-spacing: 0.3px;
padding: 7px 45px 7px 19px;
resize: vertical;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}

.progress.w-tooltip > .progress-bar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
position: relative;
}
.purple, .menu ul li:hover > a, .support-ticket .new, .toggle-switch span:before, .actionBar > a.buttonFinish, .error-sec ul > li:before {
background: -moz-linear-gradient(top, #8a7aff 0%, #715eff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#715eff), color-stop(100%,#f9f9f9));
background: -webkit-linear-gradient(top, #8a7aff 0%,#715eff 100%);
background: -o-linear-gradient(top, #8a7aff 0%,#715eff 100%);
background: -ms-linear-gradient(top, #8a7aff 0%,#715eff 100%);
background: linear-gradient(to bottom, #8a7aff 0%,#715eff 100%);
color: #fff;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
box-shadow: none;
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}

.timeline-gallery {
float: left;
margin-top: 15px;
width: 100%;
}
.timeline-gallery > ul {
float: left;
list-style: none outside none;
margin: -10px 0 0;
padding: 0;
width: 100%;
}
.timeline-gallery > ul > li {
float: left;
margin-right: 10px;
margin-top: 10px;
}

.timeline-gallery > ul > li > a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
overflow: hidden;
position: relative;
width: 100%;
}

.timeline-gallery > ul > li > a:before {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90%;
left: 5%;
opacity: 0;
position: absolute;
top: 5%;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 90%;
}

.timeline-gallery > ul > li > a i {
color: #fff;
left: 0;
margin-top: -5px;
opacity: 0;
position: absolute;
text-align: center;
top: 50%;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
z-index: 9;
}

.timeline-gallery > ul > li > a > img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
width: 70px;
height:70px;
}
.post-reply {
background: none repeat scroll 0 0 #ffffff;
float: left;
margin-top: 11px;
position: relative;
width: 100%;
}
.timeline-content > .btn-group {
float: left;
margin-top: 15px;
width: 100%;
}
.green, .support-ticket .done, .edit-remove > li > .edit, .toggle-switch *:checked + span:before, .friend-list li > span.online:before {
background: -moz-linear-gradient(top, #0fce33 0%, #07bf29 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07bf29), color-stop(100%,#f9f9f9));
background: -webkit-linear-gradient(top, #0fce33 0%,#07bf29 100%);
background: -o-linear-gradient(top, #0fce33 0%,#07bf29 100%);
background: -ms-linear-gradient(top, #0fce33 0%,#07bf29 100%);
background: linear-gradient(to bottom, #0fce33 0%,#07bf29 100%);
color: #fff;
}
.timeline-content > .btn-group > label {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
font-family: Roboto;
font-size: 11px;
letter-spacing: 0.3px;
padding: 2px 8px;
}
.post-reply > i {
color: #999999;
font-size: 14px;
margin-top: -7px;
position: absolute;
right: 13px;
top: 50%;
}

.timeline-gallery > ul > li > a:hover:before {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.timeline-gallery > ul > li > a:before {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90%;
left: 5%;
opacity: 0;
position: absolute;
top: 5%;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 90%;
}
/*TICKET*/
.ticket-img-state{
   height:20px;
   width: 20px;
   margin-right: 8px;
}
.ticket-create-head{
	color:#aaa;
	font-size: 16px;
	margin-left: 2px;
}
.create-ticket{
	display:none;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	margin-bottom: 15px;
}
.ticket-control{
	background: rgba(0,0,0,0.1) !important;
	border: 1px solid #333;
}
.translite-msg{
	position: relative;
}
.ticket-invoice{
	position: relative;
	top: 6px;
	left: 5px;
}
.translite-msg img{
	height: 32px;
	margin-top:5px
}
.quick-ticket{
	float:right;
	display: inline-block;
	margin-top: 10px;
}
.quick_label{
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 18px;
	color: #ccc;
	font-weight: normal;
}
.quick_select{
	display: inline-block;
}
.quick_edit{
	display: inline-block;
}
.chats-row { height: 100%; }
.chats-row div { 
    height: 50%;
    border: 1px solid #333;
    padding: 0px; 
}
.ticket-theme{
	margin-top: -1px;
	margin-bottom: -1px;
}
.ticket-theme a{
	text-decoration: none;
	color: #bbb;
}
.panel-heading:hover{
	cursor: pointer;
	background: rgba(3,3,3,0.4) !important;
	color: #eee;
}
.new-msg{
	color:#ccc
}
.ticket-user{
	display: inline-block;
    padding-right: 20px;
    width: 150px;
    color:#24b8f0;
    margin-top: 2px;
}
.ticket-last{
	padding-right: 20px;
	width: 150px;
	float: left;
	color: #45f402;
    margin-top: 2px;
}
.user-moderate{
	color:#e60000;
}
.ticket-data{
	margin-bottom: -15px;
}
.ticket-title-right{
	float:right;
	position: relative;
	top:-18px;
	font-size: 12px;
}
.ticket-theme i{
	margin-right: 15px;
}
.ticket-remove{
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
	color:#de4f0a;
	font-size: 16px;
}
.ticket-remove:hover{
	color:#4e4e4e;
	text-decoration: none;
}
.text-muted{
	color:#aaa
}
.ticket-img{
	width: 24px;
	height: 24px;
}
.current-ticket{
  background: rgba(0,0,0,0.5);
  border-radius: 16px
}
.list-group-item {
    border: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    
}
.list-group-item:first-child {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.current-ticket { 
    height: 100%; 
    border: 1px solid #333;
}
.ticket-toolbar-row {
    background: rgba(0,0,0,0.5) !important;
}
.cticket-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}
.current-ticket-area {
    padding-top: 10px;
    overflow: auto;
    height: 100%;
}
.current-ticket-footer {
    position: absolute;
    bottom: 0;
    
}
.media-object{
   height:48px;
   width: 48px;
}






































/*CHAT*/
.chat_time{
	font-size:11px;
}
#chat-moder, #chat-admin  {
    background-color: #05ada9;
    border-radius: 0.5rem;
    color: #fff;
    padding-left: 0.3em;
    padding-right: 0.3em;
	position: absolute;
	top:0px;
	left:15px;
	z-index: 9999;
}
#chat-moder, #chat-admin  {
    -webkit-animation: rainbow 2s linear 1s infinite;
	-moz-animation: rainbow 2s linear 1s infinite;
	-ms-animation: rainbow 2s linear 1s infinite;
	-o-animation: rainbow 2s linear 1s infinite;
	animation: rainbow 2s linear 1s infinite;
}
.chat-open{
	color:#09a2e3 !important;
}
.chats-fq{
	color:#338b03
}
.chat_container{
	height: 510px;
	border: 2px solid #444;
	overflow: hidden;
}
.chat_sidebar{
	background: rgba(0,0,0,0.8);
	height: 100%;
	border-right: 2px solid #444;
}
.message_section{
	
}
 #custom-search-input {
  background: rgba(0,0,0,0.6);
  margin: 0;
  padding: 10px;
  height: 56px;
  color:eee;
}
   #custom-search-input button {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   border: 0 none;
   border-radius: 3px;
   color: #eee;
   margin-bottom: 0;
   margin-top: 2px;
   margin-right: 3px;
   padding: 2px 5px;
   position: absolute;
   right: 0;
   z-index: 9999;
   font-size: 20px;
   color:#0a8ee7;
   }
#custom-search-input span {
   font-size: 16px;
   position: absolute;
   top:15px;
   color: #eee;
}
   
   .search-query:focus + button {
   z-index: 3;   
   }
   .all_conversation button {
   background: #f5f3f3 none repeat scroll 0 0;
   border: 1px solid #dddddd;
   height: 38px;
   text-align: left;
   width: 100%;
   }
   .all_conversation i {
   background: #e9e7e8 none repeat scroll 0 0;
   border-radius: 100px;
   color: #636363;
   font-size: 17px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   }
   .all_conversation .caret {
   bottom: 0;
   margin: auto;
   position: absolute;
   right: 15px;
   top: 0;
   }
   .all_conversation .dropdown-menu {
   background: #f5f3f3 none repeat scroll 0 0;
   border-radius: 0;
   margin-top: 0;
   padding: 0;
   width: 100%;
   }
   .all_conversation ul li {
   border-bottom: 1px solid #dddddd;
   line-height: normal;
   width: 100%;
   }
   .all_conversation ul li a:hover {
   background: #dddddd none repeat scroll 0 0;
   color:#333;
   }
   .all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}
   .member_list .chat-body {
   margin-left: 47px;
   margin-top: 0;
   }
   .top_nav {
   overflow: visible;
   }
   .member_list .contact_sec {
   margin-top: 3px;
   }
   .member_list li {
   padding: 6px;
   }
   .member_list ul {
   border: 1px solid #555;
   }
   .chat-img img {
   height: 34px;
   width: 34px;
   }
   .member_list li {
   border-bottom: 1px solid #333;
   padding: 6px;
   }
   .member_list li:last-child {
   border-bottom:none;
   }
   .member_list {
   height: 380px;
   overflow-x: hidden;
   overflow-y: auto;
   }
   .sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: rgba(0,0,0,0.6);
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
  border: 1px solid #444;
}
.message_section {
  border: 1px solid #444;
  background: rgba(0,0,0, 0.5);
}
.chat_area {
  float: left;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body1 {
  margin-left: 50px;
}
.chat-body1 p {
  background: rgba(0,0,0,0.6);
  padding: 10px;
}
.chat_area .admin_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.message_write {
  background: rgba(0,0,0,0.4);
  float: left;
  padding: 15px;
  width: 100%;
  height: 150px
}
.message_write textarea.form-control {
  height: 70px;
  padding: 10px;
  resize: none;
}
.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}
.upload_btn {
  color: #777777;
}
.sub_menu_ > li a, .sub_menu_ > li {
  float: left;
  width:100%;
}
.member_list li:hover {
  background: #1c4162 none repeat scroll 0 0;
  opacity: 0.9;
  color: #fff;
  cursor:pointer;
}
.member_list li.active {
  background: #1c4162 none repeat scroll 0 0;
  color: #fff;
  cursor:pointer;
}




.p-icon-0{
	color: #fd8813;
}
.p-icon-1{
	color: #379ffd;
}
.p-icon-2{
	color: #42bdd2;
}
.p-icon-3{
	color: #81f255;
}
.p-icon-4{
	color: #03b0c9;
}
.p-icon-5{
	color: #2093fb;
}
.p-icon-6{
	color: #04c8b9;
}
.p-icon-7{
	color: #87ea1a;
}
.p-icon-8{
	color: #f82f1f;
}
.p-icon-9{
	color: #32cf69;
}
.p-icon-10{
	color: #4988c7;
}
#paginate{
	margin-bottom: 40px;
}
#table_contents, .table{
    background: rgba(0,0,0,0.4);
}
.label-dangers-s{
	font-size: 18px;
	color: #f43404;
	font-weight: bold;
}
.uploa-rules{

	padding: 10px;
}
.uploa-rules-head{
	
	padding-bottom: 20px;
}
.uploa-rules-total{
	border-right: 2px solid #999;
}
.user_shoppings {
 position: fixed;
    right: 10px;
    bottom: 10%;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.user_shoppings img{
	width: 48px;
}

.user_shoppings span {
	position : absolute;
	top	: 5px;
	left: 40px;
    color:#023e51;
    font-size: 14px;
    padding-right: .5em;
    padding-left: .5em;
    border-radius: 0.7rem;
    font-family: 'Tahoma';
    background-color: #065471;
    color:#eee;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #333;
}
.table-bordered {
    border: 1px solid #333;
}
.funds-totals{
	border: 2px solid #555;
	padding: 5px;
	margin-bottom: 1px;
}
.td-denter{
	text-align: center;
}
.tots-amount{
	border: 1px solid #555;
	background: rgba(0,0,0,0.4);
}
.tots-amount-head{
	border-bottom: 2px solid #555;
	font-size: 20px;
	color:#f79e1a;
	text-align: center;
}
.tots-amount-body{
	font-size: 20px;
	color:#61de0e;
	text-align: center;
}
.send-amount{
	border: 2px solid #555;
	padding: 1px;
	margin-top: 10px;
}
.send-amount-head{
	font-size: 16px;
	text-align: center;
	color:#f79e1a;
	font-weight: bold;
	border: 2px solid #555;
	background: rgba(0,0,0,0.7);
}
.send-amount-body{
	border: 1px solid #555;
	 background: rgba(0,0,0,0.7);
	padding:10px;
}
.table-bl{
	border: 2px solid #555;
}
.ic-refresh{
	font-size: 16px;
}
.node-tree:hover:not(.node-disables){
	background-color: #444 !important;
}
#check_result{
	font-size: 16px;
	font-weight: bold;
}
#check_good{
	color:#32b1f5;
}
#check_bad{
	color:#fd2b2b;
}
#check_offline{
	color:#f85b07;
}
#check_error{
	color:#fd2b2b;
}
table.check_result_table{
	padding-top: 10px;
	padding-bottom: -10px;
}
table.check_result_table tr td{
	margin: 5px;
}
table.check_result_table tr td:nth-child(1){
	text-align: right;
	padding-right: 5px;
	width: 60px;
}

.accs_check_good{
	color:#1cb5f7;
}
.accs_check_bad{
	color:#ff0000;
}
.accs_check_error{
	color:#f89816;
}
.accs_check_offline{
	color:#ff4f53;
}
.table_accs_state{
	border: 2px solid #333;
}
.table_accs_state tr td{
	padding-left:  5px;
	padding-right:  5px;
	font-size: 11px;
}
.table_accs_state tr td:nth-child(odd){
	border-left: 1px solid #333;
}
.table_accs_state tr{
    border-bottom: 1px solid #333;
    margin-left: 10px;
}
#full_fraud{
	color:#eee;
}
#screenshot-ok{
	position: relative;
	top: 2px;
}
.list-group li{
	 background: rgba(0,0,0,0.7);
	color:#eee;
	border:  1px solid #333;
}
.rdp-check-state{
	color:#eee;
	border-radius:10px; 
	height: 100%;
	padding:5px;
}
.quick_label{
	font-size:16px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.quick_select{
	float: left;
}
.btn-price{
	padding: 4px;
	font-weight: bold;
	height: 28px;
	width: 30px;
	margin-left: 3px;;
}
.sel-plus{
	color:#f9522f !important;
}
.sel-minus{
	color:#2989f3 !important;
}
.btn-default.focus, .btn-default:focus , .btn-default:hover{
    background-color: #222;
    border-color: #777;
    color: #eee;
}
.bs-searchbox input{
    height: 28px;
    font-size: 12px;
	background-color: #222;
	border: 1px solid #777;
	background: rgba(0,0,0,0.2);
}
.btn-default.active, 
.btn-default:active, 
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #333;
    border-color: #777;
    color: #333;
}


table.seller-state-table tbody tr, 
table.seller-state-table thead tr th{
	font-size: 14px;
}
.seller_total_state table tr td {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	color: #ccc;
}
.seller_total_state table tr:last-child td{
	border-bottom: 1px solid #555;
}
.seller_total_state{
	margin-top: 20px;
}

.label-dangers{
  padding-right: .5em;
  padding-left: .5em;
  color:#f8592c;
}
.label-primarys{
  padding-right: .5em;
  padding-left: .5em;
  color:#6bfa47;
}
.label-successs{
  padding-right: .5em;
  padding-left: .5em;
  color:#4693fb;
}
.deals-notify{
	margin-top: 5px
}
.deals-lang{
	position: absolute;
	left: 10px;
}
.label-deals{
  padding-right: .5em;
  padding-left: .5em;
  color:#cacaca;
  font-size: 14px;
}
.search-panel-seller-state{

	border: 2px solid #555;
	border-radius: 3px;
	padding-bottom: 22px;
	padding-top: 4px;
	background-color: #333;
	padding-left: 20px;
	padding-right: 20px;
}
.refound-sel-state{
	color:#f8592c;
}
.translite{
	float: right;
	cursor: pointer;
}
.translite-msg{
	cursor: pointer;
}
.testing-user-list{
	font-weight: bold;
	margin-left: 5px;
	color:#1eacf9;
	font-size: 14px;
}
.user_testing{
	color:#25f869;
	padding-right: .5em;
    padding-left: .5em;
    border-radius: 0.5rem;
    font-family: 'Tahoma';
    background-color: #222;
    border: 1px solid #c6c6c6;
    margin-top: 2px;
}
.user_testing a{
	color:#f86925;
	margin-left: 5px;
}
.statistics-total{
	color:#60d7f4;
	margin-left: 8px;
	margin-top: -5px;
}
.statistics-sales{
	margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-bottom: 20px;
}
.modal-title-ip-check img{
	height: 24px;
}
.modal-title-ip-check span{
	margin-left: 10px;
	font-size: 16px;
	position: relative;
	top:3px;
}
.user_messages{
	color:#fcaf63;
	font-size: 16px;
}
.user_messages a{
	color:#2ca0f8;
}
.msg-title{
	color:#54f350;
}
.no-new-t{
	opacity: 0.8;
}


.settint_enable{
	border-bottom: 1px solid #555;
	margin-top: 5px;
}
.shops_enabled{
	font-size: 14px;
	font-weight: bold;
	color:#eee;
}
.automatic_label{
	color:#999;
}

.recovery_accs{
	border-bottom: 1px solid #555;
}
.recovery_title{
	color:#eee;
}
.recovery_class{
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
}
.recovery_title a{
	color:#999;
	position: relative;
	top: -1px;
}
.backuo_title{
	color:#eee;
}
.backuo_state{
	color:#6bf968;
	margin-left: 10px;
	font-weight: bold;
}
.backuo_state span{
	color:#eee;
}
#notify_alert > .modal-dialog > .modal-content > .modal-footer {
	padding: 3px;
}
#notify_alert > .modal-dialog > .modal-content >.modal-header {
    padding: 3px;
    font-size: 14px;
    color:#aaa;
}
/*upload info*/
.modal-title{
	text-align: center;
}
.upload_added{
	font-size: 16px;
	color:#ddd;
	margin-left:6px;
	margin-top: 1px solid #777;
}
.upload_added span{
	margin-left:5px;
	color:#0f93d2;
	font-weight: bold;
}
.upload_already{
	font-size: 16px;
	color:#ddd;
}
.upload_already span{
	margin-left:5px;
	color:#fa5a0e;
	font-weight: bold;
}

.cc_disable > td {
   background-color: rgba(255,0,0,0.2) !important;   
}

.by_disable > td {
  position: relative;   
}
.by_disable > td:after {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0,0,0,0.3);   
   content: "";
}
.close, .close:focus, .close:hover {
    color: #fff !important; 
}

/*paginator*/
#paginate{
	float: right;
}



/* Statistic Style */
.state-font{
    color: #f1f1f1;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    margin-bottom: 8px;
    margin-left: 4px;
    font-weight: bold;
    text-shadow: #f7b155 0 0 4px;
    text-align: center;
}
.state-scroll {
   height: 410px;
   overflow-y: auto;
   overflow-x: hidden;
   text-overflow: ellipsis;
   margin-top: -10px;
   margin-bottom: 10px;
}
.state-scroll::-webkit-scrollbar {
    width: 12px;
}
.state-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    border-radius: 10px;
}
.state-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
}
.statistic-date div{
	width: 120px;
	float: right;
}
.statistic-date a{
	width: 120px;
	margin-top: -10px;
	float: right;
}
.plus-buy{
	text-decoration:none !important;
	font-size:14px;
	color:#2ee014;	
}
.cart-buy{
	text-decoration:none !important;
	font-size:18px;
	color:#FA6B1F;	
}
.bst{
	font-size: 16px;
}
#users-balance{
	font-family: 'Lemonada';
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 6px;
	/*color:#78aaed*/
}
#users-balance img{
	margin-right: 5px;
}
.img-trans-off{
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-top: -2px;
}
.users-user img{
	height: 27px;
}
.users-user img:hover{
	-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.user-cart img{
	height: 29px;
}
.user-ticket img{
	height: 29px;
}
.user-ticket img:hover{
	-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.user-cart img:hover{
	-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*ip check*/
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color:#222;
    color: #eee;
}
.panel-default>.panel-heading {
    color: #eee;
    background-color: #222;
    border-color: #222;
    
}
.ip-red{
	color:#faa741;
}
.ip-blue{
	color:#50b1f3;
}
/*payment*/
.bitcoin-status-paid{
	color:#5197f7;
}
.bitcoin-status-not-paid{
	color:#f97d3c;
}
.bitcoin-status-user{
	margin-left:4px;
	font-size:12px;
	color:#7ef556;
}
.payment-bonus{
	text-align: center;
	margin-bottom: 15px;
	color:#eee;
	text-shadow:#2589f8 0 0 5px;
	font-size: 14px;
}
.well-bitcoin {
    background-color: #333;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    margin-left: 5px;
    width:320px;
    margin-left: 10px;
}
.payment-btc-usd{
	margin-left:-5px;
	font-size:12px;
	color:#5ecfe8;
}
.payment-blockio{
	color:#39e331;
	margin-left:-5px;
	font-size:14px;
	cursor: pointer;
}


.bootstrap-switch .bootstrap-switch-label {
    color: #333;
    background: #333;
}
/*moderate*/
#ticket_count{
	color:#fff;
	position: absolute;
	top:0px;
	left:15px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #0781DA;
    font-size: 13px;
    z-index: 9999;
}
#shopping_count{
	color:#fff;
	position: absolute;
	top:0px;
	left:15px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #0781DA;
    font-size: 13px;
    z-index: 9999;
}
#ticket-new{
	color:#eee;
	position: absolute;
	top:-12px;
	left:15px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #0781DA;
    font-size: 13px;
    z-index: 9999;
}
#event-new, #event-cc-new{
	color:#fff;
	position: absolute;
	top:-15px;
	left:15px;
	border-radius: 0.5rem;
	padding-right: .3em;
    padding-left: .3em;
    background-color: #14b103;
    font-size: 13px;
    z-index: 9999;
}
#moderate-new{
	color:#fff;
	position: absolute;
	top:-12px;
	left:15px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #097595;
    font-size: 13px;
    z-index: 9999;
}
#deals-count{
	color:#eaeaea;
	position: absolute;
	top:-12px;
	left:15px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #ef7b25;
    font-size: 13px;
    z-index: 9999;
}
#ticket-new-admin{
	color:#fff;
	position: absolute;
	top:-15px;
	left:15px;
	border-radius: 0.5rem;
	padding-right: .3em;
    padding-left: .3em;
    background-color: #bc2c01;
    font-size: 13px;
    z-index: 9999;
}
.cart-cout{
	color:#eee;
	position: absolute;
	top:-12px;
	left:25px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #0a687c;
    font-size: 13px;
    z-index: 9999;
}
.cart-couts{
	color:#fff;
	position: relative;
	top: -5px;
	left:5px;
	padding-right: .3em;
    padding-left: .3em;
    border-radius: 0.5rem;
    background-color: #0a687c;
    font-size: 13px;
    z-index: 9999;
}



#event-cc-new, .cart-couts, #ticket-new-admin, #ticket_count, #shopping_count, #ticket-new, #moderate-new, #event-new, #deals-count, .cart-cout{
	-webkit-animation: rainbow 2s linear 1s infinite;
	-moz-animation: rainbow 2s linear 1s infinite;
	-ms-animation: rainbow 2s linear 1s infinite;
	-o-animation: rainbow 2s linear 1s infinite;
	animation: rainbow 2s linear 1s infinite;
}
.moderate-user{
	font-size: 18px;
	margin-top: 5px;
}
.moderate-total-accs{
	font-size: 18px;
	color:#30f314;
}
.moderate-product{
	color:#f58c2e;
}
.moderate-user-enable{
	font-family: 'Tahoma';
	font-size: 12px;
}
/*moderator*/
.moder-user-info{
	border-bottom: 2px solid #777;
	height:29px;
}
.moder-user-info-cart a{
	color:#0de122;
	font-weight: bold;
	border-right: 2px solid #888;
	margin-right:5px;
	padding-right:8px
}
.moder-user-select-name{
	color:#F17707;
	border-right: 2px solid #888;
	margin-right:5px;
	padding-right:8px;
	font-weight:bold;
}
.moder-user-select-name span{
	color:#079FF1;
}
.moder-user-select-bitcoin{
	color:#079FF1;
	font-weight:bold;
	border-right: 2px solid #888;
	margin-right:5px;
	padding-right:8px;
	font-size: 12px;
}
.moder-user-select-bitcoin .status-bitcoin{
	color:#ee8d0b;
}
.moder-user-select-bitcoin .create-bitcoin{
	color:#76dd04;
}
.moder-user-select-bitcoin .usd-bitcoin{
	color:#fa940a;
}
.moder-user-select-bitcoin .btc-bitcoin{
	color:#fa940a;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
    border-top: 1px solid #333;
}
.table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    font-family: 'Lemonada';
    background:rgba(0,0,0,0.6);
		font-size: 13px;
		text-transform: uppercase;
}
.table > tbody > tr > th:nth-child(1) {
    border-left: 1px solid #222;
}
.table > tbody > tr > th:nth-last-child(1) {
    border-right: 1px solid #222;
}
.table > thead > tr > th {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.table { 
  border-collapse: separate;
}
.modal .modal-body {
    overflow-y: auto;
}
.activ{
	background-color: #555;
}

.usr-msg-count{
	text-align: center;
	font-weight: bold;
}
.moder-left{
	border-right: 2px solid #777;
}
.moder-right{
}
.moder-user-list{
	background-color: #333;
	border: 2px solid #777
}
.moder-users-title{
	margin-bottom: 5px;
	color:#29a3f3;
}
.moder-open-user{
	text-decoration:none;
	width: 50px;
	color:#f4920b;
	font-size:11px;
}
.moder-user-update > button{
	float: right;
	height: 22px;
	font-size: 11px;
	padding: 0px 8px 0px;
	margin-bottom:5px;
	margin-left:3px;
	background-color:#333;
	color:#F4920B;
	border: 2px solid #777;
}
/*news*/
.add-news{
	margin-bottom: -17px;
}
#newsMessages{
	overflow-y: scroll; 
	background-color:#ffffff;
}
.row-news{
	border: 2px solid #222;
	margin-top: 20px;
	margin-bottom: 12px;
	/*background-color: #252525;*/
	background: rgba(0,0,0,0.4);
	border-radius: 2px;
}
p.row_heading{
	background: rgba(0,0,0,0.4);
	border-bottom: 1px solid #222;
    font-size: 14px;
    padding: 0 0 6px 2px;
    height:30px;
}
.row_body{
	padding: 10px;
}
.news-edit{
	text-decoration:none;
	font-size:16px;
	color: #53F45B;
	float: right;
	margin-left:5px;
	margin-top:9px;
	margin-right:5px;
}
.news-delete{
	text-decoration:none;
	font-size:14px;
	color: #ccc;
	float: right;
	margin-top:9px;
	margin-right:8px;
	color:#FC584B;
}
.news_title{
	text-decoration:none;
}
.news-msg-title{
	text-decoration:none;
	position:relative;
	top:5px;
	left:8px;
	color: #ddd;
	font-size: 15px;
}
.news-time{
	text-decoration:none;
	float:right;
	margin-top:5px;
	margin-right:12px;
	font-size: 12px;
	color:#acacac;
}
.redactor_editor, .redactor_editor:focus{
	background: #222 !important; 
	color: #eee !important;
}
/*Shopping-cart*/
.cart-head{
	color:#79b6f9;
}
/*label*/
.label-primary, .label-success, .label-danger, .label-default{
  padding-right: .5em;
  padding-left: .5em;
  border-radius: 0.5rem;
  font-family: 'Tahoma';
  background-color: #222;
  color:#ddd;
  border: 1px solid #888;
  font-size: 10px !important;
}

/*To Top*/
#toTop {
    background: rgba(0, 0, 0, 0) url("../../../resource/img/ui.totop.png") no-repeat scroll left top;
    border: medium none;
    bottom: 10px;
    display: none;
    height: 32px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -999px;
    width: 32px;
}
#toTopHover {
    background: rgba(0, 0, 0, 0) url("../../../resource/img/ui.totop.png") no-repeat scroll left -32px;
    display: block;
    float: left;
    height: 32px;
    opacity: 0;
    overflow: hidden;
    width: 32px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
 hr {
    border: none;
    color: #444;
    background-color: #333; 
    height: 1px;
}
.alert-danger {
    background-color: #333;
    border-color: #555;
    color:#eee;
}
.alert-success {
    background-color: #333;
    border-color: #555;
}
/*ticket*/
.ticket-success{
	background-color: #444;
}
.ticket-active{
	background-color: #383838;
}
.ticket-open{
	color: #5bd72d;
}
#ticketList thead tr td{
	font-size: 14px;
	font-weight: bold;
}
#ticketList tbody tr td{
	font-size: 14px;
}
.soft-key{
	text-align:center;
	cursor:pointer;
	color:#3da5f1;
	font-weight: bold;
}
.soft-download{
	text-align:center;
	cursor:pointer;
	color:#64eb29;
	font-weight: bold;
}
.soft-delete{
	text-align:center;
	cursor:pointer;
	color:red;
	font-weight: bold;
}
.dataTables_filter {display: none;}
.refounds, .refounds td .ibank, .refounds td .ibanks, .refounds td .icards{
	background-color:#35868e;
}
.label-sustom{
  padding-right: .5em;
  padding-left: .5em;
  border-radius: 0.5rem;
  font-family: 'Tahoma';
  background-color: #222;
  color:#eee;
  border: 1px solid #c6c6c6;
  
}
.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; 
    border-radius: 3px;
}
.alert-success{
	/*background-color: #333;*/
	background: rgba(0,0,0,0.4);
    border: 1px solid #aaa;
    color:#ccc;
}
.container-page {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 560px;
}





.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f88947;
    border-color: #555;
    color:#eee !important;
}
.user-del{
	color:#1bade4;
	font-weight: bold;
}
.funds-input{
	background: #222 url("../../../resource/img/green_dollar.png") no-repeat scroll 0 0 !important;
    padding-left: 32px !important;
	float: left;
	width: 120px;
	margin-right: 2px;
	height: 34px;
	color: #ccc;
	font-weight: bold;
}
#blEd{
	margin-left: 10px;
}
.funds-bitcoin {
    background-color: #222;
     background: rgba(0,0,0,0.2);
    border: 1px solid #444;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 5px;
    font-size: 16px;
    margin-left: 5px;
}
.funds-user{
	color:#ccc;
}
.funds-balance{
   margin-left: 4px;
   font-size:20px;
   color:#eee;
   margin-top: -5px;
   position: relative;
   top:3px;
}
a:hover{color: #eee;cursor: pointer;}
a{color: #eee;}
.modal-content{
	background-color: #222;
	background: #000 url("../../../resource/img/n-bg.png") fixed repeat;
    color:#fafafa;
    border: 1px solid #222;
    border-radius: 6px;
}
.btn-def{
	border: 1px solid #222;
	background-color: #222;
	font-size: 12px;
}
.btn-def span{
	margin-top: 5px;
}
.modal-header{
    border-bottom: 1px solid #222;
}
.modal-footer{
    border-top: 1px solid #222 !important;
}
.btn-default{
	background: rgba(0,0,0,0.8);
    color:#fafafa;
    border: 1px solid #555
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background: rgba(1,1,1,0.1);
    border-color: #303030;
    color: #333;
}
.pagination > li > a, .pagination > li > span {
    background: rgba(1,1,1,0.7);
    border: 1px solid #555;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    
}
#balance_type, #currency{
	background-color: #222;
    color:#eee;
}

.rdp-check{
	 width: 16px;
	 margin-left: 20px;
	 margin-bottom: 10px;
}
/*table*/
.h-tab-size-11 tbody{
	font-size: 11px;
}
.h-tab-size-12 tbody{
	font-size: 12px;
}
.h-tab-size-13 tbody{
	font-size: 13px;
}
.h-tab-size-14 tbody{
	font-size: 14px;
}
.h-tab-size-15 tbody{
	font-size: 15px;
}
.h-tab-size-16 tbody{
	font-size: 16px;
}
.tab-yes{
	text-align: center;
	width: 20px;
}
.dataTable{
	/*table-layout:fixed;*/
	width:100%;
}
.tab-actions{
	text-align: center;
	width: 60px;
	font-size: 13px;
}
.tab-seller{
	max-width: 110px;
	font-size: 12px;
	font-weight: bold;
}
.tab-price{
	width: 50px;
	font-weight: bold;
	font-size: 12px;
}
.tab-checked{
	width: 80px;
	text-align: center;
}
.table-tab thead {
    font-size:12px;
    background-color: #333;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
}
.table-tab thead tr th{
   border:0px;
}
.table-tab thead tr{
   border: 2px solid #555;
   
}
.table-tab thead tr th{
	border: 2px solid #eee;
}
/*rdp*/
.rdp-os-name{
	font-size:11px;
	margin-left: 4px;
	color:#eee;
}
.rdp-os-lang{
	font-size:11px;
	margin-left: 4px;
	color:#a7fc74;
}
.rdp-inet{
 	width: 85px;
 	text-align: left;
}
.rdp-cpu-name{
	width: 140px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rdp-browser-img{
	width: 18px;
	margin: 1px;
}
/*input*/
 .s-font{
 	font-size: 12px;
 	height:28px;
 }
 .s-addon{
 	font-size: 12px;
 }
 label {
    margin-bottom: 0px;
    height:11px;
    color: #ccc;
}
 label.checkbox-label input[type=checkbox]{
    
    vertical-align: text-bottom;
}
/*cart*/
.cart-head{
	float:left;
	margin-right:10px;
	font-size: 16px;
    font-family: 'Lemonada', serif;
}
/* Notify */
.alert-notify-success {
	background: rgba(3,3,3,0.95);
	border-radius: 9px;
	border: 1px solid #06c114;
	color: #eee;
	padding: 10px; 
    box-shadow: 0 0 10px rgba(0,0,0,0.96); 
}
.alert-notify-success > [data-notify="icon"] {
	height: 20px;
	margin-right: 12px;
}
.alert-notify-success > [data-notify="message"] {
	font-size: 12px;
}
.alert-notify-warning {
	background: rgba(3,3,3,0.96);
	border-radius: 9px;
	border: 1px solid #f54518;
	color: #f54518;
	padding: 10px; 
    /*border: 1px dashed #ca0000;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.8); 
}
.alert-notify-warning > [data-notify="icon"] {
	height: 20px;
	margin-right: 12px;
}
.alert-notify-warning > [data-notify="message"] {
	font-size: 12px;
}
.min-width{
	min-width: 1150px;
}
/*Search*/
.search-panel{
	margin-bottom: 10px;
	margin-top: 5px;
	border: 2px solid #222;
	border-radius: 8px;
	padding-bottom: 22px;
	padding-top: 4px;
	/*background-color: #333;*/
	background: rgba(0,0,0,0.6);
	padding-left: 20px;
	padding-right: 20px;
	
}
.search-name{
 	margin-top: 19px;
 	font-family: 'Lemonada', cursive;
    font-size:22px;	
 	color:#ccc;
 	max-width: 65px;
 	padding: 0px;
 }
.p-content{
 	margin-top: 1px;
 	border-radius: 8px;
}
#toggleSample{
	margin-top: 11px;
}
.nav-menu{
	margin-bottom:-16px;
}
.dataTables_scrollHead  thead th{
  border: 1px solid #eee;
}

/*loader*/
.loader-lists{
    position: absolute;
    top: -3px;
    right:-30;
    bottom: 0;
    /*margin: auto;*/
}
/*label*/
.label-pill {
  padding-right: .5em;
  padding-left: .5em;
  border-radius: 0.5rem;
  font-size: 9px;
  font-family: 'Tahoma';
  /*background-color: #222;
  color:#eee;
  border: 1px solid #c6c6c6;*/
  
}
.label-pill2 {
  padding-right: .5em;
  padding-left: .5em;
  border-radius: 0.5rem;
  font-size: 9px;
  font-family: 'Tahoma';
}
.btn-upload{
	font-size: 12px;
	height: 22px;
	float: right;
	margin-top: -2px;
	margin-right: 3px;
	min-width: 80px;
}
/*upload*/
.modal {
  text-align: center;
  padding: 0!important;
}
.Button_send_Dialog{
	margin-top: 8px;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*price*/
.p-select{
	height: 25px;
	margin-bottom: 1px;
	float: right;
}
.p-select input[type=text]{
	height: 28px;
	width: 50px;
    font-size: 12px;
}
.p-select select{
	height: 28px;
	font-size: 11px;
	width: 165px;
	text-align: left;
}
.p-select .p-name{
	min-width: 100px;
	text-align: right;
	font-size: 12px;
	/*border: 0px;*/
	font-weight: bold;
}
.p-select .p-name-norm{
	min-width: 225px;
	text-align: right;
	font-size: 12px;
	/*border: 0px;*/
	font-weight: bold;
}
.p-font{
	min-width: 35px;
	font-size: 12px;
}
.p-input{
	font-size: 12px;
}
.price-input-text {
  text-align: right;
  margin-top: 4px;
  color:#e9e9e9;
  font-family: FontAwesome;
  font-size: 14px;
}
.price-input-step {
  margin-bottom: 3px;
}
.price-input-step2 {
  margin-bottom: 5px;
}
#price .modal-dialog{
	width: 380px;
}
#upload_files .modal-dialog{
	width:400px;
	overflow: hidden;
}
#search, #upload_files{
	font-family: 'Lora', serif;
    font-size: 12px;
    color: #9c9c9c;
}

.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn { border-radius: 0 4px 4px 0 }
.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 72px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }
.files-x{
	height: 33px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.up_proc{
	position: relative;
	top: 6px;
}
/*paypal*/
.ibanks{
	float: left;
	margin-left: 3px;
	padding: 5px;
    min-width: 80px;
	border-radius: 8px;
    background-color: #1d1d1d;
    margin-bottom: 2px;	
    border: 1px solid #444;
    color:#ccc;
}
.ibanks-conf{
	margin-top: -4px;
	border-bottom: 1px solid #444;
	text-align: center;
	font-size: 10px;
	color:#ddd;
}
.ibanks-name{
	/*text-shadow: #8cb6f4 0 0 1px;*/
	text-align: center;
}
.ibanks-accs{
	text-align: center;
}
.ibanks-info{
	margin-top: 3px;
	font-size: 10px;
	text-align: center;
}	
.ibank{
	padding: 4px;
	border-radius: 8px;
	width: 140px;
    height: 55px;
    background-color: #1d1d1d;
    margin-bottom: 2px;	
    border: 1px solid #444;
}
.ibank-conf{
	margin-top: -4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #444;
	width: 130px;
	text-align: center;
	font-size: 10px;
	color:#67d8d8;
}
.ibank-name{
	text-align: center;
	width: 140px;
}
.ibank-accs{
	text-align: center;
}
.ibank-info{
	margin-top: 3px;
	font-size: 10px;
	text-align: center;
}	
.icards{
	padding: 4px;
	border-radius: 8px;
	width: 90px;
    height: 55px;
    background-color: #1d1d1d;
    margin-bottom: 2px;
    border: 1px solid #444;
}
.icards-s{
	padding: 4px;
	border-radius: 4px;
	width: 90px;
    height: 40px;
    background-color: #333;
    margin-bottom: 2px;
}
.icard-type{
	float: left;
}
.icard-info{
	margin-left: 5px;
	font-size: 10px;
	float: left;
	text-align: center;
}	
.icard-conf{
	margin-top: -4px;
	margin-bottom:3px;
	border-bottom: 1px solid #444;
	width: 80px;
	text-align: center;
	font-size: 10px;
	color:#67d8d8;
}
.inocard{
	color:#666;
	text-align:center;
}
/*AjaxLoader*/
.loaders{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 50px;
}
/*theme select*/
.theme-check{
	margin-left: 16px;
	background-image:url('../../../resource/img/ok2.png');
	background-repeat:no-repeat;
    background-position:0px 5px;
}
.theme-no-check{
	margin-left: 16px;
}
/* Timeline */
/*.timeline {
	border-left: 3px solid #777;
	padding-left: 16px;
	margin-left: 100px;
}
.timeline-info {
	position: absolute;
	top: 0;
	left: -136px;
	text-align: center;
}
.timeline-info time {
	padding: 5px 30px;
	font-style: italic;
	color: #ccc;
}*/
.blg-summary {
	margin-bottom: 50px;
	position: relative;
}
.blg-summary:last-child {
	margin-bottom: 10px;
}
.new-t:after {
	content: "NEW!";
	font-size: 0.6em;
	color: #fff;
	background: #fba735;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.reply:after{
	content: "NEW REPLY!";
	font-size: 0.6em;
	color: #fff;
	background: #fba735;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.reply-yes:after{
	content: "ANSWERED!";
	font-size: 0.6em;
	color: #fff;
	background: #24cc06;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.closed:after{
	content: "CLOSE!";
	font-size: 0.6em;
	color: #fff;
	background: #067bd2;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.not-reply:after{
	content: "NO REPLY!";
	font-size: 0.6em;
	color: #fff;
	background: #06bb06;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.mark-ready:after{
	content: "MARK READY!";
	font-size: 0.6em;
	color: #fff;
	background: #24cc06;
	padding: 3px 8px;
	margin-left: 8px;
	vertical-align: super;
	border-radius: 6px;
	border: 1px solid #555;
	font-size:12px;
}
.reply {
	-webkit-animation: rainbow 2s linear 1s infinite;
	-moz-animation: rainbow 2s linear 1s infinite;
	-ms-animation: rainbow 2s linear 1s infinite;
	-o-animation: rainbow 2s linear 1s infinite;
	animation: rainbow 2s linear 1s infinite;
}
.new-t {
	-webkit-animation: rainbow 2s linear 1s infinite;
	-moz-animation: rainbow 2s linear 1s infinite;
	-ms-animation: rainbow 2s linear 1s infinite;
	-o-animation: rainbow 2s linear 1s infinite;
	animation: rainbow 2s linear 1s infinite;
}
@-webkit-keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.5}
100% {opacity: 1} 
}
@-moz-keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.5}
100% {opacity: 1}  
}
@-o-keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.5}
100% {opacity: 1}  
}
@-ms-keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.5}
100% {opacity: 1}  
}
@keyframes rainbow {
0% {opacity: 1}
50% {opacity: 0.5}
100% {opacity: 1}  
}




.hidden-xs {
	display: block !important;
}
.list-inline > li:first-child {
	padding-left: 0;
}

/*ticket*/
.tck-title{
	color:#78a0f5;
}
.tck-title2{
	color:#6db3f1;
}
.tck2{
  color: #ccc;
}
.tck-del{
	color:#fc4d3f;
}
.tck-close{
	color:#fbb522;
}
.tck-ready{
	color:#67fa43;
}
.tck-usr{
	color:#5cdcd6;
}
.tck-usr2{
	color:#3ff13f;
}
.tck-msg{
	color:#44e89a;
}


.ticket-theme{
	color:#23a2f5;
}
.close-ticket{
	color:#fba735;
}
.mark-ready-ticket{
	color:#0b97f4;
}
.delete-ticket{
	color:#ff3131;
}
.time-last-ticket{
	color:#bbb;
}
.ticket-m-l{
    border-right: 2px solid #777;
    padding: 10px 20px;	
}
.ticket-m-r{
    border-left: 2px solid #777;
    padding: 10px 20px;	
}

.ticket-content{
	padding-left: 40px;
	padding-right: 40px;
}
.msg-del-r{
	position: relative;
	top: 10px;
	left: 20px;
}
.msg-del-l{
	position: relative;
	top: 10px;
	left: -20px;
}
.fc_msgs {
    background: rgba(0,0,0,0.4);
    
    border: 1px solid #333;
    border-radius: 8px;
    margin-left: 32px;
    max-width: 750px;
    overflow: hidden;
    padding: 8px 12px 6px 12px;
    margin-right: 8px;
    word-wrap: break-word;
}
.fl_l {
    float: left;
    font-size:16px;
}
.fl_r {
    float: right;
    font-size:16px;
}
.fc_msgs_out .fc_msgs {
    background: rgba(0,0,0,0.4);
    border: 1px solid #333;
}
.fc_msgs_wrap {
    clear: both;
    padding: 3px 24px 3px 4px;
    position: relative;
}
.fc_out_msg_arr {
    bottom: 12px;
    height: 9px;
    position: absolute;
    right: 16px;
    width: 5px;
    content:" ";
    border-color:transparent;
    border-style:solid;
    border-width:8px 8px 8px;
    border-left-color:#555;
}
.fc_msgs_out .fc_msgs_date {
    color: #a8b0b9;
}
.fc_msgs_date {
    color: #adadad;
    font-size: 0.8em;
    padding: 4px 2px 0 5px;
}
.fc_in_msg_arr {
    background-position: -117px 0;
    bottom: 12px;
    height: 9px;
    left: 20px;
    position: absolute;
    width: 5px;
    content:" ";
    border-color:transparent;
    border-style:solid;
    border-width:8px 8px 8px;
    border-right-color:#555;
}
.clear {
    clear: both;
    float: none;
}
a.fc_msgs_author {
    border-radius: 2px;
    bottom: 4px;
    display: block;
    height: 25px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 25px;
}
.td-center{
	text-align: center;
}
.ticket-user-l{
    position: relative;
	top:-6px;
	left: -32px;
}
.ticket-user-l a{
	color:#e87706;
	text-decoration: none;
}
.dial-user{
   font-size: 11px;
   color:#aaa;
}










/*AjaxLoader*/
#fountainTextG{
	width:390px;
	margin:auto;
}

.fountainTextG{
	color:rgb(0,0,0);
	font-family:Arial;
	font-size:41px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	float:left;
	color:#adfb97;
	animation-name:bounce_fountainTextG;
		-o-animation-name:bounce_fountainTextG;
		-ms-animation-name:bounce_fountainTextG;
		-webkit-animation-name:bounce_fountainTextG;
		-moz-animation-name:bounce_fountainTextG;
	animation-duration:2.09s;
		-o-animation-duration:2.09s;
		-ms-animation-duration:2.09s;
		-webkit-animation-duration:2.09s;
		-moz-animation-duration:2.09s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.5);
		-o-transform:scale(.5);
		-ms-transform:scale(.5);
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
}#fountainTextG_1{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
#fountainTextG_2{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#fountainTextG_3{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#fountainTextG_4{
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
#fountainTextG_5{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
#fountainTextG_6{
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
#fountainTextG_7{
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}




@keyframes bounce_fountainTextG{
	0%{
		transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainTextG{
	0%{
		-o-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-o-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainTextG{
	0%{
		-ms-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-ms-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainTextG{
	0%{
		-webkit-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-webkit-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainTextG{
	0%{
		-moz-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-moz-transform:scale(.5);
		color:rgb(255,255,255);
	}
}


/*paginator*/
ul.simple-pagination {
	list-style: none;
}
.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}
.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}
.ellipse input {
	width: 3em;
}
.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	background: rgba(1,1,1,0.8);
	cursor: pointer;
}
.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}
.dark-theme .current {
	background: #000;
	color: #68adec;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	cursor: default;
}
.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}




/*Responsible table*/
.show-rows-added{
	background-color: #303030;
	border-left: 2px solid #555;	
	border-right: 2px solid #555;
	border-bottom: 3px solid #555;
	display: none;
}
tr.show-rows-added:hover{
	display: block;
}
.show-rows{
	display: table;
	background-color: #303030;
	border: 1px solid #777;
}
.show-rows-content{
	display: table-row;
    line-height: 1.5em;
    width:100%;

}
.show-rows-name{
	display: table-cell;
    font-weight: bold;
    padding-right: 15px;
    padding-left:8px;
    margin: 5px;
    font-size: 12px;
    
}
.show-rows-value{
	display: table-cell;
	padding-left: 15px;
	padding-right:8px;
	margin: 5px;
}
.row-info-show{
	cursor: pointer; 
	color: #4ac4d9;
}
.popover-content {
    padding: 1px;
}

.popover {
    font-size: 14px;
    background-color: #555;
    border: 1px solid #777;
    border-radius:5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.6);
    box-shadow: 0 5px 10px rgba(0,0,0,.6);
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #555;
    border-bottom-width: 0;
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #555;
}

/*navbar mob*/
.mob-menu{
    font-family: 'Lemonada';
	font-size: 12px;
	font-weight: bold;
}
.mob-menu:hover, 
button.navbar-toggle:hover, 
button.navbar-toggle:focus{
	 background-color: #333 !important;
	 color:#eee;

}
.navbar-default .navbar-toggle {
    border-color: #555;
}
.navbar-toggle {
    border: 2px solid transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #555;
}
@media screen and (max-width:767px){
    .navbar .navbar-collapse {
        margin: 0;
    }
    
    .navbar-nav.nav-pills {
        margin: 4.5px -5px;
    }
}
.nav-pills{
	margin-right:10px;
}
.navbar-nav2{
	margin-top: 3px;
}


/*dropdown*/
.dropdown-menu{
	border: 1px solid #222;
	background-color: #333;
	/*overflow: hidden;*/
	border-color: rgba(3,3,3,0.4);
}
.dropdown-menu > li > a{
	color: #ccc;
	font-size: 13px;
}
.dropdown-menu .divider {
    background-color: rgba(3,3,3,0.4);
    margin-bottom:0px;
}
.dropdown-menu > li > a:hover {
    background: rgba(33, 33, 33, 0.95) none repeat scroll 0 0;
    color: #4a8ca2 !important;
    
}
.dropdown-menu > li{
	overflow: hidden;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:10;
    right:100%;
    margin-top:-6px;
    margin-left:2px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
    left:-158px;
    
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:none;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px;
    border-right-color:#ccc;
    margin-top:-15px;
    margin-left:-17px;
    margin-bottom: 5px;
}
.dropdown-submenu:hover>a:after {
    border-right-color:#ffffff;
}

li.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu{
    top:0;
    right:100%;
    margin-top:-6px;
    margin-left:2px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
}
.navbar-header > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.navbar-header .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
    background-color: rgba(0,0,0,0.6);
    font-size: 12px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #eee;
    background-color: rgba(0,0,0,1);
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #555;
}
@media (max-width: 500px){
	.navbar-logo{
		display: none;
	}
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
    background: rgba(0,0,0,0);
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: rgba(0,0,0,0);
}

/*dropdown*/
.dropdown-menu{
	border: 1px solid #222;
	background: rgba(33, 33, 33, 0.95) !important;
    
}
.dropdown-menu > li > a{
	color: #ccc;
	font-size: 14px;
	margin-left: -15px !important;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    right:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:none;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px;
    border-right-color:#ccc;
    margin-top:-15px;
    margin-left:-17px;
    margin-bottom: 5px;
}
.dropdown-submenu:hover>a:after {
    border-right-color:#ffffff;
}

