::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

form#set_language, form#set_site{
	display: inline-block;
}

.suit-tab-files, .suit-tab-images{
	width: 73%
}

#image-list ul {
	list-style-type: none;
	margin: 0;
}

#image-list ul li {
	float: left;
	margin: 5px;
}

.image-actions{
	text-align: right;
}

#image-list input[type='checkbox'] {
	margin:0;
}

#image-list input.position {
	margin: 0;
	padding: 0;
	width: 40px;
}

textarea{
	width: 90%;
}

.btn.btn-delete{
	width: 120px;
}

#result_list .vIntegerField{
	width: 30px;
}

.qq-uploader {
	min-height: 50px !important;
}

.header {
    overflow: visible;
}

.header .header-content {
    overflow: visible;
}

.header .chosen-results{
 	text-shadow: none;
 	color: #000;	
}

#suit-left {
  //height: 100%;
  width: 210px;
  position: fixed;
  top: 45px;
  left: 0;
  bottom:0;
  margin-left: 0px;
  z-index:900;
  overflow-y: scroll;
}

#suit-center {
    margin-top: 50px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}

.left-nav > ul > li:not(.active):hover > ul {
    left: 0;
    margin-top:0;
    width: 190px;
}

.left-nav>ul>li.active>a:after {
	display: none;
}

#footer{
    margin-left: 210px;
}