#ban-user-container {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 30px;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
}

#ban-user-container h3 {
	padding-top: 0;
	margin-top: 0;
}

.ver {
	float:right;
	color: #bbb;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 10px 0;
	font-size: .9em;
	line-height: 1;
}

#w3dev-tabs {
    border-bottom: 1px solid #cccccc;
    height: 29px;
}

span.w3dev-banned-status { 
    /*
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('images/sprite.png');
    background-position:14px center;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
    */
    color:#cccccc;
}
span.w3dev-banned-status.active {
    color:#d55555;
}
span.w3dev-banned-user-icon { 
    background-position:0 center;
}

tr.w3dev-banned-user-row {
    background-color: #f2dede!important;
}

#w3dev-tabs li a {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-right: 0;
    position: relative;
    margin: 0;
    margin-bottom: -1px;
    text-decoration: none;
}

#w3dev-tabs li a:active,
#w3dev-tabs li a:hover,
#w3dev-tabs li a:visited,
#w3dev-tabs li a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#w3dev-tabs li a.active {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    outline: 0;
}

#w3dev-tabs li:last-child a {
   border-right: 1px solid #cccccc;
}

#w3dev-tabs,
#w3dev-tabs li { 
    margin: 0; padding: 0;
    list-style: none;
}

#w3dev-tabs li { 
    float: left;
}

.w3dev-tab { padding-top: 10px; }

#w3dev-tabs .w3dev-tab.active { display:block; }

#w3dev-tabs .w3dev-tab.hidden { display:none; }

.icon-ban-user { position:relative;top:-3px;font-size:9px;color:#ccc; }
.icon-ban-user.active,
.icon-ban-user:hover { position:relative;top:-3px;font-size:9px;color:#d55555; }
.icon-warn-user { position:relative;top:-3px;font-size:9px;color:#ccc; }
.icon-warn-user.active,
.icon-warn-user:hover { position:relative;top:-3px;font-size:9px;color:#ecab5e; }
.icon-ban-date-user { position:relative;top:-3px;font-size:9px;color:#ccc; }
.icon-ban-date-user.active,
.icon-ban-date-user:hover { position:relative;top:-3px;font-size:9px;color:#5bc0de; }

.icon-ban-user.hide,
.icon-warn-user.hide,
.icon-ban-date.hide,
.icon-ban-date-user.hide { display: none!important; }

/* jquery confirm modals styling
   --- */
#jconfirm-warn-user textarea,
#jconfirm-ban-user textarea { 

    border: 2px solid #efefef !important;
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}


/* go pro tab on users page 
   --- */
li.go-pro span { color:red; font-weight:600; }
li.go-pro a.active { background-color: red!important; border-color: red!important; }
li.go-pro a.active span { color: #fff!important; }