.fsj {
  @import "pagination-sizing.less";
  @import "text-colors.less";
  @import "icomoon.less";
}
.fsj .clearfix {
  *zoom: 1;
}
.fsj .clearfix:before,
.fsj .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .clearfix:after {
  clear: both;
}
.fsj .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.fsj .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsj .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.fsj .modal-backdrop.fade {
  opacity: 0;
}
.fsj .modal-backdrop,
.fsj .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fsj .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.fsj .modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.fsj .modal.fade.in {
  top: 10%;
}
.fsj .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.fsj .modal-header .close {
  margin-top: 2px;
}
.fsj .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.fsj .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.fsj .modal-form {
  margin-bottom: 0;
}
.fsj .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.fsj .modal-footer:before,
.fsj .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .modal-footer:after {
  clear: both;
}
.fsj .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.fsj .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fsj .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.fsj .media,
.fsj .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.fsj .media,
.fsj .media .media {
  margin-top: 15px;
}
.fsj .media:first-child {
  margin-top: 0;
}
.fsj .media-object {
  display: block;
}
.fsj .media-heading {
  margin: 0 0 5px;
}
.fsj .media > .pull-left {
  margin-right: 10px;
}
.fsj .media > .pull-right {
  margin-left: 10px;
}
.fsj .media-list {
  margin-left: 0;
  list-style: none;
}
.fsj [class^="icon-"],
.fsj [class*=" icon-"] {
  background-image: none !important;
}
.fsj .pointer {
  cursor: pointer;
}
.fsj .form-condensed .control-group {
  margin-bottom: 6px !important;
}
.fsj .table-narrow {
  width: inherit !important;
}
.fsj .table-valign-middle th,
.fsj .table-valign-middle td {
  vertical-align: middle;
}
.fsj .margin-none {
  margin: 0px !important;
}
.fsj .margin-xsmall {
  margin: 2px !important;
}
.fsj .margin-mini {
  margin: 4px !important;
}
.fsj .margin-small {
  margin: 6px !important;
}
.fsj .margin-medium {
  margin: 8px !important;
}
.fsj .padding-none {
  padding: 0px !important;
}
.fsj .padding-xsmall {
  padding: 2px !important;
}
.fsj .padding-mini {
  padding: 4px !important;
}
.fsj .padding-small {
  padding: 6px !important;
}
.fsj .padding-medium {
  padding: 8px !important;
}
.fsj .padding-left-none {
  padding-left: 0px;
}
.fsj .padding-left-xsmall {
  padding-left: 2px;
}
.fsj .padding-left-mini {
  padding-left: 4px;
}
.fsj .padding-left-small {
  padding-left: 6px;
}
.fsj .padding-left-medium {
  padding-left: 8px;
}
.fsj .padding-right-none {
  padding-right: 0px;
}
.fsj .padding-right-xsmall {
  padding-right: 2px;
}
.fsj .padding-right-mini {
  padding-right: 4px;
}
.fsj .padding-right-small {
  padding-right: 6px;
}
.fsj .padding-right-medium {
  padding-right: 8px;
}
.fsj .margin-left-small {
  margin-left: 6px !important;
}
.fsj .well-mini {
  padding: 4px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.fsj .well-xsmall {
  padding: 2px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.fsj .vert-center {
  position: relative;
}
.fsj .media-list li {
  padding: 4px;
  border-radius: 4px;
}
.fsj .label-large {
  font-size: 100% !important;
  padding: 3px 8px 4px !important;
}
.fsj .media,
.fsj .media .media {
  margin-top: 6px !important;
}
.fsj .accordion-body.in:hover {
  overflow: hidden !important;
}
.fsj .tag-cloud {
  clear: both;
}
.fsj .tag-cloud a {
  margin: 4px;
  display: inline-block;
  float: left;
}
.fsj .tag-cloud a.tag-size-1 {
  font-size: 100%;
  line-height: 100%;
}
.fsj .tag-cloud a.tag-size-2 {
  font-size: 110%;
  line-height: 110%;
}
.fsj .tag-cloud a.tag-size-3 {
  font-size: 120%;
  line-height: 120%;
}
.fsj .tag-cloud a.tag-size-4 {
  font-size: 135%;
  line-height: 135%;
}
.fsj .tag-cloud a.tag-size-5 {
  font-size: 150%;
  line-height: 150%;
}
.fsj form {
  margin: 0;
}
.fsj .fsj_rating {
  margin-left: 9px;
}
.fsj .fsj_rating a:hover {
  text-decoration: none !important;
}
.fsj .fsj_rating span {
  padding-right: 3px;
}
.fsj .fsj_rating .unlit {
  color: #ccc;
}
.fsj .fsj_rating .fsj_thanks {
  max-width: 110px;
  text-align: center;
  padding-top: 6px;
}
.fsj .fsj_file_upload .progress {
  margin: 0 !important;
}
div.fsj_modal,
div.modal {
  position: fixed;
  top: 10% !important;
  left: 50%;
  z-index: 20000 !important;
  width: 560px;
  margin-left: -280px;
  margin-top: 0px !important;
  outline: none;
}
div.fsj_modal.fade,
div.modal.fade {
  top: -25%;
}
div.fsj_modal.fade.in,
div.modal.fade.in {
  top: 10%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19999 !important;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.modal iframe {
  width: 100%;
  border: none;
}
div.modal.iframe {
  background-color: #f5f5f5;
}
body.body-modal {
  padding: 0px !important;
  margin: 0px !important;
  min-width: 200px !important;
}
body.body-modal form {
  margin: 0px;
  padding: 0px;
}
