.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
	width: 94%;
}
#system-message-container, #j-main-container {
    padding: 0px 0px 0px 5px;
    min-height: 0px;
}
.chzn-container-single .chzn-single {

    display: inline-flex;
    width: 250px;
}
#upbutton {
    color: #000;
    border: 1px Solid #000;
    background: #fff;
    cursor: pointer;
}
.pull-right button.btn {
	border: 1px solid #000;
	background. #fff;
	color: #000;
	cursor: pointer;
}
#sbox-window {
   width: 820px !important;
   height: 530px !important;
}
.thumbnails {
    margin-left: -20px;
    list-style: outside none none;
}
.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
.height-80 {
    height: 80px;
}
.height-50 {
    height: 50px;
}
.width-80 {
    width: 80px;
}
.center, .table td.center, .table th.center {
    text-align: center;
	font-size: small;
}
ul.manager .height-50 .icon-folder-2 {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 30px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    line-height: 14px;
}
.icon-folder-close::before, .icon-folder-2::before {
    content: "[]";
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: "IcoMoon";
    font-style: normal;
}
.span6 {
    width: 352px;
}
.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}