/*!
 * Bootstrap v2.0.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12,
.container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.12765957%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 6.38297872%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span3 {
  width: 23.40425532%;
}
.row-fluid .span4 {
  width: 31.91489361%;
}
.row-fluid .span5 {
  width: 40.42553191%;
}
.row-fluid .span6 {
  width: 48.93617021%;
}
.row-fluid .span7 {
  width: 57.4468085%;
}
.row-fluid .span8 {
  width: 65.9574468%;
}
.row-fluid .span9 {
  width: 74.4680851%;
}
.row-fluid .span10 {
  width: 82.9787234%;
}
.row-fluid .span11 {
  width: 91.48936169%;
}
.row-fluid .span12 {
  width: 99.99999999%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  background-color: transparent;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee;
}
label,
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="file"] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #fff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.controls > .radio.inline:first-child,
.controls > .checkbox.inline:first-child {
  padding-top: 0;
}
input,
textarea {
  -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-8 */
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.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 {
  float: none;
  margin-left: 0;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 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 input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 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 input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 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;
}
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: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #fff;
  border-color: #eee;
  -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;
}
:-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  color: #999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.control-group {
  margin-bottom: 9px;
}
.form-horizontal legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group > label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
[class^="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/img/glyphicons-halflings.png?8");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: 0.3em;
}
[class^="icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("/img/glyphicons-halflings-white.png?8");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #fff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.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);
}
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: 0.3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large .icon {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small .icon {
  margin-top: -1px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -ms-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(top, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0044cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-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(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-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(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-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(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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;
}
.btn-group .btn:last-child,
.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;
}
.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;
}
.btn-group .btn.large:last-child,
.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;
}
.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 .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
.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;
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  display: block;
  padding: 3px 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list .nav-header {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-transform: uppercase;
}
.nav-list > li + .nav-header {
  margin-top: 9px;
}
.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-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.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-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 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,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #08c;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333;
}
.nav > .dropdown.active > a:hover {
  color: #000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-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: "";
}
.tabbable:after {
  clear: both;
}
.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: #eee #ddd #eee #eee;
}
.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: #eee #eee #eee #ddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.navbar {
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.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);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #999;
}
.navbar .navbar-text a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #eee;
}
.navbar-search .search-query ::-webkit-input-placeholder {
  color: #eee;
}
.navbar-search .search-query:hover {
  color: #fff;
  background-color: #999;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  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;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222;
  border-right: 1px solid #333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .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;
}
.navbar .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;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #fff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #fff;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(top, #fff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999;
}
.breadcrumb .active a {
  color: #333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999;
  cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -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;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-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%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  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;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.tooltip-inner {
  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;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -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);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  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);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
}
.label-warning {
  background-color: #f89406;
}
.label-success {
  background-color: #468847;
}
.label-info {
  background-color: #3a87ad;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-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(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', 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;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #fff;
  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: -ms-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(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', 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;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: -ms-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;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-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(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: -ms-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);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-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(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: -ms-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);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-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(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: -ms-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);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.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);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */
.jstree {
  overflow: auto;
}
.jstree a {
  font-size: 12px;
}
.jstree > ul {
  border-top: 1px solid #ddd;
}
.jstree-icon.deleted {
  background: url(img/glyphicons-halflings.png);
  background-position: -454px 1px !important;
}
.jstree li,
.jstree ins {
  background-image: url("images/jstree/d.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree li {
  background-position: -90px 0;
  background-repeat: repeat-y;
}
.jstree li.jstree-last {
  background: transparent;
}
.jstree .jstree-open > ins {
  background-position: -72px 0;
}
.jstree .jstree-closed > ins {
  background-position: -54px 0;
}
.jstree .jstree-leaf > ins {
  background-position: -36px 0;
}
.jstree .jstree-leaf a ins.jstree-icon {
  background-position: -75px -37px;
}
.jstree .jstree-hovered {
  background: #e7f4f9;
  border: 1px solid #d8f0fa;
  padding: 0 2px 0 1px;
}
.jstree .jstree-clicked {
  background: #beebff;
  border: 1px solid #99defd;
  padding: 0 2px 0 1px;
}
.jstree a .jstree-icon {
  background-position: -56px -19px;
}
.jstree a.jstree-loading .jstree-icon {
  background: url("images/jstree/throbber.gif") center center no-repeat !important;
}
.jstree li,
.jstree .jstree-leaf > ins {
  background: transparent;
}
.jstree .jstree-open > ins {
  background-position: -18px 0;
}
.jstree .jstree-closed > ins {
  background-position: 0 0;
}
.jstree .jstree-no-icons a .jstree-icon {
  display: none;
}
.jstree .jstree-no-icons .jstree-checkbox {
  display: inline-block;
}
.jstree .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px;
}
.jstree .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px;
}
.jstree .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px;
}
.jstree .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px;
}
.jstree .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px;
}
.jstree .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px;
}
#vakata-dragged.jstree ins {
  background: transparent !important;
}
#vakata-dragged.jstree .jstree-ok {
  background: url("images/jstree/d.png") -2px -53px no-repeat !important;
}
#vakata-dragged.jstree .jstree-invalid {
  background: url("images/jstree/d.png") -18px -53px no-repeat !important;
}
#jstree-marker.jstree {
  background: url("images/jstree/d.png") -41px -57px no-repeat !important;
  text-indent: -100px;
}
.jstree .jstree-locked a {
  color: silver;
  cursor: default;
}
#vakata-contextmenu.jstree-context,
#vakata-contextmenu.jstree-context li ul {
  background: #f0f0f0;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}
