.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 13px;
  color: #555;
  border: 1px solid #dad9d5;
  background: #fff;
  line-height: 34px;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn.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);
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #c67605 \9;
}
.btn.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);
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #942a25 \9;
}
.btn.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);
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #408140 \9;
}
.btn.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);
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #24748c \9;
}
.btn.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);
}
.btn.btn-inverse:hover,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active {
  background-color: #090909 \9;
}
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  text-shadow: none !important;
}
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover {
  background-position: 0 -15px;
}
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn-danger.active,
.btn-danger:active,
.btn-success.active,
.btn-success:active,
.btn-info.active,
.btn-info:active,
.btn-inverse.active,
.btn-inverse:active {
  outline: 0;
}
#jm-allpage .btn.btn-warning,
#jm-allpage .btn.btn-danger,
#jm-allpage .btn.btn-success,
#jm-allpage .btn.btn-info,
#jm-allpage .btn.btn-inverse,
#jm-allpage .jm-module.color1-ms .btn.btn-warning,
#jm-allpage .jm-module.color1-ms .btn.btn-danger,
#jm-allpage .jm-module.color1-ms .btn.btn-success,
#jm-allpage .jm-module.color1-ms .btn.btn-info,
#jm-allpage .jm-module.color1-ms .btn.btn-inverse,
#jm-allpage .jm-module.color2-ms .btn.btn-warning,
#jm-allpage .jm-module.color2-ms .btn.btn-danger,
#jm-allpage .jm-module.color2-ms .btn.btn-success,
#jm-allpage .jm-module.color2-ms .btn.btn-info,
#jm-allpage .jm-module.color2-ms .btn.btn-inverse {
  color: #fff !important;
  border: 1px solid transparent !important;
}
#jm-allpage .btn.btn-warning:hover,
#jm-allpage .btn.btn-danger:hover,
#jm-allpage .btn.btn-success:hover,
#jm-allpage .btn.btn-info:hover,
#jm-allpage .btn.btn-inverse:hover,
#jm-allpage .jm-module.color1-ms .btn.btn-warning:hover,
#jm-allpage .jm-module.color1-ms .btn.btn-danger:hover,
#jm-allpage .jm-module.color1-ms .btn.btn-success:hover,
#jm-allpage .jm-module.color1-ms .btn.btn-info:hover,
#jm-allpage .jm-module.color1-ms .btn.btn-inverse:hover,
#jm-allpage .jm-module.color2-ms .btn.btn-warning:hover,
#jm-allpage .jm-module.color2-ms .btn.btn-danger:hover,
#jm-allpage .jm-module.color2-ms .btn.btn-success:hover,
#jm-allpage .jm-module.color2-ms .btn.btn-info:hover,
#jm-allpage .jm-module.color2-ms .btn.btn-inverse:hover {
  border: 1px solid transparent !important;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.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;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.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;
}
.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;
}
.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;
}
.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;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  font-family: inherit;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 0 6px;
  font-size: 13px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  line-height: 34px;
  height: 34px;
}
input,
textarea,
.uneditable-input {
  width: 150px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #F6F6F6;
  border: 1px solid #dad9d5;
  -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;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.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);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 36px;
  *margin-top: 4px;
  line-height: 36px;
  padding: 8px;
}
select {
  width: 220px;
  border: 1px solid #dad9d5;
  background-color: #F6F6F6;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #cacaca;
  -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;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 970px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 885.5px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 801px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 716.5px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 632px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 547.5px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 463px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 378.5px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 294px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 209.5px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 125px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 40.5px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.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;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.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;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.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;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.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;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required: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;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 34px;
  min-width: 16px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
}
a:hover {
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.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;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.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;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.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;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f5f5f5 #ddd #f5f5f5 #f5f5f5;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.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;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f5f5f5 #f5f5f5 #f5f5f5 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 38.5px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 123px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 207.5px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 292px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 376.5px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 461px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 545.5px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 630px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 714.5px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 799px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 883.5px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 968px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
#jm-allpage {
  position: relative;
  background: #fff;
}
#jm-top-bar {
  background: #222;
  color: #fff;
  font-size: 11px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-top-bar2 {
  text-align: right;
}
#jm-menu-bar {
  padding: 60px 0 30px;
}
#jm-menu-bar.notopbar {
  padding-top: 30px;
  padding-bottom: 30px;
}
#jm-logo-sitedesc {
  max-width: 35%;
}
#jm-djmenu {
  margin-top: 15px;
  max-width: 65%;
}
#jm-header {
  margin: 0 0 30px;
  background: #eee;
}
#jm-header-in {
  padding: 10px 0;
}
#jm-breadcrumbs-fs {
  margin-bottom: 30px;
}
#jm-breadcrumbs {
  width: 85%;
}
#jm-font-switcher {
  text-align: right;
  width: 14%;
}
#jm-main {
  border-top: 1px solid #dad9d5;
  border-bottom: 1px solid #dad9d5;
}
#jm-main.nocontent {
  border: 0;
  display: none;
}
#jm-main-in {
  position: relative;
  padding-top: 30px;
}
#jm-main.nocontent #jm-main-in {
  padding-top: 0;
}
#jm-maincontent {
  padding-bottom: 30px;
}
#jm-left:after,
#jm-right:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  border-right: 1px solid #dad9d5;
}
.lcr #jm-left {
  float: left;
}
.lcr #jm-right {
  float: right;
}
.lcr #jm-content {
  float: right;
}
.lcr.scheme2.noleft #jm-content {
  float: left;
}
.clr #jm-left,
.clr #jm-right,
.clr #jm-content {
  float: left;
}
.lrc #jm-left {
  float: left;
}
.lrc #jm-right,
.lrc #jm-content {
  float: right;
}
.lrc.scheme3 .row-fluid #jm-left,
.lrc.scheme2 .row-fluid #jm-left,
.lrc.scheme2 .row-fluid #jm-right,
.lcr.scheme3 .row-fluid #jm-left,
.lcr.scheme2 .row-fluid #jm-left {
  margin-left: 0;
}
#jm-bottom {
  padding-top: 30px;
}
#jm-footer {
  padding: 30px 0 20px;
  font-weight: 400;
}
#jm-footer-border {
  margin: 0 0 20px;
}
#jm-poweredby {
  display: inline-block;
}
#jm-styleswitcher {
  display: inline-block;
  text-align: right;
  padding: 0 0 0 5px;
}
#jm-back-top {
  text-align: center;
  margin: 0;
}
#jm-top-bar p {
  margin: 0;
}
h1#jm-logo {
  font-size: 2.5em !important;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
}
#jm-header .jm-module {
  margin-bottom: 0;
  margin-top: 30px;
}
#jm-header .jm-module:first-child,
#jm-header .jm-module.header-narrow-ms:first-child {
  margin-top: 0;
}
#jm-footer a:hover,
#jm-footer-mod a:hover {
  color: #fff;
}
#jm-poweredby a {
  text-decoration: none;
}
#jm-styleswitcher a span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  line-height: 6px;
}
#jm-styleswitcher a:hover {
  text-decoration: none;
}
#jm-styleswitcher a#style_icon-1 span {
  border: 2px solid #3c3c3c;
}
#jm-styleswitcher a#style_icon-1:hover span {
  background: #3c3c3c;
}
#jm-styleswitcher a#style_icon-2 span {
  border: 2px solid #74c0b6;
}
#jm-styleswitcher a#style_icon-2:hover span {
  background: #74c0b6;
}
#jm-styleswitcher a#style_icon-3 span {
  border: 2px solid #f88d7a;
}
#jm-styleswitcher a#style_icon-3:hover span {
  background: #f88d7a;
}
#jm-styleswitcher a#style_icon-4 span {
  border: 2px solid #2f8097;
}
#jm-styleswitcher a#style_icon-4:hover span {
  background: #2f8097;
}
#jm-back-top {
  display: block;
}
#jm-back-top a {
  display: inline-block;
  text-decoration: none;
}
#jm-back-top a:hover {
  cursor: pointer;
}
#jm-back-top a span {
  display: block;
  height: 49px;
  width: 99px;
  background: url("../images/backtotop.png");
}
#jm-back-top a span:hover {
  background: url("../images/backtotop-hover.png");
}
.smallview #jm-maincontent {
  font-size: 0.9em;
  line-height: 1.7em;
}
.largeview #jm-maincontent {
  font-size: 1.2em;
  line-height: 1.7em;
}
.span0 {
  float: none !important;
}
.jm-module {
  margin-bottom: 30px;
}
.jm-module .jm-title {
  margin: 0 0 20px;
  padding: 0 0 15px;
  font-weight: 300;
  position: relative;
}
.jm-module .jm-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
}
.moduletable {
  margin-bottom: 30px;
}
#jm-footer-mod .jm-module.color1-ms {
  color: #444;
}
#jm-footer-mod .jm-module.color1-ms a,
#jm-footer-mod .jm-module.color1-ms .jm-title {
  color: #444;
}
#jm-footer-mod .jm-module.color1-ms ul li {
  background-image: url("../images/li.png");
}
#jm-footer-mod .jm-module .jm-title,
#jm-footer-mod .jm-module.title-border-ms .jm-title,
#jm-footer-mod .jm-module.blank-ms .jm-title {
  color: #fff;
}
.jm-module.color1-ms .jm-module-in {
  padding: 15px;
}
.jm-module.color2-ms {
  color: #fff;
}
.jm-module.color2-ms a:hover {
  color: #fff;
}
.jm-module.color2-ms .jm-module-in {
  padding: 15px;
}
.jm-module.title-border-ms .jm-title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0 0 27px;
}
.jm-module.title-border-ms .jm-title:after {
  height: 10px;
  width: 60px;
}
.jm-module.blank-ms .jm-title {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 23px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.jm-module.blank-ms .jm-title:after {
  display: none;
}
.jm-module-raw {
  float: left;
  margin-left: 10px;
}
.jm-module-raw:first-child {
  margin-left: 0;
}
h3.jm-typo-title {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.jm-code {
  border-left: 5px solid #dddddd;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.jm-social {
  display: block;
  text-align: center;
  overflow: hidden;
}
.jm-icons {
  margin: 0;
  display: inline-block;
  position: relative;
}
.jm-icons:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  left: 110%;
  top: 24px;
  background: #dad9d5;
}
.jm-icons:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  right: 110%;
  top: 24px;
  background: #dad9d5;
}
.jm-icons a:first-child {
  margin: 0;
}
.jm-icons a {
  text-decoration: none !important;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.jm-icons .jm-google,
.jm-icons .jm-rss,
.jm-icons .jm-twitter,
.jm-icons .jm-facebook {
  width: 48px;
  height: 48px;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../images/social.png");
  background-color: #d7d7d7;
}
.jm-icons .jm-facebook {
  background-position: 0 0;
}
.jm-icons .jm-twitter {
  background-position: -48px 0;
}
.jm-icons .jm-rss {
  background-position: -96px 0;
}
.jm-icons .jm-google {
  background-position: -144px 0;
}
.jm-icons .jm-facebook:hover,
.jm-icons .jm-twitter:hover,
.jm-icons .jm-rss:hover,
.jm-icons .jm-google:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jm-icons .jm-facebook:hover {
  background-color: #3b559f;
}
.jm-icons .jm-twitter:hover {
  background-color: #00aced;
}
.jm-icons .jm-rss:hover {
  background-color: #ff9900;
}
.jm-icons .jm-google:hover {
  background-color: #e82a2c;
}
.quote-left {
  display: block;
  font-style: italic;
  padding: 5px 5px 5px 45px;
  background: url("../images/quote-left.png") no-repeat left top;
  text-align: left;
}
.quote-right {
  display: block;
  font-style: italic;
  padding: 5px 45px 5px 5px;
  background: url("../images/quote-right.png") no-repeat right bottom;
  text-align: right;
}
.border_img1 {
  padding: 10px;
  background: #eee;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #fff;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #ddd;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
.jm-block.second span {
  background-color: #2a2a2a;
}
p.blue {
  border-left: 3px solid #BCE8F1;
  padding: 0 0 0 10px;
}
p.green {
  border-left: 3px solid #D6E9C6;
  padding: 0 0 0 10px;
}
p.red {
  border-left: 3px solid #EED3D7;
  padding: 0 0 0 10px;
}
p.bluefill {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #3A87AD;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
}
.quote-left {
  display: block;
  font-style: italic;
  padding: 5px 5px 5px 45px;
  background: url("../images/quote-left.png") no-repeat left top;
  text-align: left;
}
.quote-right {
  display: block;
  font-style: italic;
  padding: 5px 45px 5px 5px;
  background: url("../images/quote-right.png") no-repeat right bottom;
  text-align: right;
}
p.badges {
  padding-left: 60px;
  background: url("../images/icons/badge.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.calendar {
  padding-left: 60px;
  background: url("../images/icons/calendar.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.chat {
  padding-left: 60px;
  background: url("../images/icons/chat.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.check {
  padding-left: 60px;
  background: url("../images/icons/check.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.cloud {
  padding-left: 60px;
  background: url("../images/icons/cloud.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.direction {
  padding-left: 60px;
  background: url("../images/icons/direction.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.divide {
  padding-left: 60px;
  background: url("../images/icons/divide.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.error {
  padding-left: 60px;
  background: url("../images/icons/error.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.fire {
  padding-left: 60px;
  background: url("../images/icons/fire.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.flag {
  padding-left: 60px;
  background: url("../images/icons/flag.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.heart {
  padding-left: 60px;
  background: url("../images/icons/heart.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.home {
  padding-left: 60px;
  background: url("../images/icons/home.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.info {
  padding-left: 60px;
  background: url("../images/icons/info.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.list {
  padding-left: 60px;
  background: url("../images/icons/list.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.mail {
  padding-left: 60px;
  background: url("../images/icons/mail.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.people {
  padding-left: 60px;
  background: url("../images/icons/people.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.star {
  padding-left: 60px;
  background: url("../images/icons/star.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.stat {
  padding-left: 60px;
  background: url("../images/icons/stat.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
ol.jm-roman,
ol.jm-roman ol {
  list-style-type: upper-roman;
}
ol.jm-alpha,
ol.jm-alpha ol {
  list-style-type: lower-alpha;
}
dl.article-info {
  font-size: 0.9em;
  margin: 0 0 ;
}
dl.article-info dd {
  margin: 0;
}
.content_rating {
  margin-bottom: 10px;
}
.content_vote label {
  margin-right: 5px;
}
h3.page-header .btn [class^="icon-"],
h3.page-header .btn [class*=" icon-"] {
  margin-top: -1px;
  vertical-align: middle;
}
.categories-list .collapse {
  padding: 0 0 0 20px;
}
.categories-list h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}
.categories-list div > .category-desc {
  margin-bottom: 20px;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 20px;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
}
.category-module li,
.categories-module li {
  background-position: left center;
}
.category-list h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}
.category-list .filters .btn-group label {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.archive .filters {
  margin-bottom: 20px;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.7em;
}
.contact-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-category input[type="text"] {
  margin-top: 10px;
}
.contact #basic-details .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-address.dl-horizontal dd {
  margin-left: 0;
  margin-right: 0;
}
.contact-address.dl-horizontal dt {
  width: auto;
}
.contact-address .jicons-text {
  display: block;
  margin-right: 10px;
  min-width: 110px;
  text-align: left;
}
.contact-address .jicons-icons {
  display: block;
  margin-right: 10px;
  min-width: 20px;
  text-align: left;
}
table.category {
  width: 100%;
  margin-top: 20px;
}
table.category th {
  font-weight: bold;
}
table.category th,
table.category td {
  border-top: 1px solid #f5f5f5;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.weblink-category .btn-group label,
.weblink-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.weblink-count {
  display: inline-block;
  width: 100%;
}
.weblink-count dt,
.weblink-count dd {
  float: left;
}
.weblink-category input[type="text"] {
  margin-top: 10px;
}
.newsfeed-count {
  display: inline-block;
  width: 100%;
}
.newsfeed-count dt,
.newsfeed-count dd {
  float: left;
}
.newsfeed-category .btn-group label,
.newsfeed-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.newsfeed-category input[type="text"] {
  margin-top: 10px;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.chzn-choices li {
  background: none;
}
.icon-cancel {
  background-position: -314px 0;
}
.icon-eye {
  background-position: -96px -120px;
}
.icon-file-add {
  background-position: -26px -25px;
}
.icon-copy {
  background-position: -26px -25px;
}
.icon-picture {
  background-position: -457px -49px;
}
.toggle-editor .btn-group {
  margin: 10px 0;
}
.edit .input-append .add-on,
.edit .input-append .btn,
.edit .input-append .btn-group {
  margin-left: 0;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tags {
  padding: 5px 0;
}
.tags a.label {
  text-decoration: none;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity="80");
}
.tip-wrap .tip-top {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  opacity: 0.8;
  filter: alpha(opacity="80");
}
.tip-wrap .tip-title {
  font-weight: bold;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
.categories-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
h3.page-header.item-title {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
}
h3.page-header a.btn {
  height: 20px;
  line-height: 20px;
  padding: 3px 7px;
}
.category-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
.newsflash .readmore {
  margin-bottom: 15px;
}
.newsflash .newsflash-title {
  padding: 10px 0;
  margin: 0;
}
.newsflash .newsflash-title:first-child {
  padding: 0 0 10px;
}
.newsflash .newsflash-title,
.newsflash p {
  clear: both;
}
.newsflash img {
  max-width: 68px;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.mod-languages li,
.mod-languages ul {
  background: none;
  padding: 0;
  list-style: none;
}
.breadcrumb {
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb li {
  padding: 0;
  margin: 0;
  background: none;
}
.breadcrumb .divider {
  padding: 0;
  margin: 2px 5px;
}
.icon-location {
  background-position: 0 -24px;
}
.btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.jm-module.color2-ms .btn,
#jm-footer-mod .btn,
.dj-megamenu .btn {
  border: 1px solid transparent;
  color: #555 !important;
}
#jm-footer-mod .jm-module.color1-ms .btn {
  border: 1px solid #dad9d5;
}
#jm-footer-mod .jm-module.color1-ms .btn:hover {
  color: #fff !important;
  border: 1px solid transparent;
}
.jm-module.color2-ms .btn:hover,
#jm-footer-mod .btn:hover,
.dj-megamenu .btn:hover {
  border: 1px solid transparent;
  background: #e9e9e9;
  color: #555;
}
.btn:hover {
  color: #fff;
}
a.readmore {
  color: #7e7e7e;
  border-top: 1px dotted #b1b1b1;
  border-bottom: 1px dotted #b1b1b1;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  padding: 12px 0;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  text-align: center;
  background: none;
}
p.readmore a.btn {
  display: block;
  border-left: none;
  border-right: none;
  margin-top: 15px;
  text-transform: uppercase;
}
.jm-module.color2-ms a.readmore:hover,
#jm-footer-mod a.readmore:hover,
.dj-megamenu a.readmore:hover {
  color: #fff;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
.jm-module.color1-ms a.readmore,
#jm-footer-mod .jm-module.color1-ms a.readmore {
  color: #444;
  border-top: 1px dotted #444;
  border-bottom: 1px dotted #444;
}
.jm-module.color1-ms a.readmore:hover,
#jm-footer-mod .jm-module.color1-ms a.readmore:hover {
  color: #fff;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
}
.newsflash a.readmore {
  margin: 15px 0 20px;
}
.newsflash a.readmore:last-child {
  margin-bottom: 0;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.btn:hover [class^="icon-"],
.btn:hover [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-search.icon-white,
.icon-arrow-left.icon-white {
  background-image: url("../images/glyphicons-halflings.png");
}
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 2px;
}
.btn .caret {
  border-top: 4px solid #000;
}
.btn:hover .caret {
  border-top: 4px solid #fff;
}
input.btn.btn-mini {
  height: 20px;
  line-height: 20px;
}
input.btn {
  height: 36px;
}
.btn-group .btn.dropdown-toggle {
  line-height: 20px;
  padding: 2px 5px;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.dropdown-menu li {
  background: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu li a {
  text-decoration: none;
}
.btn-group > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
}
.chzn-container-multi .chzn-choices li,
.chzn-container .chzn-results li {
  background: none;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.nav.menu {
  margin: 0;
  padding-left: 10px;
}
.nav.menu li {
  line-height: 1.7em;
}
.nav.menu > li {
  background: none;
}
.nav.menu li ul li {
  background: none !important;
}
.nav.menu li,
.nav.menu li ul {
  margin: 0;
  padding: 0;
}
.nav.menu li a {
  color: #7e7e7e;
  font-size: 15px;
  padding: 10px 10px 10px 15px;
  display: block;
  text-decoration: none;
}
.nav.menu > li ul li a {
  padding: 5px 0 5px 15px;
}
.nav.menu li:hover > a,
.nav.menu li.active > a {
  color: #444;
}
.nav.menu > li ul li {
  padding: 0 0 0 15px;
}
.nav.menu > li > a {
  background: url("../images/li.png") no-repeat left 19px;
}
.nav.menu > li ul li > a {
  background: url("../images/li.png") no-repeat left 13px;
}
.nav.menu > li.parent {
  background: url("../images/li-down.png") no-repeat right 21px;
}
.jm-module.color1-ms .nav.menu li a,
#jm-footer-mod .jm-module.color1-ms .nav.menu li a {
  color: #444;
}
.jm-module.color2-ms .nav.menu li:hover > a,
.jm-module.color2-ms .nav.menu li.active > a,
#jm-footer-mod .nav.menu li:hover > a,
#jm-footer-mod .nav.menu li.active > a,
.dj-megamenu .nav.menu li:hover > a,
.dj-megamenu .nav.menu li.active > a {
  color: #fff;
}
#jm-footer-mod .jm-module.color1-ms .nav.menu li > a {
  background: url("../images/li.png") no-repeat left 19px;
}
#jm-footer-mod .jm-module.color1-ms .nav.menu > li ul li > a {
  background: url("../images/li.png") no-repeat left 14px;
}
#jm-footer-mod .jm-module.color1-ms .nav.menu > li.parent {
  background: url("../images/li-down.png") no-repeat right 21px;
}
.jm-module.color2-ms .nav.menu li,
#jm-footer-mod .nav.menu li {
  background: none;
}
.jm-module.color2-ms .nav.menu li > a,
#jm-footer-mod .nav.menu li > a {
  background: url("../images/li-menu.png") no-repeat left 19px;
}
.jm-module.color2-ms .nav.menu > li ul li > a,
#jm-footer-mod .nav.menu > li ul li > a {
  background: url("../images/li-menu.png") no-repeat left 14px;
}
.jm-module.color2-ms .nav.menu li:hover > a,
#jm-footer-mod .nav.menu li:hover > a {
  background: url("../images/li-light.png") no-repeat left 19px;
}
.jm-module.color2-ms .nav.menu > li ul li:hover > a,
#jm-footer-mod .nav.menu > li ul li:hover > a {
  background: url("../images/li-light.png") no-repeat left 14px;
}
.jm-module.color2-ms .nav.menu > li.parent,
#jm-footer-mod .nav.menu > li.parent {
  background: url("../images/li-down-light.png") no-repeat right 21px;
}
#jm-top-bar .nav.menu {
  padding: 0;
}
#jm-top-bar .nav.menu ul {
  display: none;
}
#jm-top-bar .nav.menu li {
  display: inline-block;
}
#jm-top-bar .nav.menu li a {
  font-size: 11px;
  padding: 0 10px;
  line-height: 28px;
  background: none;
}
#jm-top-bar .nav.menu li a:hover,
#jm-top-bar .nav.menu li.active a {
  color: #fff;
}
.dj-megamenu .nav.menu {
  padding: 0;
}
.dj-megamenu .nav.menu li,
.dj-megamenu .nav.menu li:hover {
  background: none;
}
.dj-megamenu .nav.menu li {
  background: none;
  padding: 0;
}
.dj-megamenu .nav.menu li > a {
  background: url("../images/li-menu.png") no-repeat left 19px;
}
.dj-megamenu .nav.menu > li ul li > a {
  background: url("../images/li-menu.png") no-repeat left 14px;
}
.dj-megamenu .nav.menu li:hover > a {
  background: url("../images/li-light.png") no-repeat left 19px;
}
.dj-megamenu .nav.menu > li ul li:hover > a {
  background: url("../images/li-light.png") no-repeat left 14px;
}
.dj-megamenu .nav.menu > li.parent {
  background: url("../images/li-down-light.png") no-repeat right 21px;
}
.pager li {
  background: none;
  padding: 0;
  line-height: 34px;
}
.pager li > a,
.pager li > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 0 13px;
}
.pager li > a:hover,
.pager li > span:hover {
  color: #fff;
  border: 1px solid transparent;
}
div.pagination {
  text-align: center;
  text-transform: uppercase;
}
.pagination > ul {
  box-shadow: none;
}
.pagination ul > li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 34px;
  border: 1px solid #dad9d5;
  padding: 0 14px;
  margin: 0 1px;
}
div.pagination ul > li > a:hover {
  color: #fff;
}
p.counter {
  float: none !important;
  margin: 0 0 10px;
  text-align: center;
}
.accordion-group {
  border: none;
}
.accordion-inner {
  border: none;
  padding: 25px;
}
.accordion-heading .accordion-toggle {
  text-align: center;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  color: #555;
  border: 1px solid #dad9d5;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion-heading .accordion-toggle:hover {
  color: #fff;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  background: none;
  padding: 0;
  margin: 9px 0 0;
}
.nav-tabs > li > a {
  color: #fff;
  padding: 15px 20px;
  border: 1px solid #dad9d5;
  border-left: none;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 600;
  outline: none;
}
.nav-tabs > li:first-child > a {
  border-left: 1px solid #dad9d5;
}
.nav-tabs > li:hover a {
  background: #fff;
  color: inherit;
}
.nav-tabs > li.active a {
  color: inherit;
  border-top: 1px solid transparent;
  position: relative;
  background: #fff;
}
.nav-tabs > li.active a:after {
  content: "";
  top: -10px;
  width: 100%;
  height: 11px;
  left: -1px;
  position: absolute;
  border: 1px solid #dad9d5;
  border-bottom: none;
  background: #fff;
}
.tab-content {
  padding: 0 20px;
}
.nav-tabs.nav-stacked {
  list-style-position: inside;
  list-style-type: decimal;
}
.nav-tabs.nav-stacked li {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.nav-tabs.nav-stacked li a {
  color: #444;
  text-transform: none;
  font-weight: inherit;
  border: none !important;
  display: inline-block;
  padding: 0;
  line-height: 2em;
}
.nav-tabs.nav-stacked li a:hover {
  border: none;
  text-decoration: underline;
}
.nav-tabs.nav-stacked li:hover {
  border: none;
}
.nav-tabs.nav-stacked li.active {
  border: none;
}
.nav-tabs.nav-stacked li.active a:after {
  display: none;
}
table.category th,
table.category td {
  border: none;
}
table thead tr th {
  text-align: center !important;
  font-weight: normal !important;
  color: #fff;
}
table thead tr th a {
  color: #fff;
  text-decoration: none;
}
table thead tr th a:hover {
  color: inherit;
}
table.category tbody tr:first-child {
  border-top: none;
}
table.category tbody tr {
  border-top: 1px dotted #dad9d5;
}
a {
  color: #444;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 5px 0;
}
div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-size: 2em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.4em;
  line-height: 1.5em;
}
h5 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
}
h6 {
  font-size: 1em;
  line-height: 1.5em;
}
.page-header {
  margin: 0 0 20px;
  border-bottom: none;
  padding-bottom: 0;
  display: none;
}
.page-header h2 {
  margin: 0;
}
ul {
  margin: 5px 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 5px;
}
ul li {
  margin: 0 0 0 3px;
  padding: 0 0 0 14px;
  background-repeat: no-repeat;
  background-position: left 9px;
  background-image: url("../images/li.png");
  line-height: 1.7em;
}
ul.jm-color li {
  background-image: url("../images/li-color.png");
}
ul.jm-gray li {
  background-image: url("../images/li-gray.png");
}
#jm-footer ul li,
.jm-module.color2-ms ul li {
  background-image: url("../images/li-light.png");
}

#jm-sitedesc {
  padding-top: 15px;
  font-size: 1.2em;
}

a.anchor{display: block; position: relative; top: -150px; visibility: hidden;}