/*!
 * Bootstrap v2.3.1
 *
 * 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.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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 #333;
  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 {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button:not(.x-btn-text),
input:not(.x-form-field),
select:not(.x-form-field),
textarea:not(.x-form-field) {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button:not(.x-btn-text),
input:not(.x-form-field) {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button:not(.x-btn-text),
html input[type="button"]:not(.x-form-field),
input[type="reset"]:not(.x-form-field),
input[type="submit"]:not(.x-form-field) {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select:not(.x-form-field),
button:not(.x-btn-text),
input[type="button"]:not(.x-btn-text),
input[type="reset"]:not(.x-form-field),
input[type="submit"]:not(.x-form-field),
input[type="radio"]:not(.x-form-field),
input[type="checkbox"]:not(.x-form-field) {
  cursor: pointer;
}

input[type="search"]:not(.x-form-field) {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p:not(.x-panel-body) {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  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;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form:not(.x-form) {
  margin: 0 0 20px;
}

fieldset:not(.x-form-field) {
  padding: 0;
  margin: 0;
  border: 0;
}

legend:not(.x-form-field) {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend:not(.x-form-field) small {
  font-size: 15px;
  color: #999999;
}

input:not(.x-form-field),
button:not(.x-btn-text),
select:not(.x-form-field),
textarea:not(.x-form-field) {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input:not(.x-form-field),
button:not(.x-btn-text),
select:not(.x-form-field),
textarea:not(.x-form-field) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label{
  display: block;
  margin-bottom: 5px;
}

select:not(.x-form-field),
textarea:not(.x-form-field),
input[type="text"]:not(.x-form-field),
input[type="password"]:not(.x-form-field),
input[type="datetime"]:not(.x-form-field),
input[type="datetime-local"]:not(.x-form-field),
input[type="date"]:not(.x-form-field),
input[type="month"]:not(.x-form-field),
input[type="time"]:not(.x-form-field),
input[type="week"]:not(.x-form-field),
input[type="number"]:not(.x-form-field),
input[type="email"]:not(.x-form-field),
input[type="url"]:not(.x-form-field),
input[type="search"]:not(.x-form-field),
input[type="tel"]:not(.x-form-field),
input[type="color"]:not(.x-form-field),
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input:not(.x-form-field),
textarea:not(.x-form-field),
.uneditable-input {
  width: 206px;
}

textarea:not(.x-form-field) {
  height: auto;
}

textarea:not(.x-form-field),
input[type="text"]:not(.x-form-field),
input[type="password"]:not(.x-form-field),
input[type="datetime"]:not(.x-form-field),
input[type="datetime-local"]:not(.x-form-field),
input[type="date"]:not(.x-form-field),
input[type="month"]:not(.x-form-field),
input[type="time"]:not(.x-form-field),
input[type="week"]:not(.x-form-field),
input[type="number"]:not(.x-form-field),
input[type="email"]:not(.x-form-field),
input[type="url"]:not(.x-form-field),
input[type="search"]:not(.x-form-field),
input[type="tel"]:not(.x-form-field),
input[type="color"]:not(.x-form-field),
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus:not(.x-form-field),
input[type="text"]:focus:not(.x-form-field),
input[type="password"]:focus:not(.x-form-field),
input[type="datetime"]:focus:not(.x-form-field),
input[type="datetime-local"]:focus:not(.x-form-field),
input[type="date"]:focus:not(.x-form-field),
input[type="month"]:focus:not(.x-form-field),
input[type="time"]:focus:not(.x-form-field),
input[type="week"]:focus:not(.x-form-field),
input[type="number"]:focus:not(.x-form-field),
input[type="email"]:focus:not(.x-form-field),
input[type="url"]:focus:not(.x-form-field),
input[type="search"]:focus:not(.x-form-field),
input[type="tel"]:focus:not(.x-form-field),
input[type="color"]:focus:not(.x-form-field),
.uneditable-input:focus:not(.x-form-field) {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -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);
}

input[type="radio"]:not(.x-form-field),
input[type="checkbox"]:not(.x-form-field) {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"]:not(.x-form-field),
input[type="image"]:not(.x-form-field),
input[type="submit"]:not(.x-form-field),
input[type="reset"]:not(.x-form-field),
input[type="button"]:not(.x-btn-text),
input[type="radio"]:not(.x-form-field),
input[type="checkbox"]:not(.x-form-field) {
  width: auto;
}

select:not(.x-form-field),
input[type="file"]:not(.x-form-field) {
  height: 30px;
  /* 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: 30px;
}

select:not(.x-form-field) {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple]:not(.x-form-field),
select[size]:not(.x-form-field) {
  height: auto;
}

select:focus:not(.x-form-field),
input[type="file"]:focus:not(.x-form-field),
input[type="radio"]:focus:not(.x-form-field),
input[type="checkbox"]:focus:not(.x-form-field) {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"]:not(.x-form-field),
.checkbox input[type="checkbox"]:not(.x-form-field) {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input:not(.x-form-field),
textarea:not(.x-form-field),
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled]:not(.x-form-field),
select[disabled]:not(.x-form-field),
textarea[disabled]:not(.x-form-field),
input[readonly]:not(.x-form-field),
select[readonly]:not(.x-form-field),
textarea[readonly]:not(.x-form-field) {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled]:not(.x-form-field),
input[type="checkbox"][disabled]:not(.x-form-field),
input[type="radio"][readonly]:not(.x-form-field),
input[type="checkbox"][readonly]:not(.x-form-field) {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid:not(.x-form-field),
textarea:focus:invalid:not(.x-form-field),
select:focus:invalid:not(.x-form-field) {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus:not(.x-form-field),
textarea:focus:invalid:focus:not(.x-form-field),
select:focus:invalid:focus:not(.x-form-field) {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-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,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.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,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.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-unlock {
  background-position: 0px -165px;
}

.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 {
  width: 16px;
  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 {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  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 #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  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(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  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(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  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(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  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(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  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(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #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(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 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 > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  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);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8CA;
  border: 1px solid #FCF088;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c5881f;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  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-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  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: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  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,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.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,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  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);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 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);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -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 ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #cccccc;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  *border: 1px solid #b1b1b1;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
  -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 {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  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: -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;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  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: -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,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  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: -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,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  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: -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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  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: -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: 20px;
}

.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-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -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;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/* add reset here */
/* colors */
/* dimensions */
html {
  min-height: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-repeat: repeat;
  background-attachment: fixed;
}
/* * {
  color: @default-font-color;
  font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
  font-size: 11px;
} */
/* http://stackoverflow.com/questions/218760/how-do-you-keep-parents-of-floated-elements-from-collapsing */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
#smux-viewport.smux-fullview {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.smux-fullview {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#smux-viewport {
  /* background: url(../img/body/bgtile.png) repeat top left; */

  /* background-color: transparent; */

}
.smux-app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 480px;
  /*  -moz-box-shadow: 0px 0px 8px 5px  #888;
  -webkit-box-shadow: 0px 0px 8px 5px  #888;
  box-shadow: 0px 0px 8px 5px  #888; */

}
.smux-masthead {
  color: #FFF;
  background-color: #2f2d24;
  /* border-top: 1px solid #6D6E6F; */

  /* border-bottom: 1px solid #171A1D; */

  width: 100%;
  height: 54px;
  font-size: 1px;
  line-height: 1px;
}
.smux-masthead-alert {
  float: right;
  height: 54px;
  line-height: 26px;
  margin-top: 5px;
}
.smux-masthead-alert .alert {
  margin-bottom: 0px;
}
.smux-pagebar-holder {
  height: 40px;
  clear: both;
}
.smux-pagebar-position {
  position: fixed;
  top: 53px;
  /* two pixels less than the masthead height so the top edge hides under the masthead */

  width: 100%;
  min-width: 480px;
  z-index: 99;
  /* one level down from the masthead so that the top end hides under the masthead */

}
.smux-subpagebar-position {
  position: fixed;
  top: 95px;
  /* two pixels less than the pagebar height so the top edge hides under the pagebar */

  width: 100%;
  min-width: 480px;
  z-index: 98;
  /* one level down from the pagebar so that the top end hides under the pagebar */

}
.smux-pagebar-style {
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
  box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
}
input.hide {
  display: none;
}
#smux-home-view,
#smux-backup-vm {
  top: 75px;
}
#smux_dashlet_toolbar {
  float: left;
  top: 30px;
}
/* dashlet */
.smux-root-dashlet-container {
  top: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.smux-dashlet,
.smux-dashlet-backer {
  cursor: pointer;
  background-color: transparent;
}
.smux-dashlet-frame {
  width: 306px;
  height: 100px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-left-color: #c6c5c4;
  border-top-color: #c6c5c4;
  border-right-color: #b5b4b3;
  border-bottom-color: #b5b4b3;
  -moz-box-shadow: 1px 1px 6px #bababa;
  -webkit-box-shadow: 1px 1px 6px #bababa;
  box-shadow: 1px 1px 6px #bababa;
}
.smux-dashlet-frame.smux-front-copy {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
}
.smux-dashlet-frame.smux-back-copy {
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 12px;
}
.smux-dashlet.smux-dashlet-pm {
  margin-left: auto;
  margin-right: auto;
  width: 306px;
  height: 100px;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
  /* firefox */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  /*webkit */

  border: 3px solid #ccc;
  margin-bottom: 15px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*bevel effect*/

  box-shadow: 0 1px 2px #ffffff, /*bottom external highlight*/
 0 -1px 1px #666666, /*top external shadow*/
 inset 0 -1px 1px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/
 inset 0 1px 1px rgba(255, 255, 255, 0.8);
  /*top internal highlight*/

}
.smux-dashlet-frame div.winvm,
.smux-dashlet-pm div.winvm {
  background: url(../img/icons/dashlet-host-winvm.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame div.linuxvm {
  background: url(../img/icons/dashlet-host-lxvm.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame div.unknownvm {
  background: url(../img/icons/dashlet-host-unknown.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame div.windr,
.smux-dashlet-pm div.windr {
  background: url(../img/icons/dashlet-host-winvm-dr.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame div.linuxdr {
  background: url(../img/icons/dashlet-host-lxvm-dr.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame div.unknowndr {
  background: url(../img/icons/dashlet-host-unknown-dr.png) no-repeat top center;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-frame ul {
  width: 220px;
}
.smux-dashlet-pm div.primarytrue {
  background: url(../img/icons/ribbon.png) no-repeat;
  width: 16px;
  height: 24px;
  margin-right: 10px;
}
.smux-dashlet-pm div.emblem-container {
  background: url(../img/icons/pms.png) no-repeat 0 0;
  height: 60px;
  width: 33px;
  margin: 10px 18px 10px 10px;
}
.smux-dashlet-pm div.Dell {
  background: url(../img/icons/pms.png) no-repeat -33px 0px;
}
.smux-dashlet-pm div.HP {
  background: url(../img/icons/pms.png) no-repeat -66px 0px;
}
.smux-dashlet-pm div.IBM {
  background: url(../img/icons/pms.png) no-repeat -99px 0px;
}
.smux-dashlet-pm div.Intel {
  background: url(../img/icons/pms.png) no-repeat -132px 0px;
}
.smux-dashlet-pm div.Seneca {
  background: url(../img/icons/pms.png) no-repeat -165px 0px;
}
.smux-dashlet-user .smux-user-icons {
  height: 62px;
  width: 26px;
  margin-left: 16px;
  padding-top: 15px;
}
.smux-dashlet-user div.smux-user-icon {
  background: url(../img/icons/user.png) no-repeat top center;
  height: 26px;
  width: 26px;
  margin: 0;
}
.smux-dashlet-user div.administrator,
.smux-dashlet-user div.platform-administrator,
.smux-dashlet-user div.read-only {
  height: 26px;
  width: 26px;
  margin: 10px 0 0;
}
.smux-dashlet-user div.administrator {
  background: url(../img/icons/support.png) no-repeat top center;
}
.smux-dashlet-user div.platform-administrator {
  background: url(../img/icons/edit.png) no-repeat top center;
}
.smux-dashlet-user div.read-only {
  background: url(../img/icons/detective.png) no-repeat top center;
}
.smux-inline-icon {
  height: 16px;
  padding-left: 20px;
  background-position: center left;
  /* default for non sprite icons */

  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  line-height: 16px;
}
.smux-inline-icon.vm-starting,
.smux-inline-icon.vm-stopping,
.smux-inline-icon.vm-drInitializing {
  background: url(../img/icons/startingstopping.gif) 0 0 no-repeat;
}
.smux-inline-icon.vm-running,
.smux-inline-icon.pm-running {
  background: url(../img/icons/states.png) 0 0 no-repeat;
}
.smux-inline-icon.vm-stopped,
.smux-inline-icon.pm-stopped,
.smux-inline-icon.vm-drBackup {
  background: url(../img/icons/states.png) 0 -16px no-repeat;
}
.smux-inline-icon.vm-paused {
  background: url(../img/icons/states.png) 0 -48px no-repeat;
}
.smux-inline-icon.pm-syncingtrue {
  background-image: url(../img/icons/syncing.gif);
}
.smux-inline-icon.pm-maintenance {
  background: url(../img/icons/states.png) no-repeat 0 -32px;
}
.smux-inline-icon.critical.active,
.smux-inline-icon.serious.active,
.smux-inline-icon.moderate.active,
.smux-inline-icon.minor.active,
.smux-inline-icon.info.active {
  background-image: url(../img/icons/severity-tiny.png);
}
.smux-inline-icon.critical.inactive,
.smux-inline-icon.serious.inactive,
.smux-inline-icon.moderate.inactive,
.smux-inline-icon.minor.inactive,
.smux-inline-icon.info.inactive {
  background-image: url(../img/icons/severity-tiny-inactive.png);
}
.smux-inline-icon.critical,
.smux-inline-icon.serious {
  background-position: 0 0;
}
.smux-inline-icon.moderate {
  background-position: 0 -16px;
}
.smux-inline-icon.minor {
  background-position: 0 -32px;
}
.smux-inline-icon.info {
  background-position: 0 -48px;
}
.smux-logs p.cleared {
  text-decoration: line-through;
}
.smux-dashlet-frame .smux-name,
.smux-dashlet-pm .smux-name,
.smux-dashlet-user .smux-name {
  font-size: medium;
  font-weight: bold;
  line-height: 37px;
}
.smux-dashlet-frame ul,
.smux-dashlet-pm ul,
.smux-dashlet-user ul {
  list-style: none;
  margin-left: 5px;
}
.smux-dashlet-frame ul li {
  line-height: 14px;
}
.smux-dashlet-user ul {
  margin-left: 15px;
}
div.smux-dashlet-user {
  margin-left: 20px;
  margin-top: 5px;
}
div.smux-dashlet-user a.smux-remove-user {
  text-decoration: none;
}
div.smux-dashlet-user a.smux-remove-user:hover,
body.touch div.smux-dashlet-user a.smux-remove-user {
  text-decoration: underline;
}
div.smux-dashlet-user a.smux-remove-user {
  display: none;
}
div.smux-dashlet-user:hover a.smux-remove-user,
body.touch div.smux-dashlet-user a.smux-remove-user {
  display: inline;
}
div.smux-dashlet-user.smux-current-user a.smux-remove-user {
  display: none;
}
.smux-current-user-text {
  display: none;
}
div.smux-dashlet-user.smux-current-user .smux-current-user-text {
  display: inline;
}
.smux-dashlet-user ul {
  padding-top: 10px;
  width: 220px;
}
.smux-right-align {
  text-align: right;
}
.smux-dashlet-user .smux-right-align {
  margin-top: -5px;
}
#smux-settings-users-view {
  top: 40px;
  position: relative;
}
.smux-role-text {
  padding-top: 8px;
}
/* .smux-dashlet.severity_healthy {
      -moz-box-shadow: 1px 1px 5px #AAA;
      -webkit-box-shadow: 1px 1px 5px #AAA;
      box-shadow: 1px 1px 5px #AAA;
  } */
/* rgba(255, 207, 50, 1);  rgba(232, 118, 0, 1);*/
/*
  .smux-dashlet.severity_minor {
      -webkit-box-shadow: 0px 0px 10px rgba(255, 170, 0, 1);
      -moz-box-shadow:    0px 0px 10px rgba(255, 170, 0, 1);
      box-shadow:         0px 0px 10px rgba(255, 170, 0, 1);
  }

  .smux-dashlet.severity_moderate {
      -webkit-box-shadow: 0px 0px 8px rgba(236, 88, 0, 1);
      -moz-box-shadow:    0px 0px 8px rgba(236, 88, 0, 1);
      box-shadow:         0px 0px 8px rgba(236, 88, 0, 1);
  }

  .smux-dashlet.severity_critical {
      -webkit-box-shadow: 0px 0px 9px rgba(139, 0, 0, 200);
      -moz-box-shadow:    0px 0px 9px rgba(139, 0, 0, 200);
      box-shadow:         0px 0px 9px rgba(139, 0, 0, 200);
  }
  */
.smux-dashlet-body {
  clear: both;
}
.smux-dashlet .name {
  font-size: medium;
  font-weight: bold;
  line-height: 32px;
  margin-left: 40px;
}
.smux-dashlet .info {
  /* font-size: small; */

  clear: left;
  line-height: 15px;
}
.smux-dashlet .siteid {
  font-size: 9px;
  color: #aaa;
  float: right;
  height: 22px;
  width: 84px;
  margin-top: -10px;
}
.smux-dashlet-body .siteid {
  font-size: 8px;
  color: #ccc;
}
.smux-dashlet .smux-small-text {
  font-size: 10px;
  color: #444;
}
.smux-dashlet .smux-right-footer {
  float: right;
  margin-top: -17px;
  margin-right: 10px;
}
.smux-dashlet .info .title {
  font-weight: bold;
  text-align: right;
  float: left;
  width: 70px;
}
.smux-dashlet-inner-bar {
  height: 17px;
  width: 100%;
  line-height: 17px;
  background-color: #DDD;
  color: #444;
  font: 11px;
}
.smux-dashlet .smux-badged-icon-container {
  margin: 11px 5px 8px 5px;
  width: 230px;
  height: 24px;
}
.smux-dashlet-pm .smux-badged-icon-container {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 4px;
}
.smux-badged-icon {
  height: 24px;
  width: 32px;
  position: relative;
  float: left;
  margin: 0 6px;
}
.smux-badged-icon.serious {
  background: url(../img/icons/severity.png) no-repeat 0 0;
}
.smux-badged-icon.moderate {
  background: url(../img/icons/severity.png) no-repeat 0 -24px;
}
.smux-badged-icon.minor {
  background: url(../img/icons/severity.png) no-repeat 0 -48px;
}
.smux-badged-icon.infoalert {
  background: url(../img/icons/severity.png) no-repeat 0 -72px;
}
.smux-badged-icon.vms {
  background: url(../img/icons/host-vm.png) no-repeat center left;
}
.smux-logs {
  list-style: none;
  margin-left: 5px;
}
.smux-logs li {
  margin-bottom: 15px;
}
.smux-logs li.serious {
  background: url(../img/icons/dashlet-critical.png) no-repeat 0 0;
}
.smux-logs p {
  margin-left: 20px;
  margin-right: 5px;
}
.smux-badge {
  display: block;
  position: absolute;
  top: -6px;
  right: -4px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #555;
  border: 2px solid;
  border-radius: 10px;
  background-color: #FFF;
  border-color: #CCC;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* End: Recommended Isotope styles */
.smux-tb-stretch {
  height: 32px;
  line-height: 32px;
  font-weight: bolder;
  font-size: 17px;
}
/* dashlet state icons */
.smux-dashlet-state-icon {
  height: 37px;
  width: 37px;
  margin-top: -20px;
  margin-right: -15px;
  /* right: -18px; */

  float: right;
  background: url(../img/icons/dashlet-healthy.png) no-repeat center center;
  /* default icon */

  display: inline-block;
}
.smux-dashlet-state-icon.healthy {
  /* background: url(../img/body/dashlet-healthy.png) no-repeat center center; */

  background: none;
}
.smux-dashlet-state-icon.normal {
  background: url(../img/icons/dashlet-healthy.png) no-repeat center center;
}
.smux-dashlet-state-icon.minor {
  background: url(../img/body/dashlet-minor.png) no-repeat center center;
}
.smux-dashlet-state-icon.moderate {
  background: url(../img/body/dashlet-moderate.png) no-repeat center center;
}
.smux-dashlet-state-icon.critical {
  background: url(../img/body/dashlet-critical.png) no-repeat center center;
}
.smux-dashlet-state-icon.serious {
  background: url(../img/icons/dashlet-critical.png) no-repeat center center;
}
.smux-dashlet-state-icon.info {
  background: url(../img/icons/dashlet-info.png) no-repeat center center;
}
/* dashlet state icons */
.smux-state-filter-icon {
  height: 16px;
  width: 16px;
  background: url(../img/body/dashlet-critical.png.png) no-repeat center center;
  /* default icon */

  display: inline-block;
}
.smux-state-filter-icon.healthy {
  background: url(../img/body/dashlet-healthy.png) no-repeat center center;
}
.smux-state-filter-icon.normal {
  background: url(../img/icons/dashlet-healthy.png) no-repeat center center;
}
.smux-state-filter-icon.minor {
  background: url(../img/icons/severity-tiny.png) no-repeat 0 -32px;
}
.smux-state-filter-icon.moderate {
  background: url(../img/icons/severity-tiny.png) no-repeat 0 -16px;
}
.smux-state-filter-icon.critical {
  background: url(../img/icons/severity-tiny.png) no-repeat 0 0;
}
.smux-state-filter-icon.serious {
  background: url(../img/icons/severity-tiny.png) no-repeat 0 0;
}
.smux-state-filter-icon.info {
  background: url(../img/icons/severity-tiny.png) no-repeat 0 -48px;
}
.smux-sort-icon {
  height: 24px;
  width: 24px;
  margin-bottom: -5px;
  display: inline-block;
}
.smux-sort-icon.name-asc {
  background: url(../img/icons/sort09.png) no-repeat center center;
}
.smux-sort-icon.name-desc {
  background: url(../img/icons/sort90.png) no-repeat center center;
}
.smux-sort-icon.severity {
  background: url(../img/icons/sorts-severity.png) no-repeat center center;
}
[class^="smux-tb-icon-"],
[class*=" smux-tb-icon-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url(../img/icons/tb-icons-sprite.png);
  background-position: 16px 16px;
  background-repeat: no-repeat;
}
.smux-tb-icon-healthy {
  background-position: 0 0;
}
.smux-tb-icon-minor {
  background-position: 0 -48px;
}
.smux-tb-icon-moderate {
  background-position: 0 -32px;
}
.smux-tb-icon-info {
  background-position: 0 -64px;
}
.smux-tb-icon-critical {
  background-position: 0 -16px;
}
.smux-alert-line {
  line-height: 30px;
}
.smux-login {
  padding-top: 100px;
}
.smux-login-box {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  padding: 30px;
  top: 100px;
  background-color: #2f2d24;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 1px 1px 5px #bababa;
  -webkit-box-shadow: 1px 1px 5px #bababa;
  box-shadow: 1px 1px 5px #bababa;
}
.smux-login-box.smux-wide {
  width: 440px;
}
.smux-login-form-wrapper {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.smux-login-form-wrapper label span {
  color: #FFF;
  font-size: inherit;
}
.smux-login-form-wrapper p span {
  color: #FFF;
  font-size: inherit;
}
.smux-login-form-wrapper p {
  margin: 0 0 20px;
}
.smux-login-divider {
  height: 14px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 22px;
  clear: both;
}
div.smux-login-forgotpassword {
  text-align: right;
  margin-top: -7px;
}
.smux-min-btn-width {
  min-width: 100px;
}
.smux-light-text {
  color: #FFF;
}
.smux-masthead-section {
  margin: 11px 12px 0 0;
  height: 33px;
  float: right;
  color: #FFF;
  line-height: 13px;
  font-size: 12px;
}
.smux-user-role {
  margin: 13px 12px 0 0;
}
.smux-masthead-section span.smux-label {
  color: #959494;
  font-weight: bolder;
  text-align: right;
}
a.smux-masthead-section {
  line-height: 33px;
  font-size: 14px;
}
a.smux-masthead-section:hover {
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}
.smux-masthead-divider {
  width: 4px;
  background: transparent url(../img/body/masthead-divider.png) no-repeat center center;
}
/* .smux-masthead-center {
      width: 100%;
      float: right;
      height: 33px;
      margin-top: 11px;
      border: 1px solid #00FF00;

  } */
.smux-masthead-center {
  min-width: 100px;
  height: 33px;
  margin-top: 11px;
  margin-left: 110px;
  margin-right: 340px;
}
.smux-masthead-alerts {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  line-height: 33px;
  font-size: 33px;
}
.smux-atlas {
  height: 16px;
  width: 36px;
  background: url(../img/body/atlas.png) no-repeat center center;
  display: inline-block;
  margin: 9px 9px 0 0;
}
.smux-locale-globe-icon {
  height: 16px;
  width: 16px;
  background: url(../img/body/globe-icon.png) no-repeat center center;
}
.smux-locale-lang {
  font-size: 12px;
  margin-left: 5px;
}
.smux-locale-selection {
  background: transparent;
  cursor: pointer;
  margin-top: -1px;
  margin-bottom: 0px;
  height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smux-clear {
  clear: both;
}
.smux-right {
  float: right;
}
.smux-left {
  float: left;
}
/* .smux-left li {
      line-height:16px;
  } */
.smux-locale-selection-btn {
  width: 250px;
}
.smux-locale-selection-btn-wrapper {
  padding: 5px;
  display: flex;
  justify-content: center;
}
.smux-locale-selection-group {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.smux-modal-bg {
  background-color: #F0F0F0;
}
.smux-l10n {
  font: inherit;
  color: inherit;
}
.smux-login-form-wrapper button {
  font-size: 14px;
}
.smux-dashlet-header {
  height: 37px;
  background-color: transparent;
  /* border-bottom: 1px solid #BBB; */

  /* -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;

   -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px; */

  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.smux-dashlet-for-details .smux-dashlet-header {
  height: 37px;
  background-color: transparent;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.smux-dashlet-header.smux-dashlet-avance {
  background: #24a5d9 url(../img/body/avance-dasshlet-logo.png) no-repeat center left;
}
/* .smux-dashlet-header.smux-dashlet-everrun {
      background: #43AC47 url(../img/body/icon_protect.png) no-repeat center left;
  } */
.smux-dashlet-header.smux-dashlet-everrun {
  background: #ccea89 url(../img/body/logo_eAC_protected2.png) no-repeat center left;
}
.smux-dashlet-header.smux-dashlet-openstack {
  background: #ffffff url(../img/body/logo_openstack.png) no-repeat center left;
}
.smux-dashlet-header.smux-dashlet-kvm {
  background: #ffffff url(../img/kvm/kvm_logo_small.png) no-repeat center left;
}
.smux-dashlet-header .smux-name,
.smux-dashlet-pm .smux-name {
  font-size: medium;
  font-weight: bold;
  line-height: 37px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  hite-space: nowrap;
}
.smux-dashlet-header.smux-dashlet-avance .smux-name {
  color: #FFF;
  padding-left: 75px;
}
.smux-dashlet-pm ul {
  width: 225px;
}
/* .smux-dashlet-header.smux-dashlet-everrun .smux-name {
      color: #FFF;
      margin-left: 50px;
  } */
.smux-dashlet-header.smux-dashlet-everrun .smux-name {
  color: #231F20;
  padding-left: 86px;
}
.smux-dashlet-header.smux-dashlet-openstack .smux-name {
  color: #686868;
  padding-left: 97px;
}
.smux-dashlet-header.smux-dashlet-kvm .smux-name {
  color: #686868;
  padding-left: 108px;
}
.smux-masthead-critical {
  width: 32px;
  height: 32px;
  background: url(../img/icons/dashlet-critical.png) no-repeat center center;
  margin-left: 10px;
  display: inline-block;
}
.smux-masthead-moderate {
  width: 32px;
  height: 32px;
  background: url(../img/icons/dashlet-moderate.png) no-repeat center center;
  margin-left: 10px;
  display: inline-block;
}
.smux-masthead-minor {
  width: 32px;
  height: 32px;
  background: url(../img/icons/dashlet-minor.png) no-repeat center center;
  margin-left: 10px;
  display: inline-block;
}
.smux-badge-masthead {
  background-color: #343435;
}
.smux-navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#smux-vms-view {
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  /* background: url(../img/body/bgtile.png) repeat top left; */

  background-color: transparent;
}
.smux-details-page {
  border: 1px solid #BBB;
  top: 100px;
  margin: 20px 20px 20px 20px;
  padding: 15px;
  background-color: #FEFEFE;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  width: 1000px;
}
.smux-avance-details-header {
  height: 37px;
  background-color: transparent;
  border-bottom: 1px solid #BBB;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.smux-avance-details-header {
  background: #24a5d9 url(../img/body/avance-dasshlet-logo.png) no-repeat center left;
}
.smux-avance-details-header .smux-name {
  font-size: medium;
  font-weight: bold;
  line-height: 37px;
  display: inline-block;
  color: #FFF;
}
.smux-masthead-spacer {
  height: 120px;
}
.smux-masthead-spacer-avance-details {
  height: 80px;
}
.smux-page-padding {
  padding: 0 20px 20px;
}
#smux-unit-details-wrapper {
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 50px 50px 50px;
  border: 4px solid #CCC;
  background-color: #F5F5F5;
}
.smux-avance-details-header {
  height: 90px;
  width: 100%;
  background: #ffffff url(../img/avance/masthead-slice.png) repeat-x top left;
}
.smux-logout-icon {
  height: 33px;
  width: 36px;
  background: transparent url(../img/body/logout.png) no-repeat center;
  cursor: pointer;
}
.smux-home-icon {
  height: 54px;
  width: 40px;
  background: transparent url(../img/body/home.png) no-repeat center;
  cursor: pointer;
}
.smux-settings-icon {
  height: 54px;
  width: 20px;
  background: transparent url(../img/icons/gear.png) no-repeat center center;
  cursor: pointer;
}
.smux-help-icon {
  height: 54px;
  width: 60px;
  background: transparent url(../img/icons/help.png) no-repeat center center;
  cursor: pointer;
}
.smux-masthead-nav {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  padding: 0 10px 0 10px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.smux-masthead-nav.selected {
  font-weight: bold;
  background: transparent url(../img/body/navnip.png) no-repeat center bottom;
  color: #ff7b5e;
}
#smux-avance-details-masthead {
  height: 90px;
  position: fixed;
  top: 104px;
  z-index: 101;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
  box-shadow: 0px 3px 6px rgba(136, 136, 136, 0.75);
}
.smux-masthead-avance,
.smux-masthead-everrun,
.smux-masthead-openstack,
.smux-masthead-kvm {
  height: 100%;
  width: 100%;
}
.smux-masthead-avance {
  background: url(../img/avance/masthead-slice.png) repeat-x top left;
}
.smux-masthead-everrun,
.smux-masthead-openstack,
.smux-masthead-kvm {
  background-color: white;
}
#smux-avance-details-wrapper {
  margin: 0 15px 15px 15px;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}
#smux-avance-details-subsection-container {
  /*margin: 15px 15px 15px 15px;*/

  /*border: 1px solid red;*/

  background-color: transparent;
}
.smux-masthead-avance #smux-avance-details-logo {
  width: 137px;
  height: 90px;
  float: left;
  background: transparent url(../img/avance/logo.png) no-repeat center;
}
.smux-masthead-everrun #smux-avance-details-logo {
  width: 251px;
  height: 90px;
  float: left;
  background: transparent url(../img/everrun/everrun_logo_new.jpg) no-repeat center;
}
.smux-masthead-openstack #smux-avance-details-logo {
  width: 105px;
  height: 90px;
  float: left;
  background: transparent url(../img/openstack/openstack_logo.png) no-repeat center;
}
.smux-masthead-kvm #smux-avance-details-logo {
  width: 290px;
  height: 90px;
  float: left;
  background: transparent url(../img/kvm/kvm_logo.png) no-repeat center;
}
#smux-avance-details-masthead-summary {
  float: left;
  color: #2E2E2E;
  font: 10px;
  line-height: 13px;
  margin-left: 40px;
  margin-top: 20px;
}
#smux-avance-details-masthead-summary .name {
  font: 11px;
  font-weight: bolder;
}
#smux-avance-details-all-events-container {
  height: 295px;
  overflow-x: hidden;
  overflow-y: auto;
  /*border-top: 1px solid #dfdfdf;*/

  /*border-bottom: 1px solid #dfdfdf;*/

  width: 430px;
  margin: 10px;
}
#smux-avance-details-vms-container,
#smux-avance-details-pms-container {
  height: 336px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 430px;
  margin: 0 10px 10px 10px;
  padding-top: 10px;
}
#smux-avance-details-vms-container .smux-dashlet {
  margin-bottom: 15px;
}
#smux-smtp-form-wrapper {
  margin: 115px 0 0 50px;
}
#smux-smtp-alert-wrapper,
#smux-smtp-success-wrapper {
  max-width: 225px;
}
#smux-smtp-success-wrapper {
  margin-top: 20px;
}
.smux-setting-loading {
  position: absolute;
  z-index: 95;
  background: #f5f5f5 url(../img/body/gray-app-loading.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.smux-event-filters {
  display: block;
  margin: 5px 12px;
}
.smux-units {
  color: #585858;
  font-size: 9px;
  font-weight: bold;
}
.smux-text-divider {
  margin: 0 6px 0 6px;
  color: #000;
}
/* Resource Bars */
.smux-resourcebar-container {
  position: relative;
  background: url(../img/resourcebar/bar-container.png) no-repeat 0 0 transparent;
  padding: 45px 0 0 42px;
  width: 380px;
  height: 55px;
  margin-left: 10px;
}
.smux-resourcebar-innerwidth {
  width: 328px;
  display: inline-block;
}
.smux-resourcebar-0 {
  background-image: url(../img/resourcebar/blue-tile.png);
}
.smux-resourcebar-1 {
  background-image: url(../img/resourcebar/aqua-tile.png);
}
.smux-resourcebar-2 {
  background-image: url(../img/resourcebar/burg-tile.png);
}
.smux-resourcebar-3 {
  background-image: url(../img/resourcebar/olive-tile.png);
}
.smux-resourcebar-free {
  background-image: url(../img/resourcebar/free-tile.png);
}
.smux-resourcebar-unknown {
  background-image: none;
}
.smux-resourcebar-0,
.smux-resourcebar-1,
.smux-resourcebar-2,
.smux-resourcebar-3,
.smux-resourcebar-free,
.smux-resourcebar-cap-0,
.smux-resourcebar-cap-1,
.smux-resourcebar-cap-2,
.smux-resourcebar-cap-3,
.smux-resourcebar-cap-free {
  height: 17px;
  display: inline-block;
}
.smux-resourcebar-cap-0,
.smux-resourcebar-cap-1,
.smux-resourcebar-cap-2,
.smux-resourcebar-cap-3,
.smux-resourcebar-cap-free {
  width: 6px;
}
.smux-resourcebar-cap-0 {
  background-image: url(../img/resourcebar/blue-right-cap.png);
}
.smux-resourcebar-cap-1 {
  background-image: url(../img/resourcebar/aqua-right-cap.png);
}
.smux-resourcebar-cap-2 {
  background-image: url(../img/resourcebar/burg-right-cap.png);
}
.smux-resourcebar-cap-3 {
  background-image: url(../img/resourcebar/olive-right-cap.png);
}
.smux-resourcebar-cap-free {
  background-image: url(../img/resourcebar/free-right-cap.png);
}
.smux-resourcebar-cap-0.smux-left-cap {
  background-image: url(../img/resourcebar/blue-left-cap.png);
}
.smux-resourcebar-cap-1.smux-left-cap {
  background-image: url(../img/resourcebar/aqua-left-cap.png);
}
.smux-resourcebar-cap-2.smux-left-cap {
  background-image: url(../img/resourcebar/burg-left-cap.png);
}
.smux-resourcebar-cap-3.smux-left-cap {
  background-image: url(../img/resourcebar/olive-left-cap.png);
}
.smux-resourcebar-cap-free.smux-left-cap {
  background-image: url(../img/resourcebar/free-left-cap.png);
}
.smux-resourcebar-cap-unknown {
  background-image: none;
}
.smux-resourcebar-legend-container {
  position: absolute;
  left: 42px;
  top: 72px;
  height: 19px;
}
.smux-resourcebar-legend-0,
.smux-resourcebar-legend-1,
.smux-resourcebar-legend-2,
.smux-resourcebar-legend-3,
.smux-resourcebar-legend-free,
.smux-resourcebar-legend-unknown {
  padding: 0 10px 0 18px;
  float: left;
  background-image: url(../img/resourcebar/legend.png);
  background-repeat: no-repeat;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.smux-resourcebar-legend-0 {
  background-position: 0 -14px;
}
.smux-resourcebar-legend-1 {
  background-position: 0 -28px;
}
.smux-resourcebar-legend-2 {
  background-position: 0 -56px;
}
.smux-resourcebar-legend-3 {
  background-position: 0 -70px;
}
.smux-resourcebar-legend-free {
  background-position: 0 -42px;
}
.smux-resourcebar-legend-unknown {
  background-position: 0 0;
}
.smux-resourcebar-total-text {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  margin-left: 15px;
}
.smux-resourcebar-label {
  position: absolute;
  top: 15px;
  left: 30px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #666;
}
.smux-details-section {
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #c6c5c4;
  width: 450px;
  height: 400px;
}
.smux-lost {
  background-color: #fdfdfd;
  border-color: #c64a48;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.smux-lost-label-container {
  position: absolute;
  top: -13px;
  right: -1px;
}
.smux-avance-details-section-header {
  font-size: 16px;
  color: #444;
  margin: 15px;
  display: block;
}
.smux-details-section-container {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  /*border: 1px solid #CCC;*/

  width: 450px;
  padding: 15px;
}
.smux-form-note {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.smux-pushvm-right {
  margin-left: 50px;
  margin-top: 5px;
  position: relative;
  /* needed for DR shadow copy to position properly on the platform details vm list */

}
.smux-pref-page-wrapper {
  margin-left: 50px;
}
.smux-wizard-page-wrapper {
  margin-left: 50px;
}
.smux-button-group {
  margin-top: 12px;
}
span.smux-btn-spacer {
  width: 8px;
  display: inline-block;
}
.smux-form-inset {
  margin-left: 15px;
}
.control-group {
  margin-bottom: 7px;
}
.control-group div.controls {
  height: 34px;
}
.control-group label {
  line-height: 15px;
}
.control-group span.req-field {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
}
.control-group.error span.req-field {
  display: none;
}
.control-group span.help-inline {
  display: none;
}
.control-group.error span.help-inline {
  display: inline-block;
}
.control-group.error .add-on ~ .help-inline {
  display: inline-block;
  line-height: 20px;
  padding-top: 5px;
}
.control-group.error input {
  background-color: #F2DEDE;
}
.smux-form-wrapper {
  width: 380px;
  padding: 15px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.smux-login-form-wrapper.smux-form-wrapper {
  padding: 0;
  background: none;
  border: none;
}
.smux-form-wrapper legend {
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.smux-login-form-wrapper.smux-form-wrapper legend {
  color: #fff;
}
.smux-login-form-wrapper.smux-form-wrapper .icon-star {
  background-image: url("../img/glyphicons-halflings-white.png");
}
/* bootstrap-combobox.css */
.combobox-container {
  margin-bottom: 5px;
  *zoom: 1;
}
.combobox-container:before,
.combobox-container:after {
  display: table;
  content: "";
}
.combobox-container:after {
  clear: both;
}
.combobox-container input,
.combobox-container .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.combobox-container input:focus,
.combobox-container .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.combobox-container .uneditable-input {
  border-left-color: #ccc;
}
.combobox-container .add-on {
  float: left;
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: inherit !important;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  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;
}
.combobox-container .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.combobox-container input,
.combobox-container .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.combobox-container .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.combobox-container .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;
}
.combobox-container input:first-child {
  *margin-left: -160px;
}
.combobox-container input:first-child + .add-on {
  *margin-left: -21px;
}
.combobox-container select {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  *text-indent: 0;
}
.form-search .combobox-container,
.form-inline .combobox-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.form-search .combobox-container .add-on,
.form-inline .combobox-container .add-on {
  vertical-align: middle;
}
.combobox-selected .combobox-clear {
  display: inline-block;
}
.combobox-selected .caret {
  display: none;
}
.combobox-clear {
  display: none;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown:hover .combobox-clear,
.open.dropdown .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn .combobox-clear {
  margin-top: 1px;
  margin-left: 1px;
}
.btn:hover .combobox-clear,
.open.btn-group .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}
.btn .combobox-clear [class^="icon-"] {
  line-height: 1.4em;
}
.combobox-container input[type=text] {
  width: 182px;
}
/* added by Will */
.typeahead.typeahead-long.dropdown-menu * {
  font-size: 14px;
}
.combobox-container {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.smux-form-block {
  margin-top: 20px;
}
.smux-summary-page * {
  font-size: 14px;
}
.smux-summary-page .section-header {
  margin-top: 10px;
}
.smux-summary-page .section-header * {
  font-weight: bolder;
}
.smux-summary-page .italic *,
.smux-summary-page .italic {
  font-style: italic;
}
.smux-search-container {
  float: right;
  position: relative;
  margin-right: 30px;
}
.smux-search {
  margin-top: 1px;
  padding: 4px 30px 4px;
}
.smux-search-container .icon-search {
  position: absolute;
  top: 9px;
  left: 10px;
}
.smux-search-container .icon-remove {
  position: absolute;
  top: 9px;
  right: 10px;
  opacity: 0.5;
  border-radius: 4px;
}
.smux-search-container .icon-remove:hover {
  opacity: 1.0;
  background-color: #000;
  background-image: url("../img/glyphicons-halflings-white.png");
}
.smux-search-container .icon-remove:active {
  opacity: 1.0;
  background-color: #ccc;
  background-image: url("../img/glyphicons-halflings.png");
}
.smux-center-dashlet {
  margin-left: auto;
  margin-right: auto;
  width: 306px;
}
.smux-accord-wrapper {
  margin: 0 10px 0 10px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.smux-tab-content-wrapper {
  margin: 0 10px 0 10px;
}
.smux-details-wrapper {
  margin: 0 0 15px 15px;
}
.smux-details-tabs-wrapper {
  margin: 0 8px 15px 8px;
}
.smux-vm-details-section-header {
  font-size: 16px;
  color: #444;
  margin: 8px 15px 5px 8px;
  height: 31px;
  line-height: 31px;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-image: url(../img/icons/dashlet-host-unknown-horz.png);
}
.smux-vm-details-section-header.dr {
  background-image: url(../img/icons/dashlet-dr-guest.png);
}
.smux-vm-details-section-header.linux {
  padding-left: 70px;
  background-image: url(../img/icons/dashlet-host-lxvm-horz.png);
}
.smux-vm-details-section-header.win {
  padding-left: 70px;
  background-image: url(../img/icons/dashlet-host-winvm-horz.png);
}
.smux-dashlet-for-details {
  height: 37px;
  cursor: pointer;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-left-color: #c6c5c4;
  border-top-color: #c6c5c4;
  border-right-color: #b5b4b3;
  border-bottom-color: #b5b4b3;
  -moz-box-shadow: 1px 1px 6px #bababa;
  -webkit-box-shadow: 1px 1px 6px #bababa;
  box-shadow: 1px 1px 6px #bababa;
  margin: 10px 15px 10px 15px;
}
.nav.nav-tabs.smux-tabs {
  margin-bottom: 8px;
}
.smux-align-left {
  text-align: left !important;
}
.smux-align-right {
  text-align: right !important;
}
.smux-align-center {
  text-align: center !important;
}
a span {
  color: inherit;
}
.smux-clickable {
  cursor: pointer;
}
.smux-dr-details-header {
  position: relative;
  top: 120px;
  height: 50px;
  width: 450px;
  margin: 0 15px 15px 15px;
  background-color: #ffffff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-left-color: #c6c5c4;
  border-top-color: #c6c5c4;
  border-right-color: #b5b4b3;
  border-bottom-color: #b5b4b3;
}
.smux-dr-details-header .content {
  margin: 15px;
  height: 100%;
  width: 100%;
  font-size: 13px;
}
/* Search CSS */
.search-bar {
  margin-right: 20px;
  position: relative;
  width: 306px;
}
.search-bar input[name=search-query] {
  padding: 4px 20px 3px 30px;
  border: 1px #ABADB3 solid;
  border-radius: 0px;
  width: 256px;
}
.search-bar .icon-search {
  position: absolute;
  top: 6px;
  left: 10px;
}
.search-bar .icon-remove {
  position: absolute;
  top: 6px;
  right: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.search-bar .icon-remove:hover {
  opacity: 0.8;
}
.search-filter-index {
  margin-left: 20px;
}
.search-filter-index button {
  margin: 0px 10px 0px 0px;
}
.smux-search-message {
  margin-top: 180px;
  position: relative;
  width: 100%;
}
.smux-search-message p {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  text-align: center;
}
.smux-search-more-button {
  display: block;
  margin: 140px 0px 50px -153px;
  padding: 3px 0px;
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 3px;
  border: 1px #C6C5C4 solid;
  box-shadow: 1px 1px 6px #bababa;
  width: 306px;
  cursor: pointer;
}
.smux-search-more-button:hover {
  color: #222;
  text-decoration: none;
}
.smux-search-more-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
}
.searchme {
  margin-top: 140px;
  margin-left: -175px;
  position: absolute;
  left: 50%;
  background: url('../img/searchme.jpg');
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 300px;
  height: 350px;
}
.stc-new-object-target {
  border-style: dashed;
  border-color: #CCC;
  border-width: 2px;
  padding: 6px;
  text-align: center;
  margin-top: 5px;
  border-radius: 10px;
}
.stc-form-dynamic-subregion {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 7px 7px 0 15px;
  margin: 5px 0 5px 0;
}
.stc-wizard-body {
  height: 400px;
  overflow-y: auto;
}
.stc-label {
  font-weight: bold;
}
.stc-checkbox-column {
  width: 20px;
}
.stc-wizard-page-title {
  font-size: 14px;
}
.modal-header h3 {
  font-size: 17px;
  line-height: 22px;
}
.modal-header h4 {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 0px;
}
.stc-page-numbers {
  line-height: 17px;
  height: 17px;
}
.stc-desc-textArea {
  width: 300px;
}
.stc-xwide-input {
  width: 400px;
}
.stc-wizard-progress-step {
  font-size: 18px;
  line-height: 32px;
  padding-left: 44px;
  background-position: left center;
  background-repeat: no-repeat;
}
.stc-wizard-progress-step.working {
  background-image: url('../images/app/loader.gif');
}
.stc-wizard-progress-step.complete {
  background-image: url('../images/app/tick.png');
}
.stc-edit-ctrl-desc {
  margin-top: -6px;
  padding-left: 6px;
}
.input-append ~ .stc-edit-ctrl-desc {
  margin-top: -15px;
}
.stc-inline-form-spacer {
  width: 12px;
}
.stc-wide-table-cell {
  width: 80%;
}
.stc-wide-table-cell-7 {
  width: 70%;
}

.brand-color {
  background-color: #1D5C9F;
  color: #fafafa;
}
.brand-logo {
  background-image: url(../images/header/logo.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 175px;
  height: 90px;
}


* {
    font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
    font-size: 11px;
}

a {
    outline: none;
    text-decoration:none;
}

.brand-color {
    background-color: #242b2e;
    color: #fafafa;
    border-bottom:2px solid #ffcd30 !important;
}

.brand-logo {
    background-image: url(../images/header/logo.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 150px;
}

.external {
    background:url(../images/app/ext-lnk.gif) no-repeat right;
    padding-right:15px;
    color:#09F;
}

.internal {
    background:url(../images/app/ui-lnk.gif) no-repeat right;
    padding-right:15px;

}

.self {
    background:url(../images/app/self-lnk.gif) no-repeat right;
    padding-right:15px;

}

/* Titles */
.viewTitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight:bold;
    height: 41px;
    line-height: 41px;
    text-indent: 38px;
    margin-left: 14px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
}
.viewOSSupTitle{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    text-indent: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    text-transform: uppercase;
}

.unitTitle {
    background-image: url(../images/title/web.png);
}

.dashboardTitle {
    background-image: url(../images/title/sinfo.png);
}

.tasksTitle {
    background-image: url(../images/title/editscript.png);
}

.preferencesTitle {
    background-image: url(../images/title/prefs.png);
}

.alertsTitle {
    background-image: url(../images/title/bell-32.png);
}

.auditsTitle {
    background-image: url(../images/title/notep.png);
}

.vmTitle {
    background-image: url(../images/title/smicn.png);
}
.win11Supported{
    background-image: url(../images/dashboard/support.png);
}
.win11Unsupported{
    background-image: url(../images/dashboard/unsupport.png);
}

.volumesTitle {
    background-image: url(../images/title/exportdata.png);
}

.storageTitle {
    background-image: url(../images/title/database.png);
}

.networkTitle {
    background-image: url(../images/title/ntwrk.png);
}

.pmTitle {
    background-image: url(../images/title/pm.png);
}

.kitsTitle {
    background-image: url(../images/title/open.png);
}

.vcdTitle {
    background-image: url(../images/title/cd.png);
}

.repositoriesTitle {
    background-image: url(../images/title/database.png);
}

.helpTitle {
    background-image: url(../images/title/help.png);
}

.usersTitle {
    background-image: url(../images/title/users-title.png);
}

.installHomeTitle {
    background-image: url(../images/title/home.png);
}

.verifySystemTitle {
    background-image: url(../images/title/smicn.png);
}

.verifySystemTitle-success {
    background-image: url(../images/title/opts.png);
}

.ipConfigPageTitle {
    background-image: url(../images/title/ntwrk.png);
}

.dateTimePageTitle {
    background-image: url(../images/title/hist.png);
}

.ealertConfigPageTitle {
    background-image: url(../images/title/mail.png);
}

.snmpConfigPageTitle {
    background-image: url(../images/title/exp.png);
}

.remoteSupportConfigPageTitle {
    background-image: url(../images/title/phone.png);
}

.proxyConfigPageTitle {
    background-image: url(../images/title/web.png);
}

.ramDiskConfigPageTitle {
    background-image: url(../images/title/memory.png);
}

.progressPageTitle {
    background-image: url(../images/title/impt.png);
}

.eulaTitle {
    background-image: url(../images/title/editscript.png);
}

.licensePageTitle{
    background-image: url(../images/title/license.png);
}

.accountPageTitle{
    background-image: url(../images/title/lock.png);
}

.secondNodeTitle{
    background-image: url(../images/title/lgicn.png);
}

.snapshotsTitle {
    background-image: url(../images/title/snapshotsTitle.png);
}

.supportsTitle {
    background-image: url(../images/title/editscript.png);
}

/* Header */
.header {
    background-image: url(../images/header/mashead-slice.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

#header{
    height:90px !important;
}

.commandsContainer {
    background-color: transparent;
}

.commandsPanel {
    background-color: transparent;
}

.transparent {
    background-color: transparent;
}


/* Status Bar */
.version {
    font-size: 9px;
    color: #c0c0c0;
}

/* General */
.whitepanel {
    background-color: #FFFFFF;
}

.tansbody {
    background-color: transparent;
}

.subviewBackground {
    background-color: #F0F0F0;
}

.subviewHeader {
    background-color: #CCCCCC;
}

.viewHeaderTile {
    background-image: url(../images/body/view-header-sprite.png);
    background-repeat: repeat-x;
    background-position: 0px -112px;
    background-color: transparent;
}

.center-body-background {
    background-image: url(../images/body/body-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #ffffff;
}


/* Command Icons */

button.x-btn-text{
    min-width: 50;
}

/* command button */

button.test-icon {
    background-image: url(../images/command/vm_export.png);
}

button.network-fix-icon {
    background-image: url(../images/command/hammer-screwdriver.png);
}

button.network-tab-icon {
    background-image: url(../images/tab/ntwrk.png);
}

button.delete-icon {
    background-image: url(../images/command/delete.png);
}

button.vm-visual-console-cmd-icon {
    background-image: url(../images/command/vm_console_vnc.png);
}

button.vm-move-cmd-icon {
    background-image: url(../images/command/vm_move.png);
}

button.vm-boot-cd-cmd-icon {
    background-image: url(../images/command/vm_boot_cd.png);
}

button.vm-start-cmd-icon {
    background-image: url(../images/command/vm_start.png);
}

button.vm-destroy-cmd-icon {
    background-image: url(../images/command/vm_destroy.png);
}

button.vm-dump-cmd-icon {
    background-image: url(../images/command/vm_dump.png);
}

button.vm-poweroff-cmd-icon {
    background-image: url(../images/command/vm_poweroff.png);
}

button.vm-shutdown-cmd-icon {
    background-image: url(../images/command/vm_shutdown.png);
}

button.vm-reprovision-cmd-icon {
    background-image: url(../images/command/vm_reprovision.png);
}

button.vm-localvirtualmachine-clear-mtbf-cmd-icon {
    background-image: url(../images/command/vm_localvirtualmachine_clear_mtbf.png);
}

button.vm-import-cmd-icon {
    background-image: url(../images/command/vm-import.png);
}

button.vm-copy-cmd-icon {
    background-image: url(../images/command/vm-copy.png);
}

button.vm-restore-cmd-icon {
    background-image: url(../images/command/vm_restore_small.png);
}

button.vm-export-cmd-icon {
    background-image: url(../images/command/vm_export.png);
}

button.vm-snapshot-cmd-icon {
    background-image: url(../images/command/snapshot-create.png);
}

button.vm-create-cmd-icon {
    background-image: url(../images/command/wand--plus.png);
}

button.vm-mount-cmd-icon {
    background-image: url(../images/command/mount.png);
}
button.vm-backup-cmd-icon{
    background-image: url(../images/command/vmbackup.png);
}
button.vm-recovery-cmd-icon{
    background-image: url(../images/command/vmrecovery.png);
}

button.vm-unmount-cmd-icon {
    background-image: url(../images/command/unmount.png);
}

button.vm-live-dump-cmd-icon {
    background-image: url(../images/command/vm_live_dump.png);
}

button.pm-add-cmd-icon {
    background-image: url(../images/command/hammer-screwdriver.png);
}

button.pm-identify-cmd-icon {
    background-image: url(../images/command/pm_identify.png);
}
button.pm-migrate-cmd-icon {
    background-image: url(../images/command/pm_migrate.png);
}

button.pm-workon-cmd-icon {
    background-image: url(../images/command/pm_workon.png);
}

button.pm-finalize-cmd-icon {
    background-image: url(../images/command/pm_finalize.png);
}

button.pm-shutdown-cmd-icon {
    background-image: url(../images/command/vm_shutdown.png); /* using same image as vm */
}

button.pm-poweroff-cmd-icon {
    background-image: url(../images/command/vm_poweroff.png); /* using same image as vm */
}

button.pm-reboot-cmd-icon {
    background-image: url(../images/command/pm_reboot.png);
}

button.pm-poweron-cmd-icon {
    background-image: url(../images/command/pm_poweron.png);
}

button.pm-recover-cmd-icon {
    background-image: url(../images/command/pm_recover.png);
}

button.pm-delete-cmd-icon {
    background-image: url(../images/command/pm_delete.png);
}

button.pm-replace-cmd-icon {
    background-image: url(../images/command/pm_replace.png);
}

button.vcd-createcd-cmd-icon {
    background-image: url(../images/command/disc--plus.png);
}

button.vcd-remove-cmd-icon {
    background-image: url(../images/command/pm_delete.png);
}

.vcd-download-cmd-icon {
    background-image: url(../images/command/download.png) !important;
}

button.repo-addrepo-cmd-icon {
    background-image: url(../images/command/database--plus.png);
}

button.repo-addkickstart-cmd-icon {
    background-image: url(../images/command/script--plus.png);
}

button.repo-remove-cmd-icon {
    background-image: url(../images/command/database--minus.png);
}

button.kit-add-cmd-icon {
    background-image: url(../images/command/add-kits.png);
}

button.kit-delete-cmd-icon {
    background-image: url(../images/command/hammer-screwdriver.png);
}

button.kit-qualify-cmd-icon {
    background-image: url(../images/command/kit_qualify.png);
}

button.kit-check-for-update-cmd-icon {
    background-image: url(../images/command/check_for_update.png);
}

button.kit-create-usb-medium {
    background-image: url(../images/command/kit_usb_media.png);
}

button.volume-remove-cmd-icon {
    background-image: url(../images/command/pm_delete.png);
}

button.unit-shutdown-cmd-icon {
    background-image: url(../images/command/unit-shutdown-sm.png);
}

button.unit-reboot-cmd-icon {
    background-image: url(../images/command/unit-reboot-sm.png);
}

button.unit-upgrade-cmd-icon {
    background-image: url(../images/command/unit-upgrade-sm.png);
}

button.unit-faultInject-cmd-icon {
    background-image: url(../images/command/alpaca_small.png);
}

button.alert-purge-cmd-icon {
    background-image: url(../images/command/broom.png);
}

button.alert-remove-cmd-icon {
    background-image: url(../images/command/hammer-screwdriver.png);
}

button.user-grant-cmd-icon {
    background-image: url(../images/command/user-share.png);
}

button.user-remove-cmd-icon {
    background-image: url(../images/command/user--minus.png);
}

button.user-edit-cmd-icon {
    background-image: url(../images/command/user--pencil.png);
}

button.user-add-cmd-icon {
    background-image: url(../images/command/user--plus.png);
}

button.user-expire-pwd-icon {
    background-image: url(../images/command/expire_password.png);
}

button.network-config-cmd-icon {
    background-image: url(../images/command/config_network.png);
}

/* help link */
.help-link {
    background-image: url(../images/command/help.png);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.register-help-link {
    position: relative;
    float: right;
    margin: 54px 10px 0 0;
}

.help-link-small {
    background-image: url(../images/help/old-help-icon-small.png) !important;
}

/* Main Navigation */
.nav-container {
    background-color: #F0F0F0;
    background-image: url(../images/nav/left-nav-bg-tile.png);
    background-position: center top;
    background-repeat: repeat-y;
    -moz-user-select: none;
    -webkit-user-select: none;
    min-width: 174px;
}

.nav-section {
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    color: #464646;
    cursor: default;
}

.nav-divider {
    clear: both;
    height: 28px;
    background-image: url(../images/nav/left-nav-splitter.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-topcap {
    clear: both;
    height: 16px;
    background-image: url(../images/nav/left-nav-top.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.nav-item-background {
    background-color: transparent;
}

.selected .nav-item-background {
    background-color: #5886B7;
    color: #FFFFFF;
}

.nav-icon {
    width: 29px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../images/nav/nav-sprites.png);
}

.nav-text {
    font-family: Lucida,'Lucida Grande',Arial,Helvetica,Sans-serif;
    color: #464646;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 0 3px 3px;
    word-break: break-word;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.selected .nav-text {
    color: #FFF;
}

.nav-state-icon {
    width: 20px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.nav-state-icon-placeholder {
    width: 2px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.dashboard-nav-icon {
    background-position: 13px 0px;
}

.unit-nav-icon {
    background-position: 13px -21px;
}

.preferences-nav-icon {
    background-position: 13px -42px;
}

.alerts-nav-icon {
    background-position: 13px -63px;
}

.audits-nav-icon {
    background-position: 13px -84px;
}

.pm-nav-icon {
    background-position: 13px -105px;
}

.vm-nav-icon {
    background-position: 13px -126px;
}

.volumes-nav-icon {
    background-position: 13px -147px;
}

.storage-nav-icon {
    background-position: 13px -168px;
}

.networks-nav-icon {
    background-position: 13px -189px;
}

.kits-nav-icon {
    background-position: 13px -210px;
}

.vcd-nav-icon {
    background-position: 13px -231px;
}

.repo-unit-nav-icon {
    background-position: 13px -168px;
}

.users-nav-icon {
    background-position: 13px -252px;
}

.snapshots-nav-icon {
    background-position: 13px -273px;
}

/* prefs nav */
.preferences.nav-container {
    border-right: 1px solid #CCCCCC;
    background-image: none;
    background-color: #EDEDED;
    min-width: 185px;
}

.preferences.nav-section {
    padding-top: 5px;
}


.owner-prefsnav-icon {
    background-position: 13px 2px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.license-prefsnav-icon {
    background-position: 13px -19px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.ip-prefsnav-icon {
    background-position: 13px -40px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.datetime-prefsnav-icon {
    background-position: 13px -61px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.dom0resources-prefsnav-icon {
    background-position: 13px 3px;
    background-image: url(../images/tab/processor.png);
}

.ramDisk-prefsnav-icon {
    background-position: 13px 3px;
    background-image: url(../images/tab/memory.png);
}

.activedirectory-prefsnav-icon {
    background-position: 13px -84px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.diagnostics-prefsnav-icon {
    background-position: 13px -124px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.diagnostics-support-link {
    color: #0000FF;
    line-height: 20px;
}

.ealerts-prefsnav-icon {
    background-position: 13px -145px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.snmp-prefsnav-icon {
    background-position: 13px -166px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.opc-prefsnav-icon {
    background-position: 13px -168px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.callhome-prefsnav-icon {
    background-position: 13px -187px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.backup-prefsnav-icon {
    background-position: 13px;
    background-image: url(../images/prefsnav/pref-backup.png);
}

.restore-prefsnav-icon {
    background-position: 13px;
    background-image: url(../images/prefsnav/pref-restore.png);
}

.pref-availability-icon {
    background-position: 13px;
    background-image: url(../images/prefsnav/pref-availability.png);
}

.software-update-prefsnav-icon {
    background-position: 13px;
    background-image: url(../images/prefsnav/software-update.png);
}

.centralized-monitor-prefsnav-icon {
    background-position: 13px;
    background-image: url(../images/prefsnav/centralized-monitor.png);
}

.backup-mycomp-icon {
    background-image: url(../images/prefsnav/backup-local.png);
}

.backup-cloud-icon {
    background-image: url(../images/prefsnav/backup-cloud.png);
}

.restore-mycomp-icon {
    background-image: url(../images/prefsnav/restore-local.png);
}

.restore-cloud-icon {
    background-image: url(../images/prefsnav/restore-cloud.png);
}

.cloud-ztc-folder {
    background-image: url(../images/default/tree/folder.gif);
}

.proxy-prefsnav-icon {
    background-position: 13px -208px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.imex-prefsnav-icon {
    background-position: 13px -231px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.migration-policy-prefsnav-icon {
    background-position: 13px -254px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.secure-connection-config-prefsnav-icon {
    background-position: 13px -276px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.snapshots-config-prefsnav-icon {
    background-position: 13px -273px;
    background-image: url(../images/nav/nav-sprites.png);
}

.iptables-security-prefsnav-icon {
    background-position: 13px -19px;
    background-image: url(../images/prefsnav/prefsnav-sprites.png);
}

.activeActive-prefsnav-icon {
    background-position: 13px 3px;
    background-image: url(../images/tab/balance.png);
}

.help-prefsnav-icon {
    background-position: 13px 3px;
    background-image: url(../images/prefsnav/help.png);
}

/* prefs form */

.form-prefs {
    padding:5px 5px 0 5px;
}

.form-state-msg-prefs {
    padding: 0 10px 0 10px;
}

.form-prefs-migration-policy {
    padding: 15px;
}

.form-prefs-secure-connection {
    padding: 15px;
}

.form-prefs-snapshots-config {
    padding: 15px;
}

/* tabs */
.summary-tab-icon {
    background-image: url(../images/tab/about.png);
}

.desc-tab-icon {
    background-image: url(../images/tab/document--pencil.png);
}

.statistics-tab-icon {
    background-image: url(../images/tab/chart.png);
}

.vm-tab-icon {
    background-image: url(../images/tab/smicn.png);
}

.usb-tab-icon {
    background-image: url(../images/tab/usb.png);
}

.hd-tab-icon {
    background-image: url(../images/tab/hd.png);
}

.monitor-tab-icon {
    background-image: url(../images/tab/monitor.png);
}

.network-tab-icon {
    background-image: url(../images/tab/ntwrk.png);
}

.sensors-tab-icon {
    background-image: url(../images/tab/apps.png);
}

.details-tab-icon {
    background-image: url(../images/tab/sinfo.png);
}

.firmare-tab-icon {
    background-image: url(../images/tab/tools.png);
}

.cpus-tab-icon {
    background-image: url(../images/tab/processor.png);
}

.memory-tab-icon {
    background-image: url(../images/tab/memory.png);
}

.volumes-tab-icon {
    background-image: url(../images/tab/exportdata.png);
}

.cddrive-tab-icon {
    background-image: url(../images/tab/cd.png);
}

.cddrive-usbdevice-tab-icon {
    background-image: url(../images/tab/cd_usb.png);
}

.bootorder-tab-icon {
    background-image: url(../images/tab/up.png);
}

.preferrednode-tab-icon {
    background-image: url(../images/tab/balance.png);
}

.import-tab-icon {
    background-image: url(../images/tab/impt.png);
}

.snapshot-tab-icon {
    background-image: url(../images/tab/ss-icon.png);
}

.support-tab-icon {
    background-image: url(../images/command/hammer-screwdriver.png);
}

.snapshot-volumes-tab-icon {
    background-image: url(../images/tab/snapshot-volume.png);
}

.container-tab-icon {
    background-image: url(../images/tab/jar.png);
}
.protection-tab-icon{
    background-image: url(../images/tab/protection.png);
}


/* class icons */
.vm-class-icon {
    background-image: url(../images/nav/smicn.png);
}

.pm-class-icon {
    background-image: url(../images/nav/server.png);
}

.alerts-class-icon {
    background-image: url(../images/nav/bell.png);
}

.unit-class-icon {
    background-image: url(../images/nav/web.png);
}

.storage-class-icon {
    background-image: url(../images/nav/database.png);
}

.networks-class-icon {
    background-image: url(../images/nav/ntwrk.png);
}

.vcd-class-icon {
    background-image: url(../images/nav/cd.png);
}


/* states */

.state-icon {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

.download-state-icon {
    background-image: url(../images/state/down.png);
}

.ok-state-icon {
    background-image: url(../images/state/opts.png);
}

.normal-state-icon {
    background-image: url(../images/state/opts.png);
}

.busy-state-icon {
    background-image: url(../images/state/syncing.gif);
}

.syncing-state-icon {
    background-image: url(../images/state/syncing.gif);
}

.broken-state-icon {
    background-image: url(../images/state/del.png);
}

.failed-state-icon {
    background-image: url(../images/state/del.png);
}

.serious-alert-state-icon {
    background-image: url(../images/state/serious_alert.png);
}

.blacklisted-state-icon {
    background-image: url(../images/state/del.png);
}

.warning-state-icon {
    background-image: url(../images/state/warning.png);
}

.minor-state-icon {
    background-image: url(../images/state/warning.png);
}

.inconsistent-state-icon {
    background-image: url(../images/state/warning.png);
}

.maintenance-state-icon {
    background-image: url(../images/state/tools.png);
}

.na-state-icon {
    background-image: url(../images/state/disconnect.png);
}

.foreign-state-icon {
    background-image: url(../images/state/disconnect.png);
}

.notpresent-state-icon {
    background-image: url(../images/state/disconnect.png);
}

.info-state-icon {
    background-image: url(../images/state/about.png);
}

.moderate-state-icon {
    background-image: url(../images/state/moderate.png);
}

.severe-state-icon {
    background-image: url(../images/state/del.png);
}

.led-off-state-icon {
    background-image: url(../images/state/led.off.png);
}

.led-gray-state-icon {
    background-image: url(../images/state/led.gray.png);
}

.led-blue-state-icon {
    background-image: url(../images/state/led.blue.png);
}

.led-green-state-icon {
    background-image: url(../images/state/led.green.png);
}

.led-yellow-state-icon {
    background-image: url(../images/state/led.yellow.png);
}

.led-amber-state-icon {
    background-image: url(../images/state/led.amber.png);
}

.led-red-state-icon {
    background-image: url(../images/state/led.red.png);
}

.domain-user-state-icon {
    background-image: url(../images/state/user2.png);
}

.group-user-state-icon {
    background-image: url(../images/state/group.png);
}

.local-user-state-icon {
    background-image: url(../images/state/administrator.png);
}

/* Activity Icons */
.installing-activity-icon {
    background-image: url(../images/activity/cd.png);
}

.restoring-activity-icon {
    background-image: url(../images/activity/play.png);
}

.resuming-activity-icon {
    background-image: url(../images/activity/play.png);
}

.starting-activity-icon {
    background-image: url(../images/activity/play.png);
}

.running-activity-icon {
    background-image: url(../images/activity/play.png);
}

.booting-activity-icon {
    background-image: url(../images/activity/play.png);
}

.moving-activity-icon {
    background-image: url(../images/activity/fastf.png);
}

.pausing-activity-icon {
    background-image: url(../images/activity/pause.png);
}

.paused-activity-icon {
    background-image: url(../images/activity/pause.png);
}

.stopping-activity-icon {
    background-image: url(../images/activity/splay.png);
}

.stopped-activity-icon {
    background-image: url(../images/activity/splay.png);
}

.saving-activity-icon {
    background-image: url(../images/activity/save.png);
}

.saved-activity-icon {
    background-image: url(../images/activity/save.png);
}

.loading-activity-icon {
    background-image: url(../images/activity/add.png);
}

.creating-activity-icon {
    background-image: url(../images/activity/add.png);
}

.created-activity-icon {
    background-image: url(../images/activity/add.png);
}

.problem-activity-icon {
    background-image: url(../images/activity/del.png);
}

.crashed-activity-icon {
    background-image: url(../images/activity/del.png);
}

.lost-activity-icon {
    background-image: url(../images/activity/sinfo.png);
}

.proto-activity-icon {
    background-image: url(../images/activity/sinfo.png);
}

.imaging-activity-icon {
    background-image: url(../images/activity/wiz.png);
}

.firmware-activity-icon {
    background-image: url(../images/activity/wiz.png);
}

.evacuating-activity-icon {
    background-image: url(../images/activity/fastf.png);
}

.waiting-activity-icon {
    background-image: url(../images/activity/hourglass.png);
}

.restarting-activity-icon {
    background-image: url(../images/activity/hourglass.png);
}

.prerestart-activity-icon {
    background-image: url(../images/activity/play.png);
}

.exporting-activity-icon {
    background-image: url(../images/activity/hourglass.png);
}

.snapshotting-activity-icon {
    background-image: url(../images/activity/hourglass.png);
}

/* dashboard icons */

.dashboard-icon {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: auto ;
    margin-right: auto ;
    display: inline-block;
}

.dashboard-pos-node0 {
    top: 120px;
    left: 49px;
    width: 78px;
    height: 70px;
    position: absolute;
}

.dashboard-pos-node1 {
    top: 120px;
    left: 231px;
    width: 78px;
    height: 70px;
    position: absolute;
}

.singlenode .dashboard-pos-node1 {
    left: 49px;
}

.dashboard-pos-privnet {
    top: 150px;
    left: 157px;
    position: absolute;
}

.dashboard-pos-node0-biznet {
    top: 197px;
    left: 44px;
    position: absolute;
}

.dashboard-pos-node1-biznet {
    top: 197px;
    left: 217px;
    position: absolute;
}

.singlenode .dashboard-pos-node1-biznet {
    left: 44px;
}

.dashboard-pos-node0-power {
    top: 197px;
    left: 78px;
    position: absolute;
}

.dashboard-pos-node1-power {
    top: 197px;
    left: 262px;
    position: absolute;
}

.singlenode .dashboard-pos-node1-power {
    left: 78px;
}

.dashboard-pos-vm {
    top: 1px;
    left: 21px;
    position: absolute;
}

.dashboard-pos-unit {
    top: 53px;
    left: 21px;
    position: absolute;
}

.dashboard-pos-primary-node0 {
    top: 90px;
    left: 41px;
    height: 13px;
    width: 13px;
    position: absolute;
}

.dashboard-pos-primary-node1 {
    top: 90px;
    left: 215px;
    height: 13px;
    width: 13px;
    position: absolute;
}

.singlenode .dashboard-pos-primary-node1 {
    left: 41px;
}

.dashboard-pos-text-vm {
    top: 1px;
    left: 38px;
    height: 28px;
    width: 270px;
}

.dashboard-pos-text-unit{
    top: 54px;
    left: 38px;
    height: 28px;
    width: 270px;
}

.singlenode .dashboard-pos-text-vm,
.singlenode .dashboard-pos-text-unit {
    width: 98px;
}

.dashboard-pos-text-node0 {
    top: 92px;
    left: 38px;
    height: 28px;
    width: 88px;
}

.dashboard-pos-text-node1 {
    top: 92px;
    left: 218px;
    height: 28px;
    width: 88px;
}

.singlenode .dashboard-pos-text-node1 {
    left: 38px;
}

.dashboard-text {
    font-weight: normal;
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 28px;
    position: absolute;
}

.singlenode .dashboard-text {
    font-size: 11px;
}

.dashboard-primary-text {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 28px;
    position: absolute;
}

.dashboard-primary-icon {
    background-image: url(../images/app/star.png);
}

.dashboard-battery-icon {
    background-image: url(../images/dashboard/dashboard.icon.battery.png);
}

.dashboard-bios-icon {
    background-image: url(../images/dashboard/dashboard.icon.bios.png);
}

.dashboard-check-icon {
    background-image: url(../images/dashboard/dashboard.icon.check.png);
}

.dashboard-clock-icon {
    background-image: url(../images/dashboard/dashboard.icon.clock.png);
}

.dashboard-cpu-icon {
    background-image: url(../images/dashboard/dashboard.icon.cpu.png);
}

.dashboard-critical-icon {
    background-image: url(../images/dashboard/dashboard.icon.critical.png);
}

.dashboard-disk-icon {
    background-image: url(../images/dashboard/dashboard.icon.disk.png);
}

.dashboard-driver-icon {
    background-image: url(../images/dashboard/dashboard.icon.driver.png);
}

.dashboard-driver-warning-icon {
    background-image: url(../images/dashboard/dashboard.icon.driver.warning.png);
}

.dashboard-info-icon {
    background-image: url(../images/dashboard/dashboard.icon.info.png);
}

.dashboard-maintenance-icon {
    background-image: url(../images/dashboard/dashboard.icon.maintenance.png);
}

.dashboard-mem-icon {
    background-image: url(../images/dashboard/dashboard.icon.mem.png);
}

.dashboard-network-icon {
    background-image: url(../images/dashboard/dashboard.icon.network.png);
}

.dashboard-power-icon {
    background-image: url(../images/dashboard/dashboard.icon.power.png);
}

.dashboard-warning-icon {
    background-image: url(../images/dashboard/dashboard.icon.warning.png);
}

.dashboard-moderate-icon {
    background-image: url(../images/dashboard/dashboard.icon.moderate.png);
}

.dashboard-topo-bg-node0 {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_node0_primary.bg.png);
}

.dashboard-topo-bg-node1 {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_node1_primary.bg.png);
}

.dashboard-topo-bg-check-node0 {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_node0_primary.bg.check.png);
}

.dashboard-topo-bg-check-node1 {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_node1_primary.bg.check.png);
}

.dashboard-topo-bg-node0.singlenode,
.dashboard-topo-bg-node1.singlenode {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_singlenode_primary.bg.png);
}

.dashboard-topo-bg-check-node0.singlenode,
.dashboard-topo-bg-check-node1.singlenode {
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(../images/dashboard/dashboard_singlenode_primary.bg.check.png);
}

/* wizards */
.wizard-pages-container {
    background-image: url(../images/wizard/install-body-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #ffffff;
}

.wizard-title, .wizard-title span {
    font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
    background-color: transparent;
}

.wizard-subtitle {
    font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
    background-color: transparent;
}

.wizard-titles {
    color: #2e2e2e;
    text-shadow: 1px 1px 1px #83c4e9;
    padding-left: 25px;
}

.viewTitle.wizardViewTitle,.viewTitle.wizardViewTitle span,.wizardViewTitle,.wizardViewTitle span {
    font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2e2e2e;
}

.viewTitle.wizardViewTitle.pageSubtitle,.viewTitle.wizardViewTitle.pageSubtitle span,.wizardViewTitle.pageSubtitle,.wizardViewTitle.pageSubtitle span {
    font-size: 12px;
    text-indent: 0;
}

.viewTitle.wizardViewTitle.pageSubtitle,.wizardViewTitle.pageSubtitle {
    margin-left: 45px;
}

.wizard-support-link * {
    text-decoration: none;
    background-color: transparent;
}
.wizard-support-link {
    padding-top: 10px;
    color: #555555;
    text-shadow: 1px 1px 1px #83c4e9;
}
.wizard-support-link img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.wizard-centered-page {
    border: solid 0px #D0D0D0;
    margin-top: 15px;
}

.footer-decoration {
    text-align: center;
    height: 12px;
}

.footer-decoration span{
    font-weight: bold;
}

.footer-decoration,.wizard-buttons,.wizard-pages-container,.right-border{
    border-style: solid;
    border-color: #D0D0D0;
    border-top-width: 0;
}
.footer-decoration,.wizard-pages-container,.right-border,.wizard-buttons{
    border-bottom-width: 0;
}
.wizard-page-bottom{
    border-bottom-width: 1px;
}
.footer-decoration,.wizard-buttons ,.right-border,.button-subtext-container,.wizard-page-bottom{
    border-right-width: 1px !important;
}
.footer-decoration,.wizard-buttons,.wizard-pages-container,.button-subtext-container,.wizard-page-bottom{
    border-left-width: 1px !important;
}
.wizard-buttons {
    padding-top: 5px;
}

.copyright-text {
    text-align: center;
    color: #888888;
}
.copyright {
    margin-top: 6px;
}
.wizard-button-subtext {
    text-align: center;
    font-size: 9px;
}
.wizard-button-subtext * {
    font-size: 9px;
}

.wizard-header {
    background-image: url(../images/wizard/install-header-tile.png);
    background-repeat: repeat-x;
}

.wizard-header-logo {
    background-image: url(../images/wizard/install-header-left.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.wizard-header-ender {
    background-image: url(../images/wizard/install-header-right.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.wizard-body {
    background-color: #f0f0f0;
}

.wizard-steps {
    background-image: url(../images/wizard/install-progbar-tile.png);
    background-repeat: repeat-x;
}

.step-enabled,.step-enabled span,.step-disabled,.step-disabled span,.step-blank,.step-blank span {
    padding: 8px 10px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.step-enabled span {
    color: black;
}

.step-enabled {
    color: black;
    background-image: url(../images/wizard/install-progarrow-enabled-tile.png);
    background-repeat: repeat-x;
}

.step-point-enabled {
    background-image: url(../images/wizard/install-progarrow-enabled-right.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 25px;
}

.step-tail-enabled {
    background-image: url(../images/wizard/install-progarrow-enabled-left.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 22px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.step-disabled {
    color: #898989;
    background-image: url(../images/wizard/install-progarrow-disabled-tile.png);
    background-repeat: repeat-x;
}

.step-point-disabled{
    background-image: url(../images/wizard/install-progarrow-disabled-right.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 25px;
}

.step-tail-disabled{
    background-image: url(../images/wizard/install-progarrow-disabled-left.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 22px;
    position:absolute;
    left: 5px;
    top: 0px;
}

.step-blank {
    color: #898989;
}

.step-wide {
    width: 1200px;
}
.step-fat-page {
    width: 1000px;
}
div.step-moving {
    background-color: #444444;
}


.wizard-button.x-btn button, .sn-msg .x-btn button,
.wizard-button.x-btn button span{
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
}

.wizard-button .x-btn-tl, .sn-msg .x-btn-tl {
    background-image: url(../images/wizard/install-button-left.png);
    background-position: 0px 0px;
}
.wizard-button .x-btn-tl,.wizard-button .x-btn-tl>*, .sn-msg .x-btn-tl, .sn-msg .x-btn-tl>* {
    width: 7px;
}
.selected-wizard-button.wizard-button .x-btn-tl, .selected-wizard-button.wizard-button .x-btn-ml, .selected-wizard-button.wizard-button .x-btn-bl {
    background-image: url(../images/wizard/install-button-left-selected.png);
}

.wizard-button .x-btn-ml, .sn-msg .x-btn-ml {
    background-image: url(../images/wizard/install-button-left.png);
    background-position: 0px -3px;
}
.wizard-button .x-btn-ml,.wizard-button .x-btn-ml>*, .sn-msg .x-btn-ml, .sn-msg .x-btn-ml>*{
    width: 7px;
    height: 28px;
}

.wizard-button .x-btn-bl, .sn-msg .x-btn-bl{
    background-image: url(../images/wizard/install-button-left.png);
    background-position: 0px -31px;
}
.wizard-button .x-btn-bl,.wizard-button .x-btn-bl>*, .sn-msg .x-btn-bl, .sn-msg .x-btn-bl>* {
    width: 7px;
}

.wizard-button .x-btn-tc, .sn-msg  .x-btn-tc {
    background-image: url(../images/wizard/install-button-tile.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.selected-wizard-button.wizard-button .x-btn-tc, .selected-wizard-button.wizard-button .x-btn-mc, .selected-wizard-button.wizard-button .x-btn-bc {
    background-image: url(../images/wizard/install-button-tile-selected.png);
}

.wizard-button .x-btn-mc, .sn-msg  .x-btn-mc {
    background-image: url(../images/wizard/install-button-tile.png);
    background-position: 0px -3px;
    background-repeat: repeat-x;
    height: 28px;
}

.wizard-button .x-btn-bc, .sn-msg  .x-btn-bc {
    background-image: url(../images/wizard/install-button-tile.png);
    background-position: 0px -31px;
    background-repeat: repeat-x;
}

.wizard-button .x-btn-tr , .sn-msg  .x-btn-tr {
    background-image: url(../images/wizard/install-button-right.png);
    background-position: 0px 0px;
}
.wizard-button .x-btn-tr,.wizard-button .x-btn-tr>*, .sn-msg  .x-btn-tr, .sn-msg .x-btn-tr>* {
    width: 8px;
}
.selected-wizard-button.wizard-button .x-btn-tr, .selected-wizard-button.wizard-button .x-btn-mr, .selected-wizard-button.wizard-button .x-btn-br {
    background-image: url(../images/wizard/install-button-right-selected.png);
}

.wizard-button .x-btn-mr, .sn-msg  .x-btn-mr {
    background-image: url(../images/wizard/install-button-right.png);
    background-position: 0px -3px;
}
.wizard-button .x-btn-mr,.wizard-button .x-btn-mr>*, .sn-msg  .x-btn-mr, .sn-msg .x-btn-mr>* {
    width: 8px;
    height: 28px;
}

.wizard-button .x-btn-br, .sn-msg  .x-btn-br {
    background-image: url(../images/wizard/install-button-right.png);
    background-position: 0px -31px;
}
.wizard-button .x-btn-br,.wizard-button .x-btn-br>*, .sn-msg  .x-btn-br, .sn-msg .x-btn-br>* {
    width: 8px;
}

.wizard-button *, .sn-msg *{
    background-color: transparent;
    background-image: none;
}

.msg-title-warn .sn-window-header-text {
    color: red;
    font-size: 20px;
    line-height: 32px;
}

.msg-title-warn .x-window-header-text {
    font-size: 20px;
    color: red;
}

.msg-custom-button button {
    margin-left: 3px;
    margin-right: 3px;
}

.msg-title-warn .sn-window-tc {
    background: transparent url(../images/body/sn-window-tc-42.png) repeat-x 0 7px;
}

.msg-prompt-icon .x-dlg-icon .ext-mb-fix-cursor {
    margin-left: -22px;
}

.secondary-button.x-btn button, .sn-msg .x-btn button{
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
}

.secondary-button .x-btn-tl, .sn-msg .x-btn-tl {
    background-image: url(../images/wizard/secondary-button-left.png);
    background-position: 0px 0px;
}
.secondary-button .x-btn-tl,.wizard-button .x-btn-tl>*, .sn-msg .x-btn-tl, .sn-msg .x-btn-tl>* {
    width: 7px;
}

.secondary-button .x-btn-ml, .sn-msg .x-btn-ml {
    background-image: url(../images/wizard/secondary-button-left.png);
    background-position: 0px -3px;
}
.secondary-button .x-btn-ml,.secondary-button .x-btn-ml>*, .sn-msg .x-btn-ml, .sn-msg .x-btn-ml>*{
    width: 7px;
    height: 28px;
}

.secondary-button .x-btn-bl, .sn-msg .x-btn-bl{
    background-image: url(../images/wizard/secondary-button-left.png);
    background-position: 0px -31px;
}
.secondary-button .x-btn-bl,.secondary-button .x-btn-bl>*, .sn-msg .x-btn-bl, .sn-msg .x-btn-bl>* {
    width: 7px;
}

.secondary-button .x-btn-tc, .sn-msg  .x-btn-tc {
    background-image: url(../images/wizard/secondary-button-tile.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.secondary-button .x-btn-mc, .sn-msg  .x-btn-mc {
    background-image: url(../images/wizard/secondary-button-tile.png);
    background-position: 0px -3px;
    background-repeat: repeat-x;
    height: 28px;
}

.secondary-button .x-btn-bc, .sn-msg  .x-btn-bc {
    background-image: url(../images/wizard/secondary-button-tile.png);
    background-position: 0px -31px;
    background-repeat: repeat-x;
}

.secondary-button .x-btn-tr , .sn-msg  .x-btn-tr {
    background-image: url(../images/wizard/secondary-button-right.png);
    background-position: 0px 0px;
}
.secondary-button .x-btn-tr,.secondary-button .x-btn-tr>*, .sn-msg  .x-btn-tr, .sn-msg .x-btn-tr>* {
    width: 8px;
}

.secondary-button .x-btn-mr, .sn-msg  .x-btn-mr {
    background-image: url(../images/wizard/secondary-button-right.png);
    background-position: 0px -3px;
}
.secondary-button .x-btn-mr,.wizard-button .x-btn-mr>*, .sn-msg  .x-btn-mr, .sn-msg .x-btn-mr>* {
    width: 8px;
    height: 28px;
}

.secondary-button .x-btn-br, .sn-msg  .x-btn-br {
    background-image: url(../images/wizard/secondary-button-right.png);
    background-position: 0px -31px;
}
.secondary-button .x-btn-br,.secondary-button .x-btn-br>*, .sn-msg  .x-btn-br, .sn-msg .x-btn-br>* {
    width: 8px;
}

.secondary-button *, .sn-msg *{
    background-color: transparent;
    background-image: none;
}














.sn-msg .x-panel-btns {
    padding-bottom: 26px;
}

body.x-body-masked .sn-msg.sn-window-plain .sn-window-mc {
    border: none;
    background-color: white;
}

.sn-msg .x-tool-close {
    background-image: url(../images/app/msg-close-buttons.png);
    background-position:0 0;
    margin-top: 20px;
    margin-right: 5px;
    width: 19px;
    height: 17px;
}

.sn-msg .x-tool-close.x-tool-close-over {
    background-position: 0 -17px;
}

.sn-msg .ext-mb-text .red-warning {
    background-image: url(../images/app/red-warning.png);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 58px;
    font-weight: bolder;
    font-size: 16px;
}

.sn-msg .ext-mb-text .doNotProcede {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-color: #D8D8D8;
    text-align: center;
    padding: 12px;
    font-weight: bolder;
    font-size: 14px;
    margin: 12px 0 12px 0;
}

.sn-msg .ext-mb-text .sn-msg-confirmBox {
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #C9C9C9;
    background-color: #FEFEF1;
    padding: 10px 16px;
    margin-top: 10px;
}

.sn-msg .ext-mb-text .main-msg {
    padding: 0 17px;
}

.sn-msg .ext-mb-text .sn-msg-confirmBox .confirm-title {
    color: #767676;
    font-size: 8px;
    padding-bottom: 2px;
}

.sn-msg .sn-window-body > div {
    margin-left: 12px;
    margin-right: 42px;
}

.sn-msg {
    background-color: transparent;
}

.sn-msg .sn-window-tl {
    padding-left: 20px;
    background-image: url(../images/app/left-msg-shadow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sn-msg .sn-window-tr {
    padding-right: 20px;
    background-image: url(../images/app/right-msg-shadow.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.sn-msg .sn-window-tc {
    background-image: url(../images/app/top-bottom-msg-shadow.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.sn-msg .sn-window-ml {
    padding-left: 20px;
    background-image: url(../images/app/left-right-msg-shadow.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}

.sn-msg .sn-window-mr {
    padding-right: 20px;
    background-image: url(../images/app/left-right-msg-shadow.png);
    background-repeat: repeat-y;
    background-position: right 0;
}

.sn-msg .sn-window-bl {
    padding-left: 20px;
    background-image: url(../images/app/left-msg-shadow.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.sn-msg .sn-window-br {
    padding-right: 20px;
    background-image: url(../images/app/right-msg-shadow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.sn-msg .sn-window-bc {
    background-image: url(../images/app/top-bottom-msg-shadow.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.sn-msg .sn-msg-confirmBox input.ext-mb-input {
    background-color: white;
    background-image: url(../images/default/form/text-bg.gif);
    width: 140px;
    height: 22px;
    line-height: 18px;
    vertical-align: middle;
    background-repeat: repeat-x;
    border: 1px solid #C1C1C1;
}

.transparent-container,.transparent-container * {
    background-color: transparent;
}

.secondary-checkbox {
    margin-left: 133px;
}

.tertiary-fields {
    padding:5px 0 0 150px
}

.eula-area {
    overflow-y: auto;
    padding: 4px 4px;
}

.eula-area, .eula-area * {
    font-size: 12px;
}

.eula-area a {
    text-decoration: underline;
}

/* button icons */
.ok-btn-icon {
    background-image: url(../images/button/opts.png);
}

.cancel-btn-icon {
    background-image: url(../images/button/del.png);
}

button.save-btn-icon {
    background-image: url(../images/button/save.png);
}

button.uploading-btn-icon {
    background-image: url(../images/state/syncing.gif);
}

button.minus-btn-icon {
    background-image: url(../images/button/minus.png);
}

button.plus-btn-icon {
    background-image: url(../images/button/plus.png);
}

button.reset-btn-icon {
    background-image: url(../images/button/reset.png);
}

.masthead-user{
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
}

.masthead-user.left{
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #69BEE3;
}

.masthead-unit{
    font-size: 11px;
    line-height: 13px;
}

.masthead-unit.right-section {
    background:url(../images/body/sep.png) no-repeat left center;
    margin-left: 23px;
    padding-left: 23px;
}

.alarm-icon-left {
    background:url(../images/body/masthead-clock-icon.png) no-repeat left center;
    padding-left: 44px;
    height: 63px;
}

.alarm-icon-left-orange {
    background:url(../images/body/masthead-clock-icon-orange.png) no-repeat left center;
    padding-left: 44px;
    height: 63px;
}

.alarm-icon-left-red {
    background:url(../images/body/masthead-clock-icon-red.png) no-repeat left center;
    padding-left: 44px;
    height: 63px;
}

.masthead-unit a {
    color: inherit;
    font-size: 10px;
    text-decoration:underline;
}

.masthead-license-state, .masthead-unit-state {
    height: 63px;
    display: block;
}

.masthead-unit-state p {
    font-size: 10px;
    text-decoration: underline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
    text-align: center;
    width: 100%;
}

.masthead-unit-state-healthy {
    background: url(../images/login/healthy.png) no-repeat left center;
    padding-left: 60px;
}

.masthead-unit-state-minor {
    background: url(../images/login/minor.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-unit-state-moderate {
    background: url(../images/login/moderate.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-unit-state-critical {
    background: url(../images/login/critical.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-unit-state-info {
    background: url(../images/login/info.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-lost-comm {
    background: url(../images/header/disconnect.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-restarting {
    background: url(../images/header/ref.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-mismatched-versions {
    background: url(../images/header/upgrade-paused.png) no-repeat left center;
    padding-left: 50px;
}

.masthead-shutting-down {
    background: url(../images/header/stop.png) no-repeat left center;
    padding-left: 40px;
}

.masthead-unbalanced {
    background: url(../images/header/balance.png) no-repeat left center;
    padding-left: 50px;
}

.smaller {
    font-size: 10px;
}
.strong {
    font-weight: bold;
}

.addNode-instructions strong {
    font-weight: bolder;
}
.addNode-instructions ol {
    list-style-type: decimal;
}
.addNode-instructions ul {
    list-style-type: disc;
}
.addNode-instructions ul,.addNode-instructions ol{
    margin: 1em 0px;
    padding-left: 40px;
}

/*
.unitName {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2E2E2E;
    text-shadow: 0px 1px 1px #83c4e9;
    font-weight: bold;
} */
/*
.unitSecondaryInfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2E2E2E;
    text-shadow: 0px 1px 1px #83c4e9;
} */

.stux-grid-action-text {
    height: 16px;
    line-height: 16px;
    margin-left: 4px;
    display: inline-block;
    color: #0088CC;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.stux-icon-with-text {
    height: 16px;
    line-height: 16px;
    margin-left: 4px;
    padding-left: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
}

.stux-icon-with-text.inline {
    display: inline-block;
}

.stux-icon-with-text a{
    text-decoration: underline;
}

.unit-section-title {
    font-size: 16px;
    font-weight: bolder;
}

.x-grid3-row-selected .stux-icon-with-text, .x-grid3-row-selected .stux-icon-with-text a, .x-grid3-row-selected i ,
.x-grid3-row-selected small, .x-grid3-row-selected a, .x-grid3-row-selected span, .x-grid3-row-selected .stux-grid-action-text {
    color: #FFFFFF;
}

.dashboard-icon-with-text {
    height: 40px;
    line-height: 40px;
    text-indent: 40px;
    margin-left: 4px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-grid3-row-selected .dashboard-icon-with-text {
    color: #FFFFFF;
}

/*.viewTitle {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
    text-indent: 38px;
    margin-left: 14px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
}*/

.resource-title {
    font-family: Lucida,'Lucida Grande',Arial,Helvetica,Sans-serif;
    color: #2E2E2E;
    font-weight: bold;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
}

.resource-title.hover {
    text-decoration: underline;
}

.resource-title-edit {
    display: inline-block;
    font-size: 10px;
    margin-left: 4px;
    text-indent: 12px;
    height: 12px;
    line-height: 12px;
    background-image: url(../images/button/edit-icon-small.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
}

.resource-title-edit[disabled] {
    opacity: .5;
    cursor: default;
}

.clickable {
    cursor: pointer;
}

/* install alert icons */
.install-alert-field {
    padding-right: 88px;
    height: 44px;
    white-space: normal !important;
    display: table-cell;
    vertical-align: middle;
}

.install-alert-component {
    margin-bottom: 10px;
    height: 34px;
    line-height: 32px;
    text-indent: 38px;
    background-position: 20px 0;
    background-repeat: no-repeat;
    background-color: transparent;
}

.install-problem-icon {
    background-image: url(../images/alerts/critical.png);
}

.install-warning-icon {
    background-image: url(../images/alerts/minor.png);
}
.install-config-content{
    margin-left: 45px;
}

.install-account-user-pwd-panel {
    margin-left: 53px;
    margin-top: 25px;
}

.install-progress-content {
    margin-left: 75px;
    margin-top: 25px;
}

#install-progress-container {
    margin-left: 67px;
    margin-top: 7px;
}

/* Verify page */
.server-status,.problems-grids {
    margin-left: 45px;
    margin-top: 10px;
}
.problems-grids .x-grid3-row.x-grid3-row-selected {
    background-color: #5fb3d9 !important;
}
.problems-grids .x-grid3-row {
    background-color: #E0E0E0;
    cursor: pointer;
}
.problems-grids .x-grid3-row-over {
    background-image: none;
}
.server-status {
    padding: 10px;
    border: solid 3px #cccccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
}
.server-status-title  {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
}
.server-status-desc {
    padding-left: 25px;
}
.server-status-desc strong {
    font-weight: bolder;
}
.server-status-desc ul {
    list-style-type: disc;
    list-style-position: inside;
}
.server-status-icon {
    padding-left: 30px;
    padding-right: 50px;
}
.server-status-health {
    background: transparent url(../images/alerts/health.png) no-repeat;
    height: 53px;
    width: 48px;
}
.server-status-ok-badge,.server-status-critical-badge,.server-status-moderate-badge,.server-status-minor-badge {
    float: right;
    height: 19px;
    width: 19px;
}
.server-status-ok-badge {
    background: url(../images/alerts/badge-ok.png) no-repeat;
}
.server-status-critical-badge {
    background: url(../images/alerts/badge-critical.png) no-repeat;
}
.server-status-moderate-badge {
    background: url(../images/alerts/badge-moderate.png) no-repeat;
}
.server-status-minor-badge {
    background: url(../images/alerts/badge-minor.png) no-repeat;
}

.server-status-num-critical,.server-status-num-minor {
    height: 48px;
    width: 48px;
}
.server-status-num-critical {
    background: transparent url(../images/alerts/critical.png) no-repeat;
}
.server-status-num-minor {
    background: transparent url(../images/alerts/minor.png) no-repeat;
}
.server-status-1-badge,.server-status-2-badge,.server-status-3-badge,.server-status-4-badge,.server-status-5-badge,
.server-status-6-badge,.server-status-7-badge,.server-status-8-badge,.server-status-9-badge,.server-status-10-badge,
.server-status-11-badge,.server-status-12-badge {
    float: right;
    height: 15px;
    width: 15px;
}
.server-status-1-badge {
    background: url(../images/alerts/badge1.png) no-repeat;
}
.server-status-2-badge {
    background: url(../images/alerts/badge2.png) no-repeat;
}
.server-status-3-badge {
    background: url(../images/alerts/badge3.png) no-repeat;
}
.server-status-4-badge {
    background: url(../images/alerts/badge4.png) no-repeat;
}
.server-status-5-badge {
    background: url(../images/alerts/badge5.png) no-repeat;
}
.server-status-6-badge {
    background: url(../images/alerts/badge6.png) no-repeat;
}
.server-status-7-badge {
    background: url(../images/alerts/badge7.png) no-repeat;
}
.server-status-8-badge {
    background: url(../images/alerts/badge8.png) no-repeat;
}
.server-status-9-badge {
    background: url(../images/alerts/badge9.png) no-repeat;
}
.server-status-10-badge {
    background: url(../images/alerts/badge10.png) no-repeat;
}
.server-status-11-badge {
    background: url(../images/alerts/badge11.png) no-repeat;
}
.server-status-12-badge {
    background: url(../images/alerts/badge12.png) no-repeat;
}

.x-panel-body.sub-section.x-panel-body-noheader {
    background-color: #EEEEEE;
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
}

/* license stuff */
.license-status {
    padding: 10px;
    border: solid 3px #cccccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
}
.license-status-title,.license-step-title  {
    font-size: 14px;
    font-weight: bolder;
    color: #888888;
}
.license-status-title *,.license-step-title * {
    font-size: 14px;
    font-weight: bolder;
    color: #888888;
}
.no-step-title .license-step-title {
    display: none;
}
.license-status p {
    padding: 0;
}
.license-status strong {
    font-weight: bolder;
}
p.license-status-subtitle {
    font-size: 10px;
}
p.license-status-detail,p.license-status-detail * {
    margin-bottom: 10px;
    font-size: 9px;
}
.license-status-icon-nolicense {
    background: url(../images/license/lock-alert-icon.png) 0px 0px no-repeat;
    height: 50px;
}
.license-status-icon-notactivated {
    background: url(../images/license/lock-n-key-icon.png) 0px 0px no-repeat;
    height: 50px;
}
.license-status-icon-expired {
    background: url(../images/license/lock-alert-icon.png) 0px 0px no-repeat;
    height: 50px;
}
.license-status-icon-expired-subscription {
    background: url(../images/license/lock-alert-icon.png) 0px 0px no-repeat;
    height: 50px;
}
.license-status-icon-activated {
    background: url(../images/license/lock-unlocked-icon.png) 0px 0px no-repeat;
    height: 50px;
}
.license-status-icon-loading {
    background: url(../images/app/loader.gif) 0px 0px no-repeat;
    height: 50px;
}

.license-step-content-title {
    font-size: 14px;
    font-weight: bold;
}
.license-step-content {
    margin-left: 10px;
}
.license-step-content iframe {
    margin-left: -8px;
}
.license-steps-panel {
    margin-left: 30px;
    margin-top: 15px;
}
.license-steps-panel * {
    background-color: transparent;
}

.license-steps-panel2 {
    margin-top: 15px;
}

.license-steps-panel2 * {
    background-color: transparent;
}

.license-active-step {
    background-color: #DDF0F7
}
.license-step1 {
    border-width: 0px;
    border-bottom: 1px solid #999;
}
.license-step1  .license-step-icon {
    background-position: center center;
    background-image: url(../images/license/license-step1-icon.png);
    background-repeat: no-repeat;
}

.license-step2 {
    border-width: 0px;
    border-bottom: 1px solid #999;
}
.license-step2  .license-step-icon {
    background: url(../images/license/license-step2-icon.png) 0px 0px no-repeat;
}
.license-step3  .license-step-icon {
    background: url(../images/license/license-step3-icon.png) 0px 0px no-repeat;
}
.license-steps-panel div.ext-el-mask {
    background-color: white;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.license-steps-panel2 div.ext-el-mask {
    background-color: white;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

/* progress bar 2 */
.newProgressBar {
    width: 400px;
    height: 14px;
    position: relative;
    left: 0px;
    top: 0px;
}
.track-left {
    background: url(../images/wizard/install-track-left.png) 4px 4px no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.track-center {
    background: url(../images/wizard/install-track-tile.png) 0 4px repeat-x;
    width: 384px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 0px;
}
.track-right {
    background: url(../images/wizard/install-track-right.png) 0px 4px no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 392px;
    top: 0px;
}
.newProgress-left {
    background: url(../images/wizard/install-progressbar-left.png) no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.newProgress-center {
    background: url(../images/wizard/install-progressbar-tile.png) repeat-x;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 0px;
    display: none;
}
.newProgress-right {
    background: url(../images/wizard/install-progressbar-right.png) no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 0px;
    display: none;
}


.report-header {
    font-family: Lucida,'Lucida Grande',Arial,Helvetica,Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2E2E2E;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
}

/* statistics */
table.statst td {
    vertical-align: top;
}
table.statst .statsth {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    background-color: #cfd5e3;
    border-bottom: 1px solid #999;
}
table.statst .statsth:hover {
    text-decoration: underline;
}
table.statst .statstg {
    background-color: #f5f5f5;
}
table.statst .statstg div {
    width: 476px;
    /*height: 150px;*/
    overflow: hidden;
}
table.statst .statstg div img {
    margin-top: -2px;
    margin-left: -2px;
}

.empty {
    color: #c0c0c0;
    font-style: italic;
}

.dashboard-infoview-titlebar {
    background-image: url(../images/dashboard/dashboard-alert-header-title.png);
    background-repeat: repeat-x;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.dashboard-infoview-body {
    background-color: #F0F1E8;
}

.dashboard-infoview-content-wrap {
    padding: 10px 8px 8px 8px;
}

.dashboard-alert-title, .dashboard-alert-title * {
    font-size: 15px;
    font-weight: bold;
    color: #2E2E2E;
}

.dashboard-alert-title-hr {
    margin: 5px 0;
    color: #CCCCCC;
}

/* Delete VM dialog CSS */
.vm-delete-box-controls {
    padding: 4px;
    text-align: right;
}
.vm-delete-box-selects {
    margin-top: -15px;
    padding-bottom: 10px;
    text-align: right;
}
.vm-delete-volume-hook {
    margin: 3px 3px 3px 4px;
}

/* status bar */
.status-bar-bg {
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(../images/body/silicon-footer-bg-tile.png);
    background-color: #F0F0F0;
}

.status-bar-text {
    line-height: 25px;
    color: #999;
}

h2 {
    font: lighter 120% "Trebuchet MS", Arial, sans-serif;
    color: #208be1;
    margin: 10px 0 0 10px;

}

p.kit-summary {
    margin: 0;
    padding: 10px 20px;
}

.x-window-dlg .ext-mb-text * {
    font-size: 12px;
}
.x-window-dlg .ext-mb-text strong {
    font-weight: bold;
}

.edit-icon {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-image: url(../images/button/edit-icon-small.png);
    cursor: pointer;
}

.x-grid3-row-selected .x-grid3-cell-inner span {
    color: white !important;
}

/* JCP dont force localized text in buttons to white */
.x-grid3-row-selected .x-grid3-cell-inner button span.smux-l10n {
    color: inherit !important;
}

.current-kit-state {
    display: inline-block;
    height: 16px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/state/opts.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.x-toolbar.command-toolbar {
    background-color: transparent;
    background-image: none;
    border: none;
}

.healthy-dashboard-info-background {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    height: 40px;
    width: 40px;
    background-image: url(../images/dashboard/opts.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.healthy-dashboard-info-text {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
}

.changing-row, .x-grid3-row-selected.changing-row {
    background-color: transparent;
    background-repeat: repeat-x;
}

.changing-row {
    background-image: url(../images/app/busy-row.gif);
}

.x-grid3-row-selected.changing-row {
    background-image: url(../images/app/busy-row-selected.gif);
}

div.help-link-inline-container {
    padding-top: 5px;
}
a.help-link-inline, a.help-link-inline:visited {
    color: #729cff;
    text-decoration: none;
}
a.help-link-inline:hover {
    color: #5085ff;
    text-decoration: underline;
}


.license-summary-title {
    font-size: 11px;
    font-weight: bold;
    color: #2E2E2E;
    white-space:nowrap;
    padding-right: 10px;
}

.check-now-panel {
    margin-left: auto;
    margin-right: auto;
}

.license-download-link {
    color: #0000FF;
    line-height: 32px;
    margin-right: 20px;
}

.upload-license-form {
    background-color: transparent;
}

.upload-license-file {
    position:absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity:0;
}

.license-download-url-save-file {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 4px 5px;
    cursor: pointer;
    background: #f7f7f7;
}

.license-download-url-save-file:hover {
    border-color: #777;
}

.license-download-url-save-file.disabled {
    background: #eee;
}

.license-download-url-save-file.disabled:hover {
    border-color: #999;
    cursor: default;
}

.license-download-url-save-file.upload-btn {
    margin-left: 20px;
}

.license-upload-file {
    position: relative;
    top: 10px;
}

.license-upload-file.message {
    margin-left: 20px;
    color: green;
}


/** start of fix up checkbox vertical spacing in toolbars **/
.x-toolbar-cell .x-form-check-wrap {
    line-height:15px;
    height: auto;
}

.x-toolbar-cell .x-form-check-wrap input {
    vertical-align: middle;
}

.x-toolbar-cell .x-form-check-wrap .x-form-cb-label {
    vertical-align: middle;
}

.x-toolbar-cell .x-form-checkbox {
    margin-top: 0;
}

.ext-ie .x-toolbar-cell .x-form-checkbox{
    margin-top: 0;
}
/** end of fix up checkbox vertical spacing in toolbars **/

.resourcebar-container {
    position: relative;
    float: left;
    background: url(../images/resourcebar/bar-container.png) no-repeat 39px 0 transparent;
    margin-top: -10px;
    padding: 45px 0 0 81px;
    width: 453px;
    height: 76px;
    font-size: 11px;
}
.resourcebar-outer-container {
    clear: both;
    height: 121px;
    padding-top: 77px;
}
.resourcebar-blue {
    background-image: url(../images/resourcebar/blue-tile.png);
}
.resourcebar-maroon {
    background-image: url(../images/resourcebar/burg-tile.png);
}
.resourcebar-white {
    background-image: url(../images/resourcebar/free-tile.png);
}
.resourcebar-aqua {
    background-image: url(../images/resourcebar/aqua-tile.png);
}
.resourcebar-fourth {
    background-image: url(../images/resourcebar/olive-tile.png);
}

.resourcebar-blue, .resourcebar-maroon, .resourcebar-white, .resourcebar-aqua, .resourcebar-fourth, .resourcebar-blue-cap, .resourcebar-white-cap, .resourcebar-maroon-cap, .resourcebar-aqua-cap, .resourcebar-fourth-cap {
    float: left;
    height: 17px;
}

.resourcebar-blue-cap, .resourcebar-white-cap, .resourcebar-maroon-cap, .resourcebar-aqua-cap , .resourcebar-fourth-cap {
    width: 6px;
}
.resourcebar-blue-cap {
    background-image: url(../images/resourcebar/blue-left-cap.png);
}
.resourcebar-white-cap {
    background-image: url(../images/resourcebar/free-right-cap.png);
}
.resourcebar-maroon-cap {
    background-image: url(../images/resourcebar/burg-right-cap.png);
}
.resourcebar-aqua-cap {
    background-image: url(../images/resourcebar/aqua-right-cap.png);
}
.resourcebar-fourth-cap {
    background-image: url(../images/resourcebar/olive-right-cap.png);
}

.resourcebar-legend-container {
    position: absolute;
    left: 81px;
    top: 72px;
    height: 19px;
}
.resourcebar-legend-blue, .resourcebar-legend-maroon, .resourcebar-legend-white, .resourcebar-legend-gray, .resourcebar-legend-aqua, .resourcebar-legend-fourth {
    padding: 0 10px 0 18px;
    float: left;
    background-image: url(../images/resourcebar/legend.png);
    background-repeat: no-repeat;
    height: 14px;
    margin-top: 3px;
}
.resourcebar-legend-blue {
    background-position: 0 -14px;
}
.resourcebar-legend-maroon {
    background-position: 0 -56px;
}
.resourcebar-legend-white {
    background-position: 0 -42px;
}
.resourcebar-legend-gray {
    background-position: 0 0;
}
.resourcebar-legend-aqua {
    background-position: 0 -28px;
}
.resourcebar-legend-fourth {
    background-position: 0 -70px;
}

.resourcebar-total-text {
    position: absolute;
    top: 41px;
    left: 15px;
    width: 55px;
    font-weight: bold;
}
.provisionbar-outer-container {
    position: absolute;
    width: 420px;
    height: 91px;
    top: 0;
    left: 0;
    margin-left: 31px;
}
.provisionbar-container {
    position: relative;
    background: url(../images/resourcebar/green-track-outerglow-stroked.png) no-repeat 0 0 transparent;
    width: 390px;
    height: 63px;
    margin: 57px 0 0 25px;
    padding: 28px 0 0 25px;
}
.provisionbar-red-container {
    position: relative;
    width: 340px;
    height: 7px;
    top: 0;
    left: 0;
    overflow: hidden;
}
.provisionbar-red {
    position: absolute;
    width: 340px;
    height: 7px;
    top: 0;
    background: url(../images/resourcebar/orange-red-gradient.png) no-repeat 0 0 transparent;
}
.provisionbar-subtitle {
    position: absolute;
    top: 67px;
    left: 49px;
    color: #7D7D7D;
}
.provisionbar-bubble {
    position: absolute;
    width: 122px;
    top: 5px;
    margin-left: 50px;
}
.provisionbar-bubble-left, .provisionbar-bubble-right {
    width: 6px;
    height: 60px;
    float: left;
}
.provisionbar-bubble-left {
    background: url(../images/resourcebar/indicator-balloon-left-cap.png) no-repeat 0 0 transparent;
}
.provisionbar-bubble-right {
    background: url(../images/resourcebar/indicator-balloon-right-cap.png) no-repeat 0 0 transparent;
}
.provisionbar-bubble-middle {
    background: url(../images/resourcebar/indicator-balloon-tile.png) repeat-x 0 0 transparent;
    width: 110px;
    height: 60px;
    float: left;
}
.provisionbar-bubble-text {
    padding: 20px 0 10px 10px;
    font-weight: bolder;
}
.provisionbar-bubble-text.provisionbar-overprovisioned {
    padding-top: 10px;
}
.provisionbar-bubblearrow {
    position: absolute;
    background: url(../images/resourcebar/indicator-balloon-tip.png) no-repeat 0 0 transparent;
    top: 61px;
    width: 10px;
    height: 8px;
    margin-left: 50px;
    z-index: 5;
}
.provisionbar-currentline {
    position: absolute;
    background: url(../images/resourcebar/indicator-line-arrows.png) no-repeat 0 0 transparent;
    top: 71px;
    width: 8px;
    height: 41px;
    margin-left: 50px;
}
.provisionbar-threads-text {
    margin-left: 49px;
    border-left: 1px solid black;
}
.provisionbar-threads-text, .provisionbar-min-text, .provisionbar-total-text {
    position: absolute;
    width: 30px;
    height: 14px;
    top: 93px;
    font-weight: bold;
    padding: 2px 0 0 4px;
}
.provisionbar-min-text, .provisionbar-total-text {
    background: url(../images/resourcebar/tiny-gray-bar.png) no-repeat 0 0 transparent;
}
.provisionbar-min-text {
    left: 49px;
}
.provisionbar-total-text {
    left: 390px;
}
.provisionbar-container strong {
    font-weight: bolder;
}
.overprovisioned-text {
    font-size: 12px;
}
.overprovisioned-help-link {
    color: #729CFF;
    text-decoration: underline;
    font-size: 9px;
    font-weight: normal;
    display: block;
    padding: 4px 0 0 25px;
}
.provisionbar-help-icon {
    width: 13px;
    height: 13px;
}
.checkbox-prefs .x-form-cb-label h1 {
    display: inline;
}
.checkbox-prefs {
    margin-bottom: 16px;
}
.checkbox-prefs p {
    padding-left: 20px;
    padding-top: 5px;
}

.clickable-panel-body{
    cursor: pointer;
}

.clicabke-panel-mouseover{
    border: 1px solid red;
}

.x-panel-body.transparent-border {
    border-color: transparent;
}

.center-text {
    text-align: center;
}

.title-text {
    font-weight: bolder;
    font-size: 18px;
    height: 25px;
}

.add-new-vm-icon {
    background: url(../images/command/add-choice-up.png) no-repeat center center;
    height: 60px;
}

.restore-vm-icon {
    background: url(../images/command/restore-choice-up.png) no-repeat center center;
    height: 60px;
}

.import-vm-icon {
    background: url(../images/command/import-choice-up.png) no-repeat center center;
    height: 60px;
}

.context-help {
    background-color: transparent;
    background-image: url(../images/body/help-icon-tiny.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.context-error {
    background-color: transparent;
    background-image: url(../images/default/form/exclamation.gif) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.context-note {
    background-color: transparent;
    background-image: url(../images/body/context-note.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.no-context-note {
    background-color: transparent;
    background-image: url(../images/body/no-context-note.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.import-section-title {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    padding-top: 5px;
}

.hrule-spacer {
    margin-top: 5px;
    border-top: solid 1px #999999;
}

.import-limited-resource .that-limit {
    font-size: 9px;
    color: #999999;
}

.x-grid3-cell-inner.ux-editable-grid {
    padding: 0;
}

.x-grid3-check-col.check-disabled {
    background-image:url(../images/wizard/unchecked-disabled.gif);
}

.x-grid3-check-col.check-on-disabled {
    background-image:url(../images/wizard/checked-disabled.gif);
}

.msg-loading {
    background: url(../images/app/loader.gif) center center no-repeat;
}

.msg-warning {
    background: url(../images/alerts/warning.png) center center no-repeat;
}

.dlg-section-divider {
    background: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #DDD;
    margin-bottom: 7px;
    margin-top: 4px;
}

.caution-text {
    color: #CC0000;
}

.icon-for-tbtext {
    height: 18px;
    line-height: 18px;
    text-indent: 20px;
    margin-left: 2px;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
}

.generic-config-icon {
    background-image: url(../images/body/cog-edit.png) !important;
}

.ext-el-mask-msg.no-selection-mask-msg {
    z-index: 500;
}

.helptip p {
    padding: 0 7px 7px 7px;
}

.helptip h3 {
    font-size: 11px;
    font-weight: bold;
    color: #444;
}

.helptip li {
    background-image: url(../images/help/bulletpoint.png);
    background-repeat: no-repeat;
    background-position: 7px 4px;
    padding: 0 0 5px 20px;
}

.sn-row-invalid, .sn-row-invalid.x-grid3-row-over {
    border-color: #FF7870;
    border-style: solid;
    background: #FEE url(../images/default/grid/invalid_line.gif) repeat-x bottom !important;
}

.sn-row-invalid.x-grid3-row-selected .stux-icon-with-text, .sn-row-invalid.x-grid3-row-selected .stux-icon-with-text a,
.sn-row-invalid.x-grid3-row-selected i, .sn-row-invalid.x-grid3-row-selected small,
.sn-row-invalid.x-grid3-row-selected a, .sn-row-invalid.x-grid3-row-selected span {
    color: black;
}

.sn-row-invalid.x-grid3-row-selected .x-grid3-cell-inner {
    color: black !important;
}

.initbox {
    padding:15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    text-align:left;
    border: #999 2px dashed;
}

a.contex-help-link, a.context-help-link:visited
{
    color: #11A6BD !important;
    text-decoration: none;
}

div.addingSnapshot
{
    padding: 30px;
}

.vm-row-snapshot-icon {
    display: inline-block;
    width: 22px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    background-image: url(../images/state/has-snapshot.png);
}

.vm-row-snapshot-creating-icon {
    display: inline-block;
    width: 40px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    background-image: url(../images/state/creating-snapshot.png);
}

.sn-toggle-button.x-btn td {
    background-image: none;
}

.sn-toggle-button.x-btn {
    background-color: white;
    border: solid #999999 3px;
    border-radius: 10px;
    height: 38px;
}

.sn-toggle-button.x-btn.x-btn-pressed {
    background-color: #33CBFF;
}

.sn-toggle-button.x-btn button {
    font-weight: bolder;
    font-size: 14px;
}

.sn-toggle-button.x-btn button.x-btn-text{
    min-width: 0;
}

.form-needs-save-msg {
    font-weight: bold;
    color: #F62817;
    background-image:url(../images/app/info16.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding: 0 0 0 22px;
    line-height: 17px;
}

.form-needs-save-msg a {
    color: #11a6bd;
}
.form-needs-save-msg a:hover{
    text-decoration: underline;
}

.form-needs-save-msg.fsm-grid-title {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}

.form-needs-save-msg.fsm-grid-title ul {
    margin: 0 0 0 15px;
    list-style: disc;
}

.form-validation-msg {
    font-weight: bold;
    color: #F62817;
    background-image:url(../images/app/info16.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding: 0 0 0 22px;
    line-height: 17px;
}

/* template is in pattern {current}-prefers-{preferred} current-node-column */
.current-node-column {
    height: 23px;
    padding-left: 97px;
    background-repeat: no-repeat;
}
.node0-prefers-none.current-node-column {
    background-image:url(../images/app/no-pref-0.png);
}
.node1-prefers-none.current-node-column {
    background-image:url(../images/app/no-pref-1.png);
}
.node0-prefers-node0.current-node-column {
    background-image:url(../images/app/0-pref-0.png);
}
.node1-prefers-node0.current-node-column {
    background-image:url(../images/app/0-pref-1.png);
}
.node0-prefers-node1.current-node-column {
    background-image:url(../images/app/1-pref-0.png);
}
.node1-prefers-node1.current-node-column {
    background-image:url(../images/app/1-pref-1.png);
}

.balanced-true {}
.balanced-false {
    width: 16px;
    height: 20px;
    margin-left: 10px;
    background-image: url(../images/tab/balance.png);
    background-repeat: no-repeat;
    background-position: left 4px;
}

.enable-disable-vm-component-column {
    background-image: url(../images/app/pref_enable.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 16px;
}

.enabling-disabling-syncing, .enabling-disabling-disable {
    background-repeat: no-repeat;
    margin-left: 15px;
    height: 16px;
}

.enabling-disabling-syncing {
    background-image: url(../images/state/syncing.gif);
}

.enabling-disabling-disable {
    background-image: url(../images/state/del.png);
}

.sn-window-body .sn-dialog-body, .sn-window-body .sn-dialog-body * {
    font-size: 12px;
}

/* bootstrap overrides, mostly to fix conflicts with extjs  */
label.x-form-cb-label {
    display: inline;
    font-size: 11px;
    line-height: 18px;
}

label {
    font-size: 11px;
}

ul.x-tab-strip {
    margin-left: 0;
    margin-bottom: 0;
}

.stc-dialog.fixed-width {
    width: 650px;
}

.stc-dialog {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    min-width: 650px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    *border: 1px solid #b1b1b1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    -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;
}

input[type="text"].macEdit {
    width: 125px;
    margin-bottom: 1px;
}

.stc-vm-vol-mark-holder {
    padding: 4px 0 8px 0;
}

.stc-vm-boot-vol-icon {
    display: inline-block;
    cursor: pointer;
}

.stc-vm-vol-marked-remove {
    color: #B94A48 !important;
    font-size: 13px !important;
    padding: 3px 10px 3px 10px;
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.stc-vm-boot-vol-marked-remove {
    color: #B94A48 !important;
    font-size: 13px !important;
    padding: 3px 10px 3px 10px;
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.stc-vm-vol-marked-add {
    color: #3A87AD !important;
    font-size: 13px !important;
    padding: 3px 10px 3px 10px;
    background-color: #D9EDF7;
    border: 1px solid #3A87AD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* used to space edit in a table when there is an error */
.control-group.in-table.error div.controls {
    height: 40px;
}

/* used to space edit in a table when there is not an error */
.control-group.in-table div.controls {
    height: 30px;
}

/* allow for help under the edit when in tables */
.in-table .help-inline{
    display: block;
}

label.copyright-text {
    font-size: 11px;
}

.large-bold-text {
    font-size: 14px !important;
    font-weight: bold !important;
}

.smux-min-toolbar-btn-width button{
    min-width: 40px !important;
}

.smux-centered-message {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.smux-big-bold-text {
    font-size: 20px;
    font-weight: bold;
}

.smux-copytight-text {
    text-align: center;
    color: #ffffff;
}

.smux-installation-title {
    font-family: Lucida, 'Lucida Grande', Arial, Helvetica, Sans-serif;
    font-size: 22px !important;
    font-weight: bold;
    padding-left: 10px;
    background-color: transparent;
}


/* start of styles to reset forms for the date time page */
#config-datetime-pane select {
    width: inherit !important;
}

#datetime-configure-body-manual, #datetime-configure-body-usentp {
    width: 220px;
    padding: 6px;
}
/* end of styles to reset forms for the date time page */

/* spinner gif to show in the software upgrade dialog */
.stux-msg-upgrading {
    display: inline-block;
    width: 47px;
    height: 32px;
    margin-top: 20px;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../images/app/loader.gif);
}

/* style for bold localized text */
.smux-l10n.strong {
    font-weight: bold;
}

.stun-prop-table {
    margin: 10px 10px 20px 20px;
}


.stun-prop-header {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    padding: 15px 8px 3px 3px;
    border-bottom: 1px solid #CCC;
}


.stun-prop-name {
    text-align: right;
    color: #666;
    border-right: 1px solid #CCC;
    padding: 3px 8px 3px 3px;
}

.stun-prop-value {
    text-align: left;
    padding: 3px 3px 3px 8px;
}

.stun-networkport-tooltip {
    padding: 4px;
}

.stun-networkport-tooltip td {
    padding: 5px;
}

.stun-networkport-tooltip tr:nth-child(even) {
    background-color: #DEDEDE;
}

.stun-networkport-tooltip tr td:first-child {
    text-align: right;
    font-weight: bold;
}

/* file uploader */
/* browse button */
.file-uploader .upload-browse-file {
    display: inline-block;
    cursor: pointer;
}

.file-uploader input[type="file"] {
    width: 0;
}

.file-uploader .upload-browse-file {
    position: relative;
    overflow: hidden;
}

.file-uploader .upload-browse-file .upload-browse {
    height: 30px;
}

.file-uploader .upload-browse-file.browse-right .upload-browse {
    float: right;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.file-uploader .upload-browse-file.browse-left .upload-browse {
    float: left;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.file-uploader .upload-browse-file .file-info {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 0 4px;
    height: 28px;
    cursor: pointer;
    width: 250px;
}

.file-uploader .upload-browse-file.browse-right .file-info {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}

.file-uploader .upload-browse-file.browse-left .file-info {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
}

.file-uploader .upload-browse-file .file-info:disabled,
.file-uploader .upload-browse-file .upload-browse:disabled {
    cursor: not-allowed;
}

/* progress bar */
.file-uploader .upload-progress {
    position: relative;
    overflow: hidden;
}

.file-uploader .upload-progress .progress {
    display: inline-block;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    width: 320px;
    margin-bottom: 0;
    float: left;
}

.file-uploader .upload-cancel {
    cursor: pointer;
    margin-right: 5px;
}

.upload-progress-handle[disabled] {
    opacity: .5;
}

.file-uploader .upload-progress-handle {
    display: inline-block;
    margin-left: 2px;
    float: left;
}

.file-uploader .progress-file-info {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 46%;
}

/* vcd create wizard */
/* custom file uploader */
#vcd_wizard_create .file-uploader .progress {
    width: 60%;
    position: relative;
}

#vcd_wizard_create .vcd-source-radio {
    margin-bottom: 7px;
}

#vcd_wizard_create .vcd-source-uri {
    width: 516px;
}

table .volume-name {
    word-wrap: break-word;
    width: 100%;
}

table .lbl-boot {
    margin-left: 5px;
    color: #129322;
}

.vm-delete-box-body .vm-name {
    word-wrap:break-word;
    width:178px;
}

.vm-delete-box-body .vm-name img {
    margin-right: 5px;
}

.vm-delete-box-body .selectedButton {
    text-decoration: underline;
    margin: 0px 5px;
}

.vm-delete-box-title .warning-img {
    background: url(/assets/unity/images/icons/16/generic/warning.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    display: inline-block;
}

.disk-sync-icons {
    position: relative;
}

.disk-sync-icons .icon {
    height: 16px;
    float: left;
}

.disk-sync-icons.system-volume-icon .icon {
    visibility: hidden;
}

.disk-sync-icon12 {
    background-image: url(../images/tab/disk_sync1.gif);
    width: 30px;
}

.disk-sync-icon21 {
    background-image: url(../images/tab/disk_sync2.gif);
    width: 30px;
}

.disk_sync_ok {
    background-image: url(../images/tab/disk_sync_ok.png);
    width: 30px;
}

.server-icon {
    background-image: url(../images/nav/server.png);
    width: 16px;
}

/* form-field */
.form-field-set {
    margin-bottom: 15px;
}

.field-set-title {
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    text-indent: 10px;
}

.field-set-title-cell {
    line-height: 30px;
}

.field-set-title-cell:not(:first-child) {
    border-left: 1px solid #ccc;
}

.form-field-set .field-set-header {
    line-height: 30px;
    background-color: #eee;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.form-field-set .field-set-body {
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: -1px;
}

.field-set-rows {
    padding: 10px 0;
}

.form-field-set .row-fluid input {
    float: left;
}

.form-field-set input[type="text"], .form-field-set select {
    border-radius: 2px;
    margin-bottom: 0;
}

.form-field-set .tip {
    font-style: italic;
    color: #999;
    line-height: 12px;
}

.field-set-note-msg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.field-set-header .title {
    font-weight: bold;
}

.field-set-row {
    padding-left: 10px;
    box-sizing: border-box;
}

.field-set-row:not(:first-child) {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}

.field-set-header .row-fluid [class*="span"] .action-group {
    width: 100%;
}

.field-set-header .action-group {
    position: relative;
    overflow: hidden;
    margin-top: 2px;
}

.field-set-header .action-group > .action {
    float: right;
    text-decoration: none;
}

.field-set-header .action-group > button.action {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
    font-size: 12px;
}

.field-set-toolbar-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.help-icon {
    background-image: url(../images/body/help-icon-tiny.png);
}

.help-error-icon {
    background-image: url(../images/default/form/exclamation.gif);
}

.btn-reset-icon {
    background-image: url(../images/button/reset.png);
}

.btn-add-icon {
    background-image: url(../images/button/plus.png);
}

.modal-header {
    cursor: move;
}

.modal-body.small {
    max-height: 200px;
}

.checkbox-vertical {
    padding: 4px 0;
}

.vertical-area {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}

.qtip-ext-wheat {
    background-color: #FDFBED;
    border: 1px solid #CCCCCC;
}

.qtip-ext-grey {
    background-color: #eeeeee;
    border: 1px solid #ababab;
    border-radius: 2px;
}

/* import/restore vm wizard */
#vm_wizard_import_restore .import-restore-choice .choice,#stc_vm_recover .import-restore-choice .choice{
    text-align: center;
}

#vm_wizard_import_restore .choice > *,#stc_vm_recover .choice > *  {
    margin-right: 2px !important;
    margin-left: 2px !important;
}

#vm_wizard_import_restore .file-uploader .file-info,
#stun_preferences_iptable_import_xml_dialog .file-uploader .file-info,
#kit_upload_wizard .file-uploader .file-info, #stc_vm_recover .file-uploader .file-info {
    width: 440px;
}

#vm_wizard_import_restore .import-restore-choice .msg-note,#stc_vm_recover .import-restore-choice .msg-note {
    width: 585px;
    margin-bottom: 10px;
}

#vm_wizard_import_restore .import-restore-choice .btn-close,#stc_vm_recover .import-restore-choice .btn-close {
    min-width: 72px;
}

#vm_wizard_import_restore .tip-highlight,#stc_vm_recover .tip-highlight {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}

#vm_wizard_import_restore .additional-vhds .help-inline, #stc_vm_recover .additional-vhds .help-inline, {
    position: relative;
    top: -12px;
}

#vm_wizard_import_restore .file-uploader .progress-file-info,#stc_vm_recover .file-uploader .progress-file-info{
    left: 45%;
}

#vm_wizard_import_restore .export-notes,#stc_vm_recover .export-notes{
    width: 18px;
    height: 18px;
    display: inline-block;
}

#vm_wizard_import_restore .file-uploader-vm,#stc_vm_recover .file-uploader-vm{
    display: inline-block;
}

#vm_wizard_import_restore .additional-vhds .file-uploader, #stc_vm_recover .additional-vhds .file-uploader{
    display: inline-block;
}

#vm_wizard_import_restore .file-uploader .upload-progress .progress,#stc_vm_recover .file-uploader .upload-progress .progress {
    width: 528px;
}

#vm_wizard_import_restore .file-uploader .upload-progress-handle,#stc_vm_recover .file-uploader .upload-progress-handle {
    display: none;
}

#vm_wizard_import_restore .progress-task .progress-info,#stc_vm_recover .progress-task .progress-info  {
    margin-bottom: 10px;
}

#vm_wizard_import_restore .progress-task  .progress-handle,#stc_vm_recover .progress-task  .progress-handle {
    text-align: center;
}

#vm_wizard_import_restore .progress-task .ok ,#stc_vm_recover .progress-task .ok{
    background-image: url(../images/state/opts.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#vm_wizard_import_restore .progress-task .err, #stc_vm_recover .progress-task .err {
    background-image: url(../images/state/del.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#vm_wizard_import_restore .progress-task .in-progress, #stc_vm_recover .progress-task .in-progress{
    background-image: url(/assets/unity/images/loading.gif);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#vm_wizard_import_restore .progress-task .inactive, #stc_vm_recover .progress-task .inactive {
    opacity: .5;
    padding-left: 20px;
}

#vm_wizard_import_restore .row-fluid .text-center,
#stun_snapshots_create_vm_dialog .row-fluid .text-center, #stc_vm_recover .row-fluid .text-center  {
    text-align: center;
}

#vm_wizard_import_restore .row-fluid .text-right,#stc_vm_recover .row-fluid .text-right,
#stun_snapshots_create_vm_dialog .row-fluid .text-right {
    text-align: right;
}

#vm_wizard_import_restore .row-fluid input.text-center[type="checkbox"], #stc_vm_recover .row-fluid input.text-center[type="checkbox"],
#stun_snapshots_create_vm_dialog .row-fluid input.text-center[type="checkbox"] {
    width: 100%;
}

#stc-vm-create-modal .iso-image,
#vm_wizard_import_restore .remote-item,#stc_vm_recover .remote-item {
    padding-left: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#stc-vm-create-modal .iso-image:hover, #stc-vm-create-modal .iso-image.selected,
#vm_wizard_import_restore .remote-item:hover, #vm_wizard_import_restore .remote-item.selected ,#stc_vm_recover .remote-item:hover,#stc_vm_recover .remote-item.selected{
    background-color: #5886B7;
    color: white;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w490 {
    width: 490px;
}

#stc-vm-create-modal .iso-image.directory,
#vm_wizard_import_restore .remote-item.directory,#stc_vm_recover .remote-item.directory {
    background-image: url(../images/default/tree/folder.gif);
}

#vm_wizard_import_restore .remote-item.directory-up,#stc_vm_recover .remote-item.directory-up {
    background-image: url(../images/default/tree/directory-up.png);
}

#stc-vm-create-modal .iso-image.iso,
#vm_wizard_import_restore .remote-item,#stc_vm_recover .remote-item {
    background-image: url(../images/default/tree/leaf.gif);
}

#stc-vm-create-modal .form-inline .reporitory-url {
    margin-right: 10px;
    margin-bottom: 0;
}

#stc-vm-create-modal .remote-iso-repository,
#vm_wizard_import_restore .remote-target-repository,#stc_vm_recover .remote-target-repository {
    position: relative;
}

.loading-mask.in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(44, 44, 44);
    opacity: 0.6;
    cursor: wait;
}

.help-inline.block {
    padding-left: 0px;
}

.busy-indicator .loading-msg {
    padding-left: 5px;
}

#vm_wizard_import_restore .modal-body,
#stun_snapshots_create_vm_dialog .modal-body,#stc_vm_recover .modal-body {
    padding: 0;
}

#vm_wizard_import_restore .modal-body,#stc_vm_recover .modal-body  {
    margin-bottom: 20px;
}

#vm_wizard_import_restore .field-error,#stc_vm_recover .field-error
#stun_snapshots_create_vm_dialog .field-error,
#stc_network_add_alink_modal .field-error,.field-error {
    border: 1px rgb(149, 59, 57) solid;
    background-color: rgb(242, 222, 222);
    color: rgb(185, 74, 72);
}
.title-error{
    color: rgb(185, 74, 72) !important;
    font-size:11px !important;
}

#vm_wizard_import_restore .smux-wizard-page-content,#stc_vm_recover .smux-wizard-page-content,
#stun_snapshots_create_vm_dialog .smux-wizard-page-content {
    padding: 15px;
}

#vm_wizard_import_restore .auto-start .checkbox,#stc_vm_recover .auto-start .checkbox,
#stun_snapshots_create_vm_dialog .auto-start .checkbox {
    display: inline-block;
}

#vm_wizard_import_restore .auto-start-error,#stc_vm_recover .auto-start-error,
#stun_snapshots_create_vm_dialog .auto-start-error {
    margin-right: 5px;
}

#vm_wizard_import_restore .ovf-file-panel .repository-url,#stc_vm_recover .ovf-file-panel .repository-url{
    width: 400px;
    margin: 0 10px 0 0;
}
#vm_wizard_import_restore_recover .import-restore-recover-sel .repository-url {
    width: 400px;
    margin: 0 10px 0 0;
}

#stun_preferences_iptable_rule_new_dialog .ip-address.ipv6 input {
    width: 295px;
}

#stun_preferences_iptable_rule_new_dialog .help-inline {
    max-width: 280px;
    white-space: pre-wrap;
    line-height: 16px;
}

#stun_preferences_iptable_rule_new_dialog .ip-address.ipv6 .help-inline {
    max-width: 198px;
}

#ipTablesSecurity .iptables-ipv6-address-cell {
    white-space: pre-wrap;
    word-break: break-all;
}

#stun_preferences_iptable_import_xml_dialog .modal-header .alert {
    width: 500px;
    padding: 8px 14px;
    margin: 10px 0 0;
}

#stun_preferences_iptable_import_xml_dialog .modal-body {
    min-height: 80px;
}

#stun_preferences_iptable_import_xml_dialog .import-operation {
    text-align: center;
}

.help-inline .multi-line {
    display: block;
    max-width: 240px;
    white-space: pre-wrap;
    line-height: 16px;
}

.width-240 {
    max-width: 240px;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: 0;
}

/* hide the continue button before assumed network settings loaded when choose PXE replace options */
.recovery-dlg.hide-continue .x-toolbar-cell:nth-child(2) {
    display: none;
}

#recover-usb-dropdown {
    margin-top: 10px;
}

#node-recover-buttons {
    padding: 5px 0 0;
}

#node-recover-buttons button {
    outline: none;
    width: 300px;
    background: #444;
    border: 1px solid #6E6E6E;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: 1px 2px 5px #333;
    margin-bottom: 15px;
}

#node-recover-buttons button span {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}

#pxe-service-note {
    line-height: 14px;
    margin-right: 20px;
}

#recovery-msg {
    margin-top: 10px;
}

#taskScheduler .x-row-buttons {
    z-index: 100 !important;
}

#stun-create-task .radio-trigger {
    padding: 5px 0;
}

#stun-create-task .radio-target {
    position: relative;
    margin: 0 0 7px 20px;
}

#stun-create-task .trigger-dropdown {
    width: 70px;
    margin: 0;
}

#stun-create-task .trigger-input {
    width: 50px;
    margin: 0;
}

#stun-create-task .trigger-time-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border: none;
    margin: 1px;
    border-right: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}

#stun-create-task .trigger-time-dropdown {
    width: 72px;
    margin: 0;
    padding: 0;
}

#stun-create-task label {
    display: inline-block;
}

#stun-create-task .radio-target label {
    vertical-align: top;
    line-height: 30px;
    margin: 0 15px;
}

#stun-create-task .radio-target label.start-date-title {
    margin-left: 0;
}

#stun-create-task .radio-target .time-input-dropdown {
    position: relative;
    display: inline-block;
}

#stun-create-task .radio-target label.checkbox {
    margin: 10px 15px 0 0;
    padding-top: 0;
}

#stun-create-task .radio-target label input {
    margin-top: 9px;
}

#stun-create-task .radio-target .control-group {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#stun-create-task .radio-target .control-group .controls {
    display: inline-block;
    vertical-align: top;
    height: auto;
}

#stun-create-task .radio-target .control-group .controls .help-inline {
    display: block;
    width: 64px;
    white-space: nowrap;
    padding: 0;
}

#unit-system-section,
#unit-node-section,
#unit-pm-detail-section,
#unit-vm-detail-section,
.unit-section-content {
    text-align: left;
}

#unit-pm-detail-section .unit-section-title,
#unit-vm-detail-section .unit-section-title {
    cursor: pointer;
}

#unit-node-section .unit-section-title {
    text-align: left;
    margin: 10px 0 0 0;
}

#unit-node-section .progress-chart-container {
    margin-right: 25px;
}

#unit-node-section .io-chart-container {
    margin-left: 20px;
}

.unit-statistic-time-span {
    float: none;
    display: inline-block;
    margin: 0 0 0 20px;
}

.unit-statistic-time-span label {
    display: inline-block;
}

.unit-statistic-time-span .unit-statistic-time-span-list {
    float: none;
    display: inline-block;
    margin: 10px 0 0;
}

.unit-statistic-time-span span {
    font-size: 12px;
    line-height: 16px;
}

.unit-statistic-time-span .unit-statistic-time-span-list .span-item {
    float: none;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: #aaa 1px 1px 0;
    min-width: 90px;
    padding: 5px;
    margin: 0 0 0 10px;
    text-align: center;
    cursor: pointer;
}

.unit-statistic-time-span .unit-statistic-time-span-list .span-item.active {
    border: 1px solid #59a4ee;
    box-shadow: #277bce 1px 1px 0;
    color: #59a4ee;
}

.line-chart-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    cursor: pointer;
    border: 6px solid transparent;
    border-top: 12px solid #888;
    border-bottom: 0;
}

.line-chart-toggle:hover {
    border-top-color: #333;
}

.shrink .line-chart-toggle {
    border: 6px solid transparent;
    border-left: 12px solid #888;
    border-right: 0;
}

.shrink .line-chart-toggle:hover {
    border-left-color: #333;
}

.shrink .unit-section-content {
    height: 0;
    overflow: hidden;
}

.chart-wrapper {
    position: relative;
}

.chart-wrapper .chart-dropdown-wrapper {
    position: absolute;
    right: 40px;
    top: 15px;
    text-align: right;
}

.chart-wrapper .chart-dropdown-wrapper .text-error {
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
}

#unit-pm-detail-section #pm-dropdown-node,
#unit-vm-detail-section #vm-dropdown-vm {
    float: right;
    z-index: 1;
}

/* Ext 3.4 css overridding */

/* Fix Ext 3.4 truncated float menu dropdown in IE10 */
/* See EV-3042 */
.x-menu-floating {
    width: auto !important;
}

#stun_preferences_config_import_xml_dialog .file-uploader .file-info {
     width: 422px;
}

#fileConfigList ul {
    margin-left: 10px;
    list-style: decimal inside;
}

#fileConfigList ul li {
    line-height: 25px;
}

#fileConfigList .state-icon {
    display: inline-block;
    margin: -3px 17px;
}

.import-operation {
    text-align: center;
}

.pref-export-cmd-icon {
    background-image: url(../images/prefsnav/exp.png) !important;
}

.license-information-install-lbl {
    padding-top: 10px;
    height: 30px;
    width: 560px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.upgrade-process-container{
    padding: 0;
    margin: 10px 0;
}

.upgrade-process-container .process-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 74px;
    color: #666666;
    font-size: 12px;
    text-align: center
}

.upgrade-process-container .process-item.circle {
    width: 74px;
    border-radius: 50%;
    border: 1px solid #666666;
}

.upgrade-process-container .process-item.line {
    width: 80px;
}

.upgrade-process-container .process-item.special-line {
    width: 30px;
}

.upgrade-process-container .process-item .empty-element,
.upgrade-process-container .process-item .text {
    display: inline-block;
    vertical-align: middle;
}

.upgrade-process-container .process-item .empty-element {
    height: 100%;
    width: 0;
}

.upgrade-process-container .process-item .text {
    width: 100%;
}

.upgrade-process-container .process-item .border-line {
    position: absolute;
    width: 100%;
    top: 50%;
    border-top: 1px solid #666666;
}

.upgrade-process-container .process-item .right-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-left: 6px solid #666666;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.upgrade-process-container .process-item.processing {
    color: green;
    border-color: green;
}

.upgrade-process-container .process-item.current-process-step {
    color: orange;
    border-color: orange;
}

.upgrade-process-container .process-item.processing .border-line {
    border-color: green;
}

.upgrade-process-container .process-item.processing .right-arrow {
    border-left-color: green;
}

.upgrading-msg {
    display: inline-block;
    width: 420px;
    margin-left: 20px;
    margin-top: 20px;
}

#userfile {
    width: 100%;
    height: 100%;
    margin-left: -445px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.task-calendar-container {
    display: inline-block;
    margin-bottom: 10px;
}

.task-calendar-container .calendar-container {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 9999;
}

.task-calendar-container .calendar-container select {
    width: inherit !important;
}

.task-calendar-container .task-calendar .calendar-value {
    width: 188px;
    margin-bottom: 0;
    background: #ffffff;
    cursor: pointer;
}

#task-datepicker_calendar {
    padding: 7px 0;
}

#task-datepicker_calendar #task-datepicker_mainheading  select {
    margin: 0 4px;
    background-color: #ffffff;
    color: #555555;
    border-color: rgb(169, 169, 169);
}

#task-datepicker_calendar #task-datepicker_mainheading input {
    color: buttontext;
    background-color: buttonface;
    border-color: buttonface;
}

#task-datepicker_calendar tr:last-child input {
     display: none;
}

#pxe-replace-options .group-setting {
    margin-bottom: 10px;
    font-weight: bold;
}

#pxe-replace-options .loading {
    width: 16px;
    height: 16px;
    background-image: url(/assets/unity/images/loading.gif);
    background-repeat: no-repeat;
}

#pxe-replace-options .control-group,
#pxe-replace-options .network-assumption {
    margin-left: 20px;
}

#pxe-replace-options .help-inline {
    display: block;
    padding-left: 0px;
}

#pxe-replace-options .control-group div.controls {
    height: auto;
}

.operator-label {
    font-size: 18px;
    padding-right: 10px;
}

.restore-operator-label {
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 21px;
}

.input-suffix-msg {
    margin-left: 10px;
    font-weight: bold;
}

.field-set-body .comb-line-space {
    margin-bottom: 10px;
}

.vm-import-restore-usb-list {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.vm-import-restore-usb-list .usb-select {
    display: block;
}

#kit_upload_wizard .upload-progress .progress-info {
    margin-left: 6px;
    line-height: 30px;
}

#kit_upload_wizard .import-operation {
    margin-top: 10px;
}

.snmp-config .snmp-content {
    margin-left: 17px;
    color: #fff;
    background: #000;
    cursor: default;
}

.snmp-config .snmp-content.x-item-disabled {
    opacity: 1
}

.snmp-config .snmpd-tip-message {
    margin: 5px 0 0 17px;
    cursor: default;
}

.license-install-content-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.license-information-then-lbl {
    padding-top: 5px;
    width: 560px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.license-information-or-lbl {
    font-size: 14px;
    font-weight: bold;
    padding-top: 9px;
    text-align: center;
}

.license-steps-button {
    left: auto !important;
    right: 10px;
}

.migrate-failed-dialog .x-tool {
    display: none;
}

.change-mount-url-btn {
    margin-left: 18px;
    margin-top: 5px;
}

.vm-export-path-label {
    line-height:25px;
    margin-top: 5px;
}

.monitor-config-grid .x-form-invalid,
.monitor-config-grid .x-grid3-dirty-cell {
    background: none;
}

.monitor-config-grid td.x-grid3-cell {
    height: 22px;
}

.pwd-policy-login-interval-unit {
    width: 37px !important;
    margin-left: 15px;
}

.licensed-feature-notice {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
}

.licensed-feature-notice .monitor-feature-screenshot {
    display: block;
    margin: 5px 0 0;
    width: 100%;
    max-width: 1190px;
    min-width: 700px;
}

#stun_preferences_iptable_import_xml_dialog .import-operation .msg-note {
    width: 550px;
    margin-bottom: 10px;
    text-align: left;
}

#stun_preferences_iptable_import_xml_dialog .append-button {
    margin-right: 8px;
}

.vm_attach_usb_note {
    color: #b94a48;
    margin-left: 200px;
    margin-top: 10px;
    font-size: 12px;
}

.fake-pwd{
    color: #000000;
}

.capslock-icon {
    background: white url(../images/login/capslock.png) right no-repeat;
    background-origin: content-box;
    background-size: contain;
}

.navigate-btn-section {
    text-align: center; 
    padding: 5px;
}
.navigate-btn-section > * {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.sample-repository {
    color:green;
    background:#FCF8CA;
}
.imported-vm-summary{
    max-width: 620px;
}

.tbl-remote-file{
    border-collapse: collapse;
    outline: none;
    width:580px;
}
.tbl-remote-file tbody tr td, .tbl-remote-file thead tr th{
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tbl-remote-file thead tr th:not(:last-child){
    border-right: 1px solid #999;
}
.tbl-remote-file thead tr th:not(:first-child), .tbl-remote-file tbody tr td:not(:first-child){
    padding-left: 5px;
}
.tbl-remote-file thead tr th:hover{
    background: #D6EAF8;
    cursor: pointer;
}
.tbl-remote-file tbody tr.remote-row:hover, .tbl-remote-file tbody tr.remote-row.selected{
    background-color: #5886B7;
    color: white;
    cursor: pointer;
}
.tbl-remote-file .sort-asc::after{
    content: "\25b2";
    color: #0088cc;
    margin: 0 0.5em;
}
.tbl-remote-file .sort-desc::after{
    content: "\25bc";
    color: #0088cc;
    margin: 0 0.5em;
}

.update-message-align{
    padding: 10px;
}

.update-title-align{
    font-size: medium;
}

.override-selection .x-grid3-row-selected {
    background-color: transparent !important;
}

.override-selection .x-grid3-row-selected:not(.stun-do-not-highlight-selections) .x-grid3-cell-inner {
    color: #333333 !important;
    border-bottom-style: 1px !important;
}

.override-selection .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
    background-image: none !important;
}

.override-tabpanel .x-tab-strip-top {
    background-image: none !important;
}

.ext-btn-secondary {
    height: 30px;
    width: 70px !important;
}

.ext-btn-secondary-mt {
    margin-top: 2px;
}

.sw-update-link {
    color: #0088cc;
}
.sw-update-link-hover {
    text-decoration: underline;
}

.pref-sw-update-msg {
    padding: 8px;
    text-align: center;
}

.sw-msg-box.x-window-dlg .ext-mb-text {
    margin-left: 15px;
}

.wrap-me {
    width: 290px;
    font-weight: bold;
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 7px;
}

.app-form-invalid-msg .x-form-invalid-msg {
    background-image: url(../images/default/form/exclamation.gif);
}

.buggrab-error-icon {
    background-image: url(../images/default/form/exclamation.gif);
    background-repeat: no-repeat;
    height: 16px;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 3px;
}

.add-node-fs legend>* {
    font-size: 15px;
    font-style: italic;
    color: #5886B7;
   
}

.add-node-wizard-tab .x-tab-strip-active span.x-tab-strip-text{
    color: #5886B7 !important;
}

.add-node-wizard-tab .x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
    padding-left: 24px;
}

.add-node-step1-icon {
    background: url(../images/availability-wizard/step1.png) !important;
    background-repeat: no-repeat !important;
    margin-bottom: 2px !important;
    margin-top: 8px !important;
}

.add-node-step2-icon {
    background: url(../images/availability-wizard/step2.png) !important;
    background-repeat: no-repeat !important;
    margin-bottom: 2px !important;
    margin-top: 8px !important;
}

.add-node-step3-icon {
    background: url(../images/availability-wizard/step3.png) !important;
    background-repeat: no-repeat !important;
    margin-bottom: 2px !important;
    margin-top: 8px !important;
}

.add-node-step4-icon {
    background: url(../images/availability-wizard/step4.png) !important;
    background-repeat: no-repeat !important;
    margin-bottom: 2px !important;
    margin-top: 8px !important;
}

.peer-paired-icon {
    background-image: url(../images/availability-wizard/nodes-paired.png);
    background-repeat: no-repeat;
    background-size: 75px 35px;
}

.peer-paired-icon.none {
    background-image: none !important;
}

.btn-plus-addnode {
    background: url(../images/availability-wizard/add-node.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}

.btn-plus-addnode:hover {
    transform: scale(1.05);
}

.x-item-disabled .btn-plus-addnode {
    opacity: .3;
    -moz-opacity: .3;
    transform: none !important;
}

.discovery-step {
    background: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 154px;
}

.discovery-step.success {
    background: url(/assets/unity/images/icons/16/generic/opts.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.discovery-step.failed {
    background: url(/assets/unity/images/icons/16/generic/del.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
.block_editable{
    cursor: no-drop; 
    opacity: 0.5; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sn-viewheader-ml {
    padding-left:9px;
    background:transparent url(../images/body/view-header-sprite.png) 0px -6px;
    zoom:1;
}

.sn-viewheader-mr {
    padding-right:9px;
    background:transparent url(../images/body/view-header-sprite.png) 100% -59px;
    zoom:1;
}
.sn-viewheader-mc {
    background: transparent url(../images/body/view-header-sprite.png) repeat-x 0px -112px;
    overflow:hidden;
}

.sn-viewheader-tl {
    background: transparent url(../images/body/view-header-sprite.png) no-repeat 0px 0px;
    padding-left:9px;
    zoom:1;
}
.sn-viewheader-tr {
    background: transparent url(../images/body/view-header-sprite.png) no-repeat 100% -53px;
    padding-right:9px;
    zoom:1;
}
.sn-viewheader-tc {
    height: 6px;
    overflow: hidden;
    background: transparent url(../images/body/view-header-sprite.png) repeat-x 0px -106px;
}

.sn-viewheader-bl {
    background: transparent url(../images/body/view-header-sprite.png) no-repeat 0px -47px;
    padding-left:9px;
    zoom:1;
}
.sn-viewheader-br {
    background: transparent url(../images/body/view-header-sprite.png) no-repeat 100% -100px;
    padding-right:9px;
    zoom:1;
}
.sn-viewheader-bc {
    height:6px;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
    background: transparent url(../images/body/view-header-sprite.png) repeat-x 0px -153px;
}
.sn-viewheader-bwrap {
    overflow:hidden;
    zoom:1;

}

.sn-viewheader-body {
    background: transparent;
    overflow:hidden;
}


.sn-subeview-ml {
    padding-left:0px;
    zoom:1;
}

.sn-subeview-mr {
    padding-right:0px;
    zoom:1;
}
.sn-subeview-mc {
    background:#fff;
    overflow:hidden;
}

.sn-subeview-tl {
    background: #fff url(../images/body/subview-header-top-left.png) no-repeat 0 0;
    padding-left:48px;
    zoom:1;
}
.sn-subeview-tr {
    background: transparent url(../images/body/subview-header-top-right.png) no-repeat right top;
    padding-right:48px;
    zoom:1;
}
.sn-subeview-tc {
    height: 12px;
    overflow: hidden;
    background: #fff url(../images/body/subview-header-slice.png) repeat-x 0 0;
}

.sn-subeview-bl {
    padding-left:1px;
    zoom:1;
}
.sn-subeview-br {
    padding-right:1px;
    zoom:1;
}
.sn-subeview-bc {
    height:1px;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
}
.sn-subeview-bwrap {
    overflow:hidden;
    zoom:1;
}
.sn-subeview-body {
    background: #F0F0F0;
    overflow:hidden;
}


/** sn-window skin **/

.x-panel-ghost .sn-window-tl {
    background-image: none;
}

.x-panel-ghost .sn-window-tr {
    background-image: none;
}

.x-panel-ghost .sn-window-tc {
    background-image: none;
}

.x-panel-ghost .x-tool {
    display: none;
}

.sn-window-proxy {
    border:1px solid red;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    display:none;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
}


.sn-window-bwrap {
    z-index:1;
    position:relative;
    zoom:1;
    left:0;top:0;
    overflow:hidden;
}

.sn-window-header {
    overflow:hidden;
    zoom:1;
}

.sn-window-header-text {
    cursor:pointer;
    font-size:14px;
    font-weight: bolder;
    line-height: 24px;
}

.sn-window-tl .sn-window-header {
    padding:14px 0 3px 15px;
}

.sn-window-ml {
    background: transparent url(../images/body/sn-window-ml.png) repeat-y 0 0;
    padding-left:19px;
    zoom:1;
}
.sn-window-mr {
    background: transparent url(../images/body/sn-window-mr.png) repeat-y right 0;
    padding-right:24px;
    zoom:1;
}
.sn-window-mc {
    background:#fff;
    overflow:hidden;
}

.sn-window-tl {
    background: transparent url(../images/body/sn-window-tbl.png) no-repeat 0 0;
    padding-left:19px;
    zoom:1;
    z-index:1;
    position:relative;
}

.sn-window-tr {
    background: transparent url(../images/body/sn-window-tbr.png) no-repeat right top;
    padding-right:24px;
    zoom:1;
}
.sn-window-tc {
    background: transparent url(../images/body/sn-window-tc.png) repeat-x 0 0;
    overflow:hidden;
    zoom:1;
}

.sn-window-bl {
    background: transparent url(../images/body/sn-window-tbl.png) no-repeat 0 bottom;
    padding-left:19px;
    zoom:1;
}

.sn-window-br {
    background: transparent url(../images/body/sn-window-tbr.png) no-repeat right bottom;
    padding-right:24px;
    zoom:1;
}
.sn-window-bc {
    background: transparent url(../images/body/sn-window-bc.png) repeat-x 0 bottom;
    padding-bottom:24px;
    zoom:1;
    font-size:0;
    line-height:0;
}

.sn-window-body {
    background: #fff;
    overflow:hidden;
}

.sn-window-bc .sn-window-footer {
    padding-bottom:6px;
    zoom:1;
    font-size:0;
    line-height:0;
}

/* Buttons */
.sn-window-footer.x-panel-btns {
    padding:14px  27px 4px 27px;
    overflow:hidden;
}


/*  */
.sn-progresswrapper-ml {
    background: transparent url(../images/body/sn-progresswrapper-ml.png) repeat-y 0 0;
    padding-left:10px;
    zoom:1;
}

.sn-progresswrapper-mr {
    background: transparent url(../images/body/sn-progresswrapper-mr.png) repeat-y right 0;
    padding-right:10px;
    zoom:1;
}

.sn-progresswrapper-mc {
    background: url(../images/body/sn-progresswrapper-mc.png) repeat top left;
    overflow:hidden;
}

.sn-progresswrapper-tl {
    background: transparent url(../images/body/sn-progresswrapper-tbl.png) no-repeat 0 0;
    padding-left:10px;
    zoom:1;
    z-index:1;
    position:relative;
}

.sn-progresswrapper-tr {
    background: transparent url(../images/body/sn-progresswrapper-tbr.png) no-repeat right top;
    padding-right:10px;
    zoom:1;
}

.sn-progresswrapper-tc {
    height: 10px;
    background: transparent url(../images/body/sn-progresswrapper-tc.png) repeat-x 0 0;
    overflow:hidden;
    zoom:1;
}

.sn-progresswrapper-bl {
    background: transparent url(../images/body/sn-progresswrapper-tbl.png) no-repeat 0 bottom;
    padding-left:10px;
    zoom:1;
}

.sn-progresswrapper-br {
    background: transparent url(../images/body/sn-progresswrapper-tbr.png) no-repeat right bottom;
    padding-right:10px;
    zoom:1;
}

.sn-progresswrapper-bc {
    background: transparent url(../images/body/sn-progresswrapper-bc.png) repeat-x 0 bottom;
    padding-bottom:10px;
    zoom:1;
    font-size:0;
    line-height:0;
}

.sn-progresswrapper-bwrap {
    overflow:hidden;
    zoom:1;
}

.sn-progresswrapper-body {
    background: transparent;
    overflow:hidden;
}

.horz-rule {
    background: transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #aaa;
    padding-bottom: 9px;
}

.sn-progress-wrap {
    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
}

.sn-progress-inner {
   background: url(../images/body/progress-track-tile.png) repeat-x;
}

.sn-progress-bar {
    background: url(../images/body/progress-bar-tile.png) repeat-x;
    transition: width 0.5s;
}

.sn-progress-text {
    font-size:11px;
    font-weight:bold;
    color:#fff;
}

.sn-progress-text-back {
    color:#5F5F5F;
}

.down-horz-rule-left {
    background: transparent url(../images/body/horz-rule-down-left.png) no-repeat;
}

.down-horz-rule-center {
    background: transparent url(../images/body/horz-rule-down-slice.png) repeat-x;
}

.down-horz-rule-right {
    background: transparent url(../images/body/horz-rule-down-right.png) no-repeat;
}

.up-horz-rule-left {
    background: transparent url(../images/body/horz-rule-up-left.png) no-repeat;
}

.up-horz-rule-center {
    background: transparent url(../images/body/horz-rule-up-slice.png) repeat-x;
}

.up-horz-rule-right {
    background: transparent url(../images/body/horz-rule-up-right.png) no-repeat;
}


/** help tip **/
.sn-help-tip-ml {
    background: transparent url(../images/body/sn-help-tip-mlr.png) repeat-y 0 0;
    padding-left:13px;
    zoom:1;
}

.sn-help-tip-mr {
    background: transparent url(../images/body/sn-help-tip-mlr.png) repeat-y right 0;
    padding-right:13px;
    zoom:1;
}

.sn-help-tip-mc {
    background-color: #FDFBED;
    overflow:hidden;
}

.sn-help-tip-tl {
    background: transparent url(../images/body/sn-help-tip-tbl.png) no-repeat 0 0;
    padding-left:13px;
    zoom:1;
    z-index:1;
    position:relative;
}

.sn-help-tip-tr {
    background: transparent url(../images/body/sn-help-tip-tbr.png) no-repeat right top;
    padding-right:13px;
    zoom:1;
}

.sn-help-tip-tc {
    height: 13px;
    background: transparent url(../images/body/sn-help-tip-tbc.png) repeat-x 0 0;
    overflow:hidden;
    zoom:1;
}

.sn-help-tip-bl {
    background: transparent url(../images/body/sn-help-tip-tbl.png) no-repeat 0 bottom;
    padding-left:13px;
    zoom:1;
}

.sn-help-tip-br {
    background: transparent url(../images/body/sn-help-tip-tbr.png) no-repeat right bottom;
    padding-right:13px;
    zoom:1;
}

.sn-help-tip-bc {
    background: transparent url(../images/body/sn-help-tip-tbc.png) repeat-x 0 bottom;
    padding-bottom:13px;
    zoom:1;
    font-size:0;
    line-height:0;
}

.sn-help-tip-bwrap {
    overflow:hidden;
    zoom:1;
}

.sn-help-tip-body {
    background: transparent;
    overflow:hidden;
}

@charset "UTF-8";
/* CSS Document */

 body {
    background-color:#f0f0f0;
    font-family: Lucida,'Lucida Grande',Arial,Helvetica,Sans-serif;
    font-size:11px;
    line-height: 11px;
}

.login-box {
    width:549px;
    /* min-height:328px; */

    margin: 15px auto 0 auto;
    padding: 15px;
    position: relative;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 1px 1px 5px #BABABA;
    -webkit-box-shadow: 1px 1px 5px #BABABA;
    box-shadow: 1px 1px 5px #BABABA;
}

.login-logo {
    position: absolute;
    height: 90px;
    width: 175px;
    left: 32px;
    top: 100px;
}

.unit-info {
    margin: 30px 0 0 250px;
    /* to fix verticle margin collapse */
    padding: 1px;
}

.unit-health {
    margin-top: 5px;
    margin-right: 85px;
    float: right;
    height: 32px;
    width: 32px;
}

.severity {
    width: 32px;
    height: 32px;
    background:url(../images/login/health.png) no-repeat;
}

.serious, .critical { background:url(../images/login/critical.png) no-repeat; }
.moderate { background:url(../images/login/moderate.png) no-repeat; }
.warning, .minor { background:url(../images/login/minor.png) no-repeat; }
.info { background:url(../images/login/info.png) no-repeat; }
.healthy, .ok, .normal { background:url(../images/login/healthy.png) no-repeat; }

.inner-unit-info, .inner-unit-info-no-siteid {
    background:url(../images/login/web.png) no-repeat 0px 10px;
}

.inner-unit-info {
    padding: 10px 0 9px 20px;
    margin-bottom: 20px;
}

.inner-unit-info-no-siteid {
    padding: 10px 0 25px 20px;
}

.unit, .ip, .siteid{
    padding-bottom: 5px;
}

/* form */
form.login-form {
    margin: 0;
}

.login-form label {
    font-size:13px;
    /* padding: 0 0 6px 2px; */
    /* display:block; */
}

input[type="text"].login-input, input[type="password"].login-input  {
    background: url(../images/login/input-bg.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #2e2e2e;
    font-size: 1.6em;
    height: 26px;
    padding: 4px 8px;
    width: 196px;
    margin-bottom: 20px;
    display:block;
}


/* Buttons */

a.button {
    background: transparent url('../images/login/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight:bold;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-shadow: #666666 0px 0px 2px;
}

a.button span {
    background: transparent url('../images/login/bg_button_span.png') no-repeat;
    display: inline-block;
    line-height: 14px;
    padding: 8px 0 8px 18px;
}

a.button-disabled {
    background: transparent url('../images/login/bg_button_disabled_a.png') no-repeat scroll top right;
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-shadow: #666666 0px 0px 2px;
}

a.button-disabled span {
    background: transparent url('../images/login/bg_button_disabled_span.png') no-repeat;
    display: inline-block;
    line-height: 14px;
    padding: 8px 0 8px 18px;
}

/*tooltip that appears on new user login link */
a.smux-login-tooltip:hover {
    background:#f0f0f0;
    text-decoration:none;
} /*BG color is a must for IE6*/

a.smux-login-tooltip span.smux-tip-content {
    display:none;
    padding: 11px 10px 4px 8px;
    margin: 12px 0 0 -150px;
    width:244px;
    height:90px;
    line-height:13px;
}

a.smux-login-tooltip:hover span.smux-tip-content {
    display:inline;
    position:absolute;
    background:#ffffff;
    color:#2e2e2e;
    background:url(../images/login/tip-bubble.png) no-repeat;
}

/* Legal */
.loginlnks {
    width:573px;
    margin:5px auto;

}

.loginlnks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.loginlnks ul li { display: inline; }

.loginlnks ul li a {
    text-decoration: none;
    padding: 2px 20px 0 4px;
    color:#2e2e2e;
}

.loginlnks ul li a:hover {
    color:#999;
}

.copyright {
    color:#999;
    font-size:9px;
    margin: 30px auto 5px auto;
    text-align: center;
}

.version {
    color:#999;
    font-size:9px;
    margin: 5px auto 50px auto;
    text-align: center;
}

.logout-msg-placeholder {
    height: 26px;
    width : 5px;
    border: none;
    background-color: transparent;
    margin: 66px auto 0 auto;
}

.logout-msg {
    margin: 66px auto 0 auto;
    width: 440px;
    border: #b5b5b5 1px solid;
    color: #2e2e2e;
    font-size:12px;
    background-color:#fdfbed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border-radius: 5px; /* future proofing */
    text-align:left;
}

.logout-msg .info {
    margin: 5px 6px 5px 6px;
    background-image:url(../images/state/warning.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    line-height: 16px;
}

.submit-btn {
    background: #585858;
    background-image: -webkit-linear-gradient(top, #585858, #4c4c4c);
    background-image: -moz-linear-gradient(top, #585858, #4c4c4c);
    background-image: -ms-linear-gradient(top, #585858, #4c4c4c);
    background-image: -o-linear-gradient(top, #585858, #4c4c4c);
    background-image: linear-gradient(to bottom, #585858, #4c4c4c);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    font-weight: bold;
    text-shadow: #666666 0px 0px 2px;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    min-width: 100px;
}

.submit-btn:hover {
    text-decoration: none;
}

/* additional styles for unsupported browser page */
.unsupportedMsg {
    margin: 26px 30px 0 233px;
    border: #b5b5b5 1px solid;
    color: #2e2e2e;
    font-size:12px;
    background-color: #fdfbed;
    padding: 20px 20px 2px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    text-align: left;
}

.unsupportedMsg hr {
    border-top: 1px solid #919191;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}

.unsupportedMsg ul {
    margin: 20px;
}

.unsupportedMsg ul li {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
}

.unsupportedMsg ul li a {
    color: #11A6BD;
    text-decoration: none;
}

.unsupportedMsg ul li a:hover {
    text-decoration: underline;
}

.unsupportedMsg .note {
    font-weight: bold;
    display: block;
    color: #2e2e2e;
    padding: 0 0 4px 0;
    font-size: 16px;
    text-align: center;
}

.unsupportedMsg .warn {
    font-weight: bold;
    color: #F62817;
    background-image:url(../images/login/exclamation-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 22px;
}

#dontshow {
    margin-top:10px;
}

#continue {
    margin:20px auto;
    width:120px;
}

.unsupported-browser-box {
    width:579px;
    /* height:399px; */

    margin: 15px auto 0 auto;
    padding: 15px;
    position: relative;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 1px 1px 5px #BABABA;
    -webkit-box-shadow: 1px 1px 5px #BABABA;
    box-shadow: 1px 1px 5px #BABABA;
}


.btn_forgot_password {
    color: inherit;
    text-decoration:underline;
    margin-left: 30px;
}

.login-form-wrapper a {
    color: inherit;
}

.login-banner-panel {
    width: 578px;
    margin: 15px auto 0 auto;
}

.login-banner-panel textarea {
    color: #c5881f;
    font-size: 11px;
    background-color: #FCF8CA !important;
    border: 1px solid #FCF088;
    border-radius: 4px;
    width: 561px;
    height: 55px;
    padding: 5px 8px;
}

.login-capslock-icon {
     background: url(../images/login/capslock.png) no-repeat right, url(../images/login/input-bg.png) no-repeat scroll 0 0 transparent !important;
     background-position: 98% 50%, 0 0 !important;
}