#vakata-contextmenu.jstree-context a {
  color: black;
}
#vakata-contextmenu.jstree-context a:hover,
#vakata-contextmenu.jstree-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px;
}
#vakata-contextmenu.jstree-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}
#vakata-contextmenu.jstree-context li ul {
  margin-left: -4px;
}
/* IE6 BEGIN */
.jstree li,
.jstree ins,
#vakata-dragged.jstree .jstree-invalid,
#vakata-dragged.jstree .jstree-ok,
#jstree-marker.jstree {
  _background-image: url("images/jstree/d.gif");
}
.jstree .jstree-open ins {
  _background-position: -72px 0;
}
.jstree .jstree-closed ins {
  _background-position: -54px 0;
}
.jstree .jstree-leaf ins {
  _background-position: -36px 0;
}
.jstree a ins.jstree-icon {
  _background-position: -56px -19px;
}
#vakata-contextmenu.jstree-context ins {
  _display: none;
}
#vakata-contextmenu.jstree-context li {
  _zoom: 1;
}
.jstree .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px;
}
.jstree .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px;
}
.jstree .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px;
}
/* IE6 END */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.CodeMirror-activeline-background {
  background: #E6F0FF;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
  -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);
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: transparent;
  background: rgba(0, 200, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6600c800', endColorstr='#4c00c800');
}
/* Kludge to turn off filter in ie9+, which also accepts rgba */
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor:not(#nonsense_id) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* DEFAULT THEME */
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable {
  color: black;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-property {
  color: black;
}
.cm-s-default .cm-operator {
  color: black;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-emstrong {
  font-style: italic;
  font-weight: bold;
}
.cm-link {
  text-decoration: underline;
}
.cm-invalidchar {
  color: #f00;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror, and the paddings in .CodeMirror-sizer */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  padding-right: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
  z-index: 6;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  height: 100%;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre {
  position: static;
}
.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span {
  *vertical-align: text-bottom;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}
/* FULLSCREEN */
.CodeMirror-fullscreen {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#CodeMirror-fullscreen-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fcf8e3;
}
#CodeMirror-fullscreen-notice .message {
  text-align: center;
  padding: 5px;
}
/* READONLY */
.CodeMirror-readonly {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cm-s-eclipse span.cm-meta {
  color: #FF1717;
}
.cm-s-eclipse span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: #7F0055;
}
.cm-s-eclipse span.cm-atom {
  color: #219;
}
.cm-s-eclipse span.cm-number {
  color: #164;
}
.cm-s-eclipse span.cm-def {
  color: #00f;
}
.cm-s-eclipse span.cm-variable {
  color: black;
}
.cm-s-eclipse span.cm-variable-2 {
  color: #0000C0;
}
.cm-s-eclipse span.cm-variable-3 {
  color: #0000C0;
}
.cm-s-eclipse span.cm-property {
  color: black;
}
.cm-s-eclipse span.cm-operator {
  color: black;
}
.cm-s-eclipse span.cm-comment {
  color: #3F7F5F;
}
.cm-s-eclipse span.cm-string {
  color: #2A00FF;
}
.cm-s-eclipse span.cm-string-2 {
  color: #f50;
}
.cm-s-eclipse span.cm-error {
  color: #f00;
}
.cm-s-eclipse span.cm-qualifier {
  color: #555;
}
.cm-s-eclipse span.cm-builtin {
  color: #30a;
}
.cm-s-eclipse span.cm-bracket {
  color: #cc7;
}
.cm-s-eclipse span.cm-tag {
  color: #170;
}
.cm-s-eclipse span.cm-attribute {
  color: #00c;
}
.cm-s-eclipse span.cm-link {
  color: #219;
}
.cm-s-eclipse .CodeMirror-matchingbracket {
  border: 1px solid grey;
  color: black !important;
}
span.cm-key {
  color: #00c;
}
span.cm-equals {
  color: #a11;
}
span.cm-value {
  color: #170;
}
/*!
 * Clanforge
 *
 * Copyright 2012 Multiplay Ltd
 *
 * Designed and built by @shedboy and @darkliquid.
 */
.okay {
  color: #83bf57;
}
.beware {
  color: #e6472f;
}
.on-hold {
  color: #f89406;
}
.more {
  color: #9d261d;
  font-weight: bold;
}
.less {
  color: #46a546;
  font-weight: bold;
}
body {
  background-color: #fff;
}
.navbar .brand {
  margin-left: 0;
}
.navbar .nav > li {
  border-left: 1px solid #252525;
}
.navbar .nav > li > a {
  border-top: 4px solid #0088cc;
  padding-top: 6px;
  color: #fff;
}
.navbar .nav > li > a:hover {
  border-top-color: #33bbff;
  background-color: #282828;
}
.navbar .nav > li > a b.caret {
  opacity: 1;
}
.navbar .nav > li > a sup.number {
  color: #000;
  margin-left: 5px;
  padding: 1px 4px 2px 3px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  line-height: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  background-color: #1fa7eb;
  background-image: -moz-linear-gradient(top, #33bbff, #0088cc);
  background-image: -ms-linear-gradient(top, #33bbff, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33bbff), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #33bbff, #0088cc);
  background-image: -o-linear-gradient(top, #33bbff, #0088cc);
  background-image: linear-gradient(top, #33bbff, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbff', endColorstr='#0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a.servers {
  border-top-color: #83bf57;
}
.navbar .nav > li > a.servers sup.number {
  background-color: #a4d083;
  background-image: -moz-linear-gradient(top, #badba1, #83bf57);
  background-image: -ms-linear-gradient(top, #badba1, #83bf57);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#badba1), to(#83bf57));
  background-image: -webkit-linear-gradient(top, #badba1, #83bf57);
  background-image: -o-linear-gradient(top, #badba1, #83bf57);
  background-image: linear-gradient(top, #badba1, #83bf57);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#badba1', endColorstr='#83bf57', GradientType=0);
  border-color: #83bf57 #83bf57 #5e9238;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .nav > li > a.servers:hover {
  border-top-color: #badba1;
}
.navbar .nav > li > a.alerts {
  border-top-color: #e6472f;
}
.navbar .nav > li > a.alerts sup.number {
  background-color: #ed7766;
  background-image: -moz-linear-gradient(top, #f1988a, #e6472f);
  background-image: -ms-linear-gradient(top, #f1988a, #e6472f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1988a), to(#e6472f));
  background-image: -webkit-linear-gradient(top, #f1988a, #e6472f);
  background-image: -o-linear-gradient(top, #f1988a, #e6472f);
  background-image: linear-gradient(top, #f1988a, #e6472f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1988a', endColorstr='#e6472f', GradientType=0);
  border-color: #e6472f #e6472f #b32a16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .nav > li > a.alerts:hover {
  border-top-color: #eb6f5d;
}
.navbar .nav > li.active > a,
.navbar .nav > li.open > a {
  border-top-color: #33bbff;
  background-color: #282828 !important;
}
.navbar .nav > li.active > a.servers,
.navbar .nav > li.open > a.servers {
  border-top-color: #badba1;
}
.navbar .nav > li.active > a.alerts,
.navbar .nav > li.open > a.alerts {
  border-top-color: #eb6f5d;
}
.navbar .nav > li.divider-vertical {
  margin: 0;
  background-color: transparent;
}
.cf-topbar {
  overflow: visible;
  margin-bottom: 18px;
}
.cf-topbar .brand:hover {
  text-decoration: none;
}
.cf-topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}
.cf-topbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #999;
}
.cf-topbar .navbar-text a:hover {
  color: #fff;
  background-color: transparent;
}
.cf-topbar .btn,
.cf-topbar .btn-group {
  margin-top: 5px;
}
.cf-topbar .btn-group .btn {
  margin-top: 0;
}
.cf-topbar .brand {
  margin-left: 0;
}
.cf-topbar .nav > li {
  border-left: 1px solid #252525;
}
.cf-topbar .nav > li > a {
  border-top: 4px solid #0088cc;
  padding-top: 6px;
  color: #fff;
}
.cf-topbar .nav > li > a:hover {
  border-top-color: #33bbff;
  background-color: #282828;
}
.cf-topbar .nav > li > a b.caret {
  opacity: 1;
}
.cf-topbar .nav > li > a sup.number {
  color: #000;
  margin-left: 5px;
  padding: 1px 4px 2px 3px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  line-height: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  background-color: #1fa7eb;
  background-image: -moz-linear-gradient(top, #33bbff, #0088cc);
  background-image: -ms-linear-gradient(top, #33bbff, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33bbff), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #33bbff, #0088cc);
  background-image: -o-linear-gradient(top, #33bbff, #0088cc);
  background-image: linear-gradient(top, #33bbff, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbff', endColorstr='#0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.cf-topbar .nav > li > a.servers {
  border-top-color: #83bf57;
}
.cf-topbar .nav > li > a.servers sup.number {
  background-color: #a4d083;
  background-image: -moz-linear-gradient(top, #badba1, #83bf57);
  background-image: -ms-linear-gradient(top, #badba1, #83bf57);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#badba1), to(#83bf57));
  background-image: -webkit-linear-gradient(top, #badba1, #83bf57);
  background-image: -o-linear-gradient(top, #badba1, #83bf57);
  background-image: linear-gradient(top, #badba1, #83bf57);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#badba1', endColorstr='#83bf57', GradientType=0);
  border-color: #83bf57 #83bf57 #5e9238;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cf-topbar .nav > li > a.servers:hover {
  border-top-color: #badba1;
}
.cf-topbar .nav > li > a.alerts {
  border-top-color: #e6472f;
}
.cf-topbar .nav > li > a.alerts sup.number {
  background-color: #ed7766;
  background-image: -moz-linear-gradient(top, #f1988a, #e6472f);
  background-image: -ms-linear-gradient(top, #f1988a, #e6472f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1988a), to(#e6472f));
  background-image: -webkit-linear-gradient(top, #f1988a, #e6472f);
  background-image: -o-linear-gradient(top, #f1988a, #e6472f);
  background-image: linear-gradient(top, #f1988a, #e6472f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1988a', endColorstr='#e6472f', GradientType=0);
  border-color: #e6472f #e6472f #b32a16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cf-topbar .nav > li > a.alerts:hover {
  border-top-color: #eb6f5d;
}
.cf-topbar .nav > li.active > a,
.cf-topbar .nav > li.open > a {
  border-top-color: #33bbff;
  background-color: #282828 !important;
}
.cf-topbar .nav > li.active > a.servers,
.cf-topbar .nav > li.open > a.servers {
  border-top-color: #badba1;
}
.cf-topbar .nav > li.active > a.alerts,
.cf-topbar .nav > li.open > a.alerts {
  border-top-color: #eb6f5d;
}
.cf-topbar .nav > li.divider-vertical {
  margin: 0;
  background-color: transparent;
}
.cf-topbar .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
}
.cf-topbar .navbar-inner i {
  overflow: hidden;
}
.cf-topbar .container-fluid {
  padding: 0;
}
.cf-topbar .nav > li.scalable {
  max-width: 210px;
  _width: 210px;
}
.cf-topbar .nav > li > a {
  padding-bottom: 0;
}
.cf-topbar .dropdown-menu {
  top: 120%;
}
.cf-topbar .dropdown-text {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf-topbar .dropdown-text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf-topbar .dropdown-text .menu-text {
  max-width: 150px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.cf-topbar .dropdown-text.in-use,
.cf-topbar .dropdown-text.offline {
  border-left: 3px solid #444;
}
.cf-topbar .dropdown-text.online {
  border-left: 3px solid #46a546;
}
.cf-topbar .dropdown-text.current {
  font-weight: bold;
}
.cf-topbar .scalable .dropdown-text {
  _width: 190px;
}
.cf-topbar .nav > li > div.mh-number {
  border-top: 4px solid #08C;
  padding-top: 6px;
  width: 135px;
}
.cf-topbar .nav > li > div.mh-number i {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
}
.cf-topbar .nav > li > div.mh-number form {
  margin-bottom: 0;
}
.cf-topbar .nav > li > div.mh-number form input {
  height: 14px;
  line-height: 14px;
  background-color: #00588F;
  color: #fff;
  border-color: rgba(82, 168, 236, 0.4);
}
.cf-topbar .nav > li > div.mh-number form input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}
header.navbar {
  margin-bottom: 0;
}
header.navbar .navbar-inner {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
header.navbar .navbar-inner:before,
header.navbar .navbar-inner:after {
  display: table;
  content: "";
}
header.navbar .navbar-inner:after {
  clear: both;
}
header.navbar h1 {
  float: left;
  color: #fff;
  margin-left: 6px;
  font-size: 28px;
  line-height: 36px;
}
header.navbar .nav > li:first-child {
  border-left: 0;
}
header.navbar .nav li:first-child a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
header.navbar .nav.pull-right li:first-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
header.navbar .nav.pull-right li:last-child a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.mh-box,
.dev-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}
.mh-box header.navbar h1,
.dev-box header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  padding-top: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 22px;
  border-left: 10px solid #83bf57;
}
.mh-box header.navbar h1.needs-renewal,
.dev-box header.navbar h1.needs-renewal {
  border-left-color: #e6472f;
}
.mh-box header.navbar h1.on-hold,
.dev-box header.navbar h1.on-hold {
  border-left-color: #f89406;
}
.mh-box header.navbar .nav > li > a,
.dev-box header.navbar .nav > li > a {
  padding: 3px 10px 3px;
  line-height: 30px;
}
.mh-box header.navbar .nav > li > a.dropdown-toggle .caret,
.dev-box header.navbar .nav > li > a.dropdown-toggle .caret {
  margin-top: 14px;
}
.mh-box header.navbar .renewal-time,
.dev-box header.navbar .renewal-time {
  display: block;
  clear: left;
  border-left: 10px solid;
  padding-left: 3px;
  padding-bottom: 3px;
  line-height: 16px;
}
.mh-box .content,
.dev-box .content {
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
.mh-box .content:before,
.dev-box .content:before,
.mh-box .content:after,
.dev-box .content:after {
  display: table;
  content: "";
}
.mh-box .content:after,
.dev-box .content:after {
  clear: both;
}
.mh-box .content aside,
.dev-box .content aside {
  float: left;
  margin-bottom: 18px;
}
.mh-box .content aside .nav,
.dev-box .content aside .nav {
  margin-bottom: 0;
  padding-left: 10px;
}
.mh-box .content aside .nav li,
.dev-box .content aside .nav li {
  padding: 0 4px;
  width: 110px;
  display: block;
  float: left;
  margin-top: 10px;
}
.mh-box .content aside .nav li a,
.dev-box .content aside .nav li a {
  color: #444;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mh-box .content aside .nav li a:hover,
.dev-box .content aside .nav li a:hover {
  color: #000;
}
.mh-box .content aside .nav li a i,
.dev-box .content aside .nav li a i {
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
}
.mh-box .content aside .nav li .manage-games,
.dev-box .content aside .nav li .manage-games {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-games i,
.dev-box .content aside .nav li .manage-games i {
  width: 55px;
  background: url("/images/sprite.png?8") no-repeat -65px -447px;
}
.mh-box .content aside .nav li .manage-games:hover i,
.dev-box .content aside .nav li .manage-games:hover i {
  background: url("/images/sprite.png?8") no-repeat -131px -447px;
}
.mh-box .content aside .nav li .manage-slots,
.dev-box .content aside .nav li .manage-slots {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-slots i,
.dev-box .content aside .nav li .manage-slots i {
  width: 54px;
  background: url("/images/sprite.png?8") no-repeat -67px -516px;
}
.mh-box .content aside .nav li .manage-slots:hover i,
.dev-box .content aside .nav li .manage-slots:hover i {
  background: url("/images/sprite.png?8") no-repeat -130px -516px;
}
.mh-box .content aside .nav li .manage-memory,
.dev-box .content aside .nav li .manage-memory {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-memory i,
.dev-box .content aside .nav li .manage-memory i {
  width: 57px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -66px -648px;
}
.mh-box .content aside .nav li .manage-memory:hover i,
.dev-box .content aside .nav li .manage-memory:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -648px;
}
.mh-box .content aside .nav li .manage-voice-comms,
.dev-box .content aside .nav li .manage-voice-comms {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-voice-comms i,
.dev-box .content aside .nav li .manage-voice-comms i {
  width: 48px;
  background: url("/images/sprite.png?8") no-repeat -67px -577px;
}
.mh-box .content aside .nav li .manage-voice-comms:hover i,
.dev-box .content aside .nav li .manage-voice-comms:hover i {
  background: url("/images/sprite.png?8") no-repeat -130px -577px;
}
.mh-box .content aside .nav li .manage-service,
.dev-box .content aside .nav li .manage-service {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-service i,
.dev-box .content aside .nav li .manage-service i {
  width: 48px;
  background: url("/images/sprite.png?8") no-repeat -67px -695px;
}
.mh-box .content aside .nav li .manage-service:hover i,
.dev-box .content aside .nav li .manage-service:hover i {
  background: url("/images/sprite.png?8") no-repeat -130px -695px;
}
.mh-box .content aside .nav li .setup-clanpay,
.dev-box .content aside .nav li .setup-clanpay {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .setup-clanpay i,
.dev-box .content aside .nav li .setup-clanpay i {
  width: 52px;
  background: url("/images/sprite.png?8") no-repeat -66px -760px;
}
.mh-box .content aside .nav li .setup-clanpay:hover i,
.dev-box .content aside .nav li .setup-clanpay:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -760px;
}
.mh-box .content aside .nav li .recommend-us,
.dev-box .content aside .nav li .recommend-us {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .recommend-us i,
.dev-box .content aside .nav li .recommend-us i {
  width: 52px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -66px -825px;
}
.mh-box .content aside .nav li .recommend-us:hover i,
.dev-box .content aside .nav li .recommend-us:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -825px;
}
.mh-box .content aside .nav li .contact-support,
.dev-box .content aside .nav li .contact-support {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .contact-support i,
.dev-box .content aside .nav li .contact-support i {
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -66px -929px;
}
.mh-box .content aside .nav li .contact-support:hover i,
.dev-box .content aside .nav li .contact-support:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -929px;
}
.mh-box .content aside .nav li .manage-access,
.dev-box .content aside .nav li .manage-access {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-access i,
.dev-box .content aside .nav li .manage-access i {
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -66px -981px;
}
.mh-box .content aside .nav li .manage-access:hover i,
.dev-box .content aside .nav li .manage-access:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -981px;
}
.mh-box .content aside .nav li .cancel-service,
.dev-box .content aside .nav li .cancel-service {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .cancel-service i,
.dev-box .content aside .nav li .cancel-service i {
  width: 52px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -66px -880px;
}
.mh-box .content aside .nav li .cancel-service:hover i,
.dev-box .content aside .nav li .cancel-service:hover i {
  background: url("/images/sprite.png?8") no-repeat -129px -880px;
}
.mh-box .content aside .nav li .manage-sync,
.dev-box .content aside .nav li .manage-sync {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-sync i,
.dev-box .content aside .nav li .manage-sync i {
  width: 56px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?7") no-repeat -65px -340px;
}
.mh-box .content aside .nav li .manage-sync:hover i,
.dev-box .content aside .nav li .manage-sync:hover i {
  background: url("/images/sprite.png?7") no-repeat -131px -340px;
}
.mh-box .content aside .nav li .manage-validate,
.dev-box .content aside .nav li .manage-validate {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-validate i,
.dev-box .content aside .nav li .manage-validate i {
  width: 56px;
  height: 52px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?7") no-repeat -65px -392px;
}
.mh-box .content aside .nav li .manage-validate:hover i,
.dev-box .content aside .nav li .manage-validate:hover i {
  background: url("/images/sprite.png?7") no-repeat -131px -392px;
}
.mh-box .content aside .nav li .manage-download-and-extract,
.dev-box .content aside .nav li .manage-download-and-extract {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-download-and-extract i,
.dev-box .content aside .nav li .manage-download-and-extract i {
  width: 56px;
  height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?7") no-repeat -133px -230px;
}
.mh-box .content aside .nav li .manage-download-and-extract:hover i,
.dev-box .content aside .nav li .manage-download-and-extract:hover i {
  background: url("/images/sprite.png?7") no-repeat -133px -285px;
}
.mh-box .content aside .nav li .manage-diff,
.dev-box .content aside .nav li .manage-diff {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-diff i,
.dev-box .content aside .nav li .manage-diff i {
  width: 56px;
  height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?7") no-repeat -133px -116px;
}
.mh-box .content aside .nav li .manage-diff:hover i,
.dev-box .content aside .nav li .manage-diff:hover i {
  background: url("/images/sprite.png?7") no-repeat -133px -169px;
}
.mh-box .content aside .nav li .manage-installs,
.dev-box .content aside .nav li .manage-installs {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .manage-installs i,
.dev-box .content aside .nav li .manage-installs i {
  width: 54px;
  height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -69px -109px;
}
.mh-box .content aside .nav li .manage-installs:hover i,
.dev-box .content aside .nav li .manage-installs:hover i {
  background: url("/images/sprite.png?8") no-repeat -69px -168px;
}
.mh-box .content aside .nav li .create-subimages,
.dev-box .content aside .nav li .create-subimages {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .create-subimages i,
.dev-box .content aside .nav li .create-subimages i {
  width: 62px;
  height: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -2px -708px;
}
.mh-box .content aside .nav li .create-subimages:hover i,
.dev-box .content aside .nav li .create-subimages:hover i {
  background: url("/images/sprite.png?8") no-repeat -2px -762px;
}
.mh-box .content aside .nav li .generate-auth-keys,
.dev-box .content aside .nav li .generate-auth-keys {
  overflow: hidden;
  display: block;
}
.mh-box .content aside .nav li .generate-auth-keys i,
.dev-box .content aside .nav li .generate-auth-keys i {
  width: 55px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("/images/sprite.png?8") no-repeat -5px -588px;
}
.mh-box .content aside .nav li .generate-auth-keys:hover i,
.dev-box .content aside .nav li .generate-auth-keys:hover i {
  background: url("/images/sprite.png?8") no-repeat -5px -648px;
}
.mh-box .content .details,
.dev-box .content .details {
  float: left;
  *zoom: 1;
}
.mh-box .content .details .summary,
.dev-box .content .details .summary {
  margin: 8px 8px;
  *zoom: 1;
}
.mh-box .content .details .summary:before,
.dev-box .content .details .summary:before,
.mh-box .content .details .summary:after,
.dev-box .content .details .summary:after {
  display: table;
  content: "";
}
.mh-box .content .details .summary:after,
.dev-box .content .details .summary:after {
  clear: both;
}
.mh-box .content .details .summary dl dt,
.dev-box .content .details .summary dl dt {
  clear: left;
  float: left;
  color: #08c;
}
.mh-box .content .details .summary dl dd,
.dev-box .content .details .summary dl dd {
  float: left;
}
.mh-box .content .details .machines .table,
.dev-box .content .details .machines .table,
.mh-box .content .details .servers .table,
.dev-box .content .details .servers .table {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.mh-box .content .details .machines .table #machine-filter,
.dev-box .content .details .machines .table #machine-filter,
.mh-box .content .details .servers .table #machine-filter,
.dev-box .content .details .servers .table #machine-filter,
.mh-box .content .details .machines .table #filter,
.dev-box .content .details .machines .table #filter,
.mh-box .content .details .servers .table #filter,
.dev-box .content .details .servers .table #filter {
  width: 210px;
  margin: 0;
  padding: 0 3px 0 20px;
}
.mh-box .content .details .machines .table #machine-filter,
.dev-box .content .details .machines .table #machine-filter,
.mh-box .content .details .servers .table #machine-filter,
.dev-box .content .details .servers .table #machine-filter {
  margin-bottom: 3px;
}
.mh-box .content .details .machines .table tbody tr.online td,
.dev-box .content .details .machines .table tbody tr.online td,
.mh-box .content .details .servers .table tbody tr.online td,
.dev-box .content .details .servers .table tbody tr.online td,
.mh-box .content .details .machines .table tbody tr.okay td,
.dev-box .content .details .machines .table tbody tr.okay td,
.mh-box .content .details .servers .table tbody tr.okay td,
.dev-box .content .details .servers .table tbody tr.okay td {
  background: #ebf7eb;
  background: rgba(131, 191, 87, 0.2);
}
.mh-box .content .details .machines .table tbody tr.unavailable td,
.dev-box .content .details .machines .table tbody tr.unavailable td,
.mh-box .content .details .servers .table tbody tr.unavailable td,
.dev-box .content .details .servers .table tbody tr.unavailable td {
  background: #ececec;
}
.mh-box .content .details .machines .table tbody tr:hover td,
.dev-box .content .details .machines .table tbody tr:hover td,
.mh-box .content .details .servers .table tbody tr:hover td,
.dev-box .content .details .servers .table tbody tr:hover td {
  background: #d9e9ff;
  background: rgba(118, 192, 228, 0.3);
}
.mh-box .content .details .machines .table tbody tr.group-header td,
.dev-box .content .details .machines .table tbody tr.group-header td,
.mh-box .content .details .servers .table tbody tr.group-header td,
.dev-box .content .details .servers .table tbody tr.group-header td {
  background: #f9f9f9;
  background: rgba(216, 216, 216, 0.3);
  cursor: pointer;
}
.mh-box .content .details .machines .table tbody tr.group-header td.state,
.dev-box .content .details .machines .table tbody tr.group-header td.state,
.mh-box .content .details .servers .table tbody tr.group-header td.state,
.dev-box .content .details .servers .table tbody tr.group-header td.state {
  background: #999;
}
.mh-box .content .details .machines .table tbody tr.filtered,
.dev-box .content .details .machines .table tbody tr.filtered,
.mh-box .content .details .servers .table tbody tr.filtered,
.dev-box .content .details .servers .table tbody tr.filtered {
  display: none !important;
}
.mh-box .content .details .machines .table th,
.dev-box .content .details .machines .table th,
.mh-box .content .details .servers .table th,
.dev-box .content .details .servers .table th {
  font-weight: normal;
}
.mh-box .content .details .machines .table .filter-row th,
.dev-box .content .details .machines .table .filter-row th,
.mh-box .content .details .servers .table .filter-row th,
.dev-box .content .details .servers .table .filter-row th {
  padding-bottom: 1px;
}
.mh-box .content .details .machines .table .filter-row .btn-group,
.dev-box .content .details .machines .table .filter-row .btn-group,
.mh-box .content .details .servers .table .filter-row .btn-group,
.dev-box .content .details .servers .table .filter-row .btn-group {
  top: 3px;
}
.mh-box .content .details .machines .table .icon,
.dev-box .content .details .machines .table .icon,
.mh-box .content .details .servers .table .icon,
.dev-box .content .details .servers .table .icon {
  width: 18px;
  padding: 4px 0;
}
.mh-box .content .details .machines .table tr:hover .state,
.dev-box .content .details .machines .table tr:hover .state,
.mh-box .content .details .servers .table tr:hover .state,
.dev-box .content .details .servers .table tr:hover .state,
.mh-box .content .details .machines .table .state,
.dev-box .content .details .machines .table .state,
.mh-box .content .details .servers .table .state,
.dev-box .content .details .servers .table .state {
  width: 4px;
  padding: 0px;
  background: #999;
}
.mh-box .content .details .machines .table tr:hover .state.online,
.dev-box .content .details .machines .table tr:hover .state.online,
.mh-box .content .details .servers .table tr:hover .state.online,
.dev-box .content .details .servers .table tr:hover .state.online,
.mh-box .content .details .machines .table .state.online,
.dev-box .content .details .machines .table .state.online,
.mh-box .content .details .servers .table .state.online,
.dev-box .content .details .servers .table .state.online,
.mh-box .content .details .machines .table tr:hover .state.okay,
.dev-box .content .details .machines .table tr:hover .state.okay,
.mh-box .content .details .servers .table tr:hover .state.okay,
.dev-box .content .details .servers .table tr:hover .state.okay,
.mh-box .content .details .machines .table .state.okay,
.dev-box .content .details .machines .table .state.okay,
.mh-box .content .details .servers .table .state.okay,
.dev-box .content .details .servers .table .state.okay {
  background-color: #83bf57;
}
.mh-box .content .details .machines .table tr:hover .state.offline,
.dev-box .content .details .machines .table tr:hover .state.offline,
.mh-box .content .details .servers .table tr:hover .state.offline,
.dev-box .content .details .servers .table tr:hover .state.offline,
.mh-box .content .details .machines .table .state.offline,
.dev-box .content .details .machines .table .state.offline,
.mh-box .content .details .servers .table .state.offline,
.dev-box .content .details .servers .table .state.offline,
.mh-box .content .details .machines .table tr:hover .state.beware,
.dev-box .content .details .machines .table tr:hover .state.beware,
.mh-box .content .details .servers .table tr:hover .state.beware,
.dev-box .content .details .servers .table tr:hover .state.beware,
.mh-box .content .details .machines .table .state.beware,
.dev-box .content .details .machines .table .state.beware,
.mh-box .content .details .servers .table .state.beware,
.dev-box .content .details .servers .table .state.beware {
  background-color: #444;
}
.mh-box .content .details .machines .table tr:hover .state.on-hold,
.dev-box .content .details .machines .table tr:hover .state.on-hold,
.mh-box .content .details .servers .table tr:hover .state.on-hold,
.dev-box .content .details .servers .table tr:hover .state.on-hold,
.mh-box .content .details .machines .table .state.on-hold,
.dev-box .content .details .machines .table .state.on-hold,
.mh-box .content .details .servers .table .state.on-hold,
.dev-box .content .details .servers .table .state.on-hold {
  background-color: #f89406;
}
.mh-box .content .details .machines .table tr:hover .state.unavailable,
.dev-box .content .details .machines .table tr:hover .state.unavailable,
.mh-box .content .details .servers .table tr:hover .state.unavailable,
.dev-box .content .details .servers .table tr:hover .state.unavailable,
.mh-box .content .details .machines .table .state.unavailable,
.dev-box .content .details .machines .table .state.unavailable,
.mh-box .content .details .servers .table .state.unavailable,
.dev-box .content .details .servers .table .state.unavailable {
  background-color: #e6472f;
}
.mh-box .content .details .machines .table tr:hover th.state,
.dev-box .content .details .machines .table tr:hover th.state,
.mh-box .content .details .servers .table tr:hover th.state,
.dev-box .content .details .servers .table tr:hover th.state,
.mh-box .content .details .machines .table th.state,
.dev-box .content .details .machines .table th.state,
.mh-box .content .details .servers .table th.state,
.dev-box .content .details .servers .table th.state {
  background: none;
}
.mh-box .content .details .machines .table .name .controls,
.dev-box .content .details .machines .table .name .controls,
.mh-box .content .details .servers .table .name .controls,
.dev-box .content .details .servers .table .name .controls {
  float: right;
  font-weight: normal;
  color: #333;
}
.mh-box .content .details .machines .table td.name,
.dev-box .content .details .machines .table td.name,
.mh-box .content .details .servers .table td.name,
.dev-box .content .details .servers .table td.name {
  padding: 4px 0 0 5px;
}
.mh-box .content .details .machines .table td.name a,
.dev-box .content .details .machines .table td.name a,
.mh-box .content .details .servers .table td.name a,
.dev-box .content .details .servers .table td.name a {
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  display: block;
  text-overflow: ellipsis;
}
.mh-box .content .details .machines .table td.name a em,
.dev-box .content .details .machines .table td.name a em,
.mh-box .content .details .servers .table td.name a em,
.dev-box .content .details .servers .table td.name a em {
  font-style: normal;
  color: #333;
}
.mh-box .content .details .machines .table .server-controls,
.dev-box .content .details .machines .table .server-controls,
.mh-box .content .details .servers .table .server-controls,
.dev-box .content .details .servers .table .server-controls {
  width: 120px;
  text-align: right;
  padding-left: 0;
}
.mh-box .content .details .machines .table .server-controls a,
.dev-box .content .details .machines .table .server-controls a,
.mh-box .content .details .servers .table .server-controls a,
.dev-box .content .details .servers .table .server-controls a {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  padding: 3px;
  border-radius: 3px;
  margin-left: 3px;
}
.mh-box .content .details .machines .table .server-controls a.btn-mini,
.dev-box .content .details .machines .table .server-controls a.btn-mini,
.mh-box .content .details .servers .table .server-controls a.btn-mini,
.dev-box .content .details .servers .table .server-controls a.btn-mini {
  width: auto;
  height: auto;
  top: 0;
  padding: 2px 4px;
}
.mh-box .content .details .machines .table .server-controls a b.action.start,
.dev-box .content .details .machines .table .server-controls a b.action.start,
.mh-box .content .details .servers .table .server-controls a b.action.start,
.dev-box .content .details .servers .table .server-controls a b.action.start {
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 5px solid transparent;
  border-left: 10px solid #999;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -7px;
}
.mh-box .content .details .machines .table .server-controls a b.action.stop,
.dev-box .content .details .machines .table .server-controls a b.action.stop,
.mh-box .content .details .servers .table .server-controls a b.action.stop,
.dev-box .content .details .servers .table .server-controls a b.action.stop {
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border: 5px solid #999;
  position: relative;
  top: -7px;
}
.mh-box .content .details .machines .table .server-controls a:hover b.action.start,
.dev-box .content .details .machines .table .server-controls a:hover b.action.start,
.mh-box .content .details .servers .table .server-controls a:hover b.action.start,
.dev-box .content .details .servers .table .server-controls a:hover b.action.start {
  border-left: 10px solid #83bf57;
}
.mh-box .content .details .machines .table .server-controls a:hover b.action.stop,
.dev-box .content .details .machines .table .server-controls a:hover b.action.stop,
.mh-box .content .details .servers .table .server-controls a:hover b.action.stop,
.dev-box .content .details .servers .table .server-controls a:hover b.action.stop {
  border: 5px solid #e6472f;
}
.mh-box .content .details:before,
.dev-box .content .details:before,
.mh-box .content .details:after,
.dev-box .content .details:after {
  display: table;
  content: "";
}
.mh-box .content .details:after,
.dev-box .content .details:after {
  clear: both;
}
#machine-list h1,
#server-list h1 {
  border: 0;
  padding: 3px;
  padding-left: 5px;
}
.server-panel {
  margin-bottom: 18px;
}
.server-panel header.navbar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.server-panel header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
  border-left: 10px solid #83bf57;
}
.server-panel header.navbar h1 small {
  font-size: 14px;
}
.server-panel header.navbar h1.needs-renewal {
  border-left-color: #e6472f;
}
.server-panel header.navbar h1.on-hold {
  border-left-color: #f89406;
}
.server-panel header.navbar .nav > li > a {
  padding: 3px 10px 3px;
}
.server-panel header.navbar .nav > li > a.dropdown .caret {
  margin-top: 5px;
}
.server-panel .content {
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 10px solid #83bf57;
  padding: 8px 0;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
.server-panel .content:before,
.server-panel .content:after {
  display: table;
  content: "";
}
.server-panel .content:after {
  clear: both;
}
.server-panel .content .server-info {
  float: left;
}
.server-panel .content .server-info h1 {
  margin: 0 8px;
  padding-left: 27px;
  font-size: 20px;
}
.server-panel .content .server-info h1 span.title {
  max-width: 400px;
  _width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  margin-right: 8px;
}
.server-panel .content .server-info .summary {
  padding: 0 8px;
}
.server-panel .content .server-info .summary dl {
  margin-top: 0;
  width: 260px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.server-panel .content .server-info .summary dl dt {
  clear: left;
  float: left;
  color: #08c;
  margin-right: 6px;
}
.server-panel .content .server-info .summary dl dt label {
  color: #08C;
  font-weight: bold;
}
.server-panel .content aside {
  float: left;
}
.server-panel .content aside .btn {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.server-panel .content.offline {
  border-left-color: #e6472f;
}
.server-panel .underbar {
  margin-left: 10px;
}
.machine-panel .content .server-info .summary dl {
  width: 290px;
}
.machine-panel .content .server-info .summary dl.pull-left {
  width: 200px;
}
.underbar {
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
.underbar:before,
.underbar:after {
  display: table;
  content: "";
}
.underbar:after {
  clear: both;
}
.underbar .nav.nav-underbar {
  float: left;
  margin-bottom: 0;
}
.underbar .nav.nav-underbar.pull-right {
  float: right;
}
.underbar .nav.nav-underbar > li {
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}
.underbar .nav.nav-underbar > li:last-child {
  border-right: 0;
}
.underbar .nav.nav-underbar > li > a {
  float: none;
  padding: 4px 10px 5px;
  line-height: 19px;
  color: #666;
  text-decoration: none;
}
.underbar .nav.nav-underbar > li > a:hover {
  color: #333;
}
.underbar .nav.nav-underbar > li.open > a {
  background-color: #ddd;
  color: #333;
}
.nav.nav-underbar a.disabled {
  color: #CCC !important;
}
.overbar {
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  *zoom: 1;
}
.overbar:before,
.overbar:after {
  display: table;
  content: "";
}
.overbar:after {
  clear: both;
}
.overbar .overbar-inner {
  -webkit-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.overbar .overbar-inner:before,
.overbar .overbar-inner:after {
  display: table;
  content: "";
}
.overbar .overbar-inner:after {
  clear: both;
}
.overbar .nav.nav-overbar {
  float: left;
  margin-bottom: 0;
}
.overbar .nav.nav-overbar > li {
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}
.overbar .nav.nav-overbar > li:first-child > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.overbar .nav.nav-overbar > li:last-child {
  border-right: 0;
}
.overbar .nav.nav-overbar > li > a {
  float: none;
  padding: 4px 10px 5px;
  line-height: 19px;
  color: #666;
  text-decoration: none;
}
.overbar .nav.nav-overbar > li > a:hover,
.overbar .nav.nav-overbar > li > a.active {
  color: #333;
}
.overbar .nav.nav-overbar > li.open > a {
  background-color: #ddd;
  color: #333;
}
.overbar .nav.nav-overbar.pull-right {
  float: right;
}
.overbar .nav.nav-overbar.pull-right > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.overbar .nav.nav-overbar.pull-right > li:last-child > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.nav.nav-overbar a.disabled {
  color: #CCC !important;
}
h1.logo {
  color: #fff;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #282828, #333333);
  background-image: -ms-linear-gradient(top, #282828, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#333333));
  background-image: -webkit-linear-gradient(top, #282828, #333333);
  background-image: -o-linear-gradient(top, #282828, #333333);
  background-image: linear-gradient(top, #282828, #333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#333333', GradientType=0);
  border-color: #333333 #333333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  height: 40px;
  line-height: 40px;
  float: left;
}
h1.logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  background: url("/images/sprite.png?8") no-repeat -59px -3px;
}
#main-site-container,
.sidemenu {
  background: url("/images/sidebar.gif?8") repeat-y;
}
body.no-sidemenu #main-site-container {
  background-image: none;
}
.sidemenu {
  color: #fff;
  position: relative;
  top: -19px;
}
.sidemenu .search-query {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  *margin-left: 0px;
  *width: 90px;
  *padding-left: 0;
  *padding-right: 0;
}
.sidemenu .nav.nav-sidemenu {
  border-bottom: 1px solid #000;
}
.sidemenu .nav.nav-sidemenu > li {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: 0;
}
.sidemenu .nav.nav-sidemenu > li > a {
  padding: 4px 8px;
  position: relative;
  color: #fff;
  border-right: 0;
  background: transparent;
}
.sidemenu .nav.nav-sidemenu > li.current {
  background-color: #fff;
}
.sidemenu .nav.nav-sidemenu > li.over > a,
.sidemenu .nav.nav-sidemenu > li > a:hover {
  background: #444;
  color: #fff;
}
.sidemenu .nav.nav-sidemenu > li.current > a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.sidemenu .nav.nav-sidemenu > li.current > a:hover {
  background: #fff;
  color: #08c;
}
.sidemenu .nav.nav-sidemenu > li > a .caret {
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin-top: 5px;
  position: absolute;
  right: 2px;
}
.sidemenu .nav.nav-sidemenu > li > a:hover .caret,
.sidemenu .nav.nav-sidemenu > li.over > a .caret {
  opacity: 1;
}
.sidemenu .nav.nav-sidemenu > li.current > a .caret {
  display: none;
}
.sidemenu .nav.nav-sidemenu > li.clear-filter {
  display: none;
}
.sidemenu .nav.nav-sidemenu > li a.disabled {
  color: #CCC !important;
}
.sidemenu .nav.nav-sidemenu > li a.disabled:hover {
  background: transparent !important;
}
.sidemenu .nav.nav-sidemenu > li .subnav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  margin-bottom: 0;
  background: url("/images/mh-sidebar.gif?8") repeat-y -80px 0;
  display: none;
}
.sidemenu .nav.nav-sidemenu > li .subnav.nav-sidemenu > li > a {
  display: block;
  padding: 4px 8px;
  color: #333;
  position: relative;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.sidemenu .nav.nav-sidemenu > li .subnav.nav-sidemenu > li > a:hover {
  background: #ddd;
  text-decoration: none;
}
.sidemenu .nav.nav-sidemenu > li .subnav.nav-sidemenu > li.current {
  background: #ddd;
}
.sidemenu .nav.nav-sidemenu > li .subnav.nav-sidemenu > li.current a {
  font-weight: bold;
}
.sidemenu .nav.nav-sidemenu > li.current .subnav {
  display: block;
}
.sidemenu .nav.nav-sidemenu > li.over .subnav,
.sidemenu .nav.nav-sidemenu > li .subnav.open {
  display: block;
  position: absolute;
  right: -100%;
  top: -1px;
  width: 140px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.sidemenu .nav.nav-sidemenu > li.spacer {
  height: 5px;
  background: #111;
}
.sidemenu .nav.nav-sidemenu > li.quick-links {
  background-color: transparent;
}
.sidemenu .nav.nav-sidemenu > li.quick-links a {
  font-weight: normal;
  background-color: transparent;
  color: #fff;
}
.sidemenu .nav.nav-sidemenu > li.quick-links a:hover {
  background-color: transparent;
  color: #fff;
}
.sidemenu .nav.nav-sidemenu.filtered {
  border-bottom: 0;
}
.sidemenu .nav.nav-sidemenu.filtered li {
  display: none;
}
.sidemenu .nav.nav-sidemenu.filtered li.matched {
  display: block;
}
.sidemenu .nav.nav-sidemenu.filtered li.clear-filter {
  display: block;
}
.sidemenu .nav.nav-sidemenu.filtered li.clear-filter a {
  color: #fff;
  text-align: center;
}
.sidemenu .nav.nav-sidemenu.filtered > li.matched .subnav {
  display: block;
}
.sidemenu .nav.nav-sidemenu.filtered > li.matched .caret {
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  margin-top: 7px;
  right: 7px;
  position: absolute;
  opacity: 1;
}
.dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-content {
  min-height: 170px;
  background-color: #232323;
  clear: both;
  *zoom: 1;
}
.footer-content:before,
.footer-content:after {
  display: table;
  content: "";
}
.footer-content:after {
  clear: both;
}
.mp-footer-logo {
  width: 195px;
  height: 43px;
  background-image: url("/images/multiplay-footer.png?8");
  background-repeat: no-repeat;
  margin: 20px auto;
  float: none;
  display: block;
}
.cf-footer-logo {
  width: 244px;
  height: 44px;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -321px -4px;
  margin: 20px 0px 15px 0px;
  display: block;
}
.footer-links {
  color: #08c;
}
.footer-content-left {
  margin-left: 20px;
  color: #fff;
  float: left;
  text-align: left;
}
.footer-content-right {
  margin-right: 20px;
  color: #fff;
  float: none;
  text-align: center;
}
.footer-content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.footer-content .social {
  margin: 0;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
.footer-content .social li {
  float: left;
  margin-right: 10px;
}
.footer-content .social li a {
  display: block;
  background: no-repeat 0 0 url("/images/homepage/home-sprite.png?8");
  width: 128px;
  height: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.footer-content .social li .facebook-logo {
  background-position: -136px -109px;
}
.footer-content .social li .twitter-logo {
  background-position: -7px -109px;
}
.footer-content .social li .rss-logo {
  background-position: -265px -109px;
}
.footer-content .extras {
  margin-top: 100px;
}
.footer-content .extras span {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -258px -421px;
  display: block;
  width: 143px;
  height: 74px;
  float: right;
}
.footer-content .extras a {
  clear: right;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -47px 0px;
  display: block;
  width: 44px;
  height: 57px;
  float: right;
}
.footer-content .extras a.broken {
  background-position: 0px 0px;
}
.disabled.dropdown-menu {
  display: none !important;
}
.alert a {
  font-weight: bold;
}
.alert a.btn {
  font-weight: normal;
}
.alert,
.alert-notice {
  border: 1px solid #CFB992;
  color: #99773D;
}
.alert .alert-heading,
.alert-notice .alert-heading {
  color: #99773D;
}
.alert-info {
  border: 1px solid #76C0E4;
  color: #265C77;
}
.alert-info .alert-heading {
  color: #265C77;
}
.alert-warning {
  border: 1px solid #775823;
  background-color: #FFF4BD;
  color: #775823;
}
.alert-warning .alert-heading {
  color: #775823;
}
.alert-error {
  border: 1px solid #E097A1;
  color: #CE2926;
}
.alert-error .alert-heading {
  color: #CE2926;
}
.alert-success {
  border: 1px solid #9AC07A;
  color: #2C572D;
}
.alert-success .alert-heading {
  color: #2C572D;
}
.help-block.alert {
  margin-top: 10px;
}
#mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white no-repeat center center;
  top: 0;
  left: 0;
  z-index: 1035;
}
#mask .loading {
  margin: -72px auto 0;
  width: 526px;
  height: 144px;
  background: white url("/images/homepage/home-sprite.png?8") -9px -1370px;
  overflow: hidden;
  position: relative;
  top: 50%;
  white-space: nowrap;
  text-indent: 100%;
  background-repeat: no-repeat;
}
.search-query {
  background-color: #fff;
}
.profile-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}
.profile-list .content {
  background: url("/images/faux-border.gif?8") repeat-y 380px 0;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
.profile-list .content:before,
.profile-list .content:after {
  display: table;
  content: "";
}
.profile-list .content:after {
  clear: both;
}
.profile-list .content .search {
  background: #eee;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
}
.profile-list .content .search form {
  margin-bottom: 0;
  padding: 8px;
}
.profile-list .content .search form input.search-query {
  width: 725px;
}
.profile-list .content aside {
  border-right: 1px solid #ccc;
  float: left;
}
.profile-list .content aside .nav {
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.profile-list .content aside .nav li {
  border-top: 1px solid #ddd;
}
.profile-list .content aside .nav li:first-child {
  border-top: 0;
  border-bottom: 0;
}
.profile-list .content aside .nav li > a {
  font-weight: bold;
  padding: 4px 5px;
  cursor: pointer;
}
.profile-list .content aside .nav li > a:hover {
  background: transparent;
}
.profile-list .content aside .nav li table {
  display: none;
  margin-bottom: 0;
  background: #F9F9F9;
}
.profile-list .content aside .nav li table td .name {
  max-width: 200px;
  _width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
.profile-list .content aside .nav li table a.current {
  font-weight: bold;
}
.profile-list .content aside .nav li table td.actions {
  text-align: right;
}
.profile-list .content aside .nav li table td.actions a {
  margin-left: 4px;
  cursor: pointer;
}
.profile-list .content aside .nav li table td.actions .label-success {
  font-size: 9px;
  margin-left: 1px;
}
.profile-list .content aside .nav li table td.actions a.apply {
  color: #46a546;
}
.profile-list .content aside .nav li.open table {
  display: table;
}
.profile-list .content aside p {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
.profile-list .content .details {
  float: left;
  margin-left: 17px;
  *zoom: 1;
}
.profile-list .content .details:before,
.profile-list .content .details:after {
  display: table;
  content: "";
}
.profile-list .content .details:after {
  clear: both;
}
.profile-list .content .details header {
  margin-left: -17px;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  text-align: right;
  *zoom: 1;
}
.profile-list .content .details header:before,
.profile-list .content .details header:after {
  display: table;
  content: "";
}
.profile-list .content .details header:after {
  clear: both;
}
.profile-list .content .details header.applied {
  background-color: #dff0d8;
}
.profile-list .content .details header.not-applied {
  background-color: #f2dede;
}
.profile-list .content .details header h4 {
  float: left;
  max-width: 380px;
  _width: 380px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.profile-list .content .details .summary {
  margin: 8px 20px 8px 0px;
  *zoom: 1;
}
.profile-list .content .details .summary:before,
.profile-list .content .details .summary:after {
  display: table;
  content: "";
}
.profile-list .content .details .summary:after {
  clear: both;
}
.profile-list .content .details .summary h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.profile-list .content .details .summary dl {
  margin: 0 20px 0 0;
}
.profile-list .content .details .summary dl:last-child {
  margin-right: 0px;
}
.profile-list .content .details .summary dl dt {
  clear: left;
  float: left;
  color: #08c;
}
.profile-list .content .details .summary dl dd {
  float: left;
  *float: none;
}
.profile-list .content .details ul {
  border-top: 1px solid #ccc;
  margin-right: 20px;
  text-align: right;
}
.profile-list .content .details ul li {
  display: inline;
}
.profile-list .content .details ul li a {
  margin-top: 8px;
}
.machine-server-list .navbar-inner h3 {
  color: white;
  margin-left: 3px;
}
.machine-server-list .content aside li a span.name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  text-overflow: ellipsis;
}
.profile-panel {
  margin-bottom: 18px;
}
.profile-panel header.navbar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.profile-panel header.navbar h1 {
  margin-left: 0;
  border-left: 10px solid #999;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
.profile-panel header.navbar h1 small {
  font-size: 14px;
  color: #fff;
}
.profile-panel header.navbar h1.in-use {
  border-left-color: #83bf57;
}
.profile-panel header.navbar .nav > li > a {
  padding: 3px 10px 3px;
}
.profile-panel header.navbar .nav > li > a.dropdown .caret {
  margin-top: 5px;
}
.profile-panel .content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 8px 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
.profile-panel .content:before,
.profile-panel .content:after {
  display: table;
  content: "";
}
.profile-panel .content:after {
  clear: both;
}
.profile-panel .content .profile-info {
  float: left;
}
.profile-panel .content .profile-info h1 {
  margin: 0 8px;
  padding-left: 34px;
  font-size: 20px;
}
.profile-panel .content .profile-info h1 span.title {
  max-width: 400px;
  _width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  margin-right: 8px;
}
.profile-panel .content .profile-info .summary {
  padding: 4px 8px;
}
.profile-panel .content .profile-info dl {
  margin: 0 20px 0 0;
  width: 260px;
}
.profile-panel .content .profile-info dl:last-child {
  margin-right: 0px;
}
.profile-panel .content .profile-info dl dt {
  clear: left;
  float: left;
  color: #08c;
}
.profile-panel .content .profile-info dl dd {
  float: left;
  *float: none;
}
.profile-editor {
  margin-bottom: 18px;
}
.profile-editor .overbar {
  border-bottom: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.profile-editor .overbar a {
  border-bottom: 1px solid #ddd;
}
.profile-editor .overbar a.active {
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
.profile-editor .content {
  margin-top: -1px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.profile-editor .content .toolbar {
  padding: 4px;
  text-align: right;
}
.profile-editor .content .toolbar form {
  float: left;
  margin-bottom: 0;
}
.profile-editor .content .toolbar.maps form label {
  margin: 0px;
  padding-bottom: 0;
  position: relative;
  top: 5px;
}
.profile-editor .content .content-inner {
  padding: 8px;
  *zoom: 1;
}
.profile-editor .content .content-inner:before,
.profile-editor .content .content-inner:after {
  display: table;
  content: "";
}
.profile-editor .content .content-inner:after {
  clear: both;
}
.profile-editor .content .content-inner aside {
  float: left;
  border-right: 1px solid #ccc;
  overflow: hidden;
}
.profile-editor .content .content-inner aside .nav {
  margin: 0;
  padding-bottom: 8px;
}
.profile-editor .content .content-inner aside .nav > li > a {
  padding: 4px;
  border-bottom: 1px solid #DDD;
}
.profile-editor .content .content-inner aside .tree {
  margin: 0;
  list-style: none;
  display: none;
}
.profile-editor .content .content-inner aside .tree li {
  padding: 4px;
  border-bottom: 1px solid #DDD;
  font-size: 12px;
}
.profile-editor .content .content-inner aside .tree li a {
  float: right;
  margin-left: 4px;
}
.profile-editor .content .content-inner aside .tree li:nth-child(even) {
  background: #f0f9ff;
}
.profile-editor .content .content-inner aside .open .tree {
  display: block;
}
.profile-editor .content .content-inner.addons,
.profile-editor .content .content-inner.configs,
.profile-editor .content .content-inner.history {
  padding: 0;
  background: url("/images/faux-border.gif?8") 300px 0 repeat-y #fff;
}
.profile-editor .content .content-inner.addons table,
.profile-editor .content .content-inner.configs table,
.profile-editor .content .content-inner.history table {
  border-bottom: 1px solid #ddd;
}
.profile-editor .content .content-inner.addons table span.description {
  display: block;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-editor .content .content-inner.addons table h6 a {
  float: none;
}
.profile-editor .content .content-inner.addons .nav-addons-list h6 a {
  float: none;
}
.profile-editor .content .content-inner.maps {
  padding: 0;
  background: url("/images/faux-border.gif?8") 390px 0 repeat-y #fff;
}
.profile-editor .content .content-inner.maps .current-maps {
  float: left;
}
.profile-editor .content .content-inner.maps .current-maps .map-list {
  border-left: 1px solid #CCC;
}
.profile-editor .content .content-inner.maps .current-maps .map-list .map-selection {
  margin: 0;
  margin-top: 2px;
  margin-right: 3px;
}
.profile-editor .content .content-inner.maps .current-maps .map-list li.map-item {
  cursor: move;
}
.profile-editor .content .content-inner.maps .current-maps .toolbar label {
  font-weight: bold;
}
.profile-editor .content .content-inner.maps .current-maps .toolbar .uneditable-input {
  text-align: left;
}
.profile-editor .content .content-inner.maps .current-maps .toolbar form {
  width: 380px;
  text-align: left;
}
.profile-editor .content .content-inner.maps .current-maps .toolbar form .selection-controls {
  margin-top: 4px;
}
.profile-editor .content .content-inner.maps .available-maps {
  float: left;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar form {
  width: 100%;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar label {
  font-weight: bold;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .control-group {
  margin-bottom: 4px;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .control-group:last-child {
  margin-bottom: 0;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .control-group .control-label {
  width: 80px;
  text-align: left;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .control-group .control-label.pagination-label {
  width: 160px;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .control-group .controls {
  margin-left: 100px;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .pagination {
  margin: 0;
}
.profile-editor .content .content-inner.maps .available-maps .toolbar .uneditable-input {
  text-align: left;
}
.profile-editor .content .content-inner.maps ul.map-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item {
  display: block;
  padding: 4px 4px 4px 8px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item:nth-child(even) {
  background: #f0f9ff;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item.ui-sortable-helper {
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0.9;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item.ui-sortable-placeholder {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  color: #000;
  visibility: visible !important;
  text-align: center;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item .btn {
  cursor: pointer;
}
.profile-editor .content .content-inner.maps ul.map-list li.map-item.selected {
  background-color: #bef;
}
.profile-editor .content .content-inner.configs aside .nav-pills {
  margin: 4px;
  padding-bottom: 0;
}
.profile-editor .content .content-inner.configs aside .nav-pills li {
  margin-right: 8px;
}
.profile-editor .content .content-inner.configs aside .nav-pills li a {
  border-bottom: 0;
  padding: 8px;
}
.profile-editor .content .content-inner.configs aside .nav-configs-list {
  border-top: 1px solid #ddd;
}
.profile-editor .content .content-inner.configs aside .tree a {
  float: none;
}
.profile-editor .content .content-inner.configs aside .tree a.config-basename {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.profile-editor .content .content-inner.configs .config-editor {
  float: left;
  *zoom: 1;
}
.profile-editor .content .content-inner.configs .config-editor:before,
.profile-editor .content .content-inner.configs .config-editor:after {
  display: table;
  content: "";
}
.profile-editor .content .content-inner.configs .config-editor:after {
  clear: both;
}
.profile-editor .content .content-inner.configs .config-editor form {
  padding: 4px 8px;
}
.profile-editor .content .content-inner.configs .config-editor form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 460px;
  min-height: 300px;
  position: relative;
}
.profile-editor .content .content-inner.configs .config-editor p {
  text-align: center;
  margin: 10px;
}
.profile-editor .content .content-inner.history ul.nav-history-list li span.selected {
  font-weight: bold;
}
.profile-editor .content .content-inner.history ul.versions {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.profile-editor .content .content-inner.history ul.versions li h4 {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.profile-editor .content .content-inner.history ul.versions li h4 .label {
  line-height: 15px;
}
.profile-editor .content .content-inner.history ul.versions li h4.known-good {
  background-color: #dff0d8;
}
.profile-editor .content .content-inner.history ul.versions li h4.current {
  background-color: #d9edf7;
}
.profile-editor .content .content-inner.history ul.versions li h4.current.known-good,
.profile-editor .content .content-inner.history ul.versions li h4.known-good.current {
  background-color: #d4f6e9;
}
.profile-editor .content .content-inner.history ul.versions li .info {
  padding: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}
.profile-editor .content .content-inner.history ul.versions li .info:before,
.profile-editor .content .content-inner.history ul.versions li .info:after {
  display: table;
  content: "";
}
.profile-editor .content .content-inner.history ul.versions li .info:after {
  clear: both;
}
.profile-editor .content .content-inner.history ul.versions li .info dl {
  margin: 0;
}
.profile-editor .content .content-inner.history ul.versions li .info dl dt {
  clear: left;
  float: left;
  color: #08c;
}
.profile-editor .content .content-inner.history ul.versions li .info dl dd {
  float: left;
  *float: none;
}
.profile-editor .content .content-inner.history ul.versions li:first-child h4 {
  border-top: 0;
}
.profile-editor .content .content-inner.settings {
  padding: 0;
  background: url("/images/faux-border.gif?8") 300px 0 repeat-y #fff;
}
.profile-editor .content .content-inner.settings aside .tree li a {
  display: block;
  float: none;
}
.profile-editor .content .content-inner.settings .settings-form {
  float: left;
}
.profile-editor .content .content-inner.settings .settings-form fieldset legend {
  text-indent: 10px;
}
.profile-editor .content .content-inner.settings .settings-form .top-filter {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.profile-editor .content .toolbar.top {
  border-bottom: 1px solid #ddd;
  *zoom: 1;
}
.profile-editor .content .toolbar.top:before,
.profile-editor .content .toolbar.top:after {
  display: table;
  content: "";
}
.profile-editor .content .toolbar.top:after {
  clear: both;
}
.profile-editor .content .toolbar.bottom {
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.profile-editor .content .toolbar.bottom:before,
.profile-editor .content .toolbar.bottom:after {
  display: table;
  content: "";
}
.profile-editor .content .toolbar.bottom:after {
  clear: both;
}
.profile-editor .content .toolbar.bottom input {
  width: 400px;
}
.live-control-panel {
  margin-bottom: 18px;
}
.live-control-panel .overbar {
  border-bottom: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.live-control-panel .overbar a {
  border-bottom: 1px solid #ddd;
}
.live-control-panel .overbar a.active {
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
.live-control-panel .content {
  margin-top: -1px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.live-control-panel .content.no-tabs {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.live-control-panel .content .header-controls,
.live-control-panel .content .footer-controls {
  *zoom: 1;
  padding: 4px 8px;
}
.live-control-panel .content .header-controls:before,
.live-control-panel .content .footer-controls:before,
.live-control-panel .content .header-controls:after,
.live-control-panel .content .footer-controls:after {
  display: table;
  content: "";
}
.live-control-panel .content .header-controls:after,
.live-control-panel .content .footer-controls:after {
  clear: both;
}
.live-control-panel .content .header-controls .pagination,
.live-control-panel .content .footer-controls .pagination {
  margin: 0;
}
.live-control-panel .content .header-controls .inline-search,
.live-control-panel .content .footer-controls .inline-search,
.live-control-panel .content .header-controls .inline-options,
.live-control-panel .content .footer-controls .inline-options {
  *zoom: 1;
  margin-bottom: 4px;
}
.live-control-panel .content .header-controls .inline-search:before,
.live-control-panel .content .footer-controls .inline-search:before,
.live-control-panel .content .header-controls .inline-options:before,
.live-control-panel .content .footer-controls .inline-options:before,
.live-control-panel .content .header-controls .inline-search:after,
.live-control-panel .content .footer-controls .inline-search:after,
.live-control-panel .content .header-controls .inline-options:after,
.live-control-panel .content .footer-controls .inline-options:after {
  display: table;
  content: "";
}
.live-control-panel .content .header-controls .inline-search:after,
.live-control-panel .content .footer-controls .inline-search:after,
.live-control-panel .content .header-controls .inline-options:after,
.live-control-panel .content .footer-controls .inline-options:after {
  clear: both;
}
.live-control-panel .content .header-controls .btn,
.live-control-panel .content .footer-controls .btn {
  vertical-align: middle;
}
.live-control-panel .content .inline-search .control-group,
.live-control-panel .content .inline-options .control-group,
.live-control-panel .content .inline-search .controls input,
.live-control-panel .content .inline-options .controls input,
.live-control-panel .content .inline-search .controls select,
.live-control-panel .content .inline-options .controls select {
  margin: 0;
}
.live-control-panel .content .inline-search .control-label,
.live-control-panel .content .inline-options .control-label,
.live-control-panel .content .inline-search .controls input,
.live-control-panel .content .inline-options .controls input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.live-control-panel .content .inline-search .controls,
.live-control-panel .content .inline-options .controls {
  display: inline;
}
.live-control-panel .content .inline-options .control-group {
  float: left;
  margin-right: 4px;
}
.live-control-panel .content form table td,
.live-control-panel .content form table th {
  vertical-align: middle;
}
.live-control-panel .content form table td:first-child {
  padding-left: 8px;
}
.live-control-panel .content #live-control-players,
.live-control-panel .content #live-control-unban,
.live-control-panel .content #live-control-registered-players,
.live-control-panel .content #live-control-game,
.live-control-panel .content #live-control-pb-players,
.live-control-panel .content #live-control-pb-unban {
  margin-bottom: 0;
}
.live-control-panel .content #live-control-players .table-container,
.live-control-panel .content #live-control-unban .table-container,
.live-control-panel .content #live-control-registered-players .table-container,
.live-control-panel .content #live-control-game .table-container,
.live-control-panel .content #live-control-pb-players .table-container,
.live-control-panel .content #live-control-pb-unban .table-container {
  overflow: auto;
}
.live-control-panel .content #live-control-players table,
.live-control-panel .content #live-control-unban table,
.live-control-panel .content #live-control-registered-players table,
.live-control-panel .content #live-control-game table,
.live-control-panel .content #live-control-pb-players table,
.live-control-panel .content #live-control-pb-unban table {
  margin-bottom: 0;
}
.live-control-panel .content #live-control-players table td,
.live-control-panel .content #live-control-unban table td,
.live-control-panel .content #live-control-registered-players table td,
.live-control-panel .content #live-control-game table td,
.live-control-panel .content #live-control-pb-players table td,
.live-control-panel .content #live-control-pb-unban table td,
.live-control-panel .content #live-control-players table th,
.live-control-panel .content #live-control-unban table th,
.live-control-panel .content #live-control-registered-players table th,
.live-control-panel .content #live-control-game table th,
.live-control-panel .content #live-control-pb-players table th,
.live-control-panel .content #live-control-pb-unban table th {
  white-space: nowrap;
}
.live-control-panel .content #live-control-players .alert,
.live-control-panel .content #live-control-unban .alert,
.live-control-panel .content #live-control-registered-players .alert,
.live-control-panel .content #live-control-game .alert,
.live-control-panel .content #live-control-pb-players .alert,
.live-control-panel .content #live-control-pb-unban .alert {
  margin: 0 10px 18px;
}
.live-control-panel .content #live-control-offline {
  padding: 6px 5px;
  text-align: center;
}
.live-control-panel .content #live-control-console textarea {
  width: 758px;
  margin: 6px 5px;
  resize: vertical;
  height: 200px;
  background: #fff;
}
.live-control-panel .content #live-control-console form {
  border-top: 1px solid #CCC;
  padding: 6px 5px;
  margin-bottom: 0;
  background: #eee;
}
.live-control-panel .content #live-control-console form input {
  width: 650px;
}
.live-control-panel .content #live-control-world dl,
.live-control-panel .content #live-control-files dl {
  margin: 0;
  margin-bottom: 18px;
  *zoom: 1;
}
.live-control-panel .content #live-control-world dl:before,
.live-control-panel .content #live-control-files dl:before,
.live-control-panel .content #live-control-world dl:after,
.live-control-panel .content #live-control-files dl:after {
  display: table;
  content: "";
}
.live-control-panel .content #live-control-world dl:after,
.live-control-panel .content #live-control-files dl:after {
  clear: both;
}
.live-control-panel .content #live-control-world dl dt,
.live-control-panel .content #live-control-files dl dt {
  clear: left;
  float: left;
  width: 140px;
  margin: 20px;
}
.live-control-panel .content #live-control-world dl dd,
.live-control-panel .content #live-control-files dl dd {
  float: left;
  *float: none;
  width: 560px;
  margin-top: 20px;
}
.live-control-panel .content #live-control-game {
  margin-top: 18px;
}
.live-control-panel .content #live-control-game .control-label {
  width: 200px;
}
.live-control-panel .content #live-control-game .controls {
  margin-left: 220px;
}
.live-control-panel .content #live-control-game .buttons {
  border-top: 1px solid #CCC;
  padding: 6px 5px;
  background: #eee;
}
.live-control-panel .content #live-control-loading {
  padding: 20px;
}
.live-control-panel .content #live-control-ftp .actions {
  border-bottom: 1px solid #ccc;
  padding: 10px 6px 10px;
}
.live-control-panel .content #live-control-ftp .actions .control-group {
  margin-bottom: 0;
}
.live-control-panel .content #live-control-ftp .actions .control-label {
  width: 240px;
  padding-top: 1px;
}
.live-control-panel .content #live-control-ftp .actions .controls {
  margin-left: 260px;
}
.live-control-panel .content #live-control-ftp .info dl {
  margin: 0;
  margin-bottom: 18px;
  *zoom: 1;
}
.live-control-panel .content #live-control-ftp .info dl:before,
.live-control-panel .content #live-control-ftp .info dl:after {
  display: table;
  content: "";
}
.live-control-panel .content #live-control-ftp .info dl:after {
  clear: both;
}
.live-control-panel .content #live-control-ftp .info dl dt {
  clear: left;
  float: left;
  width: 140px;
  margin: 10px 20px;
  color: #08c;
}
.live-control-panel .content #live-control-ftp .info dl dd {
  float: left;
  *float: none;
  width: 560px;
  margin-top: 10px;
}
.live-control-panel .content #live-control-files .actions {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.live-control-panel .content #live-control-files .browser {
  *zoom: 1;
  background: url("/images/faux-border.gif?8") repeat-y 300px 0;
}
.live-control-panel .content #live-control-files .browser:before,
.live-control-panel .content #live-control-files .browser:after {
  display: table;
  content: "";
}
.live-control-panel .content #live-control-files .browser:after {
  clear: both;
}
.live-control-panel .content #live-control-files .browser aside {
  border-right: 1px solid #ccc;
  float: left;
  width: 300px;
}
.live-control-panel .content #live-control-files .browser aside .controls {
  padding: 4px;
}
.live-control-panel .content #live-control-files .browser aside .controls form {
  margin: 0;
}
.live-control-panel .content #live-control-files .browser aside .controls .pagination-label {
  float: left;
  margin-top: 10px;
}
.live-control-panel .content #live-control-files .browser aside .controls .pagination {
  margin: 0;
}
.live-control-panel .content #live-control-files .browser .viewer {
  float: left;
  margin-left: 10px;
  margin-bottom: 18px;
  width: 460px;
}
.live-control-panel .content #live-control-files .browser .viewer .preview {
  margin-top: 8px;
}
.live-control-panel .content #live-control-files .browser .viewer .preview .display {
  text-align: center;
}
.live-control-panel .content #live-control-files .browser .viewer .preview .pager {
  margin-top: 6px;
}
.live-control-panel .content #live-control-files .browser .viewer .preview iframe {
  width: 100%;
  border: 1px solid #ccc;
}
.live-control-panel .content #live-control-files .browser.full-preview {
  background-image: none;
}
.live-control-panel .content #live-control-files .browser.full-preview aside {
  display: none;
}
.live-control-panel .content #live-control-files .browser.full-preview .viewer {
  margin-left: 0;
  width: 780px;
}
.live-control-panel .content #live-control-files .browser.full-preview .viewer .preview {
  margin: 8px;
}
.live-control-panel .content #live-control-quicklinks ul {
  margin: 20px auto 0;
  padding: 0;
  width: 750px;
  list-style: none;
  *zoom: 1;
}
.live-control-panel .content #live-control-quicklinks ul:before,
.live-control-panel .content #live-control-quicklinks ul:after {
  display: table;
  content: "";
}
.live-control-panel .content #live-control-quicklinks ul:after {
  clear: both;
}
.live-control-panel .content #live-control-quicklinks ul li {
  float: left;
  width: 150px;
  margin-bottom: 20px;
}
.live-control-panel .content #live-control-quicklinks ul li a {
  display: block;
  text-align: center;
}
.live-control-panel .content #live-control-quicklinks ul li a i {
  display: block;
  width: 96px;
  height: 96px;
  margin: auto;
}
.clanforge-news .articles {
  margin-top: 10px;
  margin-bottom: 18px;
}
.clanforge-news .articles article {
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.clanforge-news .articles article:nth-child(even) {
  background-color: #F9F9F9;
}
.clanforge-news .articles article h3 {
  color: #08c;
}
.clanforge-news .articles article .info {
  font-style: italic;
  text-align: left;
  font-size: smaller;
  color: #777;
  margin-bottom: 1em;
}
.loading {
  display: block;
  height: 16px;
  line-height: 16px;
  background-image: url("/images/small-loading.gif?8");
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-left: 20px;
}
.inline-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 16px;
  background-image: url("/images/small-loading.gif?8");
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 2px 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: text-bottom;
  color: transparent;
}
.sidemenu .loading {
  background-image: url("/images/small-loading-dark.gif?8");
}
.cf-topbar .loading {
  display: inline !important;
  margin: 0;
  background-image: url("/images/small-loading-dark.gif?8");
}
i.loading {
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #CCC;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-color: white;
}
.manage-users,
.download-and-extract {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}
.manage-users header.navbar h1,
.download-and-extract header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
.manage-users header.navbar h1 small,
.download-and-extract header.navbar h1 small {
  font-size: 14px;
}
.manage-users header.navbar h1.needs-renewal,
.download-and-extract header.navbar h1.needs-renewal {
  border-left-color: #e6472f;
}
.manage-users header.navbar h1.on-hold,
.download-and-extract header.navbar h1.on-hold {
  border-left-color: #f89406;
}
.manage-users header.navbar .nav > li > a,
.download-and-extract header.navbar .nav > li > a {
  padding: 3px 10px 3px;
}
.manage-users header.navbar .nav > li > a.dropdown .caret,
.download-and-extract header.navbar .nav > li > a.dropdown .caret {
  margin-top: 5px;
}
.manage-users .content,
.download-and-extract .content {
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
.manage-users .content:before,
.download-and-extract .content:before,
.manage-users .content:after,
.download-and-extract .content:after {
  display: table;
  content: "";
}
.manage-users .content:after,
.download-and-extract .content:after {
  clear: both;
}
.manage-users .content .access-levels .btn,
.download-and-extract .content .access-levels .btn {
  width: 180px;
  text-align: left;
}
.manage-users .content .access-levels .btn .caret,
.download-and-extract .content .access-levels .btn .caret {
  float: right;
}
.manage-users .content table,
.download-and-extract .content table {
  border-bottom: 1px solid #ddd;
}
.manage-users .content table form,
.download-and-extract .content table form {
  margin: 0;
}
.manage-users .content table .access-level,
.download-and-extract .content table .access-level {
  width: 190px;
}
.manage-users .content table .actions,
.download-and-extract .content table .actions {
  width: 110px;
}
.manage-users .content table .actions .btn,
.download-and-extract .content table .actions .btn {
  width: 100px;
}
.manage-users .content table .info dl,
.download-and-extract .content table .info dl {
  margin: 0;
}
.manage-users .content table .info dl:last-child,
.download-and-extract .content table .info dl:last-child {
  margin-right: 0px;
}
.manage-users .content table .info dl dt,
.download-and-extract .content table .info dl dt {
  clear: left;
  float: left;
  color: #08c;
}
.manage-users .content table .info dl dd,
.download-and-extract .content table .info dl dd {
  float: left;
  *float: none;
}
.download-and-extract .content {
  padding: 1em;
}
.diff-analysis {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}
.diff-analysis .content {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
.diff-analysis .content:before,
.diff-analysis .content:after {
  display: table;
  content: "";
}
.diff-analysis .content:after {
  clear: both;
}
.diff-analysis .nav-differences-list {
  margin: -1em;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.diff-analysis .nav-differences-list li {
  border-top: 1px solid #ddd;
}
.diff-analysis .nav-differences-list li > a {
  padding: 4px 5px;
}
.diff-analysis .nav-differences-list li:first-child {
  border-top: 0;
  border-bottom: 0;
}
.diff-analysis .nav-differences-list li table {
  display: none;
  margin-bottom: 0;
}
.diff-analysis .nav-differences-list li table thead tr th {
  border-top: 1px solid #ddd;
}
.diff-analysis .nav-differences-list li table td.name {
  width: 70%;
}
.diff-analysis .nav-differences-list li table td.crc {
  width: 15%;
}
.diff-analysis .nav-differences-list li table td.crc,
.diff-analysis .nav-differences-list li table td.size {
  font-family: monospace;
}
.diff-analysis .nav-differences-list li.open table {
  display: table;
}
.manage-upgrades {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}
.manage-upgrades header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
.manage-upgrades header.navbar h1 small {
  font-size: 14px;
}
.manage-upgrades header.navbar h1.needs-renewal {
  border-left-color: #e6472f;
}
.manage-upgrades header.navbar h1.on-hold {
  border-left-color: #f89406;
}
.manage-upgrades header.navbar .nav > li > a {
  padding: 3px 10px 3px;
}
.manage-upgrades header.navbar .nav > li > a.dropdown .caret {
  margin-top: 5px;
}
.manage-upgrades .content {
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
.manage-upgrades .content:before,
.manage-upgrades .content:after {
  display: table;
  content: "";
}
.manage-upgrades .content:after {
  clear: both;
}
.manage-upgrades .content table {
  border-bottom: 0;
  margin-bottom: 0;
}
.manage-upgrades .content table .cost,
.manage-upgrades .content table .actions {
  width: 60px;
  white-space: nowrap;
}
.manage-upgrades .content table .apply-changes-label,
.manage-upgrades .content table .total-inc-vat-label {
  text-align: right;
}
.manage-upgrades .content table .total-ex-vat-label,
.manage-upgrades .content table .renewal-label,
.manage-upgrades .content table .prorata-inc-vat-label {
  border-right: 1px solid #ddd;
  text-align: right;
}
.manage-upgrades .content table .renewal-label,
.manage-upgrades .content table .prorata-inc-vat-label {
  border-top: 0;
}
.manage-upgrades .content table .total-inc-vat-value,
.manage-upgrades .content table .renewal-value,
.manage-upgrades .content table .prorata-inc-vat-value {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.manage-upgrades .content table .total-inc-vat-diff {
  border-bottom: 1px solid #ddd;
}
.manage-upgrades .content table td.controls {
  text-align: right;
  border-top: 0;
}
.manage-upgrades .content table thead form {
  margin: 0;
}
.manage-upgrades .content table tbody i.icon-game {
  background-position: 0 0;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative;
}
.manage-upgrades .content table tbody .game label {
  display: inline;
}
.manage-upgrades .content table tfoot .more {
  color: #9d261d;
  font-weight: bold;
}
.manage-upgrades .content table tfoot .less {
  color: #46a546;
  font-weight: bold;
}
.manage-upgrades .content .awaiting-payment {
  background-color: #fefefe;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.manage-upgrades .content .awaiting-payment .message {
  width: 300px;
  height: 100px;
  border: 1px solid #888;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.manage-upgrades .content .awaiting-payment .message .loading {
  width: 200px;
  margin: 18px auto;
  text-align: center;
}
.manage-upgrades .content .awaiting-payment .message p {
  text-align: center;
}
.manage-upgrades .content .upgrade-return,
.manage-upgrades .content .no-products {
  padding: 18px 10px;
}
.community-forums,
.server-banners,
.comms-viewer,
.extras-section {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
  padding: 6px 8px;
}
.community-forums blockquote,
.server-banners blockquote,
.comms-viewer blockquote,
.extras-section blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#server-stats {
  text-align: center;
}
#server-stats h4 {
  margin-bottom: 8px;
}
#server-activity form {
  margin: 0;
}
.btn-mini {
  padding: 0px 4px;
  font-size: 11px;
  line-height: 16px;
  top: -1px;
  position: relative;
}
#upgrades #checkout {
  display: block;
  width: 300px;
  height: 90px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -45px;
  border: 1px solid #DDD;
  background: #fff;
  margin-left: -150px;
  -webkit-box-shadow: 0px 0px 10px #fff;
  -moz-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#upgrades #checkout .btn {
  margin: auto;
  display: block;
  width: 100px;
  margin-top: 20px;
}
#upgrades #checkout .loading {
  margin-left: 0;
}
#upgrades-return .modal {
  position: absolute;
}
.label-time {
  background: none;
  color: #999;
  padding: 0;
}
.synchronisations .details .alert,
.validations .details .alert {
  margin-right: 1em;
  margin-top: 1em;
}
.synchronisations .content > .alert,
.validations .content > .alert {
  margin: 1em;
}
.synchronisations select .option-mod,
.validations select .option-mod {
  color: #000;
  background-color: #eee;
}
.installs-management .content {
  background: url("/images/faux-border.gif?8") repeat-y 220px 0;
}
.installs-management .content .details .inner {
  margin-left: -17px;
}
.installs-management .content .table {
  border-bottom: 1px solid #ddd;
}
.installs-management .content .group-header {
  background-color: #f9f9f9;
}
.installs-management .content .group-header a {
  display: block;
}
.installs-management .content .group-header a:hover {
  text-decoration: none;
}
.installs-management .content .mirroring td {
  font-weight: bold;
}
.installs-management .content .nav-status-list .failed {
  color: #b94a48;
}
.installs-management .content .nav-status-list .failed:hover,
.installs-management .content .nav-status-list .failed.active {
  background-color: #f2dede;
}
.installs-management .content .nav-status-list .running {
  color: #3a87ad;
}
.installs-management .content .nav-status-list .running:hover,
.installs-management .content .nav-status-list .running.active {
  background-color: #d9edf7;
}
.installs-management .content .nav-status-list .queued {
  color: #c09853;
}
.installs-management .content .nav-status-list .queued:hover,
.installs-management .content .nav-status-list .queued.active {
  background-color: #fcf8e3;
}
.installs-management .content .nav-status-list .created {
  color: #468847;
}
.installs-management .content .nav-status-list .created:hover,
.installs-management .content .nav-status-list .created.active {
  background-color: #dff0d8;
}
.installs-management .content .nav-status-list .pending {
  color: #999;
}
.installs-management .content .nav-status-list .pending:hover,
.installs-management .content .nav-status-list .pending.active {
  background-color: #eee;
}
.installs-management .content .nav-status-list .completed {
  color: #fff;
  background-color: #049cdb;
}
.installs-management .content .nav-status-list .completed:hover,
.installs-management .content .nav-status-list .completed.active {
  background-color: #0064cd;
}
.installs-management .content header.completed {
  background-color: #0064cd;
}
.installs-management .content header.completed h4 {
  color: #fff;
}
.installs-management .content header.in-progress {
  background-color: #d9edf7;
}
.installs-management .content header.queued {
  background-color: #fcf8e3;
}
.installs-management .content header.pending {
  background-color: #eee;
}
.installs-management .content .details header h4 {
  max-width: 480px;
  _width: 480px;
}
.installs-management .content .no-installations {
  padding: 1em;
}
.installs-management .content .parent td {
  background: #eee;
}
.installs-management .content .search form input.search-query {
  width: 700px;
}
.installs-management .content footer {
  background: #eee;
  border: 1px solid transparent;
  border-top: 1px solid #ddd;
  clear: both;
  padding: 0.5em;
  text-align: right;
}
.provisioning-management .content {
  background-image: none;
}
.provisioning-management .content .details {
  margin-left: 0;
}
.provisioning-management .content .details .inner {
  margin-left: 0;
}
.provisioning-management .content .table {
  border-bottom: 1px solid #ddd;
}
.provisioning-management .content .group-header {
  background-color: #f9f9f9;
}
.provisioning-management .content .group-header a {
  display: block;
}
.provisioning-management .content .group-header a:hover {
  text-decoration: none;
}
.provisioning-management .content .no-installations {
  padding: 1em;
}
.provisioning-management .content .parent td {
  background: #eee;
}
.provisioning-management .content .search form input.search-query {
  width: 700px;
}
.provisioning-management .content footer {
  background: #eee;
  border: 1px solid transparent;
  border-top: 1px solid #ddd;
  clear: both;
  padding: 0.5em;
  text-align: right;
}
.installs-pagination td {
  border-bottom: 1px solid #ccc;
}
.container-left {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-left: 0;
}
.container-left:before,
.container-left:after {
  display: table;
  content: "";
}
.container-left:after {
  clear: both;
}
h1.logo {
  width: 140px;
}
.server-panel {
  width: 780px;
  float: left;
  margin-left: 20px;
}
.server-panel .content .server-info {
  width: 540px;
}
.server-panel .content aside {
  width: 220px;
}
.profile-panel {
  width: 780px;
  float: left;
  margin-left: 20px;
}
.profile-panel .content .profile-info {
  width: 780px;
}
.profile-list {
  width: 780px;
  float: left;
  margin-left: 20px;
}
.profile-list .content .details {
  width: 380px;
}
.profile-list .content aside {
  width: 380px;
}
.profile-editor {
  width: 780px;
  float: left;
  margin-left: 20px;
}
.profile-editor .content aside {
  width: 300px;
}
.profile-editor .content .content-inner.addons table {
  width: 477px;
}
.profile-editor .content .content-inner.configs .config-editor {
  width: 477px;
}
.profile-editor .content .content-inner.maps .available-maps {
  width: 390px;
}
.profile-editor .content .content-inner.maps .current-maps {
  width: 388px;
}
.profile-editor .content .content-inner.history ul.versions {
  width: 477px;
}
.profile-editor .content .content-inner.settings .settings-form {
  width: 477px;
}
.mh-box,
.dev-box {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.mh-box .content aside,
.dev-box .content aside {
  width: 940px;
}
.mh-box .content .details,
.dev-box .content .details {
  width: 940px;
}
.manage-users {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.download-and-extract {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.diff-analysis {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.installs-management {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.installs-management .content .details {
  width: 700px;
}
.installs-management .content aside {
  width: 220px;
}
.provisioning-management {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.provisioning-management .content .details {
  width: 940px;
}
.manage-upgrades {
  width: 940px;
  float: left;
  margin-left: 20px;
}
.live-control-panel {
  width: 780px;
  float: left;
  margin-left: 20px;
}
.sidemenu {
  width: 140px;
  float: left;
  margin-left: 20px;
}
.no-sidemenu .sidemenu {
  display: none;
  visibility: hidden;
}
#main-site-container {
  min-width: 960px;
}
.main-content {
  width: 780px;
  float: left;
  margin-left: 20px;
  margin-bottom: 18px;
}
.no-sidemenu .main-content {
  width: 940px;
}
.sidemenu li a i {
  width: 20px;
  height: 20px;
  background-image: url("/images/sprite.png?8");
}
.sidemenu li a i.icon-server {
  background-position: -2px -260px;
}
.sidemenu li a i.icon-profiles {
  background-position: -3px -290px;
}
.sidemenu li a i.icon-addons {
  background-position: -2px -320px;
}
.sidemenu li a i.icon-settings {
  background-position: -3px -350px;
}
.sidemenu li a i.icon-configs {
  background-position: -3px -380px;
}
.sidemenu li a i.icon-maps {
  background-position: -3px -408px;
}
.sidemenu li a i.icon-history {
  background-position: -3px -470px;
}
.sidemenu li a i.icon-punkbuster {
  background-position: -3px -439px;
}
.sidemenu li a i.icon-world {
  background-position: -3px -470px;
}
.sidemenu li a i.icon-live-control {
  background-position: -3px -500px;
}
.sidemenu li a i.icon-home {
  background-position: -51px -260px;
}
.sidemenu li a i.icon-quick-links {
  background-position: -50px -290px;
}
.sidemenu li.current a i.icon-server {
  background-position: -26px -260px;
}
.sidemenu li.current a i.icon-profiles {
  background-position: -27px -290px;
}
.sidemenu li.current a i.icon-addons {
  background-position: -26px -320px;
}
.sidemenu li.current a i.icon-settings {
  background-position: -27px -350px;
}
.sidemenu li.current a i.icon-configs {
  background-position: -27px -380px;
}
.sidemenu li.current a i.icon-maps {
  background-position: -27px -408px;
}
.sidemenu li.current a i.icon-history {
  background-position: -27px -470px;
}
.sidemenu li.current a i.icon-punkbuster {
  background-position: -27px -439px;
}
.sidemenu li.current a i.icon-world {
  background-position: -27px -470px;
}
.sidemenu li.current a i.icon-live-control {
  background-position: -27px -500px;
}
.sidemenu li.current a i.icon-home {
  background-position: -76px -300px;
}
.sidemenu li.current a i.icon-quick-links {
  background-position: -50px -290px;
}
.cf-topbar ul.nav li i {
  background-image: url("/images/sprite.png?8");
  width: 20px;
  height: 20px;
}
.cf-topbar ul.nav li i.icon-servers {
  background-position: -2px -260px;
}
.cf-topbar ul.nav li i.icon-tour {
  background-position: -3px -406px;
}
.cf-topbar ul.nav li i.icon-features {
  background-position: -3px -350px;
}
.cf-topbar ul.nav li i.icon-alerts {
  background-position: -3px -47px;
}
.cf-topbar ul.nav li i.icon-profile {
  background-position: -3px -88px;
}
.cf-topbar ul.nav li i.icon-add-server {
  background-position: -3px -320px;
}
.cf-topbar ul.nav li i.icon-recommend {
  width: 24px;
  background-position: -3px -133px;
}
.cf-topbar ul.nav li i.icon-help {
  width: 24px;
  height: 22px;
  background-position: -3px -158px;
}
.cf-topbar ul.nav li i.icon-mh {
  background-position: -29px -51px;
}
.cf-topbar ul.nav li i.icon-game {
  background-position: 0 0;
}
.cf-topbar ul.nav li i.icon-user {
  background-position: -3px -212px;
}
.cf-topbar ul.nav li i.icon-user.admin {
  background-position: -3px -234px;
}
#login-page li a i,
#public-page li a i,
#homepage li a i {
  background-image: url("/images/sprite.png?8");
}
#login-page li a i.icon-servers,
#public-page li a i.icon-servers,
#homepage li a i.icon-servers {
  background-position: -2px -260px;
}
#login-page li a i.icon-tour,
#public-page li a i.icon-tour,
#homepage li a i.icon-tour {
  background-position: -3px -406px;
}
#login-page li a i.icon-features,
#public-page li a i.icon-features,
#homepage li a i.icon-features {
  background-position: -3px -350px;
}
#login-page li a i.icon-home,
#public-page li a i.icon-home,
#homepage li a i.icon-home {
  background-position: -51px -260px;
}
#live-control-quicklinks a i {
  background-image: url("/images/sprite.png?8");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#live-control-quicklinks .world-management i {
  background-position: 0px -1338px;
}
#live-control-quicklinks .world-management:hover i {
  background-position: -93px -1338px;
}
#live-control-quicklinks .live-control-rcon i {
  background-position: 0px -1238px;
}
#live-control-quicklinks .live-control-rcon:hover i {
  background-position: -93px -1238px;
}
#live-control-quicklinks .file-uploads i {
  background-position: 0px -1521px;
  height: 80px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#live-control-quicklinks .file-uploads:hover i {
  background-position: -93px -1521px;
}
#live-control-quicklinks .file-downloads i {
  background-position: 0px -1618px;
}
#live-control-quicklinks .file-downloads:hover i {
  background-position: -93px -1618px;
}
#live-control-quicklinks .ftp-details i {
  background-position: 0px -1431px;
}
#live-control-quicklinks .ftp-details:hover i {
  background-position: -93px -1431px;
}
#live-control-quicklinks .create-server-profile i {
  background-position: 0px -1042px;
}
#live-control-quicklinks .create-server-profile:hover i {
  background-position: -93px -1042px;
}
#live-control-quicklinks .edit-server-profile i {
  background-position: 0px -1138px;
}
#live-control-quicklinks .edit-server-profile:hover i {
  background-position: -93px -1138px;
}
#live-control-quicklinks .account-upgrades i {
  background-position: 0px -1716px;
}
#live-control-quicklinks .account-upgrades:hover i {
  background-position: -93px -1716px;
}
#live-control-quicklinks .public-page i {
  background-position: 0px -2000px;
}
#live-control-quicklinks .public-page:hover i {
  background-position: -93px -2000px;
}
#live-control-quicklinks .server-stats i {
  background-position: 0px -1810px;
}
#live-control-quicklinks .server-stats:hover i {
  background-position: -93px -1810px;
}
#live-control-quicklinks .switch-profile i {
  background-position: 0px -1905px;
}
#live-control-quicklinks .switch-profile:hover i {
  background-position: -93px -1905px;
}
.modal .modal-body .messages .level0 {
  color: #9d261d;
}
.modal .modal-body .messages .level1 {
  color: #f89406;
}
.modal .modal-body .messages .level2 {
  color: #7a43b6;
}
.modal .modal-body .messages .level3 {
  color: #46a546;
}
.modal .modal-body .messages .level4 {
  color: #049cdb;
}
.modal .modal-body .messages .level5 {
  color: #0064cd;
}
.modal .modal-body .messages .level6 {
  color: #555;
}
.modal .modal-body .messages .level7 {
  color: #333;
}
.modal .modal-body .messages .level0 span,
.modal .modal-body .messages .level1 span,
.modal .modal-body .messages .level2 span,
.modal .modal-body .messages .level3 span,
.modal .modal-body .messages .level4 span,
.modal .modal-body .messages .level5 span,
.modal .modal-body .messages .level6 span,
.modal .modal-body .messages .level7 span {
  color: #000;
}
#cancel-account-modal form {
  margin: 0;
}
#cancel-account-modal .modal-footer p {
  line-height: 28px;
}
#upload-config-modal .modal-body form {
  *zoom: 1;
}
#upload-config-modal .modal-body form:before,
#upload-config-modal .modal-body form:after {
  display: table;
  content: "";
}
#upload-config-modal .modal-body form:after {
  clear: both;
}
#upload-config-modal .modal-body form .upload-dir {
  width: 180px;
  float: left;
}
#upload-config-modal .modal-body form .details {
  width: 300px;
  float: left;
  margin-left: 20px;
}
#file-upload-modal .modal-body {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#file-upload-modal .modal-body .tabbable {
  clear: both;
}
#file-upload-modal .modal-body form {
  margin: 0;
}
#file-upload-modal .modal-body form textarea {
  height: 150px;
}
#file-upload-modal .modal-body form .input-append .btn {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#file-upload-modal .modal-body form hr {
  clear: both;
  margin: 0 0 8px 0;
}
#file-upload-modal .modal-body .upload-status {
  margin: 0;
  list-style: none;
}
#file-upload-modal .modal-body .upload-status li {
  display: block;
  line-height: 18px;
  background-image: url("/images/small-loading.gif?8");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 18px;
}
#file-upload-modal .modal-body .upload-status li.complete {
  background-image: url("/imgs/validation.png?8");
  background-position: 0 -62px;
}
#file-upload-modal .modal-body .upload-status li.error {
  background-image: url("/imgs/validation.png?8");
  background-position: 0 0px;
}
#login-modal form {
  margin: 0;
}
#new-server-modal form fieldset {
  border: 1px solid #ddd;
  padding: 4px 12px 0;
}
#new-server-modal form fieldset legend {
  width: 300px;
  border: 0;
}
#new-server-modal form fieldset legend .btn-group {
  margin-left: 10px;
}
#new-server-modal form fieldset legend .btn-group .icon-ok {
  display: none;
}
#new-server-modal form fieldset legend .btn-group .btn.active .icon-ok {
  display: inline-block;
}
#new-server-modal form fieldset legend .btn-group .btn.active .icon-remove {
  display: none;
}
#manage-games-modal .game-list {
  float: left;
  width: 250px;
}
#manage-games-modal .game-list ul {
  display: block;
  height: 300px;
  overflow: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #DDD;
  border-radius: 4px;
}
#manage-games-modal .game-list ul li:nth-child(odd) {
  background: #f9f9f9;
}
#manage-games-modal .game-list ul li {
  padding: 1px 6px;
  border-bottom: 1px solid #EEE;
}
#manage-games-modal .game-list.installed-games {
  float: right;
}
#manage-games-modal .modal-body {
  *zoom: 1;
}
#manage-games-modal .modal-body:before,
#manage-games-modal .modal-body:after {
  display: table;
  content: "";
}
#manage-games-modal .modal-body:after {
  clear: both;
}
#world-op-modal fieldset {
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#world-op-modal fieldset legend {
  border: 0;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 0 4px;
  width: auto;
  line-height: 1em;
}
#world-op-modal fieldset label.checkbox {
  padding-right: 18px;
}
#world-op-modal .status > ul {
  margin: 0;
  list-style: none;
}
#world-op-modal .status > ul > li {
  display: block;
  line-height: 18px;
  background-image: url("/images/small-loading.gif?8");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 18px;
  margin-bottom: 4px;
}
#world-op-modal .status > ul > li.complete {
  background-image: url("/imgs/validation.png?8");
  background-position: 0 -62px;
}
#world-op-modal .status > ul > li.error {
  background-image: url("/imgs/validation.png?8");
  background-position: 0 0px;
}
#world-op-modal .status > ul > li.none {
  background-image: none;
}
#create-image-modal,
#gen-diff-modal {
  max-height: 550px;
  overflow: hidden;
}
#create-image-modal form,
#gen-diff-modal form {
  margin: 0;
}
#error-modal .messages {
  margin: 0 0 1em;
}
.modal {
  border: 6px solid #08c;
  background-color: #08c;
}
.modal .modal-header {
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(#fff, #fff 25%, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fff, #fff 25%, #f4f4f4);
  background-image: -ms-linear-gradient(#fff, #fff 25%, #f4f4f4);
  background-image: -o-linear-gradient(#fff, #fff 25%, #f4f4f4);
  background-image: linear-gradient(#fff, #fff 25%, #f4f4f4);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f4f4', GradientType=0);
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ddd;
}
.modal .modal-body {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  -moz-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
}
.modal .modal-footer {
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  -moz-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
}
.modal .modal-footer .btn {
  font-weight: bold;
}
.modal-success {
  border: 6px solid #62c462;
  background-color: #62c462;
}
.modal-error {
  border: 6px solid #ee5f5b;
  background-color: #ee5f5b;
}
.modal-warning {
  border: 6px solid #faa937;
  background-color: #faa937;
}
.modal-info {
  border: 6px solid #5bc0de;
  background-color: #5bc0de;
}
#login-page .welcome-back {
  padding: 10px;
}
#login-page .welcome-back h1 {
  color: #fff;
}
#login-page .welcome-back h1 span {
  font-size: 18px;
}
#login-page .welcome-back .access {
  color: #fff;
  clear: both;
}
#login-page .welcome-back .footer {
  position: absolute;
  bottom: 10px;
  width: 380px;
}
#login-page .login-content {
  width: 960px;
  min-height: 80vh;
  margin: auto;
}
#login-page .login-box {
  width: 400px;
  height: 350px;
  background-color: #232323;
  position: absolute;
  top: 10px;
  left: calc(50% - 200px);
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#login-page .login-box .controls input {
  width: 97%;
}
#login-page .cf-topbar {
  margin-bottom: 0px;
}
#login-page .cf-topbar .nav li {
  height: 40px;
}
#login-page .cf-topbar .nav li .dropdown-menu li {
  height: auto;
}
#login-page .cf-topbar .nav li .dropdown-menu li.divider {
  height: 1px;
}
#login-page .container {
  position: relative;
}
#login-page .intro-block {
  width: 500px;
  height: 285px;
  margin-right: 10px;
  float: right;
  padding: 20px 10px 10px 10px;
}
#login-page .video {
  width: 664px;
  height: 374px;
  float: right;
  margin: 20px 10px 30px 0px;
}
#login-page .twitter-widget {
  width: 266px;
  height: 374px;
  float: right;
  margin: 20px 10px 30px 0px;
  background: none;
  padding-top: 0;
}
#login-page .twitter-widget .tweet_list {
  height: 374px;
}
#login-page .twitter-widget .tweet_intro {
  display: none;
}
#login-page .login-title {
  font-size: 18px;
  color: #08c;
}
#login-page .testimonials {
  margin-top: 30px;
}
#login-page .testimonials .popover {
  position: relative;
  display: block;
  width: 370px;
  z-index: 0;
}
#login-page .testimonials .popover .arrow {
  border-left: 5px solid #BEBEBE !important;
}
#login-page .testimonials .popover .popover-inner {
  background: #bebebe;
  width: 364px;
}
#login-page .testimonials .testimonial-image {
  height: 108px;
  width: 108px;
  background-image: url("/images/shed.png?8");
  background-repeat: no-repeat;
  float: right;
  border: 3px solid #BEBEBE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#login-page .testimonials .testimonial-name {
  float: right;
  font-size: 14px;
  color: #08c;
  margin-right: 25px;
}
#login-page .login-logo {
  display: block;
  width: 354px;
  height: 64px;
  background-image: url("/images/clanforge-logo-big.png?8");
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#login-page .xlarge {
  height: 35px;
  width: 355px;
}
#login-page .control-label {
  color: #08c;
  font-size: 15px;
}
#login-page .forgot-password {
  float: right;
}
#login-page .cf-footer-logo {
  width: 242px;
  height: 44px;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -321px -4px;
  margin: 20px 0px 15px 0px;
  display: block;
}
#login-page .mp-footer-logo {
  width: 195px;
  height: 43px;
  background-image: url("/images/multiplay-footer.png?8");
  background-repeat: no-repeat;
  margin: 20px auto;
  float: none;
  display: block;
}
#login-page .footer-links {
  color: #08c;
}
#login-page .footer-content-left {
  margin-left: 20px;
  color: #fff;
  float: left;
  text-align: left;
}
#login-page .footer-content-right {
  margin-right: 20px;
  color: #fff;
  float: none;
  text-align: center;
}
#login-page .footer-content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#login-page .footer-content .social {
  margin: 0;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
