.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 article,
.fsj aside,
.fsj details,
.fsj figcaption,
.fsj figure,
.fsj footer,
.fsj header,
.fsj hgroup,
.fsj nav,
.fsj section {
  display: block;
}
.fsj audio,
.fsj canvas,
.fsj video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fsj audio:not([controls]) {
  display: none;
}
.fsj html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.fsj a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsj a:hover,
.fsj a:active {
  outline: 0;
}
.fsj sub,
.fsj sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.fsj sup {
  top: -0.5em;
}
.fsj sub {
  bottom: -0.25em;
}
.fsj img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.fsj #map_canvas img,
.fsj .google-maps img {
  max-width: none;
}
.fsj button,
.fsj input,
.fsj select,
.fsj textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.fsj button,
.fsj input {
  *overflow: visible;
  line-height: normal;
}
.fsj button::-moz-focus-inner,
.fsj input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.fsj button,
.fsj html input[type="button"],
.fsj input[type="reset"],
.fsj input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.fsj label,
.fsj select,
.fsj button,
.fsj input[type="button"],
.fsj input[type="reset"],
.fsj input[type="submit"],
.fsj input[type="radio"],
.fsj input[type="checkbox"] {
  cursor: pointer;
}
.fsj input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.fsj input[type="search"]::-webkit-search-decoration,
.fsj input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.fsj textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  .fsj * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .fsj a,
  .fsj a:visited {
    text-decoration: underline;
  }
  .fsj pre,
  .fsj blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .fsj thead {
    display: table-header-group;
  }
  .fsj tr,
  .fsj img {
    page-break-inside: avoid;
  }
  .fsj img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .fsj p,
  .fsj h2,
  .fsj h3 {
    orphans: 3;
    widows: 3;
  }
  .fsj h2,
  .fsj h3 {
    page-break-after: avoid;
  }
}
.fsj .lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}
.fsj .muted {
  color: #999;
}
.fsj a.muted:hover,
.fsj a.muted:focus {
  color: #808080;
}
.fsj .text-warning {
  color: #c09853;
}
.fsj a.text-warning:hover,
.fsj a.text-warning:focus {
  color: #a47e3c;
}
.fsj .text-error {
  color: #b94a48;
}
.fsj a.text-error:hover,
.fsj a.text-error:focus {
  color: #953b39;
}
.fsj .text-info {
  color: #3a87ad;
}
.fsj a.text-info:hover,
.fsj a.text-info:focus {
  color: #2d6987;
}
.fsj .text-success {
  color: #468847;
}
.fsj a.text-success:hover,
.fsj a.text-success:focus {
  color: #356635;
}
.fsj .text-left {
  text-align: left;
}
.fsj .text-right {
  text-align: right;
}
.fsj .text-center {
  text-align: center;
}
.fsj ul.unstyled,
.fsj ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.fsj ul.inline,
.fsj ol.inline {
  margin-left: 0;
  list-style: none;
}
.fsj ul.inline > li,
.fsj ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.fsj .dl-horizontal {
  *zoom: 1;
}
.fsj .dl-horizontal:before,
.fsj .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .dl-horizontal:after {
  clear: both;
}
.fsj .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fsj .dl-horizontal dd {
  margin-left: 180px;
}
.fsj .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.fsj form {
  margin: 0 0 18px;
}
.fsj fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.fsj legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.fsj legend small {
  font-size: 13.5px;
  color: #999;
}
.fsj label,
.fsj input,
.fsj button,
.fsj select,
.fsj textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.fsj input,
.fsj button,
.fsj select,
.fsj textarea {
  font-family: inherit;
}
.fsj label {
  display: block;
  margin-bottom: 5px;
}
.fsj select,
.fsj textarea,
.fsj input[type="text"],
.fsj input[type="password"],
.fsj input[type="datetime"],
.fsj input[type="datetime-local"],
.fsj input[type="date"],
.fsj input[type="month"],
.fsj input[type="time"],
.fsj input[type="week"],
.fsj input[type="number"],
.fsj input[type="email"],
.fsj input[type="url"],
.fsj input[type="search"],
.fsj input[type="tel"],
.fsj input[type="color"],
.fsj .uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.fsj input,
.fsj textarea,
.fsj .uneditable-input {
  width: 206px;
}
.fsj textarea {
  height: auto;
}
.fsj textarea,
.fsj input[type="text"],
.fsj input[type="password"],
.fsj input[type="datetime"],
.fsj input[type="datetime-local"],
.fsj input[type="date"],
.fsj input[type="month"],
.fsj input[type="time"],
.fsj input[type="week"],
.fsj input[type="number"],
.fsj input[type="email"],
.fsj input[type="url"],
.fsj input[type="search"],
.fsj input[type="tel"],
.fsj input[type="color"],
.fsj .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.fsj textarea:focus,
.fsj input[type="text"]:focus,
.fsj input[type="password"]:focus,
.fsj input[type="datetime"]:focus,
.fsj input[type="datetime-local"]:focus,
.fsj input[type="date"]:focus,
.fsj input[type="month"]:focus,
.fsj input[type="time"]:focus,
.fsj input[type="week"]:focus,
.fsj input[type="number"]:focus,
.fsj input[type="email"]:focus,
.fsj input[type="url"]:focus,
.fsj input[type="search"]:focus,
.fsj input[type="tel"]:focus,
.fsj input[type="color"]:focus,
.fsj .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.fsj input[type="radio"],
.fsj input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
.fsj input[type="file"],
.fsj input[type="image"],
.fsj input[type="submit"],
.fsj input[type="reset"],
.fsj input[type="button"],
.fsj input[type="radio"],
.fsj input[type="checkbox"] {
  width: auto;
}
.fsj select,
.fsj input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
.fsj select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.fsj select[multiple],
.fsj select[size] {
  height: auto;
}
.fsj select:focus,
.fsj input[type="file"]:focus,
.fsj input[type="radio"]:focus,
.fsj input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsj .uneditable-input,
.fsj .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.fsj .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.fsj .uneditable-textarea {
  width: auto;
  height: auto;
}
.fsj input:-moz-placeholder,
.fsj textarea:-moz-placeholder {
  color: #999;
}
.fsj input:-ms-input-placeholder,
.fsj textarea:-ms-input-placeholder {
  color: #999;
}
.fsj input::-webkit-input-placeholder,
.fsj textarea::-webkit-input-placeholder {
  color: #999;
}
.fsj .radio,
.fsj .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
.fsj .radio input[type="radio"],
.fsj .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.fsj .controls > .radio:first-child,
.fsj .controls > .checkbox:first-child {
  padding-top: 5px;
}
.fsj .radio.inline,
.fsj .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.fsj .radio.inline + .radio.inline,
.fsj .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.fsj .input-mini {
  width: 60px;
}
.fsj .input-small {
  width: 90px;
}
.fsj .input-medium {
  width: 150px;
}
.fsj .input-large {
  width: 210px;
}
.fsj .input-xlarge {
  width: 270px;
}
.fsj .input-xxlarge {
  width: 530px;
}
.fsj input[class*="span"],
.fsj select[class*="span"],
.fsj textarea[class*="span"],
.fsj .uneditable-input[class*="span"],
.fsj .row-fluid input[class*="span"],
.fsj .row-fluid select[class*="span"],
.fsj .row-fluid textarea[class*="span"],
.fsj .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.fsj .input-append input[class*="span"],
.fsj .input-append .uneditable-input[class*="span"],
.fsj .input-prepend input[class*="span"],
.fsj .input-prepend .uneditable-input[class*="span"],
.fsj .row-fluid input[class*="span"],
.fsj .row-fluid select[class*="span"],
.fsj .row-fluid textarea[class*="span"],
.fsj .row-fluid .uneditable-input[class*="span"],
.fsj .row-fluid .input-prepend [class*="span"],
.fsj .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.fsj input,
.fsj textarea,
.fsj .uneditable-input {
  margin-left: 0;
}
.fsj .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.fsj input.span12,
.fsj textarea.span12,
.fsj .uneditable-input.span12 {
  width: 926px;
}
.fsj input.span11,
.fsj textarea.span11,
.fsj .uneditable-input.span11 {
  width: 846px;
}
.fsj input.span10,
.fsj textarea.span10,
.fsj .uneditable-input.span10 {
  width: 766px;
}
.fsj input.span9,
.fsj textarea.span9,
.fsj .uneditable-input.span9 {
  width: 686px;
}
.fsj input.span8,
.fsj textarea.span8,
.fsj .uneditable-input.span8 {
  width: 606px;
}
.fsj input.span7,
.fsj textarea.span7,
.fsj .uneditable-input.span7 {
  width: 526px;
}
.fsj input.span6,
.fsj textarea.span6,
.fsj .uneditable-input.span6 {
  width: 446px;
}
.fsj input.span5,
.fsj textarea.span5,
.fsj .uneditable-input.span5 {
  width: 366px;
}
.fsj input.span4,
.fsj textarea.span4,
.fsj .uneditable-input.span4 {
  width: 286px;
}
.fsj input.span3,
.fsj textarea.span3,
.fsj .uneditable-input.span3 {
  width: 206px;
}
.fsj input.span2,
.fsj textarea.span2,
.fsj .uneditable-input.span2 {
  width: 126px;
}
.fsj input.span1,
.fsj textarea.span1,
.fsj .uneditable-input.span1 {
  width: 46px;
}
.fsj .controls-row {
  *zoom: 1;
}
.fsj .controls-row:before,
.fsj .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .controls-row:after {
  clear: both;
}
.fsj .controls-row [class*="span"],
.fsj .row-fluid .controls-row [class*="span"] {
  float: left;
}
.fsj .controls-row .checkbox[class*="span"],
.fsj .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
.fsj input[disabled],
.fsj select[disabled],
.fsj textarea[disabled],
.fsj input[readonly],
.fsj select[readonly],
.fsj textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.fsj input[type="radio"][disabled],
.fsj input[type="checkbox"][disabled],
.fsj input[type="radio"][readonly],
.fsj input[type="checkbox"][readonly] {
  background-color: transparent;
}
.fsj .control-group.warning .control-label,
.fsj .control-group.warning .help-block,
.fsj .control-group.warning .help-inline {
  color: #c09853;
}
.fsj .control-group.warning .checkbox,
.fsj .control-group.warning .radio,
.fsj .control-group.warning input,
.fsj .control-group.warning select,
.fsj .control-group.warning textarea {
  color: #c09853;
}
.fsj .control-group.warning input,
.fsj .control-group.warning select,
.fsj .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.fsj .control-group.warning input:focus,
.fsj .control-group.warning select:focus,
.fsj .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.fsj .control-group.warning .input-prepend .add-on,
.fsj .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.fsj .control-group.error .control-label,
.fsj .control-group.error .help-block,
.fsj .control-group.error .help-inline {
  color: #b94a48;
}
.fsj .control-group.error .checkbox,
.fsj .control-group.error .radio,
.fsj .control-group.error input,
.fsj .control-group.error select,
.fsj .control-group.error textarea {
  color: #b94a48;
}
.fsj .control-group.error input,
.fsj .control-group.error select,
.fsj .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.fsj .control-group.error input:focus,
.fsj .control-group.error select:focus,
.fsj .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.fsj .control-group.error .input-prepend .add-on,
.fsj .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.fsj .control-group.success .control-label,
.fsj .control-group.success .help-block,
.fsj .control-group.success .help-inline {
  color: #468847;
}
.fsj .control-group.success .checkbox,
.fsj .control-group.success .radio,
.fsj .control-group.success input,
.fsj .control-group.success select,
.fsj .control-group.success textarea {
  color: #468847;
}
.fsj .control-group.success input,
.fsj .control-group.success select,
.fsj .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.fsj .control-group.success input:focus,
.fsj .control-group.success select:focus,
.fsj .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.fsj .control-group.success .input-prepend .add-on,
.fsj .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.fsj .control-group.info .control-label,
.fsj .control-group.info .help-block,
.fsj .control-group.info .help-inline {
  color: #3a87ad;
}
.fsj .control-group.info .checkbox,
.fsj .control-group.info .radio,
.fsj .control-group.info input,
.fsj .control-group.info select,
.fsj .control-group.info textarea {
  color: #3a87ad;
}
.fsj .control-group.info input,
.fsj .control-group.info select,
.fsj .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.fsj .control-group.info input:focus,
.fsj .control-group.info select:focus,
.fsj .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.fsj .control-group.info .input-prepend .add-on,
.fsj .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.fsj input:focus:invalid,
.fsj textarea:focus:invalid,
.fsj select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.fsj input:focus:invalid:focus,
.fsj textarea:focus:invalid:focus,
.fsj select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.fsj .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.fsj .form-actions:before,
.fsj .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .form-actions:after {
  clear: both;
}
.fsj .help-block,
.fsj .help-inline {
  color: #595959;
}
.fsj .help-block {
  display: block;
  margin-bottom: 9px;
}
.fsj .help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.fsj .input-append,
.fsj .input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.fsj .input-append input,
.fsj .input-append select,
.fsj .input-append .uneditable-input,
.fsj .input-append .dropdown-menu,
.fsj .input-append .popover,
.fsj .input-prepend input,
.fsj .input-prepend select,
.fsj .input-prepend .uneditable-input,
.fsj .input-prepend .dropdown-menu,
.fsj .input-prepend .popover {
  font-size: 13px;
}
.fsj .input-append input,
.fsj .input-append select,
.fsj .input-append .uneditable-input,
.fsj .input-prepend input,
.fsj .input-prepend select,
.fsj .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .input-append input:focus,
.fsj .input-append select:focus,
.fsj .input-append .uneditable-input:focus,
.fsj .input-prepend input:focus,
.fsj .input-prepend select:focus,
.fsj .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.fsj .input-append .add-on,
.fsj .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.fsj .input-append .add-on,
.fsj .input-append .btn,
.fsj .input-append .btn-group > .dropdown-toggle,
.fsj .input-prepend .add-on,
.fsj .input-prepend .btn,
.fsj .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .input-append .active,
.fsj .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.fsj .input-prepend .add-on,
.fsj .input-prepend .btn {
  margin-right: -1px;
}
.fsj .input-prepend .add-on:first-child,
.fsj .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.fsj .input-append input,
.fsj .input-append select,
.fsj .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.fsj .input-append input + .btn-group .btn:last-child,
.fsj .input-append select + .btn-group .btn:last-child,
.fsj .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .input-append .add-on,
.fsj .input-append .btn,
.fsj .input-append .btn-group {
  margin-left: -1px;
}
.fsj .input-append .add-on:last-child,
.fsj .input-append .btn:last-child,
.fsj .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .input-prepend.input-append input,
.fsj .input-prepend.input-append select,
.fsj .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .input-prepend.input-append input + .btn-group .btn,
.fsj .input-prepend.input-append select + .btn-group .btn,
.fsj .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .input-prepend.input-append .add-on:first-child,
.fsj .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.fsj .input-prepend.input-append .add-on:last-child,
.fsj .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.fsj input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fsj .form-search .input-append .search-query,
.fsj .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.fsj .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.fsj .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.fsj .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.fsj .form-search input,
.fsj .form-search textarea,
.fsj .form-search select,
.fsj .form-search .help-inline,
.fsj .form-search .uneditable-input,
.fsj .form-search .input-prepend,
.fsj .form-search .input-append,
.fsj .form-inline input,
.fsj .form-inline textarea,
.fsj .form-inline select,
.fsj .form-inline .help-inline,
.fsj .form-inline .uneditable-input,
.fsj .form-inline .input-prepend,
.fsj .form-inline .input-append,
.fsj .form-horizontal input,
.fsj .form-horizontal textarea,
.fsj .form-horizontal select,
.fsj .form-horizontal .help-inline,
.fsj .form-horizontal .uneditable-input,
.fsj .form-horizontal .input-prepend,
.fsj .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.fsj .form-search .hide,
.fsj .form-inline .hide,
.fsj .form-horizontal .hide {
  display: none;
}
.fsj .form-search label,
.fsj .form-inline label,
.fsj .form-search .btn-group,
.fsj .form-inline .btn-group {
  display: inline-block;
}
.fsj .form-search .input-append,
.fsj .form-inline .input-append,
.fsj .form-search .input-prepend,
.fsj .form-inline .input-prepend {
  margin-bottom: 0;
}
.fsj .form-search .radio,
.fsj .form-search .checkbox,
.fsj .form-inline .radio,
.fsj .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.fsj .form-search .radio input[type="radio"],
.fsj .form-search .checkbox input[type="checkbox"],
.fsj .form-inline .radio input[type="radio"],
.fsj .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.fsj .control-group {
  margin-bottom: 9px;
}
.fsj legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.fsj .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.fsj .form-horizontal .control-group:before,
.fsj .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .form-horizontal .control-group:after {
  clear: both;
}
.fsj .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.fsj .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.fsj .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.fsj .form-horizontal .help-block {
  margin-bottom: 0;
}
.fsj .form-horizontal input + .help-block,
.fsj .form-horizontal select + .help-block,
.fsj .form-horizontal textarea + .help-block,
.fsj .form-horizontal .uneditable-input + .help-block,
.fsj .form-horizontal .input-prepend + .help-block,
.fsj .form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
.fsj .form-horizontal .form-actions {
  padding-left: 180px;
}
.fsj table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.fsj .table {
  width: 100%;
  margin-bottom: 18px;
}
.fsj .table th,
.fsj .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.fsj .table th {
  font-weight: bold;
}
.fsj .table thead th {
  vertical-align: bottom;
}
.fsj .table caption + thead tr:first-child th,
.fsj .table caption + thead tr:first-child td,
.fsj .table colgroup + thead tr:first-child th,
.fsj .table colgroup + thead tr:first-child td,
.fsj .table thead:first-child tr:first-child th,
.fsj .table thead:first-child tr:first-child td {
  border-top: 0;
}
.fsj .table tbody + tbody {
  border-top: 2px solid #ddd;
}
.fsj .table .table {
  background-color: #fff;
}
.fsj .table-condensed th,
.fsj .table-condensed td {
  padding: 4px 5px;
}
.fsj .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .table-bordered th,
.fsj .table-bordered td {
  border-left: 1px solid #ddd;
}
.fsj .table-bordered caption + thead tr:first-child th,
.fsj .table-bordered caption + tbody tr:first-child th,
.fsj .table-bordered caption + tbody tr:first-child td,
.fsj .table-bordered colgroup + thead tr:first-child th,
.fsj .table-bordered colgroup + tbody tr:first-child th,
.fsj .table-bordered colgroup + tbody tr:first-child td,
.fsj .table-bordered thead:first-child tr:first-child th,
.fsj .table-bordered tbody:first-child tr:first-child th,
.fsj .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.fsj .table-bordered thead:first-child tr:first-child > th:first-child,
.fsj .table-bordered tbody:first-child tr:first-child > td:first-child,
.fsj .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.fsj .table-bordered thead:first-child tr:first-child > th:last-child,
.fsj .table-bordered tbody:first-child tr:first-child > td:last-child,
.fsj .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.fsj .table-bordered thead:last-child tr:last-child > th:first-child,
.fsj .table-bordered tbody:last-child tr:last-child > td:first-child,
.fsj .table-bordered tbody:last-child tr:last-child > th:first-child,
.fsj .table-bordered tfoot:last-child tr:last-child > td:first-child,
.fsj .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.fsj .table-bordered thead:last-child tr:last-child > th:last-child,
.fsj .table-bordered tbody:last-child tr:last-child > td:last-child,
.fsj .table-bordered tbody:last-child tr:last-child > th:last-child,
.fsj .table-bordered tfoot:last-child tr:last-child > td:last-child,
.fsj .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.fsj .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.fsj .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.fsj .table-bordered caption + thead tr:first-child th:first-child,
.fsj .table-bordered caption + tbody tr:first-child td:first-child,
.fsj .table-bordered colgroup + thead tr:first-child th:first-child,
.fsj .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.fsj .table-bordered caption + thead tr:first-child th:last-child,
.fsj .table-bordered caption + tbody tr:first-child td:last-child,
.fsj .table-bordered colgroup + thead tr:first-child th:last-child,
.fsj .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.fsj .table-striped tbody > tr:nth-child(odd) > td,
.fsj .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.fsj .table-hover tbody tr:hover > td,
.fsj .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.fsj table td[class*="span"],
.fsj table th[class*="span"],
.fsj .row-fluid table td[class*="span"],
.fsj .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.fsj .table td.span1,
.fsj .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.fsj .table td.span2,
.fsj .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.fsj .table td.span3,
.fsj .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.fsj .table td.span4,
.fsj .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.fsj .table td.span5,
.fsj .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.fsj .table td.span6,
.fsj .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.fsj .table td.span7,
.fsj .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.fsj .table td.span8,
.fsj .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.fsj .table td.span9,
.fsj .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.fsj .table td.span10,
.fsj .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.fsj .table td.span11,
.fsj .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.fsj .table td.span12,
.fsj .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.fsj .table tbody tr.success > td {
  background-color: #dff0d8;
}
.fsj .table tbody tr.error > td {
  background-color: #f2dede;
}
.fsj .table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.fsj .table tbody tr.info > td {
  background-color: #d9edf7;
}
.fsj .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.fsj .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.fsj .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.fsj .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../../../libraries/fsj_core/assets/fonts/IcoMoon.eot');
  src: url('../../../libraries/fsj_core/assets/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../libraries/fsj_core/assets/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../libraries/fsj_core/assets/fonts/IcoMoon.woff') format('woff'), url('../../../libraries/fsj_core/assets/fonts/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fsj [data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
.fsj [class^="icon-"],
.fsj [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
.fsj [class^="icon-"]:before,
.fsj [class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
.fsj [class^="icon-"].disabled,
.fsj [class*=" icon-"].disabled {
  font-weight: normal;
}
.fsj .icon-home:before {
  content: "\21";
}
.fsj .icon-user:before {
  content: "\22";
}
.fsj .icon-checkedout:before,
.fsj .icon-lock:before,
.fsj .icon-locked:before {
  content: "\23";
}
.fsj .icon-comment:before,
.fsj .icon-comments:before {
  content: "\24";
}
.fsj .icon-comments-2:before {
  content: "\25";
}
.fsj .icon-share-alt:before,
.fsj .icon-out:before {
  content: "\26";
}
.fsj .icon-share:before,
.fsj .icon-redo:before {
  content: "\27";
}
.fsj .icon-undo:before {
  content: "\28";
}
.fsj .icon-file-add:before {
  content: "\29";
}
.fsj .icon-new:before,
.fsj .icon-plus:before {
  content: "\2a";
}
.fsj .icon-apply:before,
.fsj .icon-edit:before,
.fsj .icon-pencil:before {
  content: "\2b";
}
.fsj .icon-pencil-2:before {
  content: "\2c";
}
.fsj .icon-folder-open:before,
.fsj .icon-folder:before {
  content: "\2d";
}
.fsj .icon-folder-close:before,
.fsj .icon-folder-2:before {
  content: "\2e";
}
.fsj .icon-picture:before {
  content: "\2f";
}
.fsj .icon-pictures:before {
  content: "\30";
}
.fsj .icon-list:before,
.fsj .icon-list-view:before {
  content: "\31";
}
.fsj .icon-power-cord:before {
  content: "\32";
}
.fsj .icon-cube:before {
  content: "\33";
}
.fsj .icon-puzzle:before {
  content: "\34";
}
.fsj .icon-flag:before {
  content: "\35";
}
.fsj .icon-tools:before {
  content: "\36";
}
.fsj .icon-cogs:before {
  content: "\37";
}
.fsj .icon-options:before,
.fsj .icon-cog:before {
  content: "\38";
}
.fsj .icon-equalizer:before {
  content: "\39";
}
.fsj .icon-wrench:before {
  content: "\3a";
}
.fsj .icon-brush:before {
  content: "\3b";
}
.fsj .icon-eye-open:before,
.fsj .icon-eye:before {
  content: "\3c";
}
.fsj .icon-checkbox-unchecked:before {
  content: "\3d";
}
.fsj .icon-checkin:before,
.fsj .icon-checkbox:before {
  content: "\3e";
}
.fsj .icon-checkbox-partial:before {
  content: "\3f";
}
.fsj .icon-asterisk:before,
.fsj .icon-star-empty:before {
  content: "\40";
}
.fsj .icon-star-2:before {
  content: "\41";
}
.fsj .icon-featured:before,
.fsj .icon-star:before {
  content: "\42";
}
.fsj .icon-calendar:before {
  content: "\43";
}
.fsj .icon-calendar-2:before {
  content: "\44";
}
.fsj .icon-question-sign:before,
.fsj .icon-help:before {
  content: "\45";
}
.fsj .icon-support:before {
  content: "\46";
}
.fsj .icon-pending:before,
.fsj .icon-warning:before {
  content: "\48";
}
.fsj .icon-publish:before,
.fsj .icon-save:before,
.fsj .icon-ok:before,
.fsj .icon-checkmark:before {
  content: "\47";
}
.fsj .icon-unpublish:before,
.fsj .icon-cancel:before {
  content: "\4a";
}
.fsj .icon-eye-close:before,
.fsj .icon-minus:before {
  content: "\4b";
}
.fsj .icon-purge:before,
.fsj .icon-trash:before {
  content: "\4c";
}
.fsj .icon-envelope:before,
.fsj .icon-mail:before {
  content: "\4d";
}
.fsj .icon-mail-2:before {
  content: "\4e";
}
.fsj .icon-unarchive:before,
.fsj .icon-drawer:before {
  content: "\4f";
}
.fsj .icon-archive:before,
.fsj .icon-drawer-2:before {
  content: "\50";
}
.fsj .icon-box-add:before {
  content: "\51";
}
.fsj .icon-box-remove:before {
  content: "\52";
}
.fsj .icon-search:before {
  content: "\53";
}
.fsj .icon-filter:before {
  content: "\54";
}
.fsj .icon-camera:before {
  content: "\55";
}
.fsj .icon-play:before {
  content: "\56";
}
.fsj .icon-music:before {
  content: "\57";
}
.fsj .icon-grid-view:before {
  content: "\58";
}
.fsj .icon-grid-view-2:before {
  content: "\59";
}
.fsj .icon-menu:before {
  content: "\5a";
}
.fsj .icon-thumbs-up:before {
  content: "\5b";
}
.fsj .icon-thumbs-down:before {
  content: "\5c";
}
.fsj .icon-delete:before,
.fsj .icon-remove:before,
.fsj .icon-cancel-2:before {
  content: "\49";
}
.fsj .icon-save-new:before,
.fsj .icon-plus-2:before {
  content: "\5d";
}
.fsj .icon-ban-circle:before,
.fsj .icon-minus-sign:before,
.fsj .icon-minus-2:before {
  content: "\5e";
}
.fsj .icon-key:before {
  content: "\5f";
}
.fsj .icon-quote:before {
  content: "\60";
}
.fsj .icon-quote-2:before {
  content: "\61";
}
.fsj .icon-database:before {
  content: "\62";
}
.fsj .icon-location:before {
  content: "\63";
}
.fsj .icon-zoom-in:before {
  content: "\64";
}
.fsj .icon-zoom-out:before {
  content: "\65";
}
.fsj .icon-expand:before {
  content: "\66";
}
.fsj .icon-contract:before {
  content: "\67";
}
.fsj .icon-expand-2:before {
  content: "\68";
}
.fsj .icon-contract-2:before {
  content: "\69";
}
.fsj .icon-health:before {
  content: "\6a";
}
.fsj .icon-wand:before {
  content: "\6b";
}
.fsj .icon-unblock:before,
.fsj .icon-refresh:before {
  content: "\6c";
}
.fsj .icon-vcard:before {
  content: "\6d";
}
.fsj .icon-clock:before {
  content: "\6e";
}
.fsj .icon-compass:before {
  content: "\6f";
}
.fsj .icon-address:before {
  content: "\70";
}
.fsj .icon-feed:before {
  content: "\71";
}
.fsj .icon-flag-2:before {
  content: "\72";
}
.fsj .icon-pin:before {
  content: "\73";
}
.fsj .icon-lamp:before {
  content: "\74";
}
.fsj .icon-chart:before {
  content: "\75";
}
.fsj .icon-bars:before {
  content: "\76";
}
.fsj .icon-pie:before {
  content: "\77";
}
.fsj .icon-dashboard:before {
  content: "\78";
}
.fsj .icon-lightning:before {
  content: "\79";
}
.fsj .icon-move:before {
  content: "\7a";
}
.fsj .icon-next:before {
  content: "\7b";
}
.fsj .icon-previous:before {
  content: "\7c";
}
.fsj .icon-first:before {
  content: "\7d";
}
.fsj .icon-last:before {
  content: "\e000";
}
.fsj .icon-loop:before {
  content: "\e001";
}
.fsj .icon-shuffle:before {
  content: "\e002";
}
.fsj .icon-arrow-first:before {
  content: "\e003";
}
.fsj .icon-arrow-last:before {
  content: "\e004";
}
.fsj .icon-chevron-up:before,
.fsj .icon-uparrow:before,
.fsj .icon-arrow-up:before {
  content: "\e005";
}
.fsj .icon-chevron-right:before,
.fsj .icon-arrow-right:before {
  content: "\e006";
}
.fsj .icon-chevron-down:before,
.fsj .icon-downarrow:before,
.fsj .icon-arrow-down:before {
  content: "\e007";
}
.fsj .icon-chevron-left:before,
.fsj .icon-arrow-left:before {
  content: "\e008";
}
.fsj .icon-arrow-up-2:before {
  content: "\e009";
}
.fsj .icon-arrow-right-2:before {
  content: "\e00a";
}
.fsj .icon-download:before,
.fsj .icon-arrow-down-2:before {
  content: "\e00b";
}
.fsj .icon-arrow-left-2:before {
  content: "\e00c";
}
.fsj .icon-play-2:before {
  content: "\e00d";
}
.fsj .icon-menu-2:before {
  content: "\e00e";
}
.fsj .icon-arrow-up-3:before {
  content: "\e00f";
}
.fsj .icon-arrow-right-3:before {
  content: "\e010";
}
.fsj .icon-arrow-down-3:before {
  content: "\e011";
}
.fsj .icon-arrow-left-3:before {
  content: "\e012";
}
.fsj .icon-print:before,
.fsj .icon-printer:before {
  content: "\e013";
}
.fsj .icon-color-palette:before {
  content: "\e014";
}
.fsj .icon-camera-2:before {
  content: "\e015";
}
.fsj .icon-file:before {
  content: "\e016";
}
.fsj .icon-file-remove:before {
  content: "\e017";
}
.fsj .icon-save-copy:before,
.fsj .icon-copy:before {
  content: "\e018";
}
.fsj .icon-cart:before {
  content: "\e019";
}
.fsj .icon-basket:before {
  content: "\e01a";
}
.fsj .icon-broadcast:before {
  content: "\e01b";
}
.fsj .icon-screen:before {
  content: "\e01c";
}
.fsj .icon-tablet:before {
  content: "\e01d";
}
.fsj .icon-mobile:before {
  content: "\e01e";
}
.fsj .icon-users:before {
  content: "\e01f";
}
.fsj .icon-briefcase:before {
  content: "\e020";
}
.fsj .icon-download:before {
  content: "\e021";
}
.fsj .icon-upload:before {
  content: "\e022";
}
.fsj .icon-bookmark:before {
  content: "\e023";
}
.fsj .icon-out-2:before {
  content: "\e024";
}
.fsj .dropup,
.fsj .dropdown {
  position: relative;
}
.fsj .dropdown-toggle {
  *margin-bottom: -3px;
}
.fsj .dropdown-toggle:active,
.fsj .open .dropdown-toggle {
  outline: 0;
}
.fsj .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.fsj .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.fsj .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.fsj .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.fsj .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.fsj .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.fsj .dropdown-menu > li > a:hover,
.fsj .dropdown-menu > li > a:focus,
.fsj .dropdown-submenu:hover > a,
.fsj .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.fsj .dropdown-menu > .active > a,
.fsj .dropdown-menu > .active > a:hover,
.fsj .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.fsj .dropdown-menu > .disabled > a,
.fsj .dropdown-menu > .disabled > a:hover,
.fsj .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.fsj .dropdown-menu > .disabled > a:hover,
.fsj .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.fsj .open {
  *z-index: 1000;
}
.fsj .open > .dropdown-menu {
  display: block;
}
.fsj .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.fsj .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.fsj .dropup .caret,
.fsj .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.fsj .dropup .dropdown-menu,
.fsj .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.fsj .dropdown-submenu {
  position: relative;
}
.fsj .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 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;
}
.fsj .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fsj .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.fsj .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fsj .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.fsj .dropdown-submenu.pull-left {
  float: none;
}
.fsj .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fsj .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.fsj .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.fsj .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.fsj .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fsj .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fsj .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fsj .fade.in {
  opacity: 1;
}
.fsj .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.fsj .collapse.in {
  height: auto;
}
.fsj .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fsj .close:hover,
.fsj .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fsj button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fsj .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.fsj .btn:hover,
.fsj .btn:focus,
.fsj .btn:active,
.fsj .btn.active,
.fsj .btn.disabled,
.fsj .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.fsj .btn:active,
.fsj .btn.active {
  background-color: #cccccc \9;
}
.fsj .btn:first-child {
  *margin-left: 0;
}
.fsj .btn:hover,
.fsj .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.fsj .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsj .btn.active,
.fsj .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.fsj .btn.disabled,
.fsj .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fsj .btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fsj .btn-large [class^="icon-"],
.fsj .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.fsj .btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fsj .btn-small [class^="icon-"],
.fsj .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.fsj .btn-mini [class^="icon-"],
.fsj .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.fsj .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fsj .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsj .btn-block + .btn-block {
  margin-top: 5px;
}
.fsj input[type="submit"].btn-block,
.fsj input[type="reset"].btn-block,
.fsj input[type="button"].btn-block {
  width: 100%;
}
.fsj .btn-primary.active,
.fsj .btn-warning.active,
.fsj .btn-danger.active,
.fsj .btn-success.active,
.fsj .btn-info.active,
.fsj .btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.fsj .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-primary:hover,
.fsj .btn-primary:focus,
.fsj .btn-primary:active,
.fsj .btn-primary.active,
.fsj .btn-primary.disabled,
.fsj .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.fsj .btn-primary:active,
.fsj .btn-primary.active {
  background-color: #003399 \9;
}
.fsj .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-warning:hover,
.fsj .btn-warning:focus,
.fsj .btn-warning:active,
.fsj .btn-warning.active,
.fsj .btn-warning.disabled,
.fsj .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.fsj .btn-warning:active,
.fsj .btn-warning.active {
  background-color: #c67605 \9;
}
.fsj .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-danger:hover,
.fsj .btn-danger:focus,
.fsj .btn-danger:active,
.fsj .btn-danger.active,
.fsj .btn-danger.disabled,
.fsj .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.fsj .btn-danger:active,
.fsj .btn-danger.active {
  background-color: #942a25 \9;
}
.fsj .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-success:hover,
.fsj .btn-success:focus,
.fsj .btn-success:active,
.fsj .btn-success.active,
.fsj .btn-success.disabled,
.fsj .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.fsj .btn-success:active,
.fsj .btn-success.active {
  background-color: #408140 \9;
}
.fsj .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-info:hover,
.fsj .btn-info:focus,
.fsj .btn-info:active,
.fsj .btn-info.active,
.fsj .btn-info.disabled,
.fsj .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.fsj .btn-info:active,
.fsj .btn-info.active {
  background-color: #24748c \9;
}
.fsj .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .btn-inverse:hover,
.fsj .btn-inverse:focus,
.fsj .btn-inverse:active,
.fsj .btn-inverse.active,
.fsj .btn-inverse.disabled,
.fsj .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.fsj .btn-inverse:active,
.fsj .btn-inverse.active {
  background-color: #090909 \9;
}
.fsj button.btn,
.fsj input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.fsj button.btn::-moz-focus-inner,
.fsj input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.fsj button.btn.btn-large,
.fsj input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.fsj button.btn.btn-small,
.fsj input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.fsj button.btn.btn-mini,
.fsj input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.fsj .btn-link,
.fsj .btn-link:active,
.fsj .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fsj .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .btn-link:hover,
.fsj .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.fsj .btn-link[disabled]:hover,
.fsj .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.fsj .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.fsj .btn-group:first-child {
  *margin-left: 0;
}
.fsj .btn-group + .btn-group {
  margin-left: 5px;
}
.fsj .btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.fsj .btn-toolbar > .btn + .btn,
.fsj .btn-toolbar > .btn-group + .btn,
.fsj .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.fsj .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .btn-group > .btn + .btn {
  margin-left: -1px;
}
.fsj .btn-group > .btn,
.fsj .btn-group > .dropdown-menu,
.fsj .btn-group > .popover {
  font-size: 13px;
}
.fsj .btn-group > .btn-mini {
  font-size: 9.75px;
}
.fsj .btn-group > .btn-small {
  font-size: 11.05px;
}
.fsj .btn-group > .btn-large {
  font-size: 16.25px;
}
.fsj .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.fsj .btn-group > .btn:last-child,
.fsj .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.fsj .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.fsj .btn-group > .btn.large:last-child,
.fsj .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.fsj .btn-group > .btn:hover,
.fsj .btn-group > .btn:focus,
.fsj .btn-group > .btn:active,
.fsj .btn-group > .btn.active {
  z-index: 2;
}
.fsj .btn-group .dropdown-toggle:active,
.fsj .btn-group.open .dropdown-toggle {
  outline: 0;
}
.fsj .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.fsj .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.fsj .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.fsj .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.fsj .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.fsj .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.fsj .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.fsj .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.fsj .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.fsj .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.fsj .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.fsj .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.fsj .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.fsj .btn-large .caret {
  margin-top: 6px;
}
.fsj .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.fsj .btn-mini .caret,
.fsj .btn-small .caret {
  margin-top: 8px;
}
.fsj .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.fsj .btn-primary .caret,
.fsj .btn-warning .caret,
.fsj .btn-danger .caret,
.fsj .btn-info .caret,
.fsj .btn-success .caret,
.fsj .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.fsj .btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fsj .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.fsj .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.fsj .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.fsj .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.fsj .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.fsj .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .alert,
.fsj .alert h4 {
  color: #c09853;
}
.fsj .alert h4 {
  margin: 0;
}
.fsj .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.fsj .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.fsj .alert-success h4 {
  color: #468847;
}
.fsj .alert-danger,
.fsj .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.fsj .alert-danger h4,
.fsj .alert-error h4 {
  color: #b94a48;
}
.fsj .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.fsj .alert-info h4 {
  color: #3a87ad;
}
.fsj .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.fsj .alert-block > p,
.fsj .alert-block > ul {
  margin-bottom: 0;
}
.fsj .alert-block p + p {
  margin-top: 5px;
}
.fsj .nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.fsj .nav > li > a {
  display: block;
}
.fsj .nav > li > a:hover,
.fsj .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.fsj .nav > li > a > img {
  max-width: none;
}
.fsj .nav > .pull-right {
  float: right;
}
.fsj .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.fsj .nav li + .nav-header {
  margin-top: 9px;
}
.fsj .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.fsj .nav-list > li > a,
.fsj .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.fsj .nav-list > li > a {
  padding: 3px 15px;
}
.fsj .nav-list > .active > a,
.fsj .nav-list > .active > a:hover,
.fsj .nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.fsj .nav-list [class^="icon-"],
.fsj .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.fsj .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.fsj .nav-tabs,
.fsj .nav-pills {
  *zoom: 1;
}
.fsj .nav-tabs:before,
.fsj .nav-tabs:after,
.fsj .nav-pills:before,
.fsj .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .nav-tabs:after,
.fsj .nav-pills:after {
  clear: both;
}
.fsj .nav-tabs > li,
.fsj .nav-pills > li {
  float: left;
}
.fsj .nav-tabs > li > a,
.fsj .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.fsj .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.fsj .nav-tabs > li {
  margin-bottom: -1px;
}
.fsj .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.fsj .nav-tabs > li > a:hover,
.fsj .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.fsj .nav-tabs > .active > a,
.fsj .nav-tabs > .active > a:hover,
.fsj .nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.fsj .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fsj .nav-pills > .active > a,
.fsj .nav-pills > .active > a:hover,
.fsj .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.fsj .nav-stacked > li {
  float: none;
}
.fsj .nav-stacked > li > a {
  margin-right: 0;
}
.fsj .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.fsj .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.fsj .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.fsj .nav-tabs.nav-stacked > li > a:hover,
.fsj .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.fsj .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.fsj .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.fsj .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.fsj .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fsj .nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.fsj .nav .dropdown-toggle:hover .caret,
.fsj .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.fsj .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.fsj .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.fsj .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.fsj .nav > .dropdown.active > a:hover,
.fsj .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.fsj .nav-tabs .open .dropdown-toggle,
.fsj .nav-pills .open .dropdown-toggle,
.fsj .nav > li.dropdown.open.active > a:hover,
.fsj .nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.fsj .nav li.dropdown.open .caret,
.fsj .nav li.dropdown.open.active .caret,
.fsj .nav li.dropdown.open a:hover .caret,
.fsj .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fsj .tabs-stacked .open > a:hover,
.fsj .tabs-stacked .open > a:focus {
  border-color: #999;
}
.fsj .tabbable {
  *zoom: 1;
}
.fsj .tabbable:before,
.fsj .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .tabbable:after {
  clear: both;
}
.fsj .tab-content {
  overflow: auto;
}
.fsj .tabs-below > .nav-tabs,
.fsj .tabs-right > .nav-tabs,
.fsj .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.fsj .tab-content > .tab-pane,
.fsj .pill-content > .pill-pane {
  display: none;
}
.fsj .tab-content > .active,
.fsj .pill-content > .active {
  display: block;
}
.fsj .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.fsj .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.fsj .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.fsj .tabs-below > .nav-tabs > li > a:hover,
.fsj .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.fsj .tabs-below > .nav-tabs > .active > a,
.fsj .tabs-below > .nav-tabs > .active > a:hover,
.fsj .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.fsj .tabs-left > .nav-tabs > li,
.fsj .tabs-right > .nav-tabs > li {
  float: none;
}
.fsj .tabs-left > .nav-tabs > li > a,
.fsj .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.fsj .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.fsj .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.fsj .tabs-left > .nav-tabs > li > a:hover,
.fsj .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.fsj .tabs-left > .nav-tabs .active > a,
.fsj .tabs-left > .nav-tabs .active > a:hover,
.fsj .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.fsj .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.fsj .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.fsj .tabs-right > .nav-tabs > li > a:hover,
.fsj .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.fsj .tabs-right > .nav-tabs .active > a,
.fsj .tabs-right > .nav-tabs .active > a:hover,
.fsj .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.fsj .nav > .disabled > a {
  color: #999;
}
.fsj .nav > .disabled > a:hover,
.fsj .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.fsj .navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}
.fsj .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.fsj .navbar-inner:before,
.fsj .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .navbar-inner:after {
  clear: both;
}
.fsj .navbar .container {
  width: auto;
}
.fsj .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.fsj .navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px 11px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.fsj .navbar .brand:hover,
.fsj .navbar .brand:focus {
  text-decoration: none;
}
.fsj .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.fsj .navbar-link {
  color: #777;
}
.fsj .navbar-link:hover,
.fsj .navbar-link:focus {
  color: #333;
}
.fsj .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.fsj .navbar .btn,
.fsj .navbar .btn-group {
  margin-top: 5px;
}
.fsj .navbar .btn-group .btn,
.fsj .navbar .input-prepend .btn,
.fsj .navbar .input-append .btn,
.fsj .navbar .input-prepend .btn-group,
.fsj .navbar .input-append .btn-group {
  margin-top: 0;
}
.fsj .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.fsj .navbar-form:before,
.fsj .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .navbar-form:after {
  clear: both;
}
.fsj .navbar-form input,
.fsj .navbar-form select,
.fsj .navbar-form .radio,
.fsj .navbar-form .checkbox {
  margin-top: 5px;
}
.fsj .navbar-form input,
.fsj .navbar-form select,
.fsj .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.fsj .navbar-form input[type="image"],
.fsj .navbar-form input[type="checkbox"],
.fsj .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.fsj .navbar-form .input-append,
.fsj .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.fsj .navbar-form .input-append input,
.fsj .navbar-form .input-prepend input {
  margin-top: 0;
}
.fsj .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.fsj .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fsj .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.fsj .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .navbar-fixed-top,
.fsj .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.fsj .navbar-fixed-top .navbar-inner,
.fsj .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.fsj .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.fsj .navbar-fixed-top .navbar-inner,
.fsj .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fsj .navbar-static-top .container,
.fsj .navbar-fixed-top .container,
.fsj .navbar-fixed-bottom .container {
  width: 940px;
}
.fsj .navbar-fixed-top {
  top: 0;
}
.fsj .navbar-fixed-top .navbar-inner,
.fsj .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.fsj .navbar-fixed-bottom {
  bottom: 0;
}
.fsj .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.fsj .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.fsj .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.fsj .navbar .nav > li {
  float: left;
}
.fsj .navbar .nav > li > a {
  float: none;
  padding: 11px 15px 11px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.fsj .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.fsj .navbar .nav > li > a:focus,
.fsj .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.fsj .navbar .nav > .active > a,
.fsj .navbar .nav > .active > a:hover,
.fsj .navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.fsj .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.fsj .navbar .btn-navbar:hover,
.fsj .navbar .btn-navbar:focus,
.fsj .navbar .btn-navbar:active,
.fsj .navbar .btn-navbar.active,
.fsj .navbar .btn-navbar.disabled,
.fsj .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.fsj .navbar .btn-navbar:active,
.fsj .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.fsj .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.fsj .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.fsj .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.fsj .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.fsj .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.fsj .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.fsj .navbar .nav li.dropdown > a:hover .caret,
.fsj .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.fsj .navbar .nav li.dropdown.open > .dropdown-toggle,
.fsj .navbar .nav li.dropdown.active > .dropdown-toggle,
.fsj .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}
.fsj .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.fsj .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.fsj .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.fsj .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.fsj .navbar .pull-right > li > .dropdown-menu,
.fsj .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.fsj .navbar .pull-right > li > .dropdown-menu:before,
.fsj .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.fsj .navbar .pull-right > li > .dropdown-menu:after,
.fsj .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.fsj .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.fsj .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fsj .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.fsj .navbar-inverse .brand,
.fsj .navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.fsj .navbar-inverse .brand:hover,
.fsj .navbar-inverse .brand:focus,
.fsj .navbar-inverse .nav > li > a:hover,
.fsj .navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.fsj .navbar-inverse .brand {
  color: #999;
}
.fsj .navbar-inverse .navbar-text {
  color: #999;
}
.fsj .navbar-inverse .nav > li > a:focus,
.fsj .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.fsj .navbar-inverse .nav .active > a,
.fsj .navbar-inverse .nav .active > a:hover,
.fsj .navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.fsj .navbar-inverse .navbar-link {
  color: #999;
}
.fsj .navbar-inverse .navbar-link:hover,
.fsj .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.fsj .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.fsj .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.fsj .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.fsj .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.fsj .navbar-inverse .nav li.dropdown > a:hover .caret,
.fsj .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.fsj .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.fsj .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.fsj .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.fsj .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.fsj .navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.fsj .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.fsj .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.fsj .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.fsj .navbar-inverse .navbar-search .search-query:focus,
.fsj .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.fsj .navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.fsj .navbar-inverse .btn-navbar:hover,
.fsj .navbar-inverse .btn-navbar:focus,
.fsj .navbar-inverse .btn-navbar:active,
.fsj .navbar-inverse .btn-navbar.active,
.fsj .navbar-inverse .btn-navbar.disabled,
.fsj .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.fsj .navbar-inverse .btn-navbar:active,
.fsj .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.fsj .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.fsj .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.fsj .breadcrumb > .active {
  color: #999;
}
.fsj .pagination {
  margin: 18px 0;
}
.fsj .pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.fsj .pagination ul > li {
  display: inline;
  padding: 0px !important;
  margin: 0px !important;
}
.fsj .pagination ul > li > a,
.fsj .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.fsj .pagination ul > li > a:hover,
.fsj .pagination ul > li > a:focus,
.fsj .pagination ul > .active > a,
.fsj .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.fsj .pagination ul > .active > a,
.fsj .pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.fsj .pagination ul > .disabled > span,
.fsj .pagination ul > .disabled > a,
.fsj .pagination ul > .disabled > a:hover,
.fsj .pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.fsj .pagination ul > li:first-child > a,
.fsj .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.fsj .pagination ul > li:last-child > a,
.fsj .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.fsj .pagination-centered {
  text-align: center;
}
.fsj .pagination-right {
  text-align: right;
}
.fsj .pagination-large ul > li > a,
.fsj .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.fsj .pagination-large ul > li:first-child > a,
.fsj .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.fsj .pagination-large ul > li:last-child > a,
.fsj .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.fsj .pagination-mini ul > li:first-child > a,
.fsj .pagination-mini ul > li:first-child > span,
.fsj .pagination-small ul > li:first-child > a,
.fsj .pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.fsj .pagination-mini ul > li:last-child > a,
.fsj .pagination-mini ul > li:last-child > span,
.fsj .pagination-small ul > li:last-child > a,
.fsj .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.fsj .pagination-small ul > li > a,
.fsj .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}
.fsj .pagination-mini ul > li > a,
.fsj .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.fsj .pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.fsj .pager:before,
.fsj .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .pager:after {
  clear: both;
}
.fsj .pager li {
  display: inline;
}
.fsj .pager li > a,
.fsj .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fsj .pager li > a:hover,
.fsj .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.fsj .pager .next > a,
.fsj .pager .next > span {
  float: right;
}
.fsj .pager .previous > a,
.fsj .pager .previous > span {
  float: left;
}
.fsj .pager .disabled > a,
.fsj .pager .disabled > a:hover,
.fsj .pager .disabled > a:focus,
.fsj .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.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 .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fsj .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fsj .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.fsj .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.fsj .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.fsj .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.fsj .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fsj .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.fsj .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.fsj .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.fsj .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.fsj .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.fsj .popover.top {
  margin-top: -10px;
}
.fsj .popover.right {
  margin-left: 10px;
}
.fsj .popover.bottom {
  margin-top: 10px;
}
.fsj .popover.left {
  margin-left: -10px;
}
.fsj .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.fsj .popover-title:empty {
  display: none;
}
.fsj .popover-content {
  padding: 9px 14px;
}
.fsj .popover .arrow,
.fsj .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fsj .popover .arrow {
  border-width: 11px;
}
.fsj .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.fsj .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.fsj .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.fsj .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.fsj .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.fsj .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.fsj .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.fsj .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.fsj .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.fsj .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.fsj .thumbnails:before,
.fsj .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.fsj .thumbnails:after {
  clear: both;
}
.fsj .row-fluid .thumbnails {
  margin-left: 0;
}
.fsj .thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.fsj .thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.fsj a.thumbnail:hover,
.fsj a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.fsj .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fsj .thumbnail .caption {
  padding: 9px;
  color: #555;
}
.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 .label,
.fsj .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.fsj .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fsj .badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.fsj .label:empty,
.fsj .badge:empty {
  display: none;
}
.fsj a.label:hover,
.fsj a.label:focus,
.fsj a.badge:hover,
.fsj a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.fsj .label-important,
.fsj .badge-important {
  background-color: #b94a48;
}
.fsj .label-important[href],
.fsj .badge-important[href] {
  background-color: #953b39;
}
.fsj .label-warning,
.fsj .badge-warning {
  background-color: #f89406;
}
.fsj .label-warning[href],
.fsj .badge-warning[href] {
  background-color: #c67605;
}
.fsj .label-success,
.fsj .badge-success {
  background-color: #468847;
}
.fsj .label-success[href],
.fsj .badge-success[href] {
  background-color: #356635;
}
.fsj .label-info,
.fsj .badge-info {
  background-color: #3a87ad;
}
.fsj .label-info[href],
.fsj .badge-info[href] {
  background-color: #2d6987;
}
.fsj .label-inverse,
.fsj .badge-inverse {
  background-color: #333;
}
.fsj .label-inverse[href],
.fsj .badge-inverse[href] {
  background-color: #1a1a1a;
}
.fsj .btn .label,
.fsj .btn .badge {
  position: relative;
  top: -1px;
}
.fsj .btn-mini .label,
.fsj .btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  .fsj from {
    background-position: 40px 0;
  }
  .fsj to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  .fsj from {
    background-position: 40px 0;
  }
  .fsj to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  .fsj from {
    background-position: 40px 0;
  }
  .fsj to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  .fsj from {
    background-position: 0 0;
  }
  .fsj to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  .fsj from {
    background-position: 40px 0;
  }
  .fsj to {
    background-position: 0 0;
  }
}
.fsj .progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.fsj .progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.fsj .progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.fsj .progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.fsj .progress-danger .bar,
.fsj .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.fsj .progress-danger.progress-striped .bar,
.fsj .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.fsj .progress-success .bar,
.fsj .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.fsj .progress-success.progress-striped .bar,
.fsj .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.fsj .progress-info .bar,
.fsj .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.fsj .progress-info.progress-striped .bar,
.fsj .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.fsj .progress-warning .bar,
.fsj .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.fsj .progress-warning.progress-striped .bar,
.fsj .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.fsj .accordion {
  margin-bottom: 18px;
}
.fsj .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .accordion-heading {
  border-bottom: 0;
}
.fsj .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.fsj .accordion-toggle {
  cursor: pointer;
}
.fsj .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.fsj .carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.fsj .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.fsj .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.fsj .carousel-inner > .item > img,
.fsj .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.fsj .carousel-inner > .active,
.fsj .carousel-inner > .next,
.fsj .carousel-inner > .prev {
  display: block;
}
.fsj .carousel-inner > .active {
  left: 0;
}
.fsj .carousel-inner > .next,
.fsj .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.fsj .carousel-inner > .next {
  left: 100%;
}
.fsj .carousel-inner > .prev {
  left: -100%;
}
.fsj .carousel-inner > .next.left,
.fsj .carousel-inner > .prev.right {
  left: 0;
}
.fsj .carousel-inner > .active.left {
  left: -100%;
}
.fsj .carousel-inner > .active.right {
  left: 100%;
}
.fsj .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fsj .carousel-control.right {
  left: auto;
  right: 15px;
}
.fsj .carousel-control:hover,
.fsj .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fsj .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.fsj .carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255,255,255,0.25);
  border-radius: 5px;
}
.fsj .carousel-indicators .active {
  background-color: #fff;
}
.fsj .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0,0,0,0.75);
}
.fsj .carousel-caption h4,
.fsj .carousel-caption p {
  color: #fff;
  line-height: 18px;
}
.fsj .carousel-caption h4 {
  margin: 0 0 5px;
}
.fsj .carousel-caption p {
  margin-bottom: 0;
}
.fsj .hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fsj .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.fsj .hero-unit li {
  line-height: 27px;
}
.fsj .pull-right {
  float: right;
}
.fsj .pull-left {
  float: left;
}
.fsj .hide {
  display: none;
}
.fsj .show {
  display: block;
}
.fsj .invisible {
  visibility: hidden;
}
.fsj .affix {
  position: fixed;
}
.fsj .small {
  font-size: 11px;
}
.fsj iframe,
.fsj svg {
  max-width: 100%;
}
.fsj .nowrap {
  white-space: nowrap;
}
.fsj .center,
.fsj .table td.center,
.fsj .table th.center {
  text-align: center;
}
.fsj a.disabled,
.fsj a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.fsj .hero-unit {
  text-align: center;
}
.fsj .hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.fsj .btn .caret {
  margin-bottom: 7px;
}
.fsj .blog-row-rule,
.fsj .blog-item-rule {
  border: 0;
}
.fsj body.modal {
  padding-top: 0;
}
.fsj .row-even,
.fsj .row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.fsj .row-odd {
  background-color: transparent;
}
.fsj .row-even {
  background-color: #f9f9f9;
}
.fsj .blog-row-rule,
.fsj .blog-item-rule {
  border: 0;
}
.fsj .row-fluid .row-reveal {
  visibility: hidden;
}
.fsj .row-fluid:hover .row-reveal {
  visibility: visible;
}
.fsj .btn-wide {
  width: 80%;
}
.fsj .nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.fsj .blog-row-rule,
.fsj .blog-item-rule {
  border: 0;
}
.fsj .row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.fsj .row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.fsj .row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.fsj .row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.fsj .row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.fsj .row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.fsj .row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.fsj .row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.fsj .row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.fsj .row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.fsj .row-fluid .offset11 {
  margin-left: 91.489361693%;
}
.fsj .navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
.fsj .nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.fsj .nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.fsj .nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.fsj .nav-tabs.nav-dark > .active > a,
.fsj .nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
.fsj .thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.fsj .thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.fsj .width-10 {
  width: 10px;
}
.fsj .width-20 {
  width: 20px;
}
.fsj .width-30 {
  width: 30px;
}
.fsj .width-40 {
  width: 40px;
}
.fsj .width-50 {
  width: 50px;
}
.fsj .width-60 {
  width: 60px;
}
.fsj .width-70 {
  width: 70px;
}
.fsj .width-80 {
  width: 80px;
}
.fsj .width-90 {
  width: 90px;
}
.fsj .width-100 {
  width: 100px;
}
.fsj .height-10 {
  height: 10px;
}
.fsj .height-20 {
  height: 20px;
}
.fsj .height-30 {
  height: 30px;
}
.fsj .height-40 {
  height: 40px;
}
.fsj .height-50 {
  height: 50px;
}
.fsj .height-60 {
  height: 60px;
}
.fsj .height-70 {
  height: 70px;
}
.fsj .height-80 {
  height: 80px;
}
.fsj .height-90 {
  height: 90px;
}
.fsj .height-100 {
  height: 100px;
}
.fsj hr.hr-condensed {
  margin: 10px 0;
}
.fsj .list-striped,
.fsj .row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.fsj .list-striped li,
.fsj .list-striped dd,
.fsj .row-striped .row,
.fsj .row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.fsj .list-striped li:nth-child(odd),
.fsj .list-striped dd:nth-child(odd),
.fsj .row-striped .row:nth-child(odd),
.fsj .row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.fsj .list-striped li:hover,
.fsj .list-striped dd:hover,
.fsj .row-striped .row:hover,
.fsj .row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.fsj .row-striped .row-fluid {
  width: 97%;
}
.fsj .row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.fsj .row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.fsj .row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.fsj .list-condensed li {
  padding: 4px 5px;
}
.fsj .row-condensed .row,
.fsj .row-condensed .row-fluid {
  padding: 4px 5px;
}
.fsj .list-bordered,
.fsj .row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fsj .radio.btn-group input[type=radio] {
  display: none;
}
.fsj .radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.fsj fieldset.radio.btn-group {
  padding-left: 0;
}
.fsj .iframe-bordered {
  border: 1px solid #ddd;
}
.fsj .tab-content {
  overflow: visible;
}
.fsj .tabs-left .tab-content {
  overflow: auto;
}
.fsj .nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.fsj .btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.fsj .tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
.fsj .page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
.fsj .input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fsj .input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.fsj .input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.fsj .input-prepend > .add-on,
.fsj .input-append > .add-on {
  vertical-align: top;
}
.fsj .element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.fsj .form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.fsj .form-vertical .controls {
  margin-left: 0;
}
.fsj .width-auto {
  width: auto;
}
.fsj .btn-group .chzn-results {
  white-space: normal;
}
.fsj .accordion-body.in:hover {
  overflow: visible;
}
.fsj .invalid {
  color: #9d261d;
  font-weight: bold;
}
.fsj input.invalid {
  border: 1px solid #9d261d;
}
.fsj .tip-text {
  text-align: left;
}
.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;
}
.fsj .accord {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.fsj .accord.in {
  height: auto;
}
.fsj .hidden {
  display: none;
  visibility: hidden;
}
.fsj .visible-phone {
  display: none !important;
}
.fsj .visible-tablet {
  display: none !important;
}
.fsj .hidden-desktop {
  display: none !important;
}
.fsj .visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fsj .hidden-desktop {
    display: inherit !important;
  }
  .fsj .visible-desktop {
    display: none !important;
  }
  .fsj .visible-tablet {
    display: inherit !important;
  }
  .fsj .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .fsj .hidden-desktop {
    display: inherit !important;
  }
  .fsj .visible-desktop {
    display: none !important;
  }
  .fsj .visible-phone {
    display: inherit !important;
  }
  .fsj .hidden-phone {
    display: none !important;
  }
}
.fsj .visible-print {
  display: none !important;
}
@media print {
  .fsj .visible-print {
    display: inherit !important;
  }
  .fsj .hidden-print {
    display: none !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;
}