#login-page .footer-content .social li {
  float: left;
  margin-right: 10px;
}
#login-page .footer-content .social li a {
  display: block;
  background: no-repeat 0 0 url("/images/homepage/home-sprite.png?8");
  width: 128px;
  height: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#login-page .footer-content .social li .facebook-logo {
  background-position: -136px -109px;
}
#login-page .footer-content .social li .twitter-logo {
  background-position: -7px -109px;
}
#login-page .footer-content .social li .rss-logo {
  background-position: -265px -109px;
}
#login-page .footer-content .extras {
  margin-top: 100px;
}
#login-page .footer-content .extras span {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -258px -421px;
  display: block;
  width: 143px;
  height: 74px;
  float: right;
}
#login-page .footer-content .extras a {
  clear: right;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -47px 0px;
  display: block;
  width: 44px;
  height: 57px;
  float: right;
}
#login-page .footer-content .extras a.broken {
  background-position: 0px 0px;
}
#public-page #mask {
  background: #000;
  opacity: 0.3;
  display: none;
}
#public-page .container {
  width: 1280px;
}
#public-page .span7_5 {
  width: 580px;
}
#public-page .span4_5 {
  width: 340px;
}
#public-page #main.container {
  margin: auto;
  padding-top: 30px;
}
#public-page #main.container .container-inner {
  float: left;
  margin-left: -10px;
  padding-bottom: 18px;
}
#public-page .public-box {
  width: 460px;
  height: 64px;
  background-color: #232323;
  position: absolute;
  top: -3px;
  left: 10px;
  z-index: 1;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#public-page .public-box a.social {
  float: left;
  margin-top: 6px;
  margin-left: 15px;
  display: block;
  background: no-repeat 0 0 url("/images/homepage/home-sprite.png?8");
  width: 48px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#public-page .public-box a.social.facebook {
  background-position: -287px -52px;
}
#public-page .public-box a.social.twitter {
  background-position: -233px -52px;
}
#public-page .public-box a.social.rss {
  background-position: -340px -52px;
}
#public-page .cf-topbar {
  margin-bottom: 0px;
}
#public-page .cf-topbar .nav li {
  height: 40px;
}
#public-page .cf-topbar .nav li .dropdown-menu li {
  height: auto;
}
#public-page .cf-topbar .nav li .dropdown-menu li.divider {
  height: 1px;
}
#public-page nav .container {
  position: relative;
}
#public-page .public-title {
  font-size: 18px;
  color: #08c;
}
#public-page .public-logo {
  width: 244px;
  height: 44px;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -321px -4px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}
#public-page .clan-info {
  border-top: 1px solid #08C;
  border-bottom: 1px solid #08C;
  padding-top: 6px;
  margin-bottom: 18px;
}
#public-page .clan-info h3 {
  color: #08c;
}
#public-page .server {
  margin-bottom: 18px;
}
#public-page .server header.navbar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#public-page .server header.navbar h1 {
  margin-left: 0;
  border-left: 10px solid #83bf57;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
#public-page .server header.navbar h1 small {
  font-size: 14px;
}
#public-page .server header.navbar h1.needs-renewal {
  border-left-color: #e6472f;
}
#public-page .server .content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 8px 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
#public-page .server .content:before,
#public-page .server .content:after {
  display: table;
  content: "";
}
#public-page .server .content:after {
  clear: both;
}
#public-page .server .content .server-info {
  float: left;
}
#public-page .server .content .server-info h1 {
  margin: 0 8px;
  padding-left: 34px;
  font-size: 20px;
}
#public-page .server .content .server-info h1 span.title {
  max-width: 400px;
  _width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  margin-right: 8px;
}
#public-page .server .content .server-info .summary {
  padding: 4px 8px;
}
#public-page .server .content .server-info .summary dl {
  margin-top: 0;
  width: 260px;
}
#public-page .server .content .server-info .summary dl dt {
  clear: left;
  float: left;
  color: #08c;
}
#public-page .server .content .server-info .summary dl dd {
  float: left;
  *float: none;
}
#public-page .server .content .server-info .stats,
#public-page .server .content .server-info .controls {
  padding: 4px 8px;
}
#public-page .players {
  margin-bottom: 18px;
}
#public-page .players header.navbar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#public-page .players header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
#public-page .players header.navbar h1 small {
  font-size: 14px;
}
#public-page .players .content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0 0 8px 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
#public-page .players .content:before,
#public-page .players .content:after {
  display: table;
  content: "";
}
#public-page .players .content:after {
  clear: both;
}
#public-page .players .content table td,
#public-page .players .content table th {
  font-size: 13px;
}
#public-page .cta {
  padding-right: 14px;
}
#public-page .cta h4,
#public-page .cta p {
  margin-bottom: 1em;
}
#public-page .cta .alert-actions {
  text-align: right;
}
#public-page .cta .alert-actions a.btn-primary {
  color: #fff;
}
#public-page .banner-panel {
  margin-bottom: 18px;
}
#public-page .banner-panel header.navbar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#public-page .banner-panel header.navbar h1 {
  margin-left: 0;
  padding-left: 3px;
  border-left: 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-size: 20px;
  line-height: 27px;
}
#public-page .banner-panel header.navbar h1 small {
  font-size: 14px;
}
#public-page .banner-panel .content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 8px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
#public-page .banner-panel .content:before,
#public-page .banner-panel .content:after {
  display: table;
  content: "";
}
#public-page .banner-panel .content:after {
  clear: both;
}
#public-page .banner-panel .content #banner-560x95 {
  *zoom: 1;
}
#public-page .banner-panel .content #banner-560x95:before,
#public-page .banner-panel .content #banner-560x95:after {
  display: table;
  content: "";
}
#public-page .banner-panel .content #banner-560x95:after {
  clear: both;
}
#public-page .banner-panel .content #banner-560x95 textarea {
  width: 560px;
}
#public-page .banner-panel .content #banner-560x95 #img-560x95 {
  margin-bottom: 18px;
}
#public-page .banner-panel .content #banner-350x20 {
  *zoom: 1;
}
#public-page .banner-panel .content #banner-350x20:before,
#public-page .banner-panel .content #banner-350x20:after {
  display: table;
  content: "";
}
#public-page .banner-panel .content #banner-350x20:after {
  clear: both;
}
#public-page .banner-panel .content #banner-350x20 textarea {
  width: 560px;
}
#public-page .banner-panel .content #banner-350x20 #img-350x20 {
  margin-bottom: 18px;
}
#public-page .banner-panel .content .banner {
  width: 560px;
  float: left;
}
#public-page .banner-panel .content .banner-config {
  width: 310px;
  float: right;
}
#public-page .banner-panel .content .banner-config label {
  font-weight: bold;
}
#public-page .banner-panel .content .copy-text {
  font-weight: bold;
}
#public-page .banner-panel .content textarea {
  background: #fff;
  resize: vertical;
}
#public-page .footer-content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#public-page .footer-content .social {
  margin: 0;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
#public-page .footer-content .social li {
  float: left;
  margin-right: 10px;
}
#public-page .footer-content .social li a {
  display: block;
  background: no-repeat 0 0 url("/images/homepage/home-sprite.png?8");
  width: 128px;
  height: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#public-page .footer-content .social li .facebook-logo {
  background-position: -136px -109px;
}
#public-page .footer-content .social li .twitter-logo {
  background-position: -7px -109px;
}
#public-page .footer-content .social li .rss-logo {
  background-position: -265px -109px;
}
#public-page .footer-content .extras {
  margin-top: 100px;
}
#public-page .footer-content .extras span {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -258px -421px;
  display: block;
  width: 143px;
  height: 74px;
  float: right;
}
#public-page .footer-content .extras a {
  clear: right;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -47px 0px;
  display: block;
  width: 44px;
  height: 57px;
  float: right;
}
#public-page .footer-content .extras a.broken {
  background-position: 0px 0px;
}
@media (max-width: 1280px) {
  #public-page .container {
    width: 960px;
  }
  #public-page .main-content {
    margin-bottom: 0;
  }
  #public-page .extra-content {
    margin-left: 10px;
  }
  #public-page .extra-content .comms-viewer {
    margin-bottom: 0;
  }
  #public-page .extra-content .twitter-widget .tweet_list {
    height: 300px;
  }
}
#homepage {
  /*
		Slideshow
	*/
}
#homepage .glow {
  background: top center url("/images/homepage/glow.png?8") no-repeat;
}
#homepage .cf-topbar .nav li a i {
  float: left;
  margin-right: 4px;
}
#homepage #main-site-container {
  *zoom: 1;
}
#homepage #main-site-container:before,
#homepage #main-site-container:after {
  display: table;
  content: "";
}
#homepage #main-site-container:after {
  clear: both;
}
#homepage .footer-content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#homepage .footer-content .social {
  margin: 0;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
#homepage .footer-content .social li {
  float: left;
  margin-right: 10px;
}
#homepage .footer-content .social li a {
  display: block;
  background: no-repeat 0 0 url("/images/homepage/home-sprite.png?8");
  width: 128px;
  height: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#homepage .footer-content .social li .facebook-logo {
  background-position: -136px -109px;
}
#homepage .footer-content .social li .twitter-logo {
  background-position: -7px -109px;
}
#homepage .footer-content .social li .rss-logo {
  background-position: -265px -109px;
}
#homepage .footer-content .extras {
  margin-top: 100px;
}
#homepage .footer-content .extras span {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -258px -421px;
  display: block;
  width: 143px;
  height: 74px;
  float: right;
}
#homepage .footer-content .extras a {
  clear: right;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -47px 0px;
  display: block;
  width: 44px;
  height: 57px;
  float: right;
}
#homepage .footer-content .extras a.broken {
  background-position: 0px 0px;
}
#homepage header.intro {
  background: #0095FF top center url("/images/homepage/blue-bg.png?8") repeat-y;
  height: 550px;
  -webkit-box-shadow: 0 3px 3px #444;
  -moz-box-shadow: 0 3px 3px #444;
  box-shadow: 0 3px 3px #444;
  position: relative;
  border-bottom: 1px solid #33E3FF;
}
#homepage header.intro h1 {
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 0px 3px #888;
  text-align: center;
  font-size: 44px;
  line-height: 50px;
}
#homepage header.intro .glow {
  background-position: center 41px;
}
#homepage header.intro #core-features {
  display: block;
  margin: 15px auto;
  padding: 0;
  list-style: none;
  width: 1000px;
  height: 371px;
  background: no-repeat url("/images/homepage/header.png?8");
}
#homepage header.intro #core-features li {
  float: left;
  color: #fff;
  text-shadow: 0px 0px 3px #888;
  margin-top: 265px;
  font-size: 14px;
  width: 250px;
}
#homepage header.intro #core-features li h3 {
  color: #fff;
}
#homepage header.intro #core-features li#feature1 {
  margin-left: 55px;
}
#homepage header.intro #core-features li#feature1 span {
  display: none;
}
#homepage header.intro #core-features li#feature2 {
  margin-left: 145px;
}
#homepage header.intro #core-features li#feature3 {
  margin-left: 50px;
}
#homepage #key-features {
  padding-top: 50px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  background-color: #222;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0px 0px 3px #888;
}
#homepage #key-features h2,
#homepage #key-features h4 {
  color: #fff;
}
#homepage #key-features h2 {
  background: no-repeat 0px -884px url("/images/homepage/home-sprite.png?8");
  width: 240px;
  height: 30px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#homepage #key-features h4 {
  font-size: 13px;
}
#homepage #key-features ul {
  padding: 0;
  margin: 15px auto;
  width: 960px;
  list-style: none;
  *zoom: 1;
}
#homepage #key-features ul:before,
#homepage #key-features ul:after {
  display: table;
  content: "";
}
#homepage #key-features ul:after {
  clear: both;
}
#homepage #key-features ul li {
  float: left;
  width: 182px;
  margin-right: 10px;
}
#homepage #key-features ul li p {
  line-height: 15px;
}
#homepage #key-features ul li a {
  color: #fff;
}
#homepage #key-features ul li a:hover {
  text-decoration: none;
}
#homepage #key-features ul li a:hover h4 {
  text-decoration: underline;
}
#homepage #key-features ul li i {
  width: 55px;
  height: 64px;
  float: left;
  background-repeat: no-repeat;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-position: 0px -260px;
  margin-right: 8px;
}
#homepage #key-features ul li.live-control i {
  width: 46px;
}
#homepage #key-features ul li.live-control a:hover i {
  background-position: 0px -340px;
}
#homepage #key-features ul li.profiles i {
  background-position: -52px -260px;
}
#homepage #key-features ul li.profiles a:hover i {
  background-position: -52px -340px;
}
#homepage #key-features ul li.statistics i {
  background-position: -114px -260px;
}
#homepage #key-features ul li.statistics a:hover i {
  background-position: -114px -340px;
}
#homepage #key-features ul li.access-control i {
  background-position: -178px -260px;
}
#homepage #key-features ul li.access-control a:hover i {
  background-position: -178px -340px;
}
#homepage #key-features ul li.backups i {
  width: 64px;
  background-position: -246px -260px;
}
#homepage #key-features ul li.backups a:hover i {
  background-position: -246px -340px;
}
#homepage #video-demo {
  width: 600px;
  background: #00AEFF top center url("/images/homepage/blue-bg.png?8");
  height: 40px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  border-radius: 0 0 40px 40px;
  border: 1px solid #33E3FF;
  border-top: 0;
  z-index: 2000;
}
#homepage #video-demo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  top: -30px;
  color: #fff;
}
#homepage #video-demo ul li {
  display: block;
}
#homepage #video-demo ul li a {
  display: block;
  margin: 10px;
  width: 250px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
#homepage #video-demo ul li a:hover {
  background-color: #33beff;
}
#homepage #video-demo ul li.watch-the-video {
  float: left;
}
#homepage #video-demo ul li.watch-the-video a {
  width: 265px;
  background-position: 15px -420px;
}
#homepage #video-demo ul li.try-the-demo {
  float: right;
}
#homepage #video-demo ul li.try-the-demo a {
  background-position: 36px -467px;
}
#homepage #video-demo #video-modal,
#homepage #video-demo #demo-modal {
  display: none;
  width: 740px;
  height: 429px;
  margin: 0 auto;
  position: absolute;
  left: -70px;
  top: -210px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #fff;
}
#homepage #video-demo #video-modal .video,
#homepage #video-demo #demo-modal .video,
#homepage #video-demo #video-modal .demo,
#homepage #video-demo #demo-modal .demo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  position: relative;
}
#homepage #video-demo #video-modal .video .close,
#homepage #video-demo #demo-modal .video .close,
#homepage #video-demo #video-modal .demo .close,
#homepage #video-demo #demo-modal .demo .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: black;
  color: white;
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 11px;
  border: 2px solid white;
  text-shadow: none;
}
#homepage #video-demo #video-modal .video .close:hover,
#homepage #video-demo #demo-modal .video .close:hover,
#homepage #video-demo #video-modal .demo .close:hover,
#homepage #video-demo #demo-modal .demo .close:hover {
  color: #00aeff;
  border: 2px solid #00aeff;
}
#homepage #video-demo #video-modal .video p a,
#homepage #video-demo #demo-modal .video p a,
#homepage #video-demo #video-modal .demo p a,
#homepage #video-demo #demo-modal .demo p a {
  color: #222;
}
#homepage #video-demo #demo-modal {
  height: 220px;
  top: -150px;
}
#homepage #video-demo #demo-modal .demo {
  background: #0095FF top center url("/images/homepage/blue-bg.png?8") repeat-y;
  *zoom: 1;
}
#homepage #video-demo #demo-modal .demo:before,
#homepage #video-demo #demo-modal .demo:after {
  display: table;
  content: "";
}
#homepage #video-demo #demo-modal .demo:after {
  clear: both;
}
#homepage #video-demo #demo-modal .demo h1 {
  margin-bottom: 20px;
  text-align: left;
}
#homepage #video-demo #demo-modal .demo img {
  float: left;
  margin-right: 10px;
}
#homepage #video-demo #demo-modal .demo p {
  color: #fff;
  text-shadow: 0px 0px 3px #888;
  font-size: 16px;
  line-height: 21px;
}
#homepage #what-clanforge-has-to-offer {
  text-align: center;
  background: no-repeat top center url("/images/homepage/tour-header.jpg?8");
}
#homepage #what-clanforge-has-to-offer h2 {
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#homepage #what-clanforge-has-to-offer h2 span {
  display: none;
}
#homepage #what-clanforge-has-to-offer h2 a {
  float: right;
  width: 305px;
  height: 45px;
}
#homepage #slides {
  width: 820px;
  height: 500px;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
#homepage #slides .slides_container {
  margin: 0 auto;
  width: 800px;
  height: 450px;
  overflow: hidden;
  position: relative;
  display: none;
  background: #000;
  padding: 10px;
}
#homepage #slides .slides_container div.slide {
  width: 800px;
  height: 450px;
  display: block;
}
#homepage #slides .next,
#homepage #slides .prev {
  position: absolute;
  top: 160px;
  left: -80px;
  width: 96px;
  height: 96px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #EEE;
  display: block;
  z-index: 101;
}
#homepage #slides .next b.caret,
#homepage #slides .prev b.caret {
  margin-top: 26px;
}
#homepage #slides .next:hover b.caret,
#homepage #slides .prev:hover b.caret {
  opacity: 1;
}
#homepage #slides .prev b.caret {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid black;
}
#homepage #slides .next {
  left: 804px;
}
#homepage #slides .next b.caret {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid black;
}
#homepage #slides .bullets {
  margin: 10px auto 0;
  width: 120px;
}
#homepage #slides .bullets li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
#homepage #slides .bullets li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url("/images/homepage/slides/pagination.png?8");
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
#homepage #slides .bullets li.current a {
  background-position: 0 -12px;
}
#homepage #slides .caption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 30px;
  padding: 5px 20px 0 20px;
  background: #000;
  width: 760px;
  font-size: 1.3em;
  line-height: 1.33;
  color: #fff;
  border-top: 1px solid #000;
  text-shadow: none;
  opacity: 0.75;
}
#homepage .strap-bar {
  background: #0095FF top center url("/images/homepage/blue-bg.png?8") repeat-y;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 72px 0;
  clear: both;
  *zoom: 1;
  height: 300px;
}
#homepage .strap-bar:before,
#homepage .strap-bar:after {
  display: table;
  content: "";
}
#homepage .strap-bar:after {
  clear: both;
}
#homepage .strap-bar .content {
  width: 960px;
  margin: 0 auto;
  color: #000;
  text-shadow: none;
  *zoom: 1;
}
#homepage .strap-bar .content:before,
#homepage .strap-bar .content:after {
  display: table;
  content: "";
}
#homepage .strap-bar .content:after {
  clear: both;
}
#homepage .strap-bar .content h3,
#homepage .strap-bar .content a {
  color: #fff;
}
#homepage .strap-bar .content sup {
  font-weight: bold;
}
#homepage .strap-bar .content sup a {
  color: #000;
}
#homepage .strap-bar .content p small {
  color: #000;
}
#homepage .strap-bar .content .feature {
  position: relative;
  top: -36px;
}
#homepage .strap-bar .content h3 {
  text-shadow: 0px 0px 3px #888;
}
#homepage .strap-bar .strap-footer small {
  font-size: 90%;
}
#homepage #feature-summary h3 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0 -910px;
  display: block;
  width: 575px;
  height: 55px;
}
#homepage #feature-summary .content {
  background: top left url("/images/homepage/glow.png?8") no-repeat;
}
#homepage #feature-summary .strap-footer {
  padding-top: 50px;
  clear: right;
}
#homepage #feature-summary .full-feature-list {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0 -522px;
  display: block;
  width: 300px;
  height: 55px;
  float: right;
  opacity: 0.9;
}
#homepage #feature-summary .full-feature-list:hover {
  opacity: 1;
}
#homepage #promote-your-server h3 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -8px -963px;
  display: block;
  width: 575px;
  height: 50px;
}
#homepage #promote-your-server .content {
  padding-top: 5px;
  background: top right url("/images/homepage/glow.png?8") no-repeat;
}
#homepage #promote-your-server .strap-footer {
  padding-top: 20px;
}
#homepage #promote-your-server .check-out-banners {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0 -588px;
  display: block;
  width: 500px;
  height: 55px;
  float: left;
  opacity: 0.9;
}
#homepage #promote-your-server .check-out-banners:hover {
  opacity: 1;
}
#homepage #tell-us-what-you-want {
  margin-bottom: 36px;
}
#homepage #tell-us-what-you-want h3 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -10px -1008px;
  display: block;
  width: 550px;
  height: 55px;
}
#homepage #tell-us-what-you-want h4 {
  color: #fff;
}
#homepage #tell-us-what-you-want .content {
  width: 1000px;
  background: top left url("/images/homepage/glow.png?8") no-repeat;
}
#homepage #tell-us-what-you-want .strap-footer {
  padding-top: 30px;
}
#homepage #tell-us-what-you-want .strap-footer .alert-error a {
  color: #B94A48;
}
#homepage #tell-us-what-you-want .join-us {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0 -658px;
  display: block;
  width: 250px;
  height: 55px;
  float: right;
}
#homepage #tell-us-what-you-want form input {
  -webkit-box-shadow: 0 0 4px #fff;
  -moz-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
}
#homepage #tell-us-what-you-want form input:focus {
  -webkit-box-shadow: 0 0 4px #006794;
  -moz-box-shadow: 0 0 4px #006794;
  box-shadow: 0 0 4px #006794;
}
#homepage #step-by-step {
  text-align: center;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#homepage #step-by-step h2 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -10px -1070px;
  display: block;
  width: 550px;
  height: 53px;
  margin: 0 auto;
}
#homepage #step-by-step ul {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
#homepage #step-by-step ul:before,
#homepage #step-by-step ul:after {
  display: table;
  content: "";
}
#homepage #step-by-step ul:after {
  clear: both;
}
#homepage #step-by-step ul li {
  width: 192px;
  float: left;
}
#homepage #step-by-step ul li i {
  display: block;
  width: 260px;
  height: 260px;
  border: 3px solid #fff;
  background-image: url("/images/homepage/steps.jpg?8");
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  position: relative;
  left: -40px;
  margin-top: 40px;
}
#homepage #step-by-step ul li.step1 h4 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0px -748px;
  display: block;
  width: 105px;
  height: 37px;
  margin: 0 auto;
}
#homepage #step-by-step ul li.step1 i {
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}
#homepage #step-by-step ul li.step2 h4 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -118px -748px;
  display: block;
  width: 105px;
  height: 37px;
  margin: 0 auto;
}
#homepage #step-by-step ul li.step2 i {
  background-position: -260px 0px;
  -webkit-transform: rotate(347deg);
  -moz-transform: rotate(347deg);
  -ms-transform: rotate(347deg);
  -o-transform: rotate(347deg);
  transform: rotate(347deg);
}
#homepage #step-by-step ul li.step3 h4 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -231px -748px;
  display: block;
  width: 105px;
  height: 37px;
  margin: 0 auto;
}
#homepage #step-by-step ul li.step3 i {
  background-position: -520px 0px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
#homepage #step-by-step ul li.arrow {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: 0px -797px;
  display: block;
  width: 96px;
  height: 77px;
  margin: 0 48px;
}
#homepage #step-by-step ul li.alt-arrow {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  background-position: -95px -790px;
  display: block;
  width: 96px;
  height: 77px;
  margin: 0 48px;
}
#homepage .cf-topbar h1.logo {
  width: 208px;
  height: 40px;
  background: none;
}
#homepage .cf-topbar h1.logo a {
  background: url("/images/homepage/home-sprite.png?8") no-repeat -95px -3px;
  width: 208px;
  height: 40px;
}
#homepage .cf-topbar ul.nav li .facebook-logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  border-top: 0;
  padding: 0;
  display: block;
  width: 36px;
  height: 38px;
  background: url("/images/homepage/home-sprite.png?8") no-repeat -37px -62px;
}
#homepage .cf-topbar ul.nav li .twitter-logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  border-top: 0;
  padding: 0;
  display: block;
  width: 36px;
  height: 38px;
  background: url("/images/homepage/home-sprite.png?8") no-repeat -1px -62px;
}
#homepage .cf-topbar ul.nav li .rss-logo {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  border-top: 0;
  padding: 0;
  display: block;
  width: 36px;
  height: 38px;
  background: url("/images/homepage/home-sprite.png?8") no-repeat -73px -62px;
}
#homepage.features .features-header {
  width: 960px;
  margin: auto;
  position: relative;
  *zoom: 1;
}
#homepage.features .features-header:before,
#homepage.features .features-header:after {
  display: table;
  content: "";
}
#homepage.features .features-header:after {
  clear: both;
}
#homepage.features .features-header .pot {
  position: absolute;
  bottom: -30px;
  left: 70px;
}
#homepage.features .features-video {
  float: right;
  color: white;
  text-shadow: 0px 0px 3px #888;
  width: 634px;
  margin-top: 30px;
  margin-right: 60px;
  padding: 10px 0;
  background: rgba(51, 227, 255, 0.5);
  border-radius: 5px;
}
#homepage.features .features-video iframe {
  margin-left: 10px;
}
#homepage.features h3.feature-heading {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  display: block;
}
#homepage.features #live-control h3.feature-heading {
  background-position: -12px -1150px;
  width: 575px;
  height: 45px;
}
#homepage.features #profiles h3.feature-heading {
  background-position: -12px -1188px;
  width: 575px;
  height: 45px;
}
#homepage.features #statistics h3.feature-heading {
  background-position: -12px -1229px;
  width: 575px;
  height: 45px;
  margin-top: 30px;
}
#homepage.features #access-control h3.feature-heading {
  background-position: -12px -1269px;
  width: 575px;
  height: 45px;
  margin-top: 30px;
}
#homepage.features #backups h3.feature-heading {
  background-position: -12px -1310px;
  width: 575px;
  height: 45px;
  margin-top: 30px;
}
#homepage.features .see-in-action {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-image: url("/images/homepage/home-sprite.png?8");
  background-repeat: no-repeat;
  display: block;
  width: 240px;
  height: 45px;
  background-position: 0px -1111px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
#homepage.features .see-in-action:hover {
  background-color: #33beff;
}
#homepage.tour header.intro {
  height: 368px;
}
#homepage.tour #tour-intro {
  width: 960px;
  margin: 0 auto;
  font-weight: normal;
  color: white;
  text-shadow: 0px 0px 3px #888;
  *zoom: 1;
}
#homepage.tour #tour-intro:before,
#homepage.tour #tour-intro:after {
  display: table;
  content: "";
}
#homepage.tour #tour-intro:after {
  clear: both;
}
#homepage.tour #tour-intro h1 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
#homepage.tour #tour-intro div {
  float: right;
  width: 640px;
}
#homepage.tour #tour-intro div p {
  font-size: 16px;
  line-height: 21px;
}
#homepage.tour .tour-outline {
  display: none;
}
#homepage.tour .tour-section {
  margin: 50px 0;
}
#homepage.tour .tour-section .tour-heading {
  margin-bottom: 20px;
}
#homepage.tour .tour-section .tour-heading a.btn {
  top: -5px;
  position: relative;
  margin-left: 20px;
}
#homepage.tour .tour-section .tour-summary {
  clear: both;
  text-align: left;
}
#homepage.credits header.intro {
  height: 368px;
}
#homepage.credits #credits-intro {
  width: 960px;
  margin: 0 auto;
  font-weight: normal;
  color: white;
  text-shadow: 0px 0px 3px #888;
  *zoom: 1;
}
#homepage.credits #credits-intro:before,
#homepage.credits #credits-intro:after {
  display: table;
  content: "";
}
#homepage.credits #credits-intro:after {
  clear: both;
}
#homepage.credits #credits-intro h1 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
#homepage.credits #credits-intro div {
  float: right;
  width: 640px;
}
#homepage.credits #credits-intro div p {
  font-size: 16px;
  line-height: 21px;
}
#homepage #mask {
  background-image: none;
  display: none;
  opacity: 0.75;
  background-color: black;
}
#credits {
  color: #fff;
  background: #000;
  font-family: "Helvetica";
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  height: 100%;
}
#credits h1,
#credits h2,
#credits h3,
#credits h4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#credits #credits-roll {
  position: relative;
  top: 0;
}
#credits #credits-roll a {
  color: #fff;
  text-decoration: none;
}
#credits #credits-roll a:hover {
  text-decoration: underline;
}
#credits dl {
  width: 500px;
  margin: auto;
}
#credits dt {
  display: block;
  float: left;
  width: 200px;
  text-align: right;
}
#credits dt:after {
  content: ':';
}
#credits dd {
  margin-bottom: 20px;
  display: block;
  margin-left: 210px;
  text-align: left;
}
#credits ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#credits li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#credits #back {
  font-size: 32px;
  position: absolute;
  display: block;
  top: 50%;
  text-align: center;
  width: 100%;
}
#credits h1 {
  font-size: 48px;
  position: absolute;
  display: block;
  top: 50%;
  text-align: center;
  width: 100%;
}
@media (max-width: 980px) {
  .extra-content {
    clear: left;
    margin-left: 160px;
  }
  .extra-content .mpu,
  .extra-content .twitter-widget,
  .extra-content .services,
  .extra-content .offers {
    float: left;
    text-align: center;
    margin-left: 20px;
    width: 380px;
  }
  .extra-content .offers {
    clear: left;
  }
  body nav.cf-topbar span.menu-text {
    display: none;
  }
  body nav.cf-topbar .dropdown-text span.menu-text {
    display: none;
  }
  body nav.cf-topbar .container {
    width: 960px;
  }
  #outer-row {
    width: 960px;
  }
  .no-sidemenu .extra-content {
    margin-left: 0;
  }
  .no-sidemenu .extra-content .mpu,
  .no-sidemenu .extra-content .twitter-widget,
  .no-sidemenu .extra-content .services,
  .no-sidemenu .extra-content .offers {
    width: 300px;
  }
  .no-sidemenu .extra-content .offers {
    clear: none;
  }
}
@media (min-width: 980px) and (max-width: 1280px) {
  .extra-content {
    clear: left;
    margin-left: 160px;
  }
  .extra-content .mpu,
  .extra-content .twitter-widget,
  .extra-content .services,
  .extra-content .offers {
    float: left;
    text-align: center;
    margin-left: 20px;
    width: 380px;
  }
  .extra-content .offers {
    clear: left;
  }
  body nav.cf-topbar span.menu-text {
    display: none;
  }
  body nav.cf-topbar .dropdown-text span.menu-text {
    display: none;
  }
  .no-sidemenu .main-content {
    margin-left: 40px;
  }
  .no-sidemenu .extra-content {
    clear: left;
    margin-left: 20px;
  }
  .no-sidemenu .extra-content .mpu,
  .no-sidemenu .extra-content .twitter-widget,
  .no-sidemenu .extra-content .services,
  .no-sidemenu .extra-content .offers {
    float: left;
    text-align: center;
    margin-left: 20px;
    width: 300px;
  }
  .no-sidemenu .extra-content .offers {
    clear: none;
  }
}
@media (min-width: 1280px) {
  .extra-content {
    width: 300px;
    float: left;
    margin-left: 20px;
  }
  .extra-content .mpu,
  .extra-content .twitter-widget,
  .extra-content .services,
  .extra-content .offers {
    margin-bottom: 18px;
  }
  body nav.cf-topbar .container-fluid {
    width: 1280px;
  }
  .footer-content {
    width: 1280px;
  }
  .no-sidemenu .main-content {
    float: left;
    margin-left: 40px;
  }
}
@media (min-width: 1900px) {
  body nav.cf-topbar .container-fluid {
    width: 1900px;
  }
  .main-content {
    width: 1400px;
  }
  .main-content .profile-panel {
    width: 1400px;
  }
  .main-content .profile-panel .profile-info {
    width: 1400px;
  }
  .main-content .profile-panel .profile-info dl {
    width: 660px;
  }
  .main-content .profile-editor {
    width: 1400px;
  }
  .main-content .profile-editor .toolbar .form-search input.search-query {
    width: 400px;
  }
  .main-content .profile-editor .content .settings .settings-form {
    width: 1097px;
  }
  .main-content .profile-editor .content .addons {
    background-position: 600px 0;
  }
  .main-content .profile-editor .content .addons aside {
    width: 600px;
  }
  .main-content .profile-editor .content .addons table {
    width: 797px;
  }
  .main-content .profile-editor .content .maps {
    background-position: 700px 0;
  }
  .main-content .profile-editor .content .maps .available-maps {
    width: 700px;
  }
  .main-content .profile-editor .content .maps .current-maps {
    width: 698px;
  }
  .main-content .profile-editor .content .configs .config-editor {
    width: 1097px;
  }
  .main-content .profile-editor .content .history ul.versions {
    width: 1097px;
  }
  .main-content .profile-list {
    width: 1400px;
  }
  .main-content .profile-list .content {
    background-position: 500px 0;
  }
  .main-content .profile-list .content aside {
    width: 500px;
  }
  .main-content .profile-list .content .details {
    width: 880px;
  }
  .main-content .profile-list .content .search form input.search-query {
    width: 1345px;
  }
  .main-content .installs-management .content .search form input.search-query,
  .main-content .provisioning-management .content .search form input.search-query {
    width: 1145px;
  }
  .main-content .provisioning-management .content .details {
    width: 100%;
  }
  .main-content .server-panel {
    width: 1400px;
  }
  .main-content .server-panel .content .server-info {
    width: 1160px;
  }
  .main-content .server-panel .content .server-info .summary dl {
    width: 560px;
  }
  .main-content .live-control-panel {
    width: 1400px;
  }
  .main-content .live-control-panel .content #live-control-quicklinks ul {
    width: auto;
  }
  .main-content .live-control-panel .content #live-control-console textarea {
    width: 1378px;
  }
  .main-content .live-control-panel .content #live-control-console input {
    width: 1270px;
  }
  .main-content .live-control-panel .content #live-control-files .browser {
    background-position: 400px 0;
  }
  .main-content .live-control-panel .content #live-control-files .browser aside {
    width: 400px;
  }
  .main-content .live-control-panel .content #live-control-files .browser .viewer {
    width: 976px;
  }
  .main-content .live-control-panel .content #live-control-files .browser.full-preview .viewer {
    width: 1396px;
  }
  .main-content #server-activity .span10 {
    width: 1400px;
  }
  .footer-content {
    width: 1900px;
  }
  .no-sidemenu .main-content {
    width: 1540px;
  }
  .no-sidemenu .main-content .clanforge-news {
    width: 1020px;
  }
  #public-page.no-sidemenu .main-content {
    width: 940px;
  }
}
#cable {
  clear: both;
  display: block;
  display: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: 10000;
  position: relative;
}
#debug-console {
  display: block;
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  z-index: 2000;
}
body {
  background-color: #232323;
}
#main-site-container {
  background-color: #fff;
}
.popover {
  z-index: 100000;
}
.popover .popover-inner {
  width: auto;
}
a {
  cursor: pointer;
}
fieldset legend {
  color: #08c;
}
.alert-success a {
  color: #468847;
}
.alert-danger a,
.alert-error a {
  color: #b94a48;
}
.alert-info a {
  color: #3a87ad;
}
.search-query {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  background-image: url("/images/search.png?8");
  background-repeat: no-repeat;
  background-position: 4px center;
}
input,
textarea {
  background-color: #fff;
}
.pagination div {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #DDD;
  border-left-width: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f4f4f9;
}
.btn.active {
  font-weight: bold;
}
.btn.disabled {
  color: #AAA;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #E6E6E6;
}
.btn.disabled:hover {
  color: #AAA;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.upload-field {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: -18px;
}
.upload-field .input[type="file"],
.upload-field .input-file {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.upload-field label {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  white-space: nowrap;
}
.control-group.error .upload-field label {
  color: #b94a48;
  border-color: #ee5f5b;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: auto;
}
.line-breaker span {
  display: inline-block;
}
.twitter-widget {
  width: 300px;
}
.twitter-widget .tweet_intro a {
  background: url("/images/twitter-header.png?8") no-repeat;
  display: block;
  width: 300px;
  height: 31px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.twitter-widget .tweet_list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 400px;
  overflow: auto;
}
.twitter-widget .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
  list-style-type: none;
}
.twitter-widget .tweet_list .tweet_even {
  background-color: #f9f9f9;
}
/* Artfully masterminded by ZURB */
#joyRideTipContent {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 400px;
  z-index: 10;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.joyride-content-wrapper {
  padding: 10px 10px 10px 15px;
}
/* Mobile */
@media only screen and (max-width: 769px) {
  .joyride-tip-guide {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
.joyride-tip-guide span.joyride-nub.top {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  top: -28px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.8) !important;
  bottom: -28px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.right {
  left: auto;
  right: 22px;
}
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 {
  font-size: 30px;
}
.joyride-tip-guide h2 {
  font-size: 26px;
}
.joyride-tip-guide h3 {
  font-size: 22px;
}
.joyride-tip-guide h4 {
  font-size: 18px;
}
.joyride-tip-guide h5 {
  font-size: 16px;
}
.joyride-tip-guide h6 {
  font-size: 14px;
}
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
}
/* Button Style */
.joyride-tip-guide .joyride-next-tip:after {
  clear: both;
}
.joyride-tip-guide .joyride-next-tip {
  width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-align: center;
  float: right;
  margin: 4px 0px 8px 0px;
  border: solid 1px #003cb4;
  background: #0063ff;
  background: -moz-linear-gradient(top, #0063ff 0%, #0055d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0063ff), color-stop(100%, #0055d6));
  background: -webkit-linear-gradient(top, #0063ff 0%, #0055d6 100%);
  background: -o-linear-gradient(top, #0063ff 0%, #0055d6 100%);
  background: -ms-linear-gradient(top, #0063ff 0%, #0055d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063ff', endColorstr='#0055d6', GradientType=0);
  background: linear-gradient(top, #0063ff 0%, #0055d6 100%);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
}
.joyride-next-tip:hover {
  color: #ffffff !important;
  border: solid 1px #003cb4 !important;
  background: #2b80ff;
  background: -moz-linear-gradient(top, #2b80ff 0%, #1d66d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b80ff), color-stop(100%, #1d66d3));
  background: -webkit-linear-gradient(top, #2b80ff 0%, #1d66d3 100%);
  background: -o-linear-gradient(top, #2b80ff 0%, #1d66d3 100%);
  background: -ms-linear-gradient(top, #2b80ff 0%, #1d66d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b80ff', endColorstr='#1d66d3', GradientType=0);
  background: linear-gradient(top, #2b80ff 0%, #1d66d3 100%);
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255, 255, 255, 0.25);
}
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}
.joyride-close-tip:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
