/*
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333333;
  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 {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -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 {
  * {
    text-shadow: none !important;
    color: black !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 #999999;
    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: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #444444;
  background-color: #fafafc;
}

a {
  color: #005b8a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005b8a;
  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 #cccccc;
  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;
  content: "";
  line-height: 0;
}
.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;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

[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;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 8px;
}

.lead {
  margin-bottom: 16px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 24px;
}

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: gray;
}

.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: 8px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 16px;
  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: 32px;
}

h1 {
  font-size: 35.75px;
}

h2 {
  font-size: 29.25px;
}

h3 {
  font-size: 22.75px;
}

h4 {
  font-size: 16.25px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11.05px;
}

h1 small {
  font-size: 22.75px;
}

h2 small {
  font-size: 16.25px;
}

h3 small {
  font-size: 13px;
}

h4 small {
  font-size: 13px;
}

.page-header {
  padding-bottom: 7px;
  margin: 16px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

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

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

li {
  line-height: 16px;
}

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;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 16px;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 8px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

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

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 16px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 16px;
  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: 16px;
  font-style: normal;
  line-height: 16px;
}

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

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

pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 16px;
}
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 {
  margin: 0 0 16px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 19.5px;
  line-height: 32px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 12px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 16px;
  padding: 3px 6px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
  vertical-align: middle;
}

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

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  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,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* 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"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 26px;
  /* 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: 26px;
}

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.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: 16px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

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

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

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 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;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

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

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

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  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:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .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:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .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:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .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:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 15px 20px 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

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

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

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

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 8px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.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-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

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

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

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

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

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

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

.form-horizontal .control-group {
  margin-bottom: 16px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 8px;
}
.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: 16px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 16px;
  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: #fafafc;
}

.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;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 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;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 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;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 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;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.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;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 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;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 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: whitesmoke;
}

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-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* 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-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

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

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

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

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

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

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

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

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

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

.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 black;
  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: white;
  border: 1px solid #cccccc;
  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: 7px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #005480;
  background-image: -moz-linear-gradient(top, #005b8a, #004a71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b8a), to(#004a71));
  background-image: -webkit-linear-gradient(top, #005b8a, #004a71);
  background-image: -o-linear-gradient(top, #005b8a, #004a71);
  background-image: linear, to bottom, #005b8a, #004a71;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF005B8A', endColorstr='#FF004A71', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #005480;
  background-image: -moz-linear-gradient(top, #005b8a, #004a71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b8a), to(#004a71));
  background-image: -webkit-linear-gradient(top, #005b8a, #004a71);
  background-image: -o-linear-gradient(top, #005b8a, #004a71);
  background-image: linear, to bottom, #005b8a, #004a71;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF005B8A', endColorstr='#FF004A71', 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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.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 black;
  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;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

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

.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-left: 20px;
  padding-right: 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: whitesmoke;
  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: 16px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  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;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear, to bottom, white, #e6e6e6;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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: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 #333333;
  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: 16.25px;
  -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.05px;
  -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: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00488a;
  background-image: -moz-linear-gradient(top, #005b8a, #002d8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b8a), to(#002d8a));
  background-image: -webkit-linear-gradient(top, #005b8a, #002d8a);
  background-image: -o-linear-gradient(top, #005b8a, #002d8a);
  background-image: linear, to bottom, #005b8a, #002d8a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF005B8A', endColorstr='#FF002D8A', GradientType=0);
  border-color: #002d8a #002d8a #00143e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002d8a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #002d8a;
  *background-color: #002571;
}
.btn-primary:active, .btn-primary.active {
  background-color: #001c57 \9;
}

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  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, to bottom, #fbb450, #f89406;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  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, to bottom, #ee5f5b, #bd362f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  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, to bottom, #62c462, #51a351;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear, to bottom, #5bc0de, #2f96b4;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  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, to bottom, #444444, #222222;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \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 {
  border-color: transparent;
  cursor: pointer;
  color: #005b8a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005b8a;
  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;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

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

.btn-toolbar {
  font-size: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.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: 13px;
}

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

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

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

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

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

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

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

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

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

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

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

.btn-group.open .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: #002d8a;
}
.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-left-width: 5px;
  border-right-width: 5px;
  border-top-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: white;
  border-bottom-color: white;
}

.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-left: 0;
  margin-top: -1px;
}

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

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

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

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

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

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

.alert h4 {
  margin: 0;
}

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

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

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

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

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

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

.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-left: 0;
  margin-bottom: 16px;
  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: 16px;
  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-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

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

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

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

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

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

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

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

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 16px;
  border: 1px solid transparent;
  @inculde 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;
  background-color: #fafafc;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #005b8a;
}

.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 #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/* 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: white;
  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: white;
  border-bottom-color: white;
  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;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

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

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

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

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

.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-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}

.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 #dddddd;
}

.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: #dddddd transparent #dddddd #dddddd;
  *border-right-color: white;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
}

.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: #dddddd #dddddd #dddddd transparent;
  *border-left-color: white;
}

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

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

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

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear, to bottom, white, #f2f2f2;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

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

.navbar .brand {
  float: left;
  display: block;
  padding: 12px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white;
}
.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-left: 1px solid #f2f2f2;
  border-right: 1px solid white;
}

.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;
  content: "";
  line-height: 0;
}
.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 {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 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-left: 0;
  padding-right: 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: 12px 15px 12px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

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

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

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

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear, to bottom, #f2f2f2, #e6e6e6;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  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:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #e6e6e6;
  *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 {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

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

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

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

.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 {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.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, to bottom, #222222, #111111;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
.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 .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: white;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: white;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.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 {
  background-color: #111111;
  color: white;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: white;
  color: white;
}
.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: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-search .search-query {
  color: white;
  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 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear, to bottom, #151515, #040404;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: white;
  background-color: #040404;
  *background-color: black;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 16px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}

.pagination {
  margin: 16px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 16px;
  text-decoration: none;
  background-color: white;
  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: whitesmoke;
}

.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;
  background-color: transparent;
  cursor: default;
}

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

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

.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: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

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

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

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

.pager {
  margin: 16px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.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 #dddddd;
  -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;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.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: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -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;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

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

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

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -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-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}

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

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

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 16px;
  border: 1px solid #dddddd;
  -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: #005b8a;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  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;
}

@-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 {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear, to bottom, whitesmoke, #f9f9f9;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  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, 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, 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: #dd514b;
  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, 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, 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: #5db95d;
  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, 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, 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, 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, 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: #f9a732;
  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, 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, 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: 16px;
}

.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: 16px;
  line-height: 1;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  -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: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: white;
  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;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 16px;
}

.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: 24px;
  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;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 24px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

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

.right {
  float: right;
}

/*
.pace {
    &.pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #81c564;
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        height: 2px;

        -webkit-transition: width 1s;
        -moz-transition: width 1s;
        -o-transition: width 1s;
        transition: width 1s;
    }
}
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #81c564;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

select,
input[type="file"] {
  height: 24px;
  /* 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: 24px;
}

.cfp-hotkeys-close {
  line-height: 45px;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
html, body {
  height: 100%;
  overflow: hidden;
}

li {
  list-style: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

#grammarly-check {
  position: absolute;
  top: 0;
  left: -1000px;
  width: 500px;
  height: 200px;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 964px;
  max-width: 1220px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#navigation {
  margin-right: 4px;
}

#secondary {
  margin-left: 28px;
}
#secondary > ng-include > fw-panel {
  margin-top: 17px;
}
#secondary > ng-include > fw-panel:first-of-type {
  margin-top: 0px;
}

#header {
  position: relative;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 145px;
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 3px;
}
#logo a {
  display: inline-block;
  width: 135px;
  line-height: 42px;
}

a.link-button {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 8px;
  margin-bottom: 8px;
}
a.link-button:hover {
  text-decoration: none;
  background: #74b053;
}

#navigation .navigation-item {
  position: relative;
  min-height: 31px;
}
#navigation .navigation-item .folder-marker {
  position: absolute;
  display: none;
  width: 5px;
  height: 5px;
  top: 10px;
  right: 0px;
}
#navigation .navigation-item .folder-marker.unread {
  display: block;
  background: #81c564;
}
#navigation .navigation-item ul li .folder-marker {
  top: 7px;
}
#navigation .navigation-item a {
  margin-left: 4px;
}
#navigation #user-folder-list {
  overflow: hidden;
  overflow-y: auto;
  margin-right: -4px;
}
#navigation #user-folder-list a {
  margin-right: 4px;
  white-space: nowrap;
}
#navigation #user-folder-list a.active, #navigation #user-folder-list a.active:hover {
  margin-right: 0px;
}
#navigation #user-folder-list a:hover {
  margin-right: 0px;
}
#navigation #user-folder-list .folder-marker {
  right: 4px;
}
#navigation h2 {
  margin: 9px 9px 4px 9px;
  font-size: 13px;
  line-height: 17px;
}
#navigation a.nav-link {
  display: block;
  color: #444444;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 9px;
}
#navigation a.nav-link.active, #navigation a.nav-link.active:hover {
  padding-left: 4px;
  border-left: 5px solid #7e7d7f;
  margin-right: -4px;
  background-color: #81c564;
  color: white;
  font-weight: bold;
}
#navigation a.nav-link:hover {
  text-decoration: none;
  padding-left: 4px;
  border-left: 5px solid #fafafc;
  margin-right: -4px;
  background-color: #81c564;
  color: white;
}
#navigation a.nav-link:focus {
  text-decoration: none;
}
#navigation .button {
  height: 27px;
  line-height: 27px;
  padding: 0;
  padding-left: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 0;
  text-align: left;
  width: 100%;
  background-color: #fafafc;
  color: #444444;
  font-size: 14px;
  float: none;
}
#navigation .button .material-icons {
  font-size: 20px;
  max-width: 20px;
  overflow: hidden;
  vertical-align: -5px;
}
#navigation .button:hover {
  margin-right: 0px;
  background-color: #81c564;
  color: white;
  cursor: pointer;
}
#navigation .button.selected {
  background-color: #e8e8e8;
  width: 150px;
}
#navigation .button.selected:hover {
  margin-right: 0px;
  background-color: #e8e8e8;
  color: #444444;
  cursor: default;
}
#navigation ul {
  margin-bottom: 9px;
}
#navigation ul li {
  margin-bottom: 1px;
  position: relative;
}
#navigation ul li a {
  margin-top: 0;
  margin-bottom: 0;
}
#navigation ul li a.folder-droppable {
  text-decoration: none;
  padding-left: 4px;
  border-left: 5px solid white;
  margin-right: -4px;
  background-color: #81c564;
  color: white;
}
#navigation ul li .folder-marker {
  top: 7px;
}
#navigation ul li .button {
  font-size: 10px;
}
#navigation ul li .button:hover {
  color: #444444;
  font-weight: bold;
  background-color: #fafafc;
}
#navigation .create-news {
  position: relative;
}
#navigation .create-news .menu {
  margin: 0;
}
#navigation .create-news .menu li {
  white-space: nowrap;
  color: #005b8a;
  line-height: 20px;
}
#navigation .create-news .menu li:hover {
  cursor: pointer;
  font-weight: bold;
}
#navigation .admin .menu {
  width: 140px;
}
#navigation .recent .menu, #navigation .admin .menu, #navigation .addnews .menu {
  margin: 0;
}
#navigation .recent .menu li, #navigation .admin .menu li, #navigation .addnews .menu li {
  white-space: nowrap;
  color: #005b8a;
  line-height: 20px;
}
#navigation .recent .menu li a, #navigation .admin .menu li a, #navigation .addnews .menu li a {
  color: #005b8a;
  padding-left: 0;
}
#navigation .recent .menu li a:hover, #navigation .admin .menu li a:hover, #navigation .addnews .menu li a:hover {
  padding-left: 0;
  border-left: 0;
  margin-right: 0;
  background-color: white;
}
#navigation .recent .menu li:hover, #navigation .admin .menu li:hover, #navigation .addnews .menu li:hover {
  cursor: pointer;
  font-weight: bold;
}
#navigation #create-button {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 7px;
  float: none;
  width: 100%;
  text-align: left;
}
#navigation #create-button:hover {
  background: #74b053;
  border-left: none;
  margin-right: 0px;
}
#navigation .navigation-home a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 2px;
  float: none;
  text-align: left;
}
#navigation .navigation-home a .material-icons {
  font-size: 20px;
  vertical-align: -5px;
}
#navigation .navigation-home a:hover {
  background: #74b053;
  border-left: none;
  margin-right: 0px;
  text-decoration: none;
}

fw-accordion {
  display: block;
}

fw-accordion-group {
  display: block;
}

fw-accordion fw-accordion-group .header, fw-accordion .fw-accordion-group .header, .fw-accordion fw-accordion-group .header, .fw-accordion .fw-accordion-group .header {
  padding-left: 12px;
  border-left: none;
  margin-bottom: 1px;
}
fw-accordion fw-accordion-group .body, fw-accordion .fw-accordion-group .body, .fw-accordion fw-accordion-group .body, .fw-accordion .fw-accordion-group .body {
  display: none;
}
fw-accordion .fw-accordion-group-open .header, .fw-accordion .fw-accordion-group-open .header {
  padding-left: 7px;
  border-left: 5px solid #81c564;
  margin-bottom: 0px;
}
fw-accordion .fw-accordion-group-open .body, .fw-accordion .fw-accordion-group-open .body {
  display: block;
}

.button {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 5px;
}
.button .icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.button .icon.refresh {
  background-image: url("../img/icons/refresh.png");
}
.button .icon.star-on {
  background-image: url("../img/icons/star-green.png");
  width: 21px;
  height: 20px;
}
.button .icon.star-off {
  background-image: url("../img/icons/star-white.png");
  width: 21px;
  height: 21px;
}
.button .icon.email-info {
  background-image: url("../img/icons/info.png");
  width: 21px;
  height: 21px;
}
.button .icon.newsletter-on {
  background-image: url("../img/icons/newsletter-icon-green-20.png");
  width: 27px;
  height: 20px;
}
.button .icon.newsletter-off {
  background-image: url("../img/icons/newsletter-icon-white-20.png");
  width: 27px;
  height: 21px;
}
.button .icon.next {
  background-image: url("../img/icons/next.png");
  background-position: 3px 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.button .icon.previous {
  background-image: url("../img/icons/previous.png");
  background-position: 3px 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.button .icon.close {
  background: url("../img/icons/close.png") no-repeat 1px 1px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button .icon.minimize {
  background: url("../img/icons/up-arrow.png") no-repeat 1px 1px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button .icon.expand {
  background: url("../img/icons/left-white-arrow.png") no-repeat 4px 1px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button .icon.collapse {
  background: url("../img/icons/right-white-arrow.png") no-repeat 4px 1px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button .icon.add-node {
  background-image: url("../img/icons/green-plus.png");
}
.button .icon.add-node:hover {
  background-image: url("../img/icons/green-plus-hover.png");
  background-color: white;
}
.button .icon.disable-node {
  background-image: url("../img/icons/disable-grey.png");
}
.button .icon.disable-node:hover {
  background-image: url("../img/icons/disable-grey-hover.png");
  background-color: white;
}
.button .icon.remove-node {
  background-image: url("../img/icons/red-cross.png");
}
.button .icon.remove-node:hover {
  background-image: url("../img/icons/red-cross-hover.png");
  background-color: white;
}
.button .text {
  padding-left: 10px;
  padding-right: 10px;
}
.button .menu li {
  color: #005b8a;
  line-height: 20px;
}
.button .menu li:hover {
  cursor: pointer;
  font-weight: bold;
}
.button .menu li.heading {
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 2px;
}
.button .menu li.heading:hover {
  cursor: auto;
}
.button .menu-create {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d1d1d1;
}
.button .options li {
  color: #005b8a;
  line-height: 20px;
}
.button .options li:hover {
  cursor: pointer;
  font-weight: bold;
}
.button .options li.heading {
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 2px;
}
.button .options li.heading:hover {
  cursor: auto;
}
.button.right {
  margin-right: 0px;
  margin-left: 10px;
}
.button:hover {
  cursor: pointer;
  background-color: #6b6a6c;
}
.button .zeroclipboard-is-hover {
  cursor: pointer;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #6b6a6c;
}
.button.disabled .icon.next {
  background: none;
}
.button.disabled .icon.previous {
  background: none;
}
.button.disabled:hover {
  cursor: default;
  background-color: #7e7d7f;
}
.button.folder-list .popover-inner .menu, .button.distribution-lists-options .popover-inner .menu {
  max-height: 300px;
  width: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.button.folder-list .popover-inner .menu li, .button.distribution-lists-options .popover-inner .menu li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button.folder-list .popover-inner input, .button.distribution-lists-options .popover-inner input {
  margin-left: 0px;
  width: 175px;
}
.button.tag-list .tags-select {
  border: none;
}
.button.tag-list .popover {
  max-width: 350px;
}
.button .follow fw-follow {
  padding: 0;
}
.button .follow fw-follow .button {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.button .follow fw-follow .button .text {
  margin: 0;
}

.tree-controls .button:hover {
  cursor: pointer;
  background-color: white;
}

.header .button {
  padding-top: 4px;
  height: 23px;
}
.header .button .text {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
}
.header .button .popover {
  color: #444444;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
}

.footer .button .text {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
}

button {
  float: right;
  display: block;
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  white-space: nowrap;
}
button:focus {
  outline: none;
}
button:hover {
  background: #74b053;
  cursor: pointer;
}
button.delete {
  color: #b13330;
  background: white;
}
button.delete:hover {
  background: #922928;
  color: white;
}
button.icon {
  background: white;
  line-height: 16px;
  height: 16px;
  width: 16px;
}
button.icon.inline {
  float: none;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 2px;
}
button.icon.icon-remove {
  background-image: url("../img/icons/trash.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
button.link {
  background: white;
  color: #005b8a;
  text-transform: none;
  line-height: 16px;
  height: 16px;
}
button.link.full-height {
  line-height: 24px;
  height: 24px;
}
button.link:hover {
  text-decoration: underline;
}
button.link.inline {
  float: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 16px;
  vertical-align: bottom;
}
button.link.inline.right {
  float: right;
}

fw-buttons .material-icon button.material-icons {
  background: none;
  padding: 0;
  line-height: 20px;
  height: 20px;
  width: 22px;
  font-size: 22px;
}

h2 button.link {
  font-size: 16px;
  font-weight: bold;
  height: 20px !important;
}

#secondary button {
  float: none;
}

.newreport h2 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  min-height: 27px;
  padding-left: 7px;
  background: #7e7d7f;
  border-left: 5px solid #81c564;
  margin: 0;
  margin-left: -10px;
  margin-right: -11px;
  margin-bottom: 5px;
}
.newreport h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 7px;
  line-height: 13px;
}
.newreport .newreport-section:first-child {
  margin-bottom: 5px;
}
.newreport .newreport-section:first-child h2 {
  margin-top: -11px;
}

fw-check-options .options-icon, .check-options .options-icon {
  font-size: 16px;
  margin-top: -8px;
  vertical-align: -3px;
  color: #7e7d7f;
}
fw-check-options > div, .check-options > div {
  color: #005b8a;
  text-align: left;
  padding: 0.1em 0.5em 0.1em 2em;
  white-space: nowrap;
  line-height: 1.4;
}
fw-check-options > div:hover, .check-options > div:hover {
  cursor: pointer;
  font-weight: bold;
}
fw-check-options > div.active, .check-options > div.active {
  background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
  font-weight: bold;
}
fw-check-options > div.active .supplementary, .check-options > div.active .supplementary {
  font-weight: normal;
}
fw-check-options > div.disabled, .check-options > div.disabled {
  opacity: .35;
  font-weight: normal;
  filter: Alpha(Opacity=35);
}
fw-check-options > div.disabled:hover, .check-options > div.disabled:hover {
  cursor: auto;
  font-weight: normal;
}
fw-check-options > div .supplementary, .check-options > div .supplementary {
  color: #444444;
}
fw-check-options > div .check-date-time, .check-options > div .check-date-time {
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
}
fw-check-options > div .check-date-time .datetime, .check-options > div .check-date-time .datetime {
  position: relative;
}
fw-check-options > div .check-date-time .datetime .datetime-date, .check-options > div .check-date-time .datetime .datetime-date {
  width: 70px;
  margin-bottom: 0;
}
fw-check-options > div .check-date-time .datetime .btn, .check-options > div .check-date-time .datetime .btn {
  padding: 4px 2px;
}
fw-check-options > div .check-date-time .datetime .datetime-time, .check-options > div .check-date-time .datetime .datetime-time {
  position: absolute;
  left: 90px;
  top: -22px;
}
fw-check-options > div .check-date-time .datetime .datetime-time input, .check-options > div .check-date-time .datetime .datetime-time input {
  width: 20px;
  margin-bottom: 0;
}
fw-check-options > div .check-date-time .datetime .datetime-time .text-center .btn-link, .check-options > div .check-date-time .datetime .datetime-time .text-center .btn-link {
  padding: 0;
}
fw-check-options > div .check-date-time .datetime .datetime-time button.btn, .check-options > div .check-date-time .datetime .datetime-time button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
fw-check-options > div.check-date-range-wrapper, .check-options > div.check-date-range-wrapper {
  height: 42px;
}
fw-check-options > div .check-date-range, .check-options > div .check-date-range {
  position: absolute;
}
fw-check-options > div .check-date-range input, .check-options > div .check-date-range input {
  width: 100px;
  margin-bottom: 0;
}
fw-check-options > div .check-date-range .btn, .check-options > div .check-date-range .btn {
  padding: 4px 2px;
}
fw-check-options > div .check-date-range .from-date, .check-options > div .check-date-range .from-date {
  display: inline-block;
}
fw-check-options > div .check-date-range .from-date .dropdown-menu, .check-options > div .check-date-range .from-date .dropdown-menu {
  left: 0px !important;
}
fw-check-options > div .check-date-range .thru-date, .check-options > div .check-date-range .thru-date {
  display: inline-block;
}
fw-check-options > div .check-date-range .thru-date .dropdown-menu, .check-options > div .check-date-range .thru-date .dropdown-menu {
  left: auto !important;
  right: 0px !important;
}
fw-check-options > div .dropdown-menu, .check-options > div .dropdown-menu {
  padding: 5px 5px;
  background-color: white;
  border: 1px solid #dbdadc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
fw-check-options > div .dropdown-menu li, .check-options > div .dropdown-menu li {
  display: none;
}
fw-check-options > div .dropdown-menu li:first-child, .check-options > div .dropdown-menu li:first-child {
  display: block;
}
fw-check-options > div .dropdown-menu li:first-child table, .check-options > div .dropdown-menu li:first-child table {
  outline: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button, .check-options > div .dropdown-menu li:first-child thead button {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button:focus, fw-check-options > div .dropdown-menu li:first-child thead button:active, .check-options > div .dropdown-menu li:first-child thead button:focus, .check-options > div .dropdown-menu li:first-child thead button:active {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button.btn-default, .check-options > div .dropdown-menu li:first-child thead button.btn-default {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 7px;
  text-shadow: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button.btn-default:hover, .check-options > div .dropdown-menu li:first-child thead button.btn-default:hover {
  background: #74b053;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-left, .check-options > div .dropdown-menu li:first-child thead button.pull-left {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-left:hover, .check-options > div .dropdown-menu li:first-child thead button.pull-left:hover {
  background: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-left i, .check-options > div .dropdown-menu li:first-child thead button.pull-left i {
  background-image: url("../img/icons/prev-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-left i:focus, fw-check-options > div .dropdown-menu li:first-child thead button.pull-left i:active, .check-options > div .dropdown-menu li:first-child thead button.pull-left i:focus, .check-options > div .dropdown-menu li:first-child thead button.pull-left i:active {
  outline: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-right, .check-options > div .dropdown-menu li:first-child thead button.pull-right {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-right:hover, .check-options > div .dropdown-menu li:first-child thead button.pull-right:hover {
  background: none;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-right i, .check-options > div .dropdown-menu li:first-child thead button.pull-right i {
  background-image: url("../img/icons/next-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
fw-check-options > div .dropdown-menu li:first-child thead button.pull-right i:focus, fw-check-options > div .dropdown-menu li:first-child thead button.pull-right i:active, .check-options > div .dropdown-menu li:first-child thead button.pull-right i:focus, .check-options > div .dropdown-menu li:first-child thead button.pull-right i:active {
  outline: none;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn, .check-options > div .dropdown-menu li:first-child tbody button.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn span, .check-options > div .dropdown-menu li:first-child tbody button.btn span {
  color: #005b8a;
  padding-right: 4px;
  padding-left: 2px;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn span.text-muted, .check-options > div .dropdown-menu li:first-child tbody button.btn span.text-muted {
  color: grey;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn span.text-info, .check-options > div .dropdown-menu li:first-child tbody button.btn span.text-info {
  font-weight: bold;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn span:hover, .check-options > div .dropdown-menu li:first-child tbody button.btn span:hover {
  font-weight: bold;
}
fw-check-options > div .dropdown-menu li:first-child tbody button.btn-info span, .check-options > div .dropdown-menu li:first-child tbody button.btn-info span {
  border-bottom: 3px solid #81c564;
}
fw-check-options > div .dropdown-menu li:first-child th, .check-options > div .dropdown-menu li:first-child th {
  color: #444444;
}

#secondary button.pull-right {
  float: right;
}

#overlay .distribute-news .distribute-news-form .datetime-time button,
#overlay .distribute-news .distribute-news-form .dropdown-menu td button {
  margin: 0;
}

fw-donut-chart {
  display: block;
  margin-bottom: 10px;
}
fw-donut-chart .graph-wrapper {
  position: relative;
}
fw-donut-chart h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}
fw-donut-chart .graph-body {
  position: absolute;
  top: 0;
  left: 0;
}
fw-donut-chart .graph-legend {
  padding-left: 160px;
  overflow: hidden;
}
fw-donut-chart .chart-svg-tooltip {
  position: absolute;
  padding: 2px;
  background-color: #7e7d7f;
  font-size: 10px;
  line-height: 10px;
  box-shadow: 0 0 5px #999999;
  font-family: sans-serif;
  color: white;
  pointer-events: none;
  white-space: nowrap;
}
fw-donut-chart .chart-legend {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #545454;
}

fw-histogram-chart {
  display: block;
  margin-bottom: 10px;
}
fw-histogram-chart .toolTip {
  position: absolute;
  display: none;
  padding: 2px;
  background-color: #7e7d7f;
  font-size: 10px;
  line-height: 10px;
  box-shadow: 0 0 5px #999999;
  font-family: sans-serif;
  color: white;
  pointer-events: none;
  white-space: nowrap;
}
fw-histogram-chart .graph-body {
  position: relative;
}

.filter-group {
  padding-bottom: 15px;
}
.filter-group h3 {
  font-size: 13px;
  margin: 0;
  margin-left: 25px;
  margin-bottom: 5px;
  line-height: 13px;
}

fw-follow {
  display: block;
  padding: 8px;
}
fw-follow .button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 0;
  color: #005b8a;
  font-weight: bold;
}
fw-follow .button .icon {
  position: absolute;
  display: inline-block;
  width: auto;
  font-size: 16px;
  color: #444444;
}
fw-follow .button .icon.add-follow {
  top: 1px;
  left: 4px;
}
fw-follow .button .icon.remove-follow {
  top: 0;
  left: 6px;
}
fw-follow .button .text {
  display: inline-block;
  padding: 0;
  margin-left: 16px;
}
fw-follow .button:hover {
  background: none;
}
fw-follow .label {
  color: #444444;
  font-weight: normal;
  line-height: 24px;
  padding-right: 8px;
}
fw-follow fw-popup > div {
  width: 250px;
}
fw-follow fw-popup .current-folder {
  padding-left: 27px;
}
fw-follow fw-popup .new-folder {
  position: relative;
}
fw-follow fw-popup .new-folder span {
  position: absolute;
  top: 0;
  left: 0;
}
fw-follow fw-popup .new-folder input {
  margin-left: 27px;
}
fw-follow fw-popup .expire {
  float: left;
}
fw-follow fw-popup .expire label {
  padding-left: 26px;
  padding-top: 4px;
  width: 145px;
  position: relative;
}
fw-follow fw-popup .expire label input {
  float: left;
  vertical-align: top;
  margin-left: -16px;
  margin-top: 0;
}

fw-histogram {
  display: block;
  margin-bottom: 10px;
}
fw-histogram h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}

#plot-tooltip {
  position: absolute;
  display: none;
  border: 1px solid #80d070;
  padding: 2px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

fw-panel {
  display: block;
}

fw-panel.fw-panel-horizontal > fw-panel {
  float: left;
}

fw-panel .header {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  min-height: 27px;
  padding-left: 7px;
  background: #7e7d7f;
  border-left: 5px solid #81c564;
  margin: 0;
}
fw-panel .header.entry {
  text-transform: none;
}
fw-panel .header.entry form {
  margin-bottom: 0;
}
fw-panel .panel-part {
  background: white;
  border-left: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
}
fw-panel .body {
  background: white;
  border-left: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
  border-bottom: 1px solid #dbdadc;
  overflow: auto;
  outline: none;
}
fw-panel .footer {
  height: 25px;
  background: #7e7d7f;
}

fw-pie-chart {
  display: block;
  margin-bottom: 10px;
}
fw-pie-chart .graph-wrapper {
  position: relative;
}
fw-pie-chart h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}
fw-pie-chart .graph-body {
  position: absolute;
  top: 0;
  left: 0;
}
fw-pie-chart .graph-table {
  padding-left: 160px;
}
fw-pie-chart .graph-table td {
  padding: 0;
  line-height: 14px;
}
fw-pie-chart .graph-table td.legendLabel {
  padding-left: 4px;
}
fw-pie-chart .graph-table td.legendLabel .selected {
  font-weight: bold;
}

fw-popup {
  display: block;
  cursor: default;
}
fw-popup > div.popover {
  background-color: white;
  border: 1px solid #dbdadc;
  padding: 10px;
  max-width: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
fw-popup > div.popover.top {
  margin-top: 0px;
}
fw-popup > div.popover.top .arrow {
  left: 20px;
  margin-left: 0;
}
fw-popup > div.popover.right {
  margin-left: 0px;
}
fw-popup > div.popover.right .arrow {
  top: 20px;
}
fw-popup > div.popover.bottom {
  margin-top: 0px;
}
fw-popup > div.popover.bottom .arrow {
  right: 3px;
  left: auto;
  margin-left: 0;
}
fw-popup > div.popover.left {
  margin-left: 0px;
}
fw-popup > div.popover.visible {
  display: block;
}

#popover-mask {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popover-mask.mask {
  z-index: 1000;
}

/*
 * Styles for Color Picker
 *
 * Alberto Pujante
 *
 * @licence: http://opensource.org/licenses/MIT
 */
.color-picker, .color-picker * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 11px;
}

.color-picker {
  margin-left: 10px;
  width: 232px;
  height: 290px;
  border: #777777 solid 1px;
  left: 30px;
  top: 250px;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-picker i {
  cursor: default;
  position: relative;
}
.color-picker input {
  text-align: center;
  font-size: 13px;
  height: 26px;
}
.color-picker input:invalid {
  box-shadow: none;
}
.color-picker input:-moz-submit-invalid {
  box-shadow: none;
}
.color-picker input:-moz-ui-invalid {
  box-shadow: none;
}
.color-picker button {
  position: absolute;
  top: 275px;
  left: 161px;
}
.color-picker .arrow {
  height: 0;
  width: 0;
  border-style: solid;
  position: absolute;
  z-index: 999999;
}
.color-picker .arrow-right {
  border-width: 5px 10px;
  border-color: rgba(0, 0, 0, 0) #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 10px;
  left: -20px;
}
.color-picker .arrow-left {
  border-width: 5px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #777777;
  top: 10px;
  left: 231px;
}
.color-picker .arrow-bottom {
  border-width: 10px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #777777 rgba(0, 0, 0, 0);
  top: -21px;
  left: 0;
}
.color-picker .arrow-top {
  border-width: 10px 5px;
  border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 299px;
  left: 20px;
}
.color-picker div.cursor-sv {
  cursor: default;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  width: 15px;
  height: 15px;
  border: #dddddd solid 1px;
}
.color-picker div.cursor {
  cursor: default;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  width: 16px;
  height: 16px;
  border: #222222 solid 2px;
}
.color-picker .saturation-lightness {
  width: 230px;
  height: 130px;
  border: none;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOYAAACCCAYAAABSD7T3AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwksPWR6lgAAIABJREFUeNrtnVuT47gRrAHN+P//Or/61Y5wONZ7mZ1u3XAeLMjJZGZVgdKsfc5xR3S0RIIUW+CHzCpc2McYo7XGv3ex7UiZd57rjyzzv+v+33X/R/+3r/f7vR386Y+TvKNcf/wdhTLPcv9qU2wZd74uth0t1821jkIZLPcsI/6nWa4XvutquU0Z85mnx80S/ZzgpnLnOtHNt7/ofx1TKXcSNzN/7qbMQ3ju7rNQmMYYd/4s2j9aa+P+gGaMcZrb1M/tdrvf7/d2v99P9/t93O/3cbvdxu12G9frdVwul3E+n8c///nP+2+//Xb66aefxl//+tfx5z//2YK5Al2rgvf4UsbpdGrB52bAvArXpuzjmiqAVSGz5eDmGYXzhbAZmCrnmzddpUU+8Y1dAOYeXCtDUwVwV7YCGH6uAmyMcZ9l5vkUaBPGMUZ7/J5w/792/fvv9Xq93263dr/fTxPECeME8nK5jM/Pz/HTTz/dv337dvrll1/GP/7xj/G3v/1t/OUvfwkVswongjdOp9PzH3U3D3zmWGnZVXn4jCqs7wC2BKP4/8tAzkZsoWx6XrqeHZymvp4ABCBJhTQwKfDT8gzrZCIqi5AhiACjBfEB2rP8/X63MM7f6/V6v9/v7Xa7bYC83W7jcrlsVHIq5ffv30+//fbb+OWXX8ZPP/00/v73v4+ff/75JSvbeu+bL2WMMaFbAlpBNM85QX+ct6qoSqkPAwuQlBVKqGNFSUOAA3Bmu7gC5hNOd15nSwvAOUW7C4giUCV8Sgn5L9hNFIqTsp0GxI0ysioyjAjkY/tGJVEpz+fz+OWXX+7fv38//f777+Pbt2/j119/HT///PP49ddfx8fHRwrmTjV779EXu2px2xhjwtdJZQcAWQIPLPISsMJaSwiD8gzIKrwSyATE5j5nAbR5c1dBUwBlsEWW0h6LqiYsqFPAQxCyRZ3wOSARxmlXMX5k64pQfvv27f75+dk+Pj5OHx8f4/v37+Pbt2/jt99+G9++fRsfHx/jcrmUFLO31gYDWblxRIs/TqfT7ousxJsAxXA2Gc7TA9XdgfdoHbFsj76X2+1WArgI1ageGwA3qupqoHsmcbI6Fu93quggFa9d7LeDtgKfAFHBJ+NEByIkcJ5KervdTmhhGcgJJSZ5vn//fj+fz+18Pp8+Pz/H5+fnmGD+/vvv4/v37+Pj42N8fn6O2+1Ws7JjjP6wraMI5E4RZ8x2vV5TSwkquotV7/d7Tz6HFWsD/qNcdw0CQ3q/321c686TwDVIdbuy73zNldhSHb8I2klZznm+InBS4U6n0302aBFsLhHDAKJVJVglfI9jhvu53W53sLANYNxAiDA6MCeUHx8f9+v12i6XS7tcLqcZW57P5yeY8/fz83Ocz+fnsSmYUyknWEG85WBst9stzSLyMdfr9Qi08iY15UZ0LlDGLhR3o5zK2j7OPUTD0E+nU3tk7Xb/16NFbhloAMuY1zjLUOO3BKeIDe+Z8s3/J4gFo4TM5jPmuRg28foUKKVSwo16TgA5npywcWLHgYl/Pz8/73/605/ab7/91m63W7tcLie0sZj4mao5gTyfz88E0f1+j8EcYzwTPEG2cqjyfHNF0M8fuqEiaOVnRzZZQNh5fwQyHg/HDGfJo89Q1zb/quu5XC6773I2XKfTqd/v9+d3wuqWva/YTdUdEV3fhIv/Viyps6YE3x3r43K5bJQS66zaxVGFsvd+//j4aF+/fm3fv39vt9utff36tf3+++/tdrudvn37ZuNLBaaCMgUzC+rZRiFowxUuJI8YMqcCp9Opq5vagaYU6lGJA1XQqejchw6Cj0Gw5nYBrGw01A2O206n04BGouNNyTfp/FwElhUey6nXrIKw7QQWddxuN2ldL5fL839gSPF8ahu/JvBO48CPSuqMf8Vp9/P53L58+dLu93s7n8/tfr8/39/v9/b5+TkhPJ3P56mQ436/j+/fv+/iSgbzer0+AZx/5+88bv6OMda6S5z6kd21fYC9dxv7cIJJ2d9AOS30fPMzyHiTM8B4DF6XUlYHp4KQW3W+1t77MNB1vGHxWq7Xa7vf78+y5/N5A+H1et29xuP5dbYtyaRu4AksbPq6936fjRzXRxBbPr/b+b18+fKljTHaBBBfn8/n0/1+H1++fBnn8zm0sB8fH5u4cr5GuBhMVk0EEn9RsctgVhM+ixlJtMA23R8B6yysAstBOgFXIKKCMIgToMqNEu2fYMH7ztc732dQKkCj1ytAZtY0Kx8pIr8GGJ+AT3V+2Hirhl++fBmXy2Wz73w+b17P8p+fn8/tUwGVleVkTyUb68DkfayWY4zxNRihU4EpLJPZVrK+u7J4/mgfKqeLW9X2REWlItL1diynbDDb3+jXgYjQqn0rrxWc+NkILP7F7xIbMvx7vV53x40xnlbWJF12ZSag/N0pW6t+ZzmOMzHjajKwDfond78zYTdfq18up97zr2q8v3IioBprRtBl0EZ9og5WBRGOdOHjIjXF7UotFbgOWnXzIJyzYvjG5IYgsmMOxHkz8OsMSrVNWeq5T8DaOcbEv1Od5rbs9aO7YvMet63EkF++fMExq+MRl4/L5bLZN/+ez+fnZ6KazuMqXSQVO5spJXflHAIzes/xJseckRJiDMog9d6VfRrqXMr6KpVV27jRwJacGovOAM1zMdQMnwK1AubK63kdCChvI1C7g0z9nf/D+Xze2Vj8H7Gx4P9duQlsYCrqyN8XqG3Hm/10Oj3jw/n+crlstuM+jPmmxT2dTuPz83Pzt2pn1XsEHX/bnPaVqVmh0xwOt0o6XLLAHePUU203wHfcrspCwmV3TryB5s0Mseeg97x/BwzCjBlbB+pRAPla0BVQuT6V6QHdBlj3d0KG147b+DqxQeUymDO43W4dQar+TIjwmAd0z8/h65vf0/yLv3Pb5XLpru/ydDo9s7ET0I+Pj6dKK9VUEIeKWQWPAOrJ8LKd4vE+t91Y3e7UFlWatg2VwJnb+HPmtvm/sfK59/OaWF3x/eP1UPHvA5DDYDpYXfb0drv1V2DkBkxtw/tEWVVlXWdC9pFYs5/jfh9dS/16vW7s6lTG+TfqsxSJHxkXXq/Xdr1eu4LsfD6P3vsT3N77DkL+zPm5jSdKL4zR3AxQd6rHkLkYlSowsrq7znzu6wSwdsMJOXmA5fBcjxtgMGBYHlr5zokhtsMCTgXLQOW4XC6dEyEMprL8mAQzXRgduix2yZzorxkYsDn3hB1VeMLGsXsVtgl2pW8S3svk0vw7R4hNaHvv4cACl5HFzwIH0Kc6zu4XjDPR/jpAVxWzO1Xk2DDb3vTcxeGU1iWZHkmIDWziWKvirCJ4Dravs6IJ/GG6cTqWdXDy+fArQDVVkLqkVjAoZIITdmmIqXwqa95N3+MGYoZQdRVNO53Y1xRkhO16vY7eu507Ca9lJnbGpxOemQhSw/AQsmmp5zU9BiU8G6wvX76M6/U6Pj4+do0Bz4CpgiknTUeDqwlKBmg3u4OVjrZ1A+rAcgaejWq6eJCvCYFDONSwOgHX4EQRw8lxbzDOdEK6gZ3Hk1b+8g2o1JFtKXyv/fEdTXuWjWXdAZiBp6ADeDrCFiim7B6ZFneeI7Gvm/PMkUDX67W7xI8b0D7/v8dA9qfN5oaCf74WZjH0mf1cmfY1Y0JUFmVrTWu8uzkNcLtEj7u5FXBTkfC6GOA5q8YMxO8KVvF6sAVGdcrUbsKODcQKkLMOMdmlxum642YrPm26AlhZW1YB1R+rrGswE8TaYAWeUMxdf+WjwSvZ2Ef3ytOyfn5+PpVPAaqOn43MtNBqvmjjxbjM4lZjZY4gqNMI5ktaW/sYKNwS+9lFQzGihmMCKPa7+Z0V6Eb0GRmobtpX8JljWu5FMLN5ja6hG9kwQgZqf5+1NH5UxzkFReCdWhJ8XdlGUkxO7HRlYRm4mVO43W7ter12TPJEw/rmEN3L5SKHIWZg9mz+pUoKOYq5bJTJdX2gme1UcxMZQFaEQIlHct32M+Y1BzGkGuzfiyAN9z+ugplZ1symCrDCYYkGxDTpI9RzBy0rHyeDUC1nWaeUaD9n4xkNyYMBDZtzZ3B++fJlY21XFDOcARJlabOyiS3uCpLI9jrZjCDkaVvcCCjwognKShWdzXZWlZMvVTgD8LpqlCLrqgbcB+qYwrgKYpT0ccCqbKyCValkEabn/FynogCrPKfqf51xJ7sGB2ZXcZmxoSOztjx300DZi7a0/2AIR0UlBag9SuDw6KcAzlaB7vHZvWpjK90dyrq6bKyDUZQbR0B05biLQkHIcSUmgIK+SwuqgHCnoio2RQU1yj+BnBy9pphVKLGyC7ZzFK1pxWK+E8IhVCWLN/uLtnUU4ayoYLoaANz8FdtaSvY4pV0BEW2ls61czqllBKpTyKgMAhrZ1cdc1RROtPmvWNkdcKZ7ZKxaWjiPLJMpp7OZKxA+rqG/oJLjxf0pnJlqLoDZo3gyU0mKGys2taKecj/d1C+rJSplBqlTyAqgR+D8KjKlmRL2gtUcAdCtsL+ijCNT1oqqqkH2OHEbG5sDFnUg5Aa+yLou2VU1ptj1S2ZQqv1ORZN9IWzRfgaRBxKoBE8UWyqlJFtrIc0AxNjSjed99CTY/XDfSzCz5M0IZoVEsWnPFNTsl8ooVC1TzbGgqFZNDSgVwKK+1sGDMKqxZCWGVMDysiEr1jVSQJUYwj5iHOlThdHt44SQg9CN+nl8D90NMIgAdgr46JqRiR9I8vRdFvbr17m/yxUMKjNLMiVUADwu2CWGhhi+F55TWM9M9cogzms1dnM4uOF/LAEYWdcqnM7yFmyq3IfwmOROd7Y1iFWtOjoY8To41mTV5IysgFFuRzsbWFGbNIIJCDv1dOo4lZG7jWBwRFtVTKuWyeCByJKOan8oZ3ep9XddNl0tDuaywLz9cXPYeDAA0SpkBO9sbVcTOVWldPv4uyzEkzxHtjvonHoSkFEWNoo1d8DhcQputd2ppNon4BzoAiJ1hBFQg0dVtdbGHHDQWushmNEQukLM2QO1G2Y8bgTXqFhcBJj7EjPgcPts8US8qPpPB/dXznOh5Z438tzH5ec6QgrOKrRRfKmysBmUDB+PhYabMlVPER+GCSITTzr7am2tArH3bgcEzPJm+cr5jJ4NnHNFDVrFXcI5Le9k5Jnw+bedbV+FfRzZIHaOOaOsLY0/7UGs58DjrGwKMIMFIGzOEW1/jGsdAtCN6hEAI4hBe9YXeRROBSVPAVPAqvIM5bx5hVKWAMP6zBRy3iescridVdFBinBxXDnG2GRY2XbCvp1lhvGtO9Bxu5h908XQu42lnSArMFdizMim8uwRCxPGnnOS8lwpnbOiDqTAjsrRN/PcoAScCbaACqVM40ylnjjTBs+bwWlAG23/UKbdkiwKWIQPGzWaczpoSlxPEj822cNWkpS7FyzsDrqpfgpG3jahw2vgbaSQAxuLWZYt7JzyNe8JoZpNAcvDFOdw0wqYT9AK1rZz/DdbSlLPp0ryIxgQJlK9AZlEq7IOXpohg9PIhrCng88JsOxiV4ZWAYfg4sikx/8ky2Z9l862uqwrfscIH8+ugTmVGyiddeVYUgEMn4GZzg14EwIsh9sx2cKKiWXReuOE5gzGOQgdlRKVVdlevqb279Xq0Qnsts2VDaBO0coezsruWtHApu6sKG4IBhN0aGU2kLrMKGRTN3HmbCDwKV14zvkMEDG4QfZVspVlaNU2mhc5TEZ3N1h/zqTheuLpW05ZWTGVjb3dbnNmxKZBnN8JqidaVLKAOyARNLS+MB54Z2+VaqoMLKroVBlngefnTPAcoHNWCSvlfA8CI0HEmBNBnBlXyMrzU7A7WVm94PPqQ2gmqKx+WDGsnvilmcSOBJqOK1nYyAIzuAyesq3UdSK3KfWcYKD95HmfYOU3qser2CtYEUA+FpfqdNvgPBZUBhDrGONRVlQsh8rLcaUCykHG0OOUwTlLBrsh5soEMGezi1E4HRVt1icp5wZEFXdibCkG8Y8vX75sbO4E0iom9z+hjSiOfy3DhpXItpVhE+UGQdvoWjtChmrGHf4YAzKgBNnGtuJxFCeGdhUAfQLLK8kBYAP6gvFJZajMG3Xkycy8KuC0q4Eyymwtwdxdv2M0mIBtK0LKnf640j00Auq4gUkdWGlhs22qJc6dZCsL19oxnlTJG4SYVRIGpD8TPFBuM6OElbS1pldid4mGAyN6ZIupbC5bXJN9fdpbThSxLUaI8IG1XIYBxW3Tjs6KQosKcxfxcQmdnwRGM10GnFcCy2XYunLMyAkdgk4mePiczsLygthcBut6goOqS7YVFXADLjaosB6s6ofcZWAZSIRYqSUkizYwttYab3vUOQ9w2HRxIIg8WwRVeE68xi4UtL3zRphxplzwuZrcqYCq1I3jPI5dnJIygEohMbPqVJSzrwzxBJTs5zN+ReUSgxikPQVF3JVBeNQxbHENrEMNvEdFZVV9lH9+ORGEsNZQpyTNc4C3AG7XF4ngzq+DrO2zbuaaOXgdaFcdkEotoSFBVX2qJ0C8OWZeG4KGlpghA0XfTOPCqV2qqwQ26QWfF2PMLhI2w1lVAa2aPsYd0za25MQRwgcZN6uQDCi+ZxiD4XEM2kZxOT41FnZnaRlcpZouzlRqqdbQVWopQoSB58RV50lBNrHi/AwXS5LrwDVlpY3Fc3ByiYGc52Trist6kOXdwInAQtJpp5QchyaquYOV7Su+fxVMaV3dc0RE2S6mUY0gLt2pMcYqrKIQ9w2l1gpQUMtQYcmmbt5DTNxdhnUCjQqtbK9SUSzvrC0mmhhE1e2FS2+oxypy/ZASutkmtjx3vcBC24PX65nbqkBCRhfjS9kIYPnee8cMagVOhI/3T1fAmdtAWZsCswTJCkQVNa0qWKSKPOpHAUhD9DrbVcyoYkwqhvh17vYAayXLQyKGYdxlUDFp494rBXRjYgO17DDYetNIUj/ezp6S0lnlpEwsWmJMkOwsKXeZKEAjIHn0EQJISaRBcO6UMINz7p/bEjjnw4ft+xmDvksxX4G2rIris7qaeKwAFMP2Oi7n4criuZwtpSUwpfLxSnORSrIqusc5ZFaXysqRWjiZ2DyAWEIL35tVSoQElFACjOeGGSE7AHEQgdo/LSvCOgGBvkxsmDbvlS3Fp5vhaB2TAGqRKrKKMrhLVpaGzEVjZ0OQxDhaCTA+QyRR1d15aQzrJntL3RibsipjG6jlgL4yqbS0sNYg1e84vhbBVrElK64CUcWYXDfKxhpIuxiVJZUxsbMy/uRBKTNRQ4kQ3LdRYLS0rJjRPlTPqY6gdJsEDc+aQXAn+HgsNUCbRuF0Oj0zwnA7bWDkbhO5Ens00qeQhS1laBMl5M/cAaxsLF8rKyql+Tf7ELLEGu/ixiimdCvo0TjfpjKwaggen4eh5v7LokLKbLuyvHhcZG8dhGrEDx7Hg93ZppJF7qBqO3iVveXEDQNInzeoe8Yq6ePaZBZ2JviM3W2UAGotekRCAGq4EkF1X3DOnR11yRsBL1tRa0PVcZiNFXZ2c34FskvomInQQ6lzpJoZbJxk43NwKJFBquJSsrByHydxKOnTxQASBmS3j+JMnsHSla3Ec6K9VWoJVn9zfjwOM7hqYAAqJQwE2a3nA48J2QGegRkpZNivSY+ys3EkKd4oJIwsvIHl3cWgLt5k4NH6OmtLWdpurOkwEMupYc7eMtDRhOcI2ui5JhVIzXzLyto/GAPuZoyo8wkoduVgJglCt7OhGbgID4Mq4si+63zUS1FuFFXFlqyaj2emHlLMcBqYu0FMuR28BbB7lOxRMSiCQXFhCKuwkhZ+pYDiGSgbsKKV8MiSRsuHSIWM9rklRiIlZZuqXjsQK8ooYJMgq3JKWVkhHbhsVxFUzthOWPkYijcbx54IKsSdT+uLr3crGKyoYgFiGR9iBk4kfloUX+JIlQRQqabmpgnhqtpQpb6RVQ1WH5DnrS4hEoGZqaerQ2dhFbz8XePxShmDbo70eISjoorO2vK8SJXI4SUmEU4zWKDzUDtWTYw7xXlbSTEj4FRg7zKnKoGRALv0Gs9Tgc1BpCywGZRQAtqVz2xrBcAMzEpfZwFSa2G5W0QBFjSMapWAEFa3HcGN7CxDzECyIkJ97qwrqWNTWVo876PPsjPkj2wvgroM5lLZKMETKVql/CvnWVFiFa/SzJUQwkoZsr67Y6vlSRV3/2tmNTOY3vnaxYwMuoPKqdzR1w7IqHymlPxaAThfU7Ko2ZXYj4AYJHL+kNdKwRQYESTRa5fsUZ/rVC1TMTyWVyYoqNtuzaHsMyv2tvoarxdfqwYgU1axFo/cnql1FGsqK+uAROV8BX4GU8WcZTATi2q7Qcyi0O0V+GhWBMNRUkn8H1SsWVE5By3Gi0ECqUeJoBfAtDa4amkdXG37AGP5Ggeb84p7UazpoKRzdFzeQ8HkoHGxprKy/Hpm5t12p47J6xTYDEz7uINEXSuxYXvFskYAc+ySxH9sf5ftKzU6IbwVBcUGg5e5FMCEXSErZR0wGayV19woM9guPjTqJdVTqR4uE4nJnLldWVkECCZLd2VLF+xtamex7IpiriSDUpvrpn9lrwGMCHyppMH+ps6LILsuFGUj1XEOXiqbqSHPUKnClpWV68kqtURVNDY4TNaocykoYeTU5ngGEQa/S1DnnE4AeXMcKjHPAmFVjCBENaeyLVNHfr3px8xUstJ94hIpfH4HKE/eDaArK6lSyVVFbdt1gxTIVk3pppVlFXi4pEhVBTObquohU85MLXn1iahvUkHJjSCMc01tLFveVVBx0DodM6jftCu7DOtIzYxrc0qp1JGP2ayYFz2Gb6HvMrO8cnGtV6Gjm3uImSfD2GpWK6uowbZGMxFKQCo1pOMtcMXFpRst+hXGoAomF3sSTBGgTglbBKWwsQ3tZqaYSp0Z1CimRDWFcCJUPYJ00BI5FkKYNoifuQxmN88SWVXWLMaUqqqgC0BmQJR6sk3u9NCf6jYLXxAfqsYEgVLAhRY2AtgtflZNFmFyhxdrLkAdWlk4D88M2ixHyepIdhMHrG/iR1ZGtq0MGpbDbRPYOXeSY1M6Ny4ZstvGSktK+XbFPATj2D371saPEsAMXhXrsZ0km/XStkhhMyBfsa6uXFZe2VCe+YMr1+GKgwrQyNYq1VRrB+EizAow6NsdNKcyVEkYeM73ys6q4kAHp6BiFklTkIrVC5oYV7uzwOGCz4UJ0Stq2lWMJy4wtb+RetL6tZFicnJmBw5UjCvXXMZVJX2MQkbf+XN5EWd78Vz8/JEsMZTBiKNzsm1inLRUQ74H4NidaqI68j5sAFgxcRveC7ieLJXfQYxjZZ2CsiWFewZXJmBIlZ1tdtrX4hSuateKso/RZOtOKW2nmq1oTzeK6dRWAWu2NRVb4hq0SXm1GvtugHrbr5IXqmSktg5CuDE2MSlPwsY5kNE2Wp3AqiZbWVLAxiBF+2iBZbuNj6MB6rsMLC7FyasaYDyo7KkoPyEtw3pEMXfPvxAJi2jAQQgjrz0rLIZSWZlIoNhwd5xK4AR9mYNjWAaLrnuImJeBVN9zBORObVvbr+mTTfFSEJLSRnHo7hEJoIi8MFqjxmvgmF5URZz4zLFgZZ8Ctu2X7ggVccKm9gVxIsOHqxXgNMKnFWZYnf1dBnOhayXq17QwFlWW09eNKyVJFmXqaONGA5aCegMbJ3UUkGY1ic3nKWgjq8qfVYGQG1gRt6rs62a6HiqqUOqdesK5NmX4nGofJoiE1d0dF9lVVkvT1/kEEaaCoYOwFpcVcoLM+7669PxC9rWqktH0sWUYld0VCpuBZ/stVRcGgy9WX2+U1Qthi9SzAqSxzZsy+OiFzBYnySGV6Gku44rD8BCOZBV3BvD5+AKRHNwMEsB6EzHnJpkTAeiUlEGkcECeB6GDZTp5YEJTlvdrknxYjTllMkfNtXwDjM7uVjK5JXUUn43rrqpK2jytaxHW0M5G8DC8rtHMYs7KSgduVQMGTYFqFvVS6rkD3sDJ46afdYFwoq11AOKCBLhvwoUgc8IGANycR6knZrdJPdsuxnyjfd3FovTlRMdEdtOl5CMV5EHsXQBis7TOwvIDZaGj2Vnpbh7cpK63VwYEMLwqbjzyl699sawFFkF1yqjUU31HfC6sW1ZFVFuXVXVgz9keEaw0ys1lWfm+azQAQSWA+hKYVfsZjPncAcUB9oIayy/UZXRNckDGji77GsWbvBo6tPrWPqOyVkBUq+INeqpzNdYs/u0ifh5qmpqIW+33JVSUcwY70KL4U9lYdU6ljtSls7lmfi9g3YzeQfVkaGFaV3ODCnaD2N8wsEDFklE3RzM3ZghdYkWHsszq70FIecnKkVkt8ezMzRq9bkGuKojRLBVSod3Y1yPqKgYW7JRQTPVyy5xIYLjOgxgT52RKJUY1dOrIiRd4futQx/A5AcSmEjz0vFWrkLzvbWAu9HOWbGgxFk1VNTpnBKk6TgwisI/HcxYXP1uAWO72ULFlBTq+aSu2VTUs6hrxM2CF+hEor1VIA9ZmFUaab1lSSgZsVs4sxzHlVLoJHr9H4DhONTkI1XC0/wiY2NoWAG5RlnHFnq6oLccpQddMuJ/O17JVA5OHLi0BqCztq7Y1++ucCd98qLI8MIHBV/cKjxQTme3hFBS3MyCqnDsuym2o80HjvFFTtrURmNaGJsmVahImjTsUXKtQZTAVs7Mvv8/+fzUrZAXcLJ6M4koe6XP0b6SmWWNDzyUpQ8bl+LtWx4tuqZ36cRYV3yuVxPNwvIiqiQCSmu7srgTzR6nkyhpCarXwFy1vGd5iP2cY06lFr5Njhhg1Y6+NB28ftbK83s8rf7kLJbKwDFPbLg25a0AdZJEiqr5phixKMDlRUtcssq1hriLqGoH+zeNgVm9OemjsETV8JdF0NHnkIFxWY1OB4Yrp7rtWJ7NgAAAPXklEQVQ3oNs5nplyVf8u2FoLu1JrHveaZWQjqAkshtFa2gzsSG3Zpkbvg3HafF9slPPlldjFlK80Gysm8Mr4MPhneNWENPGjAIpmilTPATdTRTXlCBYHYAQuPwA36xIpWtGN4q3Y2MhiGsUpuSSnlEJRD8PorC7CFYVw+F51qThgabxsTxWzCGY0ZSsb3lfqAy0OPNjNy8xiQQKsHYFQ2HBZVvVbBuq3m1oWKajqaonsM6uZUr6CjXWNZ0l5E3h3jURma6kP3MJIiy1Lm+kahQq41N2iZja5sjtlLYNZHZrH6qUGm4vMbDp6Rw2CFmvuyFkrBcCyMtFqBaECmsHoK9BZ2LA/lJcRqSaDqnaWbrZdGaz3DLgIvBln4woGztbyJGqslwxkhhHrTjTYFXCtOoKS8uLdofVdAbOylGU6nlYpXWZts4nXBq6WxJitMNokHUJnbnJplQm+aGpY2a5GMV2QD1hRubBPFKdumf5OHkLHz0F9luE5kjBjRa0nFE5CUGqHw32MmjZ6xkgINVnSnZ1VZStK2qKlRaLlQgK7uTq7JFXJwM+3SOEKyhZNI+tJ0I5qMYy9k2qJD7dVWdqKXa0CKNR0Ccjg+B2IYu2fcBZJZkMFgM11r0X92wilghFGgzVnexlqB7xL9mS29SiYUVY2nXOZjNBRsyDsQPRWW5hrZ4XcdC4HVWRbjgJr4sFofK5SzjQ7rhI1UebdPdEbj6sqIvTZQZ5va08rABsAW0UxeWytAk7A2KJ9ZpxzCioB24XFtYAeXYxr6anSqhLgppEqWbGwLunTgrV+IjWlL29ljaAl4EQMGsErp4apeZiquwRXLXAqOCeru32mmydc6oWTSWpFAGdzeTB8RTHVMEtlM90CbbQCYhPjq3egYr1FGdYIQjiuDGZ5zZ/AzobKGOyLxti6c4Rwtv2anyWlLICnlLhxJRXt6A5ebDBWFNONbxWZ2d02mnu4S9YECpeppV1zSWRBWxHYzVIv1CXSouwqqX3jBBBDZdYQbpTQW4ZQlS8r5kH4suSRmg2++3JN10x1PaAmEkmtYlEdeGpJEM6kOuCqCR22oSujj5IV2HdT0zj5prLKTjXFAPjdQlyq7xIBxAQP5yMczG4VxAKw0n6ilZ2QBce2pLulkuxxqnoIzFfgqyqjil9S1VNwBrFmeyeops8yOjZUybZdfS8CuaTIJumzs5tODaNtLpFDQ/PcJGweLhmeL1nB0KqiUDScsiUVD89Di3HtrKtSULw3RLiygZD+7sF8JTObgYsrGvDNUFRGl1iy0Ll1YkUc2aJYMog920I8qW6YDCg1Mqk0JHJFKXkbgbRreI+qpYNOZHrVcDUba7pjsphSJNtK6upgRNAVoOS0mugBeN4bIZgHhuPZ/s1ENaX6KsVr+YNrh1Nb7ipR0PE5zbNRegCbrHRUw6Yf07dLBJl1f8KB9as2V1nNqAsl62LBBhehwalerkHmB1JFIEZKSEusdl5JQj1nJlHXSCF342gJ9CYGrXelknJIXqVP8sD+qtplCR3XH2qfKq0ygMp+KnVkKxNlZ8m2YkIlVMiCnXUwl7qznBKSvQz3m3Pt6oQbXO5b5FixCh/fHxUQW/AEcK6zCNqKQnL9sywqmKuwvqSYzT/aPVNNpVyhvRW21aqciCsjdWvBwILUvh5VyCzbWoC1pJjJ680CWsl+udKB6T5RwG1mlohnlpbg47iz5U9ha0FGtmRLFYBtO99y97Ap0z+ZDTAog6kSLZsMHg/IFkkgp6CpvU2U0cYVSdnmkjwBdOmXbxTWNWzuIbipMioVxEckZEoahSOiy2M3K0jcC1LhVDwaqG0ZvkcWqCnrG4GIxykrqlbWdw6LQyBaZR8HmLRIhQWsHswD42ZXVLNkf9l+FlW0HVQ2lwFsC/Z1FdzlQR0KaPfo+Fdfu+/dwVRICu1CGR7AEIiAhc+AZUF0kOBaPxmUqg4i64vQnU4nFDYJ9Nz+1fVXveH9qmr+kPILx8oKcRV/BFbxbE0JMT0kSD4w6L/lNY8ocsqagVdU3A3MjxhxcGuqzsPH4irpaow1q6OyrVjvp9Npc59E91LldboYVzJWdimWfAW2SNEKcDaX2FmBLLA/uKxlmhh613Is1URQApbKfttwxL02q6Onx5pQxSbPojAg+v5hAnN6LHVRDXIsvKtRjiS0qJUyZTAXVbAK82ElFJWaQdVoqUC1Unt7BVaTQudM6SuqexjQJN4+0icaxv/utbKv83ETbT8H8gjcOKxOJmbUa6OOVXht3dFY6rHv9XoNzFLceEA1o8+pKm0LAHPHZ2rYKjFq0hfZFixsqHJgD3eD5n+U0kb1mFjXkn2lvMSSOsNE/CdIAKF0Sytq6urOHUN5gwg4GZosgbmggM5ucra2qrS2Ig1cbiBBcxYzgzUDNLCvL8GbZXNp6ORy3LmS+Kk83zRIAK6A1ioKa2I9NapIuiUFdfC9766PFZUtqUr6KbWk+zZU1a/ZrIXEztrjTOfz7hwKziCeXIaraHtbZIMz+2pGgazCmw4qWAFvEdhodYp0Xq0pV7G1YWYWbO4qhGq42+Z8BYtrLWvluNPpZAeaFFS1vubPgbgxsqcpnAaszBovKaFoDQ8BGtjfUOl4NAG2nmQV04feJgumvX2fsrQEWZghL0JnVdYkn3DOZIeRN86RqPWCmsvGVqEMRnwxQAxwS8EMYo3IzmY2+BCcLp4MKiuyuhImamlbZFcNoNl7tp+RHd18ZjQIRKyXdFRhN98/hyKqwXWNo7O1wiaXoHN108REZZWEq6grnIfjzeg8jdRf1XEL4kkXa5bBjKxoKaljBjeHlVxQ4GaycpW4lDOAKtnTxHAtOfzOtZwHAM7sqVXkV6yu6kap1nHkXKqWF/4XHqjenNKqBjpR3l1ch3Ejg1+EsgdQhsdG0B4FM9sWAVWpuAyiwTPleZxt9VyZVS2qXfReWqTAilpr9ApoWTjxymit7NwV4JTriZyOA9B0k7HFfULourmKYHVnRQvqGL5HMHdqFcR2qWpmcK6eTwx2dipWrviDilr+fKWq3OWRWdHKwA4eu8wjchbeRzFilqjjZN3ufCpfkJ0/scVpnYk6L0PI77lxdWCZ87WiWm7B/AGquQSnujGKsB8CJmiJq8q1pKIVWyqOiTK66r18BN8r74/AE71fdC3yPS2MxdOpnE1tlVxD9JmVOoggN+r4PjAXVFPa3Eg5jVJGFVUGNolH20GVrUB7BOySWq6WqYQdWR92pcFMYMwckbSgCKCqD67DiiWu1g8MQC9ByfcFqW1L+jL714qNCuznoSxt0da2gtWN1G8F0BK0NN0nuimelUF9dIdAfjO44UT3CjQLoUeLHJFTO3gmpRuIIOvwBQCbqNeo3qtZ9iF6xVK13GRlo4zqimq+CGdTiR1uRY8oqgE02hZBa79kZXPMquxRHKla2saZWN4mRqZUj0vLCKhkjKnqOQHNuSZVJoKvAqS1wpEquvWDC1B2ypwrCPsRMEPVTODMLJMDv6qeKXwi2JYV5Sq4qKyvgGsHCLiuj2jR59V8gMqSJ2FJZRXEHVRHj3sFPrct6OpqlW1GpatQdt0GvwfM6n63InsGVFhJGaBqgqqIV6IsXllZgySPq4R3bnt3wi5cv+cN2yqQLW1T95KYVsWWtKk4cB9W53WQQflQYR6Wl4HaJZjvVE0D5yvq+RKgZCs5qdBEP5sD94cAvQLlSgNaSMAtHx88BuNQ41zdFsX30zKbcs0MLD/ihkpQzl0wiTqKLTfbKmCmyYICnK0IbaieC4CG9iSyLQ7cIMGQwau6TKoq60Apl3WN40LZpca1CKKK9VQyyIEn8w0F8F6CL2h8o3ixGwC7s7EWzCOqmcApYxYD4jsAzVS0sl2t98pA7vrKophCVSonbYpgH6mvSn24pTBV4sdtV3BtMq5k82y+IADvUJ0uAlkCVTxIaPm+UNu/qkV4F1TzHXCGrXIAqItBKypqK99VtAOVs64O4ObX7pHLVCpYHcRmwvLR7TvYAKBBN58LGVzDuFz+hQbWgncQyCZAk+VbsPSouf93261iZgmfCpwRbAvqmSqriU2PwhjaoOyYqtIegVXViTsmyta6bGySpY3gyRrpIyAeaWDDxtpsXwKyalMDKNP7YBXMqEskUsi2uC8FNAPxAKTVfT1o6VzM0E0jF+1rWcUuHvdyg7vgoFplX8HpvHpMCOMRUPHzZkInsqlFKNX/EIO52E0SxSzOwob2VmRLW5D1XIU0rbgM1AzWgyC7fe8G7xUAK/taEBat7luqtyP7EmsaJQOj5F+mrnZfCuYCfBUAWwShyd6pMY/vAHG1UqOYpbI/gy5T0CMKm+UO3gFuC85dgfDVeguPDfITrIBLsLrcgdh3CFgFZjaKJ4Iv3F8ANEqvuxR1tVKOgLoCa1jxboBAkj6v7j/icFbA7f4rfRnQDLRViG13i0vqBQrYVqBbADZT0ZpiHoSzvQpopKIFS3sE1HfBWlHXd0H7LnArqvougMtljHBgZnh3Eoz/BKjLML4Z2Aq0+hEJr9jaVUBbvNzCIUiroC7AWmmFw4o5AK3MtB5VypZMSFgs05JyGVwlwBqsEGAAa2ZU1CjUexXGsE4rKriilBvFzOKKo3AuAroE6QFQU3u8YpNXwS5k+1TZt5UrwouN4KiUEw+k3ZWDp1RXHNRqXb21Ts39945yZSg3VnZFNQ9CF3XeZyr5DgBXKiwCMa2MxeTDYXgP1Fsf9QNKZc0k81RJk3r6EQ3rCmBVyLL75EjZ1pIVDHoFtiOAHoB0BdTVylqBsKKKS+AeBXJVLY+CXASuGvO/Auq7GuEjDfGKg1oKa1z/dmmi9I9SUGNhl0AtfulHAawoYrnSkmNXAVuGEhrEVXvUF+A5Ct2PqNOjDetyna4CmeUolmeXLN4Aq7C5Sj10Q7yjgl+t6CNxSRHmI5X+CpwreYB3Qfdqna4q21KdBuc4GoZsn49ZOOiVinwHqK9WzjvgeweEh2AU5+vtxZ9Cd9Wqkh49V18E5oj6vVyn0RStAyGIO5edXRKd5B0VGVXq2yr3xYp+5Ut+C4QJ4P1N339pQMjRejj4vb/Dcr6rQc3O/0rjmtZpeYCBiCHfCemRbNhbK/pNUPc3wfKy5f2D7OlL3/uPhve/oU4T0F8f+VNM2vyoiv0jK+KHQfdHq+0bncz4oz73/+Y6LbKw1o/5B7eOf1Rl/0du9B9tn/9bvrf/j+v0h6ttn2tp/r/4819y4/zv5391uvzzfwDifz6phT1MPgAAAABJRU5ErkJggg==");
}
.color-picker .hue {
  width: 150px;
  height: 16px;
  border: none;
  top: 145px;
  left: 70px;
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC");
}
.color-picker .alpha {
  width: 150px;
  height: 16px;
  border: none;
  top: 175px;
  left: 70px;
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwYQlZMa3gAAAWVJREFUaN7tmEGO6jAQRCsOArHgBpyAJYGjcGocxAm4A2IHpmoWE0eBH+ezmFlNvU06shJ3W6VEelWMUQAIIF9f6qZpimsA1LYtS2uF51/u27YVAFZVRUkEoGHdPV/sIcbIEIIkUdI/9Xa7neyv61+SWFUVAVCSct00TWn2fv6u3+Ecfd3tXzy/0+nEUu+SPjo/kqzrmiQpScN6v98XewfA8/lMkiLJ2WxGSUopcT6fM6U0NX9/frfbjev1WtfrlZfLhYfDQQHG/AIOlnGwjINlHCxjHCzjYJm/TJWdCwquJXseFFzGwDNNeiKMOJTO8xQdDQaeB29+K9efeLaBo9J7vdvtJj1RjFFjfiv7qv95tjx/7leSQgh93e1ffMeIp6O+YQjho/N791t1XVOSSI7N//K+4/GoxWLBx+PB5/Op5XLJ+/3OlJJWqxU3m83ovv5iGf8KjYNlHCxjHCzjYBkHy5gf5gusvQU7U37jTAAAAABJRU5ErkJggg==");
}
.color-picker .selected-color {
  width: 40px;
  height: 40px;
  top: 147px;
  left: 15px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.color-picker .selected-color-background {
  width: 40px;
  height: 40px;
  top: 147px;
  left: 15px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC");
}
.color-picker .type-policy {
  position: absolute;
  top: 226px;
  left: 206px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAACewAAAnsB01CO3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAIASURBVEiJ7ZY9axRRFIafsxMStrLQJpAgpBFhi+C9w1YSo00I6RZ/g9vZpBf/QOr4GyRgkSKNSrAadsZqQGwCkuAWyRZJsySwvhZ7N/vhzrgbLH3Ld8597jlzz50zJokyxXH8DqDVar0qi6v8BbItqSGpEcfxdlmsFWXkvX8AfAVWg3UKPEnT9GKujMzsAFgZsVaCN1VTQd77XUnrgE1kv+6935268WRpzrnHZvYRWC7YvC3pRZZl3wozqtVqiyH9IgjAspkd1Gq1xUJQtVrdB9ZKIAOthdg/Qc65LUk7wNIMoCVJO865rYFhkqjX6/d7vV4GPJwBMqofURS5JEk6FYBer/eeYb/Mo9WwFnPOvQbeAvfuAAK4BN4sAJtAG/gJIElmNuiJyba3EGNmZiPeZuEVmVell/Y/6N+CzDn3AXhEOOo7Hv/3BeAz8IzQkMPnJbuPx1wC+yYJ7/0nYIP5S/0FHKdp+rwCEEXRS/rf5Hl1Gtb2M0iSpCOpCZzPATmX1EySpHMLAsiy7MjMDoHrGSDXZnaYZdnRwBh7J91utwmczAA6CbG3GgPleX4jqUH/a1CktqRGnuc3hSCAMB32gKspkCtgb3KCQMmkjeP4WNJThrNNZval1WptTIsv7JtQ4tmIdRa8qSoEpWl6YWZNoAN0zKxZNPehpLSBZv2t+Q0CJ9lLnARQLAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 16px;
  -moz-background-size: 8px 16px;
  -webkit-background-size: 8px 16px;
  -o-background-size: 8px 16px;
  width: 16px;
  height: 24px;
}
.color-picker .hsla-text, .color-picker .rgba-text {
  position: absolute;
  top: 220px;
  left: 12px;
  font-size: 11px;
}
.color-picker .hsla-text input, .color-picker .rgba-text input {
  margin: 0;
  float: left;
  width: 40px;
  margin-left: 7px;
  border: darkgrey solid 1px;
  padding: 1px;
}
.color-picker .hsla-text div, .color-picker .rgba-text div {
  float: left;
  width: 40px;
  text-align: center;
  color: #555;
  margin-left: 7px;
  margin-top: 4px;
}
.color-picker .hsla-text div:nth-child(5), .color-picker .rgba-text div:nth-child(5) {
  clear: left;
}
.color-picker .hex-text {
  position: absolute;
  top: 220px;
  left: 30px;
  font-size: 11px;
}
.color-picker .hex-text input {
  float: left;
  width: 160px;
  border: darkgrey solid 1px;
  padding: 1px;
}
.color-picker .hex-text div {
  text-align: center;
  color: #555;
  float: left;
  clear: left;
  width: 160px;
  margin-top: 4px;
}
.color-picker .color-picker-input-spinner {
  -moz-appearance: textfield;
}
.color-picker .color-picker-input-spinner::-webkit-inner-spin-button, .color-picker .color-picker-input-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.color-picker-extra-large {
  height: 320px!important;
}

.ui-autocomplete {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.ui-autocomplete.ui-menu .ui-menu-item {
  white-space: nowrap;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.ui-autocomplete.ui-menu .ui-menu-item button {
  font-family: Arial, sans-serif;
  margin-left: 4px;
}
.ui-autocomplete.ui-menu .ui-menu-item button:hover {
  text-decoration: none;
  font-weight: bold;
}
.ui-autocomplete .ui-autocomplete-category {
  color: #4f4f4f;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.2em 0.4em;
  margin: 0.2em 0 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.ui-autocomplete .ui-menu-item {
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.ui-autocomplete .ui-menu-item:hover {
  border: none;
  background: none;
}
.ui-autocomplete .ui-menu-item a {
  color: #005b8a;
  line-height: 20px;
  padding-right: 16px;
}
.ui-autocomplete .ui-menu-item a:hover {
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: none;
}
.ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a.ui-state-focus {
  font-weight: bold;
  border: none;
  background: none;
}
.ui-autocomplete.bottom {
  margin-top: 10px;
}
.ui-autocomplete.bottom .arrow {
  background: none;
  left: 10px;
  right: auto;
  margin: 0;
  margin-left: 0;
}
.ui-autocomplete.top .arrow {
  bottom: -16px;
  background: none;
}

.distribution-lists li, .distribution-list li {
  display: table;
  width: 99%;
  margin-left: 3px;
  border-top: 1px solid #d1d1d1;
  padding: 0px;
}
.distribution-lists li:first-of-type, .distribution-list li:first-of-type {
  border-top: none;
}
.distribution-lists li .title, .distribution-list li .title {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
}
.distribution-lists li .list-icons, .distribution-list li .list-icons {
  float: right;
  padding-left: 5px;
}
.distribution-lists li .list-icons span, .distribution-list li .list-icons span {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
}
.distribution-lists li .list-icons span img, .distribution-list li .list-icons span img {
  vertical-align: middle;
}
.distribution-lists li .list-icons span.toggle-starred, .distribution-list li .list-icons span.toggle-starred {
  vertical-align: bottom;
}
.distribution-lists li .list-icons span button, .distribution-list li .list-icons span button {
  background: white;
  padding-left: 0px;
  padding-right: 0px;
}
.distribution-lists li .list-icons span button.star-off, .distribution-list li .list-icons span button.star-off {
  color: #e8e8e8;
}
.distribution-lists li .list-icons span button.star-on, .distribution-list li .list-icons span button.star-on {
  color: #81c564;
}
.distribution-lists li div, .distribution-list li div {
  display: table-cell;
  vertical-align: top;
}
.distribution-lists li .list-body, .distribution-lists li .member-body, .distribution-list li .list-body, .distribution-list li .member-body {
  padding: 12px 4px 8px 4px;
}
.distribution-lists li .list-body div, .distribution-lists li .member-body div, .distribution-list li .list-body div, .distribution-list li .member-body div {
  display: block;
}
.distribution-lists li .list-body .member-icons, .distribution-lists li .member-body .member-icons, .distribution-list li .list-body .member-icons, .distribution-list li .member-body .member-icons {
  float: right;
  padding-left: 5px;
}
.distribution-lists li .list-body .member-icons span, .distribution-lists li .member-body .member-icons span, .distribution-list li .list-body .member-icons span, .distribution-list li .member-body .member-icons span {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
}
.distribution-lists li .list-body .member-icons span img, .distribution-lists li .member-body .member-icons span img, .distribution-list li .list-body .member-icons span img, .distribution-list li .member-body .member-icons span img {
  vertical-align: bottom;
}
.distribution-lists li .list-body .member-status, .distribution-lists li .member-body .member-status, .distribution-list li .list-body .member-status, .distribution-list li .member-body .member-status {
  padding-left: 5px;
  float: right;
}
.distribution-lists li .list-body .member-status span, .distribution-lists li .member-body .member-status span, .distribution-list li .list-body .member-status span, .distribution-list li .member-body .member-status span {
  display: inline-block;
  padding: 3px;
  color: #444444;
  background: #fafafc;
  border: 1px solid #dbdadc;
  margin-left: 5px;
  font-size: 12px;
  line-height: 12px;
}
.distribution-lists li .list-body .detail, .distribution-lists li .member-body .detail, .distribution-list li .list-body .detail, .distribution-list li .member-body .detail {
  margin-bottom: 5px;
  margin-top: 3px;
}
.distribution-lists li .list-selector-padder, .distribution-list li .list-selector-padder {
  display: none;
}
.distribution-lists li .list-selector-padder:first-of-type, .distribution-list li .list-selector-padder:first-of-type {
  display: table-cell;
  width: 24px;
}
.distribution-lists li .list-selector, .distribution-lists li .member-selector, .distribution-list li .list-selector, .distribution-list li .member-selector {
  vertical-align: top;
  padding-top: 15px;
  padding-left: 4px;
  width: 20px;
}
.distribution-lists li .list-selector input, .distribution-lists li .member-selector input, .distribution-list li .list-selector input, .distribution-list li .member-selector input {
  display: none;
}
.distribution-lists li .list-selector label, .distribution-lists li .member-selector label, .distribution-list li .list-selector label, .distribution-list li .member-selector label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.distribution-lists li .list-selector label.input-checked, .distribution-lists li .member-selector label.input-checked, .distribution-list li .list-selector label.input-checked, .distribution-list li .member-selector label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat;
  border: none;
  box-shadow: none;
  padding: 8px;
}
.distribution-lists li .list-selector label:active, .distribution-lists li .member-selector label:active, .distribution-list li .list-selector label:active, .distribution-list li .member-selector label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.distribution-updates li {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #d1d1d1;
  padding: 0px;
}
.distribution-updates li:first-of-type {
  border-top: none;
}
.distribution-updates li div.distribution-update-detail {
  padding: 12px 4px 8px 4px;
}

.distribution-actions {
  padding: 10px;
  padding-bottom: 0;
}
.distribution-actions h3 {
  padding-top: 10px;
  border-top: 1px solid #dbdadc;
}
.distribution-actions h3:first-child {
  border-top: none;
  padding-top: 0;
}
.distribution-actions ul {
  margin-bottom: 10px;
}

.distribution-list-name-field {
  width: 536px;
}

h2.distribution-list-name input {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  background: #7e7d7f;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  padding: 0;
  padding-left: 3px;
  margin-left: -5px;
  width: 100%;
}

.distribution-lists-select {
  position: relative;
  background: white;
  /*height: 27px;*/
  border: 1px solid #dbdadc;
  *zoom: 1;
}
.distribution-lists-select ul li {
  display: block;
  float: left;
  position: relative;
  margin-left: 3px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 20px;
  background-color: #efefef;
}
.distribution-lists-select ul li.distribution-list-delete {
  border: 1px solid red;
}
.distribution-lists-select ul li.distribution-list-input {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-right: 3px;
}
.distribution-lists-select ul li.distribution-list-input input {
  border: none;
  height: 15px;
  margin: 0px;
  padding: 2px;
  width: 100px;
  min-width: 80px;
}
.distribution-lists-select ul li.distribution-list-input input:focus {
  outline: 0;
}
.distribution-lists-select ul li .distribution-list-name {
  display: inline-block;
  padding-left: 3px;
  padding-right: 18px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}
.distribution-lists-select ul li .distribution-list-remove {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background-position: -48px 2px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.distribution-lists-select:before, .distribution-lists-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.distribution-lists-select:after {
  clear: both;
}

div.entry {
  padding: 10px;
  font-size: 1.1em;
  outline: none;
}
div.entry .entry-distribution {
  background: #81c564;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
  /* height: 24px; */
  line-height: 27px;
  min-height: 27px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: white;
}
div.entry .entry-distribution button.link.inline {
  background: #81c564;
  color: white;
  font-size: inherit;
  text-decoration: underline;
  line-height: 27px;
  height: 27px;
}
div.entry .entry-quarantined {
  background: #81c564;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
  /* height: 24px; */
  line-height: 27px;
  min-height: 27px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: white;
}
div.entry .entry-quarantined button.link.inline {
  background: #81c564;
  color: white;
  font-size: inherit;
  text-decoration: underline;
}
div.entry .entry-header {
  *zoom: 1;
}
div.entry .entry-header .entry-date {
  padding-top: 2px;
  padding-bottom: 12px;
  float: left;
}
div.entry .entry-header .entry-event-type {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.entry .entry-header .entry-when {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.entry .entry-header .entry-where {
  padding-top: 2px;
  padding-bottom: 12px;
}
div.entry .entry-header .entry-see-online {
  padding-top: 2px;
  padding-bottom: 12px;
  float: right;
}
div.entry .entry-header .entry-bulletin {
  clear: both;
  margin-bottom: 8px;
}
div.entry .entry-header:before, div.entry .entry-header:after {
  display: table;
  content: "";
  line-height: 0;
}
div.entry .entry-header:after {
  clear: both;
}
div.entry p {
  margin-bottom: 10px;
  line-height: 1.3em;
}
div.entry p em {
  font-style: normal;
  font-weight: bold;
}
div.entry .content-header, div.entry .content-footer {
  padding: 10px;
  padding-bottom: 0;
  background: #fafafc;
  border: #dbdadc 1px solid;
  margin-bottom: 10px;
  font-style: italic;
}
div.entry .entry-embargo {
  float: right;
  margin-left: 10px;
  padding-top: 2px;
  font-weight: bold;
}
div.entry .entry-embargo img {
  margin-top: -6px;
}
div.entry .entry-embargo .entry-embargo-embargoed {
  color: #b13330;
}
div.entry .entry-embargo .entry-embargo-released {
  color: #81c564;
}

div.entry .entry-footer .attachments, div.entry-edit .entry-attachments .attachments {
  *zoom: 1;
}
div.entry .entry-footer .attachments hr, div.entry-edit .entry-attachments .attachments hr {
  margin: 8px 0;
}
div.entry .entry-footer .attachments .attachments-header, div.entry-edit .entry-attachments .attachments .attachments-header {
  margin-bottom: 5px;
  font-weight: bold;
}
div.entry .entry-footer .attachments .attachment, div.entry-edit .entry-attachments .attachments .attachment {
  display: block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 20px;
  *zoom: 1;
}
div.entry .entry-footer .attachments .attachment .image, div.entry-edit .entry-attachments .attachments .attachment .image {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
  margin-right: 20px;
}
div.entry .entry-footer .attachments .attachment .image .icon, div.entry-edit .entry-attachments .attachments .attachment .image .icon {
  max-width: 50px;
}
div.entry .entry-footer .attachments .attachment .detail, div.entry-edit .entry-attachments .attachments .attachment .detail {
  float: left;
  margin-top: 10px;
}
div.entry .entry-footer .attachments .attachment .detail .name, div.entry-edit .entry-attachments .attachments .attachment .detail .name {
  font-weight: bold;
}
div.entry .entry-footer .attachments .attachment .detail label, div.entry-edit .entry-attachments .attachments .attachment .detail label {
  display: inline-block;
  margin-right: 20px;
}
div.entry .entry-footer .attachments .attachment .detail .image-detail, div.entry-edit .entry-attachments .attachments .attachment .detail .image-detail {
  margin-top: 5px;
}
div.entry .entry-footer .attachments .attachment .detail .image-detail .image-use img, div.entry-edit .entry-attachments .attachments .attachment .detail .image-detail .image-use img {
  margin-top: -4px;
}
div.entry .entry-footer .attachments .attachment .detail .image-detail .image-caption, div.entry-edit .entry-attachments .attachments .attachment .detail .image-detail .image-caption {
  margin-top: 5px;
}
div.entry .entry-footer .attachments .attachment:before, div.entry .entry-footer .attachments .attachment:after, div.entry-edit .entry-attachments .attachments .attachment:before, div.entry-edit .entry-attachments .attachments .attachment:after {
  display: table;
  content: "";
  line-height: 0;
}
div.entry .entry-footer .attachments .attachment:after, div.entry-edit .entry-attachments .attachments .attachment:after {
  clear: both;
}
div.entry .entry-footer .attachments:before, div.entry .entry-footer .attachments:after, div.entry-edit .entry-attachments .attachments:before, div.entry-edit .entry-attachments .attachments:after {
  display: table;
  content: "";
  line-height: 0;
}
div.entry .entry-footer .attachments:after, div.entry-edit .entry-attachments .attachments:after {
  clear: both;
}

h2.header.entry .edit-title {
  position: relative;
  margin-right: 60px;
}
h2.header.entry .edit-title input {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  background: #7e7d7f;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  padding: 0;
  padding-left: 3px;
  margin-left: -5px;
  width: 100%;
}
h2.header.entry .edit-title input:focus {
  outline: none;
}
h2.header.entry .edit-title input.ng-invalid {
  border: 1px solid red;
}
h2.header.entry .edit-title .title-length {
  position: absolute;
  right: -30px;
  font-size: 16px;
  top: 0;
  color: white;
  font-weight: normal;
}

div.body.audio-player div.entry-edit .entry-edit-panel {
  margin-bottom: 105px;
}

div.entry-edit {
  position: relative;
  height: 100%;
  overflow: hidden;
}
div.entry-edit input.ng-invalid, div.entry-edit textarea.ng-invalid {
  border: 1px solid red;
}
div.entry-edit .entry-edit-panel {
  margin-bottom: 52px;
}
div.entry-edit .edit-details {
  height: 100%;
  padding: 10px;
  padding-bottom: 20px;
  padding-right: 0;
}
div.entry-edit .edit-details .entry-wrapper {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
}
div.entry-edit .edit-details .entry-content {
  margin-right: -10px;
  *zoom: 1;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value {
  width: 250px;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime {
  position: relative;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime .datetime-date {
  width: 70px;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime .datetime-time {
  position: absolute;
  left: 90px;
  top: -21px;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime .datetime-time input {
  width: 20px;
  margin-bottom: 0;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime .datetime-time .text-center .btn-link {
  padding: 0;
}
div.entry-edit .edit-details .entry-content .entry-date.name-value .value .datetime .datetime-time button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.entry-edit .edit-details .entry-content .name-value {
  float: left;
  width: 100%;
}
div.entry-edit .edit-details .entry-content .name-value .value {
  padding-right: 14px;
  margin-right: 10px;
}
div.entry-edit .edit-details .entry-content .name-value .value.select {
  padding-right: 0;
}
div.entry-edit .edit-details .entry-content .name-value .value input {
  width: 100%;
}
div.entry-edit .edit-details .entry-content .name-value .value select {
  width: 100%;
}
div.entry-edit .edit-details .entry-content .name-value .value textarea {
  width: 100%;
}
div.entry-edit .edit-details .entry-content .name-value .value .medium-editor-textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px 6px;
  margin-bottom: 8px;
  width: 100%;
  min-height: 50px;
}
div.entry-edit .edit-details .entry-content .name-value .value .medium-editor-textarea.medium-editor-textarea-large {
  min-height: 150px;
}
div.entry-edit .edit-details .entry-content .name-value .value .medium-editor-textarea.ng-invalid {
  border: 1px solid red;
}
div.entry-edit .edit-details .entry-content .name-value .value .medium-editor-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
div.entry-edit .edit-details .entry-content .name-value .value.toggleable-field {
  position: relative;
  height: 32px;
}
div.entry-edit .edit-details .entry-content .name-value .value.toggleable-field input[type="checkbox"] {
  width: auto;
  position: absolute;
  left: 5px;
  top: 2px;
}
div.entry-edit .edit-details .entry-content .name-value .value.toggleable-field .toggleable {
  margin-left: 25px;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime {
  position: relative;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .text-muted {
  color: grey;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .text-info {
  font-weight: bold;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .datetime-date {
  width: 70px;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .datetime-time {
  position: absolute;
  left: 90px;
  top: -21px;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .datetime-time input {
  width: 20px;
  margin-bottom: 0;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .datetime-time .text-center .btn-link {
  padding: 0;
}
div.entry-edit .edit-details .entry-content .name-value .value .datetime .datetime-time button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.entry-edit .edit-details .entry-content .name-value .value .digest-description {
  margin-right: 35px;
}
div.entry-edit .edit-details .entry-content .name-value .value .digest-sequence {
  width: 30px;
  float: right;
  margin-right: -12px;
}
div.entry-edit .edit-details .entry-content .name-value .value .digest-sequence .digest-sequence-value {
  width: 30px;
  text-align: center;
}
div.entry-edit .edit-details .entry-content .name-value .value .digest-sequence .digest-sequence-control {
  width: 30px;
}
div.entry-edit .edit-details .entry-content .name-value .value .digest-sequence .digest-sequence-control .btn {
  padding: 2px 8px;
}
div.entry-edit .edit-details .entry-content .name-value .value .add-digest {
  margin-top: -7px;
  margin-bottom: 7px;
}
div.entry-edit .edit-details .entry-content .name-value.half {
  width: 50%;
}
div.entry-edit .edit-details .entry-content .name-value.article-url input {
  width: 550px;
}
div.entry-edit .edit-details .entry-content .name-value.article-url a {
  margin-left: 10px;
  vertical-align: 2px;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when label {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0;
  padding-right: 10px;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when label input {
  width: 15px;
  vertical-align: inherit;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when .datetime {
  display: inline-block;
  width: 210px;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when .date {
  display: inline-block;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when .date .datetime-date {
  width: 70px;
}
div.entry-edit .edit-details .entry-content .name-value.entry-diary-item-when span {
  padding-left: 5px;
  padding-right: 5px;
}
div.entry-edit .edit-details .entry-content:before, div.entry-edit .edit-details .entry-content:after {
  display: table;
  content: "";
  line-height: 0;
}
div.entry-edit .edit-details .entry-content:after {
  clear: both;
}
div.entry-edit .edit-details .dropdown-menu {
  padding: 5px 5px;
  /*max-width: 203px;*/
  background-color: white;
  border: 1px solid #dbdadc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
div.entry-edit .edit-details .dropdown-menu li {
  display: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child {
  display: block;
}
div.entry-edit .edit-details .dropdown-menu li:first-child table {
  outline: none;
  /*max-width: 203px;*/
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button:focus, div.entry-edit .edit-details .dropdown-menu li:first-child thead button:active {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.btn-default {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 7px;
  text-shadow: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.btn-default:hover {
  background: #74b053;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-left {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-left:hover {
  background: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-left i {
  background-image: url("../img/icons/prev-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-left i:focus, div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-left i:active {
  outline: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-right {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-right:hover {
  background: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-right i {
  background-image: url("../img/icons/next-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-right i:focus, div.entry-edit .edit-details .dropdown-menu li:first-child thead button.pull-right i:active {
  outline: none;
}
div.entry-edit .edit-details .dropdown-menu li:first-child tbody button.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
  padding: 4px 2px;
}
div.entry-edit .edit-details .dropdown-menu li:first-child tbody button.btn span {
  color: #005b8a;
  padding-right: 4px;
  padding-left: 2px;
}
div.entry-edit .edit-details .dropdown-menu li:first-child tbody button.btn span:hover {
  font-weight: bold;
}
div.entry-edit .edit-details .dropdown-menu li:first-child tbody button.btn-info span {
  border-bottom: 3px solid #81c564;
}
div.entry-edit .edit-details .dropdown-menu li:first-child th {
  color: #444444;
}
div.entry-edit .edit-details .entry-attachments .attachments {
  font-size: 1.1em;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment {
  position: relative;
  height: 150px;
  display: block;
  *zoom: 1;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment .image {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment .detail {
  margin-left: 170px;
  float: none;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment .detail textarea {
  width: 100%;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment:before, div.entry-edit .edit-details .entry-attachments .attachments .attachment:after {
  display: table;
  content: "";
  line-height: 0;
}
div.entry-edit .edit-details .entry-attachments .attachments .attachment:after {
  clear: both;
}
div.entry-edit .edit-details .entry-attachments .attachments button {
  font-size: 1.0em;
}
div.entry-edit .edit-details .entry-attachments .attachments input[type="checkbox"] {
  margin-top: 0;
}
div.entry-edit .edit-details .entry-attachments .attachments .name-value .name {
  font-weight: normal;
}
div.entry-edit .edit-details .entry-attachments .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
div.entry-edit .edit-controls {
  position: absolute;
  bottom: 0;
  height: 35px;
  padding-left: 10px;
}
div.entry-edit .edit-controls button {
  float: none;
}
div.entry-edit .edit-controls div.save {
  display: block;
  height: 30px;
  width: 115px;
  float: left;
}
div.entry-edit .edit-controls div.cancel {
  display: block;
  height: 30px;
  margin-left: 50px;
  margin-top: 4px;
  float: left;
}
div.entry-edit .edit-controls div.minor-edit {
  display: block;
  margin-left: 40px;
  float: left;
  height: 30px;
  margin-top: 4px;
}
div.entry-edit .edit-controls div.minor-edit input {
  vertical-align: top;
  margin: 0;
}
div.entry-edit .edit-controls div.toggle {
  display: block;
  height: 30px;
  margin-top: 4px;
  margin-right: 20px;
  float: right;
}

fw-facebook-post {
  display: block;
  text-align: center;
}

div.ngtweet-wrapper {
  text-align: center;
}
div.ngtweet-wrapper twitter-widget {
  display: inline-block !important;
}

.media-player {
  background: #ffffff;
  border-left: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
  padding-left: 10px;
  padding-right: 10px;
}
.media-player audio {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-player iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}

a.audio-timestamp {
  cursor: pointer;
}

.entry-edit .entry-content ul, .body .entry p ul {
  margin-bottom: 8px;
}
.entry-edit .entry-content ul li, .body .entry p ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

.entry-list li {
  display: table;
  width: 99%;
  margin-left: 3px;
  border-top: 1px solid #d1d1d1;
  padding: 0px;
}
.entry-list li:first-of-type {
  border-top: none;
}
.entry-list li .title {
  display: inline;
  font-size: 1.2em;
}
.entry-list li div {
  display: table-cell;
  vertical-align: top;
}
.entry-list li .entry-body {
  padding: 12px 4px 8px 4px;
}
.entry-list li .entry-body ul {
  margin-bottom: 8px;
}
.entry-list li .entry-body ul li {
  display: list-item;
  width: 100%;
  border: none;
  list-style: disc;
  margin-left: 20px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.entry-list li .entry-body div {
  display: block;
}
.entry-list li .entry-body .entry-icons {
  float: right;
  padding-left: 5px;
}
.entry-list li .entry-body .entry-icons span {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
}
.entry-list li .entry-body .entry-icons span img {
  vertical-align: bottom;
}
.entry-list li .entry-body .entry-icons span.toggle-starred {
  vertical-align: bottom;
}
.entry-list li .entry-body .entry-icons span button {
  background: white;
  padding-left: 0px;
  padding-right: 0px;
}
.entry-list li .entry-body .entry-icons span button.star-off {
  color: #e8e8e8;
}
.entry-list li .entry-body .entry-icons span button.star-on {
  color: #81c564;
}
.entry-list li .entry-body .profile-image {
  float: right;
  padding-left: 5px;
}
.entry-list li .entry-body .detail {
  margin-bottom: 5px;
  margin-top: 3px;
}
.entry-list li .entry-body .detail .main-contact {
  display: inline-block;
  width: auto;
  height: 14px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}
.entry-list li .entry-body .content .supplementary {
  padding-bottom: 4px;
}
.entry-list li .entry-body .content .supplementary span.keywords {
  padding-right: 10px;
}
.entry-list li .entry-body .content .supplementary ul.tags {
  display: inline;
}
.entry-list li .entry-body .content .supplementary ul.tags li {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 14px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.entry-list li .entry-body .content .supplementary ul.tags li .sentiment {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 16px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-position: -64px -1px;
  background-repeat: no-repeat;
}
.entry-list li .entry-body .content .supplementary ul.tags li .name {
  display: block;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  color: #666666;
  font-size: 12px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.positive {
  padding-left: 12px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.positive .sentiment {
  display: block;
  background-position: 0px -1px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.negative {
  padding-left: 12px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.negative .sentiment {
  display: block;
  background-position: -16px -1px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.neutral {
  padding-left: 12px;
}
.entry-list li .entry-body .content .supplementary ul.tags li.neutral .sentiment {
  display: block;
  background-position: -32px -1px;
}
.entry-list li .entry-body .content em {
  font-weight: bold;
  font-style: normal;
}
.entry-list li .drag-handle {
  width: 14px;
  border-left: 1px solid white;
}
.entry-list li .drag-handle:hover {
  cursor: url("../img/icons/openhand.cur") 8 8, move;
}
.entry-list li:hover .drag-handle {
  background: url("../img/icons/drag_handle.png") repeat-y;
  border-left: 1px solid #d1d1d1;
}
.entry-list li .entry-selector {
  vertical-align: top;
  padding-top: 15px;
  padding-left: 4px;
  width: 20px;
}
.entry-list li .entry-selector input {
  display: none;
}
.entry-list li .entry-selector label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.entry-list li .entry-selector label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat;
  border: none;
  box-shadow: none;
  padding: 8px;
}
.entry-list li .entry-selector-spacer {
  padding-left: 19px;
}
.entry-list li .entry-padder {
  width: 15px;
}
.entry-list li.unread .title {
  font-weight: bold;
}
.entry-list li.date-header {
  position: relative;
  padding-top: 25px;
}
.entry-list li.date-header .date-header {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-left: 21px;
  margin-top: 10px;
}

#secondary .entry-list li .title {
  font-size: 1.1em;
}

.entry-dragging {
  border: 1px solid #dbdadc;
  background: white url("../img/icons/drag_handle.png") repeat-y;
  padding: 6px;
  padding-left: 17px;
  max-width: 500px;
}

.entry-dragging .action {
  font-weight: bold;
}

.entry-type, .content-type {
  border-bottom: none;
  padding-bottom: 10px;
  height: 35px;
  *zoom: 1;
}
.entry-type > li, .content-type > li {
  float: left;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.entry-type > li > a, .content-type > li > a {
  border: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #444444;
  text-transform: uppercase;
  display: block;
}
.entry-type > li > a:hover, .content-type > li > a:hover {
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.entry-type .active > a, .content-type .active > a {
  border: none;
  border-bottom: 3px solid #81c564;
  background-color: white;
  color: #444444;
  font-weight: bold;
}
.entry-type .active > a:hover, .content-type .active > a:hover {
  border: none;
  border-bottom: 3px solid #81c564;
  background-color: white;
}
.entry-type:before, .entry-type:after, .content-type:before, .content-type:after {
  display: table;
  content: "";
  line-height: 0;
}
.entry-type:after, .content-type:after {
  clear: both;
}

.intelligence-relevancy-label {
  padding-left: 21px;
  vertical-align: 2px;
  font-weight: bold;
}

.intelligence-relevancy-info {
  position: relative;
  display: inline-block;
  vertical-align: -2px;
  width: 26px;
}
.intelligence-relevancy-info span.material-icons {
  font-size: 18px;
  cursor: pointer;
}
.intelligence-relevancy-info .popover {
  width: 300px;
  margin-left: 8px;
}

.intelligence-relevancy {
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 10px;
  height: 25px;
  width: 110px;
  *zoom: 1;
}
.intelligence-relevancy:before, .intelligence-relevancy:after {
  display: table;
  content: "";
  line-height: 0;
}
.intelligence-relevancy:after {
  clear: both;
}
.intelligence-relevancy div.relevancy-step {
  display: inline-block;
  background-color: #dbdadc;
  margin: 0;
  padding: 0;
  width: 20px;
  border-right: 2px solid white;
}
.intelligence-relevancy div.relevancy-step.highlight {
  background-color: #81c564;
}
.intelligence-relevancy div.relevancy-step.step-one {
  height: 11px;
}
.intelligence-relevancy div.relevancy-step.step-two {
  height: 14px;
}
.intelligence-relevancy div.relevancy-step.step-three {
  height: 17px;
}
.intelligence-relevancy div.relevancy-step.step-four {
  height: 20px;
}
.intelligence-relevancy div.relevancy-step.step-five {
  height: 23px;
}
.intelligence-relevancy .relevancy-slider {
  width: 93px;
  margin-left: 17px;
  margin-top: -38px;
  height: 1px;
}
.intelligence-relevancy .rzslider .rz-bar {
  display: none;
}
.intelligence-relevancy .rzslider .rz-selection {
  background: orange;
}
.intelligence-relevancy .rzslider .rz-pointer {
  width: 7px;
  height: 10px;
  top: auto;
  /* to remove the default positioning */
  bottom: 0;
  background-color: #7e7d7f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
}
.intelligence-relevancy .rzslider .rz-pointer:after {
  display: none;
}
.intelligence-relevancy .rzslider .rz-bubble {
  display: none;
}
.intelligence-relevancy .rzslider .rz-limit {
  font-weight: bold;
  color: orange;
}
.intelligence-relevancy .rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}
.intelligence-relevancy .rzslider .rz-tick.rz-selected {
  background: none;
}
.intelligence-relevancy .relevancy-marker {
  position: absolute;
  bottom: 2px;
  transform: rotate(-90deg);
  font-size: 12px;
  color: #7e7d7f;
}
.intelligence-relevancy .relevancy-marker.marker-position-one {
  left: 24px;
}
.intelligence-relevancy .relevancy-marker.marker-position-two {
  left: 46px;
}
.intelligence-relevancy .relevancy-marker.marker-position-three {
  left: 68px;
}
.intelligence-relevancy .relevancy-marker.marker-position-four {
  left: 89px;
}
.intelligence-relevancy .relevancy-marker.marker-position-five {
  left: 110px;
}

.entry-list-toolbar {
  position: relative;
}
.entry-list-toolbar .follow {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-list-toolbar.intelligence-toolbar {
  border-bottom: 1px solid #dbdadc;
}
.entry-list-toolbar.intelligence-toolbar .follow {
  top: 7px;
}

.entry-list-no-results {
  margin-top: 20px;
  margin-left: 20px;
}

.starred-entry-list {
  margin-left: -10px;
  margin-right: -10px;
}
.starred-entry-list .body {
  border: none;
}

body.manage-feeds #secondary, body.manage-follows #secondary, body.profile-changes #secondary, body.new-authors #secondary, body.manage-reports #secondary, body.registered-addresses #secondary, body.current-users #secondary, body.report-builder #secondary {
  display: none;
}

fw-panel .body.manage-feeds, fw-panel .body.manage-follows, fw-panel .body.registered-addresses, fw-panel .body.current-users, fw-panel .body.report-builder {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -380px;
}
fw-panel .body.report-builder.settings {
  margin-right: 0px;
}

fw-panel .header.manage-feeds-header, fw-panel .header.manage-follows-header, fw-panel .header.registered-addresses-header, fw-panel .header.current-users-header, fw-panel .header.report-builder-header {
  margin-right: -380px;
}

fw-panel .footer.manage-feeds-footer, fw-panel .footer.manage-follows-footer, fw-panel .footer.registered-addresses-footer, fw-panel .footer.current-users-footer, fw-panel .footer.report-builder-footer {
  margin-right: -380px;
}

body.newsletter #secondary {
  display: none;
}
body.newsletter fw-panel .body {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -380px;
}
body.newsletter fw-panel .header {
  margin-right: -380px;
}
body.newsletter fw-panel .footer {
  margin-right: -380px;
}

.folders-select {
  position: relative;
  background: white;
  /*height: 27px;*/
  border-left: 5px solid #81c564;
  border-top: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
  border-bottom: 1px solid #dbdadc;
  *zoom: 1;
}
.folders-select ul li {
  display: block;
  float: left;
  position: relative;
  margin: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 20px;
  background-color: #efefef;
}
.folders-select ul li.folder-delete {
  border: 1px solid red;
}
.folders-select ul li.folder-icon {
  height: 22px;
  width: 16px;
  background: none;
  background-image: url("../img/icons/folder.png");
  background-position: 2px 5px;
  background-repeat: no-repeat;
  border: none;
}
.folders-select ul li.folder-input {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 2px;
}
.folders-select ul li.folder-input input {
  border: none;
  height: 15px;
  margin: 0px;
  padding: 2px;
  width: 100px;
  min-width: 80px;
}
.folders-select ul li.folder-input input:focus {
  outline: 0;
}
.folders-select ul li .folder-name {
  display: block;
  padding-left: 8px;
  padding-right: 18px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
  white-space: nowrap;
}
.folders-select ul li .folder-name .folder-text {
  max-width: 175px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
.folders-select ul li .folder-name .folder-colour input {
  padding: 0;
  width: 15px !important;
  height: 15px;
  margin-bottom: 1px !important;
  margin-right: -3px;
  cursor: pointer;
  vertical-align: 5px;
}
.folders-select ul li .folder-remove {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background-position: -48px 2px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.folders-select:before, .folders-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.folders-select:after {
  clear: both;
}

.notifications .channel {
  width: 70px;
}

#overlay .edit-report .edit-report-form {
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
  margin-right: -16px;
}
#overlay .edit-report .edit-report-form .day-of-week {
  height: 34px;
}
#overlay .edit-report .edit-report-form .day-of-week .day {
  display: inline-block;
  height: 32px;
  width: 32px;
  float: left;
  border: 1px solid white;
  background: #7e7d7f;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
#overlay .edit-report .edit-report-form .day-of-week .day.day-selected {
  background: #81c564;
}
#overlay .edit-report .edit-report-form .day-of-week .day:hover {
  cursor: pointer;
}
#overlay .edit-report .edit-report-form .day-of-week .day.remove {
  background: #b13330;
}
#overlay .edit-report .edit-report-form .day-frequency .details {
  position: relative;
  padding-top: 22px;
  clear: both;
  min-height: 24px;
}
#overlay .edit-report .folders-select {
  border: none;
}
#overlay .edit-report .folders-select li.folder-icon {
  display: none;
}

.groups-select {
  position: relative;
  background: white;
  /*height: 27px;*/
  border: 1px solid #dbdadc;
  *zoom: 1;
}
.groups-select ul li {
  display: block;
  float: left;
  position: relative;
  margin-left: 3px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 20px;
  background-color: #efefef;
}
.groups-select ul li.primary-group {
  background-color: rgba(129, 197, 100, 0.4);
}
.groups-select ul li.group-delete {
  border: 1px solid red;
}
.groups-select ul li.group-input {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-right: 3px;
}
.groups-select ul li.group-input input {
  border: none;
  height: 15px;
  margin: 0px;
  padding: 2px;
  width: 100px;
  min-width: 80px;
}
.groups-select ul li.group-input input:focus {
  outline: 0;
}
.groups-select ul li .group-type {
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  padding-left: 3px;
}
.groups-select ul li.main-contact-select .group-type {
  padding-left: 20px;
}
.groups-select ul li.hide-relationship-type .group-type {
  display: none;
}
.groups-select ul li .group-name {
  display: inline-block;
  padding-left: 3px;
  padding-right: 18px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}
.groups-select ul li .group-remove {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background-position: -48px 2px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.groups-select ul li .group-main-contact {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.groups-select ul li.main-contact .group-main-contact {
  background-image: url("../img/icons/chk_on.png");
  background-position: 0px 3px;
  background-repeat: no-repeat;
}
.groups-select ul li.main-contact-select .group-main-contact {
  display: block;
}
.groups-select:before, .groups-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.groups-select:after {
  clear: both;
}

#group-main-contact-select {
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#group-main-contact-select li {
  width: 16px;
  height: 20px;
  z-index: 1000;
  background-color: #efefef;
  cursor: pointer;
}
#group-main-contact-select li.main-contact-no {
  background: #efefef;
}
#group-main-contact-select li.main-contact-yes {
  background-image: url("../img/icons/chk_on.png");
  background-position: 0px 3px;
  background-repeat: no-repeat;
}
#group-main-contact-select li.main-contact-selected {
  background-color: #cccccc;
}

#overlay .import-follows {
  width: 500px;
  height: 120px;
}
#overlay .import-follows p {
  margin-top: 10px;
  margin-bottom: 15px;
}
#overlay .import-follows div.upload {
  padding-top: 0px;
  padding-bottom: 10px;
  min-height: 40px;
  line-height: 24px;
}
#overlay .import-follows div.upload button {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
}
#overlay .import-follows .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#overlay .import-social-feeds {
  width: 500px;
  height: 180px;
}
#overlay .import-social-feeds p {
  margin-top: 10px;
  margin-bottom: 15px;
}
#overlay .import-social-feeds div.upload {
  padding-top: 0px;
  padding-bottom: 10px;
  min-height: 40px;
  line-height: 24px;
}
#overlay .import-social-feeds div.upload button {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
}
#overlay .import-social-feeds .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#login {
  position: absolute;
  width: 360px;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -70px;
}
#login img {
  float: left;
  width: 100px;
  height: 100px;
}
#login form {
  float: left;
  width: 238px;
  height: 78px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #dbdadc;
  background: white;
}
#login form input[type="text"], #login form input[type="password"] {
  margin-bottom: 5px;
  width: 223px;
}
#login form label {
  float: left;
  line-height: 24px;
}
#login form label input[type="checkbox"] {
  margin: 0;
  margin-top: -3px;
}
#login form button {
  float: right;
  display: block;
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
#login form button:focus {
  outline: none;
}
#login form button:hover {
  background: #74b053;
  cursor: pointer;
}
#login #login-changepassword div {
  margin-bottom: 4px;
}

#login-footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#login-footer button.link {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  float: none;
  display: inline;
  background: #fafafc;
}

.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-header h3 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  min-height: 27px;
  padding-left: 7px;
  background: #7e7d7f;
  border-left: 5px solid #81c564;
  margin: 0;
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-body ul li {
  list-style: disc;
  margin-left: 30px;
}
.modal .modal-footer {
  background: white;
  border: none;
  padding: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}
.modal button.link {
  margin-top: 4px;
}
.modal button.delete {
  color: white;
  background: #b13330;
}
.modal button.delete:hover {
  background: #922928;
}
.modal button.send {
  color: white;
  background: #81c564;
}
.modal button.send:hover {
  background: #74b053;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.6;
}

.newsletter {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter .newsletter-form {
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter .name-value {
  position: relative;
  margin-bottom: 5px;
  *zoom: 1;
}
.newsletter .name-value .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
}
.newsletter .name-value .value {
  margin-left: 100px;
  min-height: 24px;
}
.newsletter .name-value .value .text {
  line-height: 24px;
}
.newsletter .name-value .value input {
  width: 204px;
}
.newsletter .name-value .value textarea {
  height: 100px;
  width: 204px;
  resize: none;
}
.newsletter .name-value .value .medium-editor-textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px 6px;
  margin-bottom: 8px;
  width: 204px;
  min-height: 50px;
}
.newsletter .name-value .value .medium-editor-textarea.medium-editor-textarea-large {
  min-height: 100px;
}
.newsletter .name-value .value .medium-editor-textarea.ng-invalid {
  border: 1px solid red;
}
.newsletter .name-value .value .medium-editor-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.newsletter .name-value.section .name {
  position: relative;
  width: auto;
}
.newsletter .name-value.section .name button {
  float: right !important;
  line-height: 24px;
  margin-left: 5px;
  margin-bottom: 1px;
}
.newsletter .name-value.section .name button.section-up {
  width: 16px;
  height: 16px;
  background: url("../img/icons/line-arrow-up.png") 0 5px no-repeat;
}
.newsletter .name-value.section .name button.section-up:hover {
  background: url("../img/icons/line-arrow-up-hover.png") 0 5px no-repeat;
}
.newsletter .name-value.section .name button.section-down {
  width: 16px;
  height: 16px;
  background: url("../img/icons/line-arrow-down.png") 0 5px no-repeat;
}
.newsletter .name-value.section .name button.section-down:hover {
  background: url("../img/icons/line-arrow-down-hover.png") 0 5px no-repeat;
}
.newsletter .name-value.section .name button.section-remove {
  width: 16px;
  height: 16px;
  background: url("../img/icons/delete-grey.png") 2px 5px no-repeat;
}
.newsletter .name-value.section .name button.section-remove:hover {
  background: url("../img/icons/delete-grey-hover.png") 2px 5px no-repeat;
}
.newsletter .name-value.section .name input {
  width: 180px;
  float: left;
}
.newsletter .name-value.section .value {
  margin-left: 0;
}
.newsletter .name-value.section .value .section-entries {
  position: relative;
}
.newsletter .name-value.section .value .section-entries .section-entry {
  border: 1px solid #d1d1d1;
  margin-bottom: 5px;
}
.newsletter .name-value.section .value .section-entries .section-entry .angular-ui-tree-handle {
  display: table-cell;
  vertical-align: top;
  width: 14px;
  background: url("../img/icons/drag_handle.png") repeat-y;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-title {
  margin-bottom: 5px;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-source {
  margin-bottom: 5px;
  margin-top: -3px;
  font-size: 11px;
  line-height: 17px;
}
.newsletter .name-value.section .value .section-entries .section-entry.tree-table .angular-ui-tree-handle {
  border-left: none;
}
.newsletter .name-value.section .value .section-entries .section-entry.tree-table:hover .angular-ui-tree-handle {
  border-left: none;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-content {
  line-height: 16px;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-content em {
  font-weight: bold;
  font-style: normal;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-content ul {
  margin-bottom: 8px;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-content ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.newsletter .name-value.section .value .section-entries .section-entry .section-entry-content.medium-editor-textarea {
  width: 273px;
  margin-left: -6px;
}
.newsletter .name-value.section .value .section-entries .angular-ui-tree-nodes .angular-ui-tree-node {
  border-top: none;
  margin-left: 0;
  width: auto;
}
.newsletter .name-value.section .value .section-entries .angular-ui-tree-nodes .angular-ui-tree-node .section-entry-drop {
  display: none;
}
.newsletter .name-value.section .value .section-entries .angular-ui-tree-nodes .angular-ui-tree-node.newsletter-droppable .section-entry-drop {
  display: block;
  border: 3px dashed #74b053;
  padding: 20px;
  text-align: center;
  margin-bottom: 5px;
  min-height: auto;
  background: none;
}
.newsletter .name-value.section .value .section-entries .angular-ui-tree-empty {
  position: absolute;
  top: 0;
  height: 62px;
  width: 209px;
}
.newsletter .name-value.section .value .section-entry-drop {
  border: 3px dashed #dbdadc;
  padding: 20px;
  text-align: center;
  min-height: auto;
  background: none;
}
.newsletter .name-value.section .value .section-entry-drop.newsletter-droppable {
  border: 3px dashed #74b053;
}
.newsletter .name-value.wide .name {
  width: 140px;
}
.newsletter .name-value.wide .value {
  margin-left: 140px;
}
.newsletter .name-value.wide .value select {
  width: 178px;
}
.newsletter .name-value.vertical {
  float: left;
  margin-right: 10px;
}
.newsletter .name-value.vertical .name {
  position: relative;
  width: auto;
}
.newsletter .name-value.vertical .value {
  margin-left: 0;
}
.newsletter .name-value:before, .newsletter .name-value:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsletter .name-value:after {
  clear: both;
}
.newsletter .section-add {
  margin-top: 15px;
}
.newsletter .section-add button {
  font-weight: bold;
}

.angular-ui-tree-drag .section-entry-drop {
  display: none;
}

body.newsletter div.body.newsletter .name-value .value input {
  width: 604px;
}
body.newsletter div.body.newsletter .name-value .value textarea {
  width: 604px;
}
body.newsletter div.body.newsletter .name-value .value .medium-editor-textarea {
  width: 604px;
}
body.newsletter div.body.newsletter .name-value.wide .value select {
  width: 378px;
}

#notification {
  position: absolute;
  color: white;
  background: #444444;
  padding: 10px;
  padding-left: 28px;
  z-index: 1100;
}
#notification .message {
  margin-right: 10px;
}
#notification .undo {
  margin-right: 10px;
}
#notification .undo button.link {
  background: none;
  color: white;
}
#notification .close {
  color: white;
  text-transform: none;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#notification .close:hover, #notification .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent;
}
#notification.success {
  background: #444444 url("../img/icons/chk_on.png") no-repeat 7px 11px;
}
#notification.error {
  background: #444444 url("../img/icons/error-icon.png") no-repeat 10px 9px;
}

#notifications {
  position: absolute;
  top: 12px;
  right: 60px;
  width: 290px;
  text-align: right;
  z-index: 1000;
}
#notifications img:hover {
  cursor: pointer;
}

#overlay .name-value {
  position: relative;
  margin-bottom: 5px;
  *zoom: 1;
}
#overlay .name-value .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
}
#overlay .name-value .value {
  margin-left: 100px;
  min-height: 24px;
}
#overlay .name-value .value .text {
  line-height: 24px;
}
#overlay .name-value.vertical {
  float: left;
  margin-right: 10px;
}
#overlay .name-value.vertical .name {
  position: relative;
  width: auto;
}
#overlay .name-value.vertical .value {
  margin-left: 0;
  /*input {
      margin-bottom: 0;
  }*/
}
#overlay .name-value:before, #overlay .name-value:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .name-value:after {
  clear: both;
}
#overlay .name-value-row {
  *zoom: 1;
}
#overlay .name-value-row .name-value {
  float: left;
  padding-right: 30px;
}
#overlay .name-value-row:before, #overlay .name-value-row:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .name-value-row:after {
  clear: both;
}
#overlay .half-panel {
  width: 230px;
  float: left;
}

.name-value.transcription .value input {
  width: 181px;
}

#profile {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
}
#profile .button {
  display: inline-block;
  height: 34px;
  width: 34px;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
#profile .profile {
  padding: 14px;
  width: 288px;
  *zoom: 1;
}
#profile .profile .profile-icon {
  float: left;
}
#profile .profile .detail {
  float: left;
  width: 178px;
  padding-left: 10px;
}
#profile .profile .detail .name {
  font-size: 16px;
  font-weight: bold;
}
#profile .profile .detail button {
  float: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
}
#profile .profile .detail p {
  margin-bottom: 5px;
}
#profile .profile:before, #profile .profile:after {
  display: table;
  content: "";
  line-height: 0;
}
#profile .profile:after {
  clear: both;
}

.profile-icon .text {
  background: #3c8cd6;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.profile-inline {
  padding: 10px;
}
.profile-inline .profile-icon {
  float: left;
  padding-right: 10px;
}
.profile-inline .detail .name {
  display: inline;
}
.profile-inline .detail p {
  margin-bottom: 5px;
}
.profile-inline .detail .contacts {
  padding-top: 4px;
}
.profile-inline .detail .recent-entries {
  padding-top: 4px;
  clear: both;
}

#overlay .profile {
  position: relative;
  width: 700px;
  /*
      .relationship-list {
          .cell-content {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              display: inline-block;
              text-align: left;
  
              &.wrap {
                  white-space: auto;
              }
  
              &.role {
                  width: 130px;
              }
  
              &.access {
                  width: 280px;
              }
  
              &.delete {
                  width: 20px;
              }
          }
      }
  */
}
#overlay .profile h2 .private {
  vertical-align: -4px;
  margin-left: 10px;
}
#overlay .profile > .profile-actions {
  position: absolute;
  top: 36px;
  right: 24px;
}
#overlay .profile > .profile-actions > div {
  float: left;
}
#overlay .profile > .body {
  padding-bottom: 10px;
  height: 554px;
  overflow: hidden;
}
#overlay .profile .profile-header {
  *zoom: 1;
}
#overlay .profile .profile-header .profile-icon {
  float: left;
}
#overlay .profile .profile-header .detail {
  float: left;
  width: 400px;
  margin-left: 10px;
}
#overlay .profile .profile-header .detail h2 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
}
#overlay .profile .profile-header .detail .main-contact {
  display: inline-block;
  width: auto;
  height: 14px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  vertical-align: 2px;
}
#overlay .profile .profile-header:before, #overlay .profile .profile-header:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .profile-header:after {
  clear: both;
}
#overlay .profile .profile-body {
  margin-left: -10px;
  margin-right: -10px;
}
#overlay .profile .profile-body .manage-relationships .profile-select {
  display: inline-block;
}
#overlay .profile .profile-body .manage-relationships .profile-select input {
  margin-bottom: 0;
}
#overlay .profile .profile-body .manage-relationships select {
  margin-bottom: 0;
}
#overlay .profile .profile-body .manage-relationships button.link {
  height: 24px;
  margin-left: 10px;
}
#overlay .profile .profile-graph h3 {
  display: none;
}
#overlay .profile .profile-search {
  position: relative;
}
#overlay .profile .profile-search form {
  position: relative;
  margin: 0;
  border: 1px solid #3c8cd6;
  background: white;
  height: 32px;
}
#overlay .profile .profile-search form .wrapper {
  padding: 4px 6px;
  margin-right: 90px;
}
#overlay .profile .profile-search form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0;
  height: 24px;
  width: 100%;
}
#overlay .profile .profile-search form button {
  position: absolute;
  top: 0px;
  right: 0;
  width: 90px;
  height: 32px;
  border: none;
  color: white;
  background: #3c8cd6 url("../img/icons/search.png") no-repeat 33px 5px;
  text-indent: -99999px;
}
#overlay .profile .profile-search form button:hover {
  background-color: #4275b7;
}
#overlay .profile .office-hours {
  width: 600px;
  margin-bottom: 15px;
}
#overlay .profile .permissions fw-check-options > div {
  float: left;
  width: 140px;
}
#overlay .profile .profile-entries .body {
  overflow-y: auto;
  height: 175px;
  padding: 0;
}
#overlay .profile .edit-profile {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 475px;
}
#overlay .profile .edit-profile h2 {
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0;
}
#overlay .profile .edit-profile h3 {
  margin-top: 8px;
}
#overlay .profile .edit-profile .name-value.next-line {
  *zoom: 1;
}
#overlay .profile .edit-profile .name-value.next-line:before, #overlay .profile .edit-profile .name-value.next-line:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .name-value.next-line:after {
  clear: both;
}
#overlay .profile .edit-profile .name-value.checkbox {
  width: 200px;
  margin-right: 10px;
  float: left;
}
#overlay .profile .edit-profile .name-value.checkbox .name {
  float: left;
}
#overlay .profile .edit-profile .name-value.checkbox .value {
  float: left;
  padding-left: 10px;
}
#overlay .profile .edit-profile .name-value.checkbox-wide {
  width: 300px;
  margin-right: 10px;
  float: left;
}
#overlay .profile .edit-profile .name-value.checkbox-wide .name {
  float: left;
  width: 200px;
}
#overlay .profile .edit-profile .name-value.checkbox-wide .value {
  float: left;
  padding-left: 10px;
  margin-left: 200px;
}
#overlay .profile .edit-profile .name-value .tags-select {
  border: none;
  width: 450px;
}
#overlay .profile .edit-profile .name-value .name {
  line-height: 26px;
  font-weight: normal;
}
#overlay .profile .edit-profile .name-value.vertical {
  float: left;
  margin-right: 10px;
}
#overlay .profile .edit-profile .name-value.vertical .name {
  position: relative;
  width: auto;
}
#overlay .profile .edit-profile .name-value.vertical .value {
  margin-left: 0;
}
#overlay .profile .edit-profile .name-value.vertical .value input {
  margin-bottom: 0;
}
#overlay .profile .edit-profile .name-value.vertical .value textarea {
  width: 437px;
  height: 50px;
}
#overlay .profile .edit-profile .select-days {
  display: inline-table;
  vertical-align: top;
}
#overlay .profile .edit-profile .select-days .days {
  display: table-row;
}
#overlay .profile .edit-profile .select-days .days span {
  display: table-cell;
  width: 35px;
  text-align: center;
}
#overlay .profile .edit-profile .select-days .days-select {
  display: table-row;
}
#overlay .profile .edit-profile .select-days .days-select span {
  display: table-cell;
  width: 35px;
  text-align: center;
}
#overlay .profile .edit-profile .select-hours {
  display: inline-block;
}
#overlay .profile .edit-profile .select-hours span.time-name {
  vertical-align: 28px;
  margin-left: 8px;
  margin-right: 8px;
}
#overlay .profile .edit-profile .time-of-day {
  display: inline-block;
}
#overlay .profile .edit-profile .time-of-day input {
  width: 20px;
  margin-bottom: 0;
}
#overlay .profile .edit-profile .time-of-day .text-center .btn-link {
  padding: 0;
}
#overlay .profile .edit-profile .time-of-day button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  margin: 0;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#overlay .profile .edit-profile .main {
  *zoom: 1;
}
#overlay .profile .edit-profile .main:before, #overlay .profile .edit-profile .main:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .main:after {
  clear: both;
}
#overlay .profile .edit-profile .detail {
  width: 470px;
  float: left;
}
#overlay .profile .edit-profile .image {
  width: 144px;
  height: 230px;
  float: left;
  *zoom: 1;
}
#overlay .profile .edit-profile .image .image-description {
  padding-top: 4px;
  padding-bottom: 4px;
}
#overlay .profile .edit-profile .image button {
  float: none;
}
#overlay .profile .edit-profile .image .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#overlay .profile .edit-profile .image:before, #overlay .profile .edit-profile .image:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .image:after {
  clear: both;
}
#overlay .profile .edit-profile .contacts .contacts-body input {
  width: 324px;
}
#overlay .profile .edit-profile .contacts .contacts-body select {
  width: 110px;
  vertical-align: top;
}
#overlay .profile .edit-profile .contacts .contacts-body textarea {
  width: 324px;
  height: 30px;
}
#overlay .profile .edit-profile .user-configuration {
  margin-top: 10px;
  *zoom: 1;
}
#overlay .profile .edit-profile .user-configuration .user-configuration-detail {
  margin-top: 5px;
}
#overlay .profile .edit-profile .user-configuration:before, #overlay .profile .edit-profile .user-configuration:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .user-configuration:after {
  clear: both;
}
#overlay .profile .edit-profile .group-configuration {
  margin-top: 10px;
  *zoom: 1;
}
#overlay .profile .edit-profile .group-configuration .group-configuration {
  margin-top: 5px;
}
#overlay .profile .edit-profile .group-configuration:before, #overlay .profile .edit-profile .group-configuration:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .group-configuration:after {
  clear: both;
}
#overlay .profile .edit-profile .content-rules {
  margin-top: 10px;
  *zoom: 1;
}
#overlay .profile .edit-profile .content-rules .content-rules-detail {
  margin-top: 5px;
}
#overlay .profile .edit-profile .content-rules:before, #overlay .profile .edit-profile .content-rules:after {
  display: table;
  content: "";
  line-height: 0;
}
#overlay .profile .edit-profile .content-rules:after {
  clear: both;
}
#overlay .profile .manage-sources {
  overflow-y: auto;
  overflow-x: hidden;
  height: 475px;
}
#overlay .profile .manage-sources .name-value .name {
  line-height: 26px;
  font-weight: normal;
  width: 120px;
}
#overlay .profile .manage-sources .name-value .value {
  margin-left: 120px;
}
#overlay .profile .manage-sources .name-value .value textarea {
  width: 480px;
  height: 40px;
}
#overlay .profile .manage-sources .name-value .value input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-bottom: 10px;
}
#overlay .profile .manage-sources .name-value .value .tags-select {
  border: none;
  height: 32px;
}
#overlay .profile .manage-sources .name-value .value .tags-select .tag-input {
  height: 22px;
  margin-bottom: 8px;
  margin-top: 0;
}
#overlay .profile .manage-sources .name-value .value .tags-select .tag-input input {
  height: 16px;
  padding: 3px 6px;
}
#overlay .profile .delete {
  padding-top: 14px;
  display: inline-block;
  float: right;
}
#overlay .profile .delete button {
  float: none;
}
#overlay .profile .save {
  padding-top: 10px;
  display: inline-block;
}
#overlay .profile .save button {
  float: none;
}
#overlay .profile .manage-distribution-lists {
  display: block;
  padding: 8px;
}
#overlay .profile .manage-distribution-lists .button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 0;
  color: #005b8a;
  font-weight: bold;
}
#overlay .profile .manage-distribution-lists .button .text {
  display: inline-block;
  padding: 0;
  margin-left: 16px;
}
#overlay .profile .manage-distribution-lists .button:hover {
  background: none;
}
#overlay .profile .manage-distribution-lists .label {
  color: #444444;
  font-weight: normal;
  line-height: 24px;
  padding-right: 8px;
}
#overlay .profile .manage-distribution-lists fw-popup .manage-distribution-lists-checkboxes {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  text-overflow: ellipsis;
}
#overlay .profile .manage-distribution-lists fw-popup .manage-distribution-lists-checkboxes fw-check-options > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
#overlay .profile .manage-distribution-lists fw-popup > div {
  width: 250px;
}
#overlay .profile .manage-distribution-lists fw-popup > div h3 {
  color: #444444;
  margin-bottom: 5px;
  margin-top: 5px;
}
#overlay .profile .manage-distribution-lists fw-popup .new-list {
  margin-left: 25px;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d1d1d1;
}

.block-profile {
  padding-left: 25px;
}

.profile-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}

.groups-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}

#overlay .profiles-upload {
  width: 700px;
  height: 320px;
}
#overlay .profiles-upload p {
  margin-left: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#overlay .profiles-upload .form-step {
  padding-left: 35px;
  padding-top: 0px;
  padding-bottom: 10px;
  min-height: 40px;
  line-height: 24px;
}
#overlay .profiles-upload .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
#overlay .profiles-upload .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
#overlay .profiles-upload .form-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
#overlay .profiles-upload .form-step.three select {
  vertical-align: 0;
  margin: 0;
  margin-left: 10px;
}
#overlay .profiles-upload .form-step.four {
  background: url("../img/icons/number-4.png") no-repeat 0px 0px;
}
#overlay .profiles-upload .form-step.four button {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
}
#overlay .profiles-upload .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#overlay {
  position: absolute;
  z-index: 1000;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: -1px -1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px -1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px 1px rgba(0, 0, 0, 0.4);
}
#overlay .header {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  background: #7e7d7f;
  border-left: 5px solid #81c564;
  margin: 0;
  overflow: hidden;
}
#overlay .footer {
  height: 25px;
  background: #7e7d7f;
}
#overlay table .header {
  line-height: 17px;
  background: none;
  border-left: none;
  color: #444444;
  font-size: 13px;
  font-weight: normal;
}
#overlay .body {
  padding: 24px;
  padding-top: 10px;
  background: white;
  overflow: auto;
}
#overlay .body h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}
#overlay .body h4 {
  text-transform: uppercase;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 25px;
}
#overlay .body h4 .arrow {
  line-height: 25px;
  vertical-align: bottom;
  width: 20px;
  margin-left: -20px;
}
#overlay .edit-report {
  width: 400px;
}
#overlay .edit-report button {
  margin-left: 10px;
  margin-top: 10px;
}
#overlay .edit-report button.link {
  margin-top: 14px;
}
#overlay .edit-report .multi-folder-heading button {
  margin-top: 0;
  margin-left: 0;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
}
#overlay .edit-report .multi-folder-heading button span {
  width: 103px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  text-align: left;
}
#overlay .edit-report .multi-folder-heading form {
  margin: 0;
  display: inline;
}
#overlay .edit-report .multi-folder-heading input {
  width: 150px;
  margin-bottom: 0;
  vertical-align: baseline;
}
#overlay .edit-report .multi-folder-heading button.manage {
  float: right !important;
  line-height: 24px;
  margin-left: 5px;
  margin-bottom: 1px;
}
#overlay .edit-report .multi-folder-heading button.manage.section-up {
  width: 16px;
  height: 16px;
  background: url("../img/icons/line-arrow-up.png") 0 5px no-repeat;
}
#overlay .edit-report .multi-folder-heading button.manage.section-up:hover {
  background: url("../img/icons/line-arrow-up-hover.png") 0 5px no-repeat;
}
#overlay .edit-report .multi-folder-heading button.manage.section-down {
  width: 16px;
  height: 16px;
  background: url("../img/icons/line-arrow-down.png") 0 5px no-repeat;
}
#overlay .edit-report .multi-folder-heading button.manage.section-down:hover {
  background: url("../img/icons/line-arrow-down-hover.png") 0 5px no-repeat;
}
#overlay .edit-report .multi-folder-heading button.manage.section-remove {
  width: 16px;
  height: 16px;
  background: url("../img/icons/delete-grey.png") 2px 5px no-repeat;
}
#overlay .edit-report .multi-folder-heading button.manage.section-remove:hover {
  background: url("../img/icons/delete-grey-hover.png") 2px 5px no-repeat;
}
#overlay .edit-registered-address {
  width: 300px;
}
#overlay .edit-follow {
  max-width: 500px;
}
#overlay .edit-follow div.relevancy-step {
  display: inline-block;
  background-color: #81c564;
  margin: 0;
  padding: 0;
  width: 10px;
  border-right: 1px solid white;
}
#overlay .edit-follow div.relevancy-step.step-one {
  height: 5px;
}
#overlay .edit-follow div.relevancy-step.step-two {
  height: 7px;
}
#overlay .edit-follow div.relevancy-step.step-three {
  height: 9px;
}
#overlay .edit-follow div.relevancy-step.step-four {
  height: 11px;
}
#overlay .edit-follow div.relevancy-step.step-five {
  height: 13px;
}
#overlay .grant-access {
  width: 500px;
  height: 450px;
}
#overlay .grant-access .grant-access-form button {
  margin-left: 10px;
  margin-top: 10px;
}
#overlay .grant-access .grant-access-form button.link {
  margin-top: 14px;
}
#overlay .grant-access .grant-access-form .form-step {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 10px;
}
#overlay .grant-access .grant-access-form .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
#overlay .grant-access .grant-access-form .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
#overlay .grant-access .grant-access-form .form-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
#overlay .distribute-news {
  width: 540px;
  height: 560px;
}
#overlay .distribute-news .distribute-news-form {
  height: 470px;
  overflow-y: auto;
  padding-right: 5px;
}
#overlay .distribute-news .distribute-news-form button {
  margin-left: 10px;
  margin-top: 10px;
}
#overlay .distribute-news .distribute-news-form button.link {
  margin-top: 14px;
}
#overlay .distribute-news .distribute-news-form .form-step {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 10px;
}
#overlay .distribute-news .distribute-news-form .form-step p.tip {
  font-size: 0.9em;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
#overlay .distribute-news .distribute-news-form .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
#overlay .distribute-news .distribute-news-form .form-step.one input {
  width: 400px;
}
#overlay .distribute-news .distribute-news-form .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
#overlay .distribute-news .distribute-news-form .form-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
#overlay .distribute-news .distribute-news-form .form-step.four {
  background: url("../img/icons/number-4.png") no-repeat 0px 0px;
  margin-top: 3px;
}
#overlay .distribute-news .distribute-news-form .form-step.four button {
  margin-top: 0;
  margin-left: 0;
}
#overlay .distribute-news .distribute-news-form .form-step.four button.link {
  margin-top: 0;
  margin-left: 0;
}
#overlay .distribute-news .distribute-news-form .form-step.five {
  background: url("../img/icons/number-5.png") no-repeat 0px 0px;
}
#overlay .view-log {
  width: 600px;
  min-height: 250px;
}
#overlay .view-log .body {
  padding-bottom: 0;
}
#overlay .view-log .log-date {
  white-space: nowrap;
}
#overlay .edit-template {
  width: 500px;
}
#overlay .edit-template .template-form .template-form-inner {
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
  margin-right: -16px;
}
#overlay .edit-template .template-form input[type="text"] {
  width: 380px;
}
#overlay .edit-template .template-form .medium-editor-textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px 6px;
  margin-bottom: 8px;
  width: 380px;
  min-height: 80px;
}
#overlay .edit-template .template-form .medium-editor-textarea.medium-editor-textarea-large {
  min-height: 80px;
}
#overlay .edit-template .template-form .medium-editor-textarea.ng-invalid {
  border: 1px solid red;
}
#overlay .edit-template .template-form .medium-editor-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#overlay .edit-template .template-form textarea {
  width: 380px;
  height: 80px;
}
#overlay .edit-template .template-form button {
  margin-left: 10px;
  margin-top: 10px;
}
#overlay .edit-template .template-form button.link {
  margin-top: 14px;
}
#overlay .edit-template .template-form .shared {
  line-height: 24px;
  height: 24px;
  margin-bottom: 4px;
}
#overlay .edit-template .template-form .shared input {
  display: none;
}
#overlay .edit-template .template-form .shared label {
  color: #005b8a;
  text-align: left;
  padding: 0.1em 0.5em 0.1em 2em;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0;
}
#overlay .edit-template .template-form .shared label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
#overlay .edit-template .template-form .form-step {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 10px;
}
#overlay .edit-template .template-form .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
  padding-top: 3px;
}
#overlay .edit-template .template-form .form-step.one h3 {
  display: inline-block;
}
#overlay .edit-template .template-form .form-step.one select {
  margin-left: 35px;
  margin-bottom: 0;
}
#overlay .edit-template .template-form .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.two h3 {
  display: inline-block;
}
#overlay .edit-template .template-form .form-step.two button {
  margin-top: -4px;
  margin-right: 23px;
}
#overlay .edit-template .template-form .form-step.two .file-hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#overlay .edit-template .template-form .form-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.four {
  background: url("../img/icons/number-4.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.four h3 {
  display: inline-block;
}
#overlay .edit-template .template-form .form-step.five {
  background: url("../img/icons/number-5.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.five input[type="text"] {
  width: 300px;
}
#overlay .edit-template .template-form .form-step.five button.link {
  margin-top: 6px;
  vertical-align: top;
}
#overlay .edit-template .template-form .form-step.six {
  background: url("../img/icons/number-6.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.six h3 {
  display: inline-block;
}
#overlay .edit-template .template-form .form-step.seven {
  background: url("../img/icons/number-7.png") no-repeat 0px 0px;
}
#overlay .edit-template .template-form .form-step.seven h3 {
  display: inline-block;
}

.report-form .form-step, .edit-report .form-step {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.report-form .form-step.one, .edit-report .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
.report-form .form-step.two, .edit-report .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
.report-form .form-step.three, .edit-report .form-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
.report-form .form-step.four, .edit-report .form-step.four {
  background: url("../img/icons/number-4.png") no-repeat 0px 0px;
}
.report-form .form-step.five, .edit-report .form-step.five {
  background: url("../img/icons/number-5.png") no-repeat 0px 0px;
}
.report-form .form-step.six, .edit-report .form-step.six {
  background: url("../img/icons/number-6.png") no-repeat 0px 0px;
}
.report-form .form-step.seven, .edit-report .form-step.seven {
  background: url("../img/icons/number-7.png") no-repeat 0px 0px;
}
.report-form .form-step.eight, .edit-report .form-step.eight {
  background: url("../img/icons/number-8.png") no-repeat 0px 0px;
}
.report-form .form-step.nine, .edit-report .form-step.nine {
  background: url("../img/icons/number-9.png") no-repeat 0px 0px;
}

.report-form .schedule {
  position: relative;
}
.report-form .schedule button {
  font-size: 0.8em;
  margin-top: 2px;
}
.report-form .schedule .frequency {
  width: 100px;
  float: left;
}
.report-form .schedule .schedule-office {
  line-height: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.report-form .schedule .schedule-office input {
  display: none;
}
.report-form .schedule .schedule-office label {
  color: #005b8a;
  text-align: left;
  padding: 0.1em 0.5em 0.1em 2em;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
}
.report-form .schedule .schedule-office label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
.report-form .schedule .schedule-time {
  display: inline-block;
  margin-top: -22px;
  margin-left: 4px;
}
.report-form .schedule .schedule-time input {
  width: 20px;
  margin-bottom: 0;
}
.report-form .schedule .schedule-time .text-center .btn-link {
  padding: 0;
}
.report-form .schedule .schedule-time button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  margin: 0;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.report-form .schedule .schedule-time button.link {
  font-size: 13px;
}
.report-form .schedule .schedule-time .time-controls {
  display: inline-block;
}
.report-form .schedule .schedule-time .remove {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #b13330;
  margin-left: 5px;
  text-align: center;
  line-height: 24px;
  vertical-align: 29px;
  cursor: pointer;
}
.report-form .schedule .schedule-time-start {
  position: absolute;
  left: 230px;
  top: 25px;
}
.report-form .report-share {
  margin-bottom: 4px;
  margin-top: 10px;
}
.report-form .report-share input {
  display: none;
}
.report-form .report-share label {
  text-align: left;
  padding: 0.1em 0.5em 0.1em 0em;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0;
  /* &.input-checked {
      background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
      border: none;
      box-shadow: none;
      font-weight: bold;
  } */
}
.report-form .report-share label span {
  color: #7e7d7f;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 30px;
}
.report-form .report-share label span.checked {
  color: #74b053;
}
.report-form h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}
.report-form h3.report-options-subheading {
  margin-left: 25px;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
}
.report-form h4 {
  text-transform: uppercase;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}
.report-form h4 .arrow {
  line-height: 12px;
  vertical-align: bottom;
  width: 20px;
  margin-left: -20px;
}
.report-form p {
  margin-bottom: 15px;
}

div.body.manage-reports {
  position: relative;
}
div.body.manage-reports .manage-reports-actions {
  position: absolute;
  top: 4px;
  right: 4px;
}
div.body.manage-reports .manage-reports-actions > div {
  float: left;
}
div.body.manage-reports .tab-content {
  overflow-y: auto;
  overflow-x: hidden;
}

body.manage-reports fw-panel .body.manage-reports {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -380px;
  overflow-x: hidden;
}

body.manage-reports fw-panel .header.manage-reports-header {
  margin-right: -380px;
}

body.manage-reports fw-panel .footer.manage-reports-footer {
  margin-right: -380px;
}

#overlay .edit-report .schedule button {
  margin: 0;
}

.edit-report .schedule {
  position: relative;
}
.edit-report .schedule button {
  font-size: 0.8em;
}
.edit-report .schedule .frequency {
  width: 100px;
  float: left;
}
.edit-report .schedule .schedule-office {
  line-height: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.edit-report .schedule .schedule-office input {
  display: none;
}
.edit-report .schedule .schedule-office label {
  color: #005b8a;
  text-align: left;
  padding: 0.1em 0.5em 0.1em 2em;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
}
.edit-report .schedule .schedule-office label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
.edit-report .schedule .schedule-time {
  display: inline-block;
  margin-top: -22px;
  margin-left: 4px;
}
.edit-report .schedule .schedule-time input {
  width: 20px;
  margin-bottom: 0;
}
.edit-report .schedule .schedule-time .text-center .btn-link {
  padding: 0;
}
.edit-report .schedule .schedule-time button.btn {
  font-size: 13px;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  margin: 0;
  /*margin-top: -8px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.edit-report .schedule .schedule-time button.link {
  font-size: 13px;
}
.edit-report .schedule .schedule-time .time-controls {
  display: inline-block;
}
.edit-report .schedule .schedule-time .remove {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #b13330;
  margin-left: 5px;
  text-align: center;
  line-height: 24px;
  vertical-align: 29px;
  cursor: pointer;
}
.edit-report .schedule .schedule-time-start {
  position: absolute;
  left: 230px;
  top: 25px;
}
.edit-report .report-share {
  margin-bottom: 4px;
  margin-top: 10px;
}
.edit-report .report-share input {
  display: none;
}
.edit-report .report-share label {
  text-align: left;
  padding: 0.1em 0.5em 0.1em 0em;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0;
  /* &.input-checked {
      background: url("../img/icons/chk_on.png") no-repeat 4px 2px;
      border: none;
      box-shadow: none;
      font-weight: bold;
  } */
}
.edit-report .report-share label span {
  color: #7e7d7f;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 30px;
}
.edit-report .report-share label span.checked {
  color: #74b053;
}

.report-list {
  position: relative;
}
.report-list .reports {
  position: relative;
  margin-right: 230px;
  height: 100%;
}
.report-list .reports .reports-head {
  position: absolute;
  top: 0;
  z-index: 500;
  background: white;
  margin-right: 10px;
}
.report-list .reports .reports-body {
  height: 100%;
  overflow-y: auto;
  margin-right: 10px;
}
.report-list .reports table {
  width: 100%;
  table-layout: fixed;
}
.report-list .reports table tr {
  height: 28px;
}
.report-list .reports table th {
  text-align: left;
}
.report-list .reports table tbody tr {
  border-top: 1px solid #dbdadc;
}
.report-list .reports table tbody tr td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.report-list .reports table tbody tr td.action {
  text-align: center;
}
.report-list .filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding-top: 5px;
}
.report-list .filters .ui-select-container {
  outline: none;
}
.report-list .filters .ui-select-toggle {
  width: 206px;
  border-radius: 0;
  background: white;
  height: 16px;
  padding: 3px 6px;
  margin-bottom: 8px;
}
.report-list .filters .ui-select-toggle a.btn {
  height: 24px;
  line-height: 24px;
  right: 4px;
  padding: 0;
  top: 0;
  border: none;
}
.report-list .filters .ui-select-match {
  height: 24px;
  margin-bottom: 8px;
  outline: none;
  width: 220px;
}
.report-list .filters .ui-select-match-text {
  padding: 0;
  height: 20px;
  margin-top: -2px;
  line-height: 20px;
}
.report-list .filters .caret {
  display: none;
}
.report-list .filters .btn:focus {
  outline: none;
}

.ui-select-bootstrap > .ui-select-choices {
  opacity: 1;
  width: 218px;
  border-radius: 0;
  margin-top: -8px;
}

.ui-select-bootstrap > .ui-select-no-choice {
  border-radius: 0;
  width: 206px;
  padding: 3px 6px;
  margin-top: -9px;
}

#overlay .edit-report .body {
  padding-left: 8px;
}
#overlay .destinations input {
  width: 190px;
}
#overlay .destinations button {
  margin-top: 0;
  margin-left: 0;
}
#overlay .destinations button.link {
  margin-top: 0;
  margin-bottom: 4px;
}
#overlay .sections .add-section button.link {
  margin: 0;
  margin-top: 8px;
}
#overlay .schedule-instance {
  margin-bottom: 20px;
}
#overlay .schedule-instance .day-frequency-heading {
  display: inline-block;
  width: 100px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 8px;
}
#overlay .schedule-instance .day-frequency-time-heading {
  display: inline-block;
  width: 100px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 8px;
}
#overlay .schedule-instance .message {
  margin-top: 10px;
}
#overlay .add-schedule button {
  font-size: 13px;
}

#overlay .report-log {
  height: 350px;
  width: 600px;
}
#overlay .report-log .log-entries {
  border-bottom: 1px solid #dbdadc;
  margin-top: 10px;
  overflow-y: scroll;
  max-height: 250px;
}
#overlay .report-log .log-entries .log-entry {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #dbdadc;
}

.template-default input {
  display: none;
}
.template-default label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.template-default label.input-checked {
  background: url("../img/icons/chk_on.png") no-repeat;
  border: none;
  box-shadow: none;
  padding: 8px;
}
.template-default label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.template-list th {
  font-weight: normal;
}
.template-list table.table tr td {
  padding-bottom: 2px;
  padding-top: 5px;
}

div.body.profile-changes {
  position: relative;
}

body.profile-changes fw-panel .body.profile-changes {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -380px;
  overflow-x: hidden;
}

body.profile-changes fw-panel .header.profile-changes-header {
  margin-right: -380px;
}

body.profile-changes fw-panel .footer.profile-changes-footer {
  margin-right: -380px;
}

.profile-changes-list {
  position: relative;
  height: 100%;
}
.profile-changes-list .profile-changes {
  position: relative;
  margin-right: 220px;
  height: 100%;
}
.profile-changes-list .profile-changes .profile-changes-head {
  position: absolute;
  top: 0;
  z-index: 500;
  background: white;
  margin-right: 10px;
}
.profile-changes-list .profile-changes .profile-changes-body {
  height: 100%;
  overflow-y: auto;
  margin-right: 10px;
}
.profile-changes-list .profile-changes table {
  width: 100%;
  table-layout: fixed;
}
.profile-changes-list .profile-changes table tr {
  height: auto;
}
.profile-changes-list .profile-changes table th {
  text-align: left;
}
.profile-changes-list .profile-changes table tbody tr {
  border-top: 1px solid #dbdadc;
}
.profile-changes-list .profile-changes table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.profile-changes-list .filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding-top: 5px;
}
.profile-changes-list .filters fw-check-options > div .check-date-range input {
  width: 74px;
}
.profile-changes-list .filters .ui-select-container {
  outline: none;
}
.profile-changes-list .filters .ui-select-toggle {
  width: 206px;
  border-radius: 0;
  background: white;
  height: 16px;
  padding: 3px 6px;
  margin-bottom: 8px;
}
.profile-changes-list .filters .ui-select-toggle a.btn {
  height: 24px;
  line-height: 24px;
  right: 4px;
  padding: 0;
  top: 0;
  border: none;
}
.profile-changes-list .filters .ui-select-match {
  height: 24px;
  margin-bottom: 8px;
  outline: none;
  width: 220px;
}
.profile-changes-list .filters .ui-select-match-text {
  padding: 0;
  height: 20px;
  margin-top: -2px;
  line-height: 20px;
}
.profile-changes-list .filters .caret {
  display: none;
}
.profile-changes-list .filters .btn:focus {
  outline: none;
}

div.body.new-authors {
  position: relative;
}

body.new-authors fw-panel .body.new-authors {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -380px;
  overflow-x: hidden;
}

body.new-authors fw-panel .header.new-authors-header {
  margin-right: -380px;
}

body.new-authors fw-panel .footer.new-authors-footer {
  margin-right: -380px;
}

.new-authors-list {
  position: relative;
  height: 100%;
}
.new-authors-list .new-authors {
  position: relative;
  margin-right: 220px;
  height: 100%;
}
.new-authors-list .new-authors .new-authors-head {
  position: absolute;
  top: 0;
  z-index: 500;
  background: white;
  margin-right: 10px;
}
.new-authors-list .new-authors .new-authors-body {
  height: 100%;
  overflow-y: auto;
  margin-right: 10px;
}
.new-authors-list .new-authors table {
  width: 100%;
  table-layout: fixed;
}
.new-authors-list .new-authors table tr {
  height: auto;
}
.new-authors-list .new-authors table th {
  text-align: left;
}
.new-authors-list .new-authors table tbody tr {
  border-top: 1px solid #dbdadc;
}
.new-authors-list .new-authors table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.new-authors-list .filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding-top: 5px;
}
.new-authors-list .filters fw-check-options > div .check-date-range input {
  width: 74px;
}
.new-authors-list .filters .ui-select-container {
  outline: none;
}
.new-authors-list .filters .ui-select-toggle {
  width: 206px;
  border-radius: 0;
  background: white;
  height: 16px;
  padding: 3px 6px;
  margin-bottom: 8px;
}
.new-authors-list .filters .ui-select-toggle a.btn {
  height: 24px;
  line-height: 24px;
  right: 4px;
  padding: 0;
  top: 0;
  border: none;
}
.new-authors-list .filters .ui-select-match {
  height: 24px;
  margin-bottom: 8px;
  outline: none;
  width: 220px;
}
.new-authors-list .filters .ui-select-match-text {
  padding: 0;
  height: 20px;
  margin-top: -2px;
  line-height: 20px;
}
.new-authors-list .filters .caret {
  display: none;
}
.new-authors-list .filters .btn:focus {
  outline: none;
}

#search {
  position: relative;
  margin-left: 150px;
  margin-right: 380px;
  padding-top: 12px;
}
#search form {
  position: relative;
  margin: 0;
  border: 1px solid #3c8cd6;
  background: white;
  height: 32px;
}
#search form .wrapper {
  padding: 4px 6px;
  margin-right: 40px;
}
#search form .wrapper.intelligence {
  margin-right: 150px;
}
#search form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0;
  height: 24px;
  width: 100%;
}
#search form button.mode-button {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 110px;
  height: 32px;
  border: none;
  background: #ffffff;
  color: #7e7d7f;
  padding-right: 0px;
  padding-left: 0px;
}
#search form button.mode-button.intelligence {
  color: #74b053;
}
#search form button.mode-button span.toggle {
  width: 30px;
  font-size: 30px;
  vertical-align: -6px;
}
#search form button.mode-button span.text {
  text-transform: none;
  vertical-align: 5px;
}
#search form button.mode-button span.stars {
  width: 20px;
  font-size: 20px;
}
#search form button.mode-button .popover {
  width: 300px;
  text-transform: initial;
  line-height: 16px;
  color: #444444;
}
#search form button.search-button {
  position: absolute;
  top: 0px;
  right: 0;
  width: 36px;
  height: 32px;
  border: none;
  color: white;
  background: #3c8cd6 url("../img/icons/search.png") no-repeat 7px 5px;
  text-indent: -99999px;
}
#search form button.search-button:hover {
  background-color: #4275b7;
}

.search-profile-export-form {
  padding: 10px;
}
.search-profile-export-form .form-step {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.search-profile-export-form .form-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
.search-profile-export-form .form-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
.search-profile-export-form h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}
.search-profile-export-form p {
  margin-bottom: 15px;
}

.starred-profiles li {
  display: table;
  width: 99%;
  margin-left: 3px;
  border-top: 1px solid #d1d1d1;
  padding: 0px;
}
.starred-profiles li:first-of-type {
  border-top: none;
}
.starred-profiles li .title {
  display: inline;
  font-size: 1.2em;
}
.starred-profiles li div {
  display: table-cell;
  vertical-align: top;
}
.starred-profiles li .profile-body {
  padding: 12px 4px 8px 4px;
}
.starred-profiles li .profile-body div {
  display: block;
}
.starred-profiles li .profile-body .profile-icons {
  float: right;
  padding-left: 5px;
}
.starred-profiles li .profile-body .profile-icons span {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
}
.starred-profiles li .profile-body .profile-icons span img {
  vertical-align: bottom;
}
.starred-profiles li .profile-body .profile-image {
  float: right;
  padding-left: 5px;
}
.starred-profiles li .profile-body .detail {
  margin-bottom: 5px;
  margin-top: 3px;
}
.starred-profiles li .profile-body .detail .main-contact {
  display: inline-block;
  width: auto;
  height: 14px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 14px;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}

.ng-table-pager {
  text-align: center;
}
.ng-table-pager li {
  display: inline;
}

table.table.no-header tr th.header {
  display: none;
}
table.table tr th {
  border: none;
  background: white;
  color: #444444;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  padding: 4px;
}
table.table tr th.sortable {
  background: white;
  font-weight: normal;
}
table.table tr th.sortable.sort-desc, table.table tr th.sortable.sort-asc {
  background: white;
  font-weight: bold;
}
table.table tr th.header {
  border: none;
  padding: 4px;
  height: 20px;
}
table.table tr th.filter .input-filter, table.table tr th.filter .filter-select {
  line-height: 16px;
  min-height: 24px;
  height: 24px;
  padding: 3px 6px;
}
table.table tr th.filter .filter-select {
  margin-bottom: 0;
  width: 100%;
}
table.table tr th.filter .filter-select:focus {
  outline: none;
}
table.table tr td {
  padding: 4px;
  border-top: 1px solid #dbdadc;
  border-bottom: 1px solid #dbdadc;
}
table.table tr td .cell-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
table.table tr td .cell-content.wrap {
  white-space: normal;
}
table.table tr td button {
  background: white;
  color: #005b8a;
  text-transform: none;
  line-height: 16px;
  height: 16px;
}
table.table tr td button:hover {
  text-decoration: underline;
}

h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 13px;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}
.nav-tabs > li {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 6px;
}
.nav-tabs > li > a {
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #444444;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  background-color: white;
  cursor: pointer;
  font-weight: bold;
}
.nav-tabs .active > a {
  border: none;
  border-bottom: 3px solid #81c564;
  background-color: white;
  color: #444444;
  font-weight: bold;
}
.nav-tabs .active > a:hover {
  border: none;
  border-bottom: 3px solid #81c564;
  background-color: white;
}

.tab-content {
  padding-left: 10px;
  padding-right: 10px;
}

.tab-content-scrollable {
  overflow-x: hidden;
}

.tags-select {
  position: relative;
  background: white;
  /*height: 27px;*/
  border-left: 5px solid #81c564;
  border-top: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
  border-bottom: 1px solid #dbdadc;
  *zoom: 1;
}
.tags-select ul li {
  display: block;
  float: left;
  position: relative;
  margin: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 20px;
  background-color: #efefef;
}
.tags-select ul li.tag-delete {
  border: 1px solid red;
}
.tags-select ul li.tag-icon {
  height: 22px;
  width: 16px;
  background: none;
  background-image: url("../img/icons/tag-sentiment.png");
  background-position: -80px 3px;
  background-repeat: no-repeat;
  border: none;
}
.tags-select ul li.tag-input {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 2px;
}
.tags-select ul li.tag-input input {
  border: none;
  height: 15px;
  margin: 0px;
  padding: 2px;
  width: 100px;
  min-width: 80px;
}
.tags-select ul li.tag-input input:focus {
  outline: 0;
}
.tags-select ul li .tag-sentiment {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-position: -64px 2px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.tags-select ul li.sentiment-positive .tag-sentiment {
  background-position: 0px 2px;
}
.tags-select ul li.sentiment-negative .tag-sentiment {
  background-position: -16px 2px;
}
.tags-select ul li.sentiment-neutral .tag-sentiment {
  background-position: -32px 2px;
}
.tags-select ul li .tag-name {
  display: block;
  padding-left: 20px;
  padding-right: 18px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}
.tags-select ul li .tag-remove {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background-position: -48px 2px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.tags-select:before, .tags-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.tags-select:after {
  clear: both;
}

#tag-sentiment-select {
  display: none;
  position: absolute;
  z-index: 2000;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#tag-sentiment-select li {
  width: 16px;
  height: 20px;
  z-index: 1000;
  background-color: #efefef;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
#tag-sentiment-select li.sentiment-none {
  background: #efefef;
}
#tag-sentiment-select li.sentiment-positive {
  background-position: 0px 2px;
}
#tag-sentiment-select li.sentiment-neutral {
  background-position: -32px 2px;
}
#tag-sentiment-select li.sentiment-negative {
  background-position: -16px 2px;
}
#tag-sentiment-select li.sentiment-selected {
  background-color: #cccccc;
}

.authors-select {
  position: relative;
  background: white;
  /*height: 27px;*/
  border-left: 5px solid #81c564;
  border-top: 1px solid #dbdadc;
  border-right: 1px solid #dbdadc;
  border-bottom: 1px solid #dbdadc;
  *zoom: 1;
}
.authors-select ul li {
  display: block;
  float: left;
  position: relative;
  margin: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 20px;
  background-color: #efefef;
}
.authors-select ul li.author-delete {
  border: 1px solid red;
}
.authors-select ul li.author-icon {
  height: 22px;
  width: 16px;
  background: none;
  font-size: 16px;
  line-height: 22px;
  color: #c8c8c8;
}
.authors-select ul li.author-input {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 2px;
}
.authors-select ul li.author-input input {
  border: none;
  height: 15px;
  margin: 0px;
  padding: 2px;
  width: 100px;
  min-width: 80px;
}
.authors-select ul li.author-input input:focus {
  outline: 0;
}
.authors-select ul li .author-name {
  display: block;
  padding-left: 8px;
  padding-right: 18px;
  line-height: 20px;
  color: #666666;
  cursor: pointer;
}
.authors-select ul li .author-remove {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background-position: -48px 2px;
  background-image: url("../img/icons/tag-sentiment.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.authors-select:before, .authors-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.authors-select:after {
  clear: both;
}

.angular-ui-tree-empty {
  border: none;
  min-height: 0;
  background: none;
}

.angular-ui-tree-nodes.hidden {
  display: none;
}
.angular-ui-tree-nodes .angular-ui-tree-node {
  width: 99%;
  border-top: 1px solid #d1d1d1;
  margin-left: 3px;
}
.angular-ui-tree-nodes .angular-ui-tree-node:first-of-type {
  border-top: none;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table {
  display: table;
  width: 100%;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table.tag-disabled {
  color: #999999;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .angular-ui-tree-handle {
  display: table-cell;
  vertical-align: top;
  width: 14px;
  border-left: 1px solid white;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .angular-ui-tree-handle.tree-hidden-handle {
  width: 0px;
  border-left: none;
  display: none;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .toggle-node {
  display: table-cell;
  vertical-align: top;
  width: 18px;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .toggle-node div {
  margin-top: 7px;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .toggle-node div.arrow-down {
  background-image: url("../img/icons/down-arrow.png");
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .toggle-node div.arrow-right {
  background-image: url("../img/icons/right-arrow.png");
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-value {
  display: table-cell;
  vertical-align: top;
  padding: 8px 8px 8px 12px;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-value input {
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -5px;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-value div.save, .angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-value div.cancel {
  display: inline-block;
  vertical-align: middle;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-controls {
  display: table-cell;
  width: 108px;
  padding-top: 9px;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table .tree-controls div.button {
  float: right;
}
.angular-ui-tree-nodes .angular-ui-tree-node .tree-table:hover .angular-ui-tree-handle {
  background: url("../img/icons/drag_handle.png") repeat-y;
  border-left: 1px solid #d1d1d1;
}
.angular-ui-tree-nodes .angular-ui-tree-node .angular-ui-tree-nodes .angular-ui-tree-node {
  margin: 0;
  width: 100%;
}
.angular-ui-tree-nodes .angular-ui-tree-node .angular-ui-tree-nodes .angular-ui-tree-node:first-of-type {
  border-top: 1px solid #d1d1d1;
}
.angular-ui-tree-nodes .angular-ui-tree-placeholder {
  border: 3px dashed #81c564;
  /*background-color: rgba(129, 197, 100, 0.4);*/
  margin: 0;
  /*
          margin-left: 3px;
          margin-bottom: -1px;
  */
  margin-left: 1px;
  margin-top: -2px;
  margin-bottom: -3px;
  margin-right: -3px;
  z-index: 1000;
}

.angular-ui-tree-drag {
  background: white;
  border: 1px solid #d1d1d1;
}
.angular-ui-tree-drag .angular-ui-tree-node {
  margin-left: 0px;
}
.angular-ui-tree-drag .angular-ui-tree-node .angular-ui-tree-handle {
  background: url("../img/icons/drag_handle.png") repeat-y;
  border-left: none;
}

.current-users {
  padding-left: 10px;
  padding-right: 10px;
}

fw-report-builder {
  display: block;
  margin: 10px;
  font-size: 10pt;
  font-family: Arial, sans-serif;
  width: 800px;
}

fw-report-section {
  display: block;
}

fw-report-component {
  display: block;
  position: relative;
}
fw-report-component:hover div.report-component-header {
  opacity: 1;
}
fw-report-component:hover div.report-component-header div.report-component-title {
  opacity: 1;
}
fw-report-component div.report-component-header {
  position: absolute;
  top: 0;
  height: 28px;
  width: 1012px;
  opacity: 0.3;
}
fw-report-component div.report-component-header div.report-component-title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  background: lightgrey;
  padding-left: 3px;
  float: right;
  width: 300px;
  opacity: 0;
}
fw-report-component div.report-component-header.report-component-folded {
  position: relative;
  opacity: 1;
}
fw-report-component div.report-component-header.report-component-folded div.report-component-title {
  opacity: 1;
}
fw-report-component div.component-title {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
fw-report-component div.component-title h1 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
fw-report-component div.component-title h1.component-title-bold {
  font-weight: bold;
}
fw-report-component div.component-template {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
fw-report-component div.component-section-summary {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
fw-report-component div.component-chart-title h1 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
  padding-bottom: 0.5em;
}
fw-report-component div.component-chart-donut-title h1 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 0.5em;
}
fw-report-component fw-report-component-histogram {
  display: block;
}
fw-report-component fw-report-component-horizontal-bar {
  display: block;
}
fw-report-component fw-report-component-classifier-sentiment h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
}
fw-report-component .component-date-range h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
}
fw-report-component fw-report-component-summary {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
}
fw-report-component fw-report-component-summary h1 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
}
fw-report-component fw-report-component-summary table {
  margin-left: 2em;
}
fw-report-component fw-report-component-content, fw-report-component fw-report-component-intelligence-content {
  display: block;
  overflow: auto;
}
fw-report-component fw-report-component-content .remove-top-margin .entry-summary:first-child, fw-report-component fw-report-component-intelligence-content .remove-top-margin .entry-summary:first-child {
  margin-top: 0;
}
fw-report-component fw-report-component-content .entry-summary, fw-report-component fw-report-component-intelligence-content .entry-summary {
  margin-top: 1em;
  margin-bottom: 1.2em;
}
fw-report-component fw-report-component-content .entry-summary .broadcast-icon, fw-report-component fw-report-component-intelligence-content .entry-summary .broadcast-icon {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}
fw-report-component fw-report-component-content .entry-summary h2, fw-report-component fw-report-component-intelligence-content .entry-summary h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #4f4f4f !important;
  margin-bottom: 0.5em;
}
fw-report-component fw-report-component-content .entry-summary h2 a, fw-report-component fw-report-component-intelligence-content .entry-summary h2 a {
  color: #069;
  text-decoration: none;
}
fw-report-component fw-report-component-content .entry-summary .title-value, fw-report-component fw-report-component-intelligence-content .entry-summary .title-value {
  margin-bottom: 0.3em;
}
fw-report-component fw-report-component-content .entry-summary .title-value .title, fw-report-component fw-report-component-intelligence-content .entry-summary .title-value .title {
  display: inline-block;
  width: 8em;
  font-weight: bold;
}
fw-report-component fw-report-component-content .entry-summary .title-value .value, fw-report-component fw-report-component-intelligence-content .entry-summary .title-value .value {
  display: inline-block;
}
fw-report-component fw-report-component-content .entry-summary .entry-links, fw-report-component fw-report-component-intelligence-content .entry-summary .entry-links {
  text-align: left;
  margin-bottom: 0.5em;
}
fw-report-component fw-report-component-content .entry-summary .entry-links a, fw-report-component fw-report-component-intelligence-content .entry-summary .entry-links a {
  color: #069;
  text-decoration: none;
}
fw-report-component fw-report-component-content .entry-summary .entry-intro em, fw-report-component fw-report-component-intelligence-content .entry-summary .entry-intro em {
  font-weight: bold;
}
fw-report-component fw-report-component-content .entry-summary .entry-highlights, fw-report-component fw-report-component-intelligence-content .entry-summary .entry-highlights {
  margin-top: 0.7em;
}
fw-report-component fw-report-component-content .entry-summary .entry-highlights em, fw-report-component fw-report-component-intelligence-content .entry-summary .entry-highlights em {
  font-weight: bold;
}
fw-report-component fw-report-component-content .entry-summary ul, fw-report-component fw-report-component-intelligence-content .entry-summary ul {
  margin-bottom: 8px;
}
fw-report-component fw-report-component-content .entry-summary ul li, fw-report-component fw-report-component-intelligence-content .entry-summary ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

fw-panel .body.report-builder-side {
  overflow: hidden;
  position: relative;
}

.report-builder-side {
  display: none;
  float: right;
  width: 378px;
  margin-right: -380px;
  height: 499px;
  margin-top: -500px;
}
.report-builder-side.settings {
  display: block;
}

fw-report-builder-settings {
  display: block;
}
fw-report-builder-settings .report-builder-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
}
fw-report-builder-settings .report-builder-close button.material-icons {
  padding: 0;
  background: white;
  color: black;
}
fw-report-builder-settings .report-builder-settings {
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 35px;
  overflow-y: scroll;
}
fw-report-builder-settings .report-builder-settings-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  padding: 5px;
}
fw-report-builder-settings .report-builder-settings-controls button.link {
  float: left;
  padding-top: 4px;
}
fw-report-builder-settings div.report-builder-settings-step {
  padding: 5px;
  padding-left: 35px;
  min-height: 40px;
}
fw-report-builder-settings div.report-builder-settings-step.title input {
  width: 290px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .sections-new > div {
  display: inline-block;
}
fw-report-builder-settings div.report-builder-settings-step.sections .sections-new span.label {
  padding-right: 10px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .sections-new select {
  width: 150px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .sections-new button {
  float: none;
  display: inline-block;
  vertical-align: top;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section {
  border: 1px solid #dbdadc;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading {
  margin-bottom: 8px;
  margin-top: -3px;
  font-weight: bold;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading .section-controls {
  float: right;
  margin-top: -3px;
  margin-right: -6px;
  padding-bottom: 7px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading .section-controls .material-icons {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  background: none;
  color: black;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading .section-controls .material-icons.arrow {
  font-size: 24px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading .section-controls .material-icons.inactive {
  color: lightgrey;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-heading .section-controls .material-icons.inactive:hover {
  cursor: default;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option {
  min-height: 26px;
  margin-bottom: 5px;
  font-size: 12px;
  clear: both;
  *zoom: 1;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .name {
  width: 80px;
  height: 24px;
  line-height: 24px;
  float: left;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value {
  float: left;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value select {
  width: 217px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value input {
  width: 203px;
  margin-bottom: 0;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value .color-select input {
  width: 5px;
  height: 11px;
  vertical-align: unset;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.check-options {
  padding-left: 25px;
  margin-bottom: 10px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folders {
  float: left;
  width: 221px;
  margin: -3px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folders input {
  width: 100px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folders .folders-select {
  border: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folders .folders-select li.folder-icon {
  display: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folder-color select {
  width: 190px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folder-color input {
  width: 10px;
  vertical-align: top;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.folder-color input:hover {
  cursor: pointer;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper {
  height: 26px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range {
  position: absolute;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range input {
  width: 86px;
  margin-bottom: 0;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range .btn {
  padding: 4px 2px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range .from-date {
  display: inline-block;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range .from-date .dropdown-menu {
  left: 0px !important;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range .thru-date {
  display: inline-block;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .compare-date-range .thru-date .dropdown-menu {
  left: auto !important;
  right: 0px !important;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu {
  padding: 5px 5px;
  background-color: white;
  border: 1px solid #dbdadc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li {
  display: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child {
  display: block;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child table {
  outline: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button:focus, fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button:active {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.btn-default {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: #81c564;
  text-transform: uppercase;
  line-height: 27px;
  height: 27px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 7px;
  text-shadow: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.btn-default:hover {
  background: #74b053;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-left {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-left:hover {
  background: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-left i {
  background-image: url("../img/icons/prev-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-left i:focus, fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-left i:active {
  outline: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-right {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  height: 27px;
  line-height: 27px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-right:hover {
  background: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-right i {
  background-image: url("../img/icons/next-grey.png");
  background-position: 7px 7px;
  margin-top: -1px;
  width: 20px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-right i:focus, fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child thead button.pull-right i:active {
  outline: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn span {
  color: #005b8a;
  padding-right: 4px;
  padding-left: 2px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn span.text-muted {
  color: grey;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn span.text-info {
  font-weight: bold;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn span:hover {
  font-weight: bold;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child tbody button.btn-info span {
  border-bottom: 3px solid #81c564;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value.compare-date-range-wrapper .dropdown-menu li:first-child th {
  color: #444444;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value .medium-editor-textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px 6px;
  margin-bottom: 8px;
  width: 203px;
  min-height: 100px;
  max-height: 200px;
  overflow-y: scroll;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value .medium-editor-textarea.medium-editor-textarea-large {
  min-height: 150px;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option .value .medium-editor-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option:before, fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option:after {
  display: table;
  content: "";
  line-height: 0;
}
fw-report-builder-settings div.report-builder-settings-step.sections .section .section-option:after {
  clear: both;
}
fw-report-builder-settings div.report-builder-settings-step .note {
  font-size: 10px;
}
fw-report-builder-settings div.report-builder-settings-step .check-date-range {
  position: relative;
}
fw-report-builder-settings div.report-builder-settings-step.one {
  background: url("../img/icons/number-1.png") no-repeat 0px 0px;
}
fw-report-builder-settings div.report-builder-settings-step.two {
  background: url("../img/icons/number-2.png") no-repeat 0px 0px;
}
fw-report-builder-settings div.report-builder-settings-step.three {
  background: url("../img/icons/number-3.png") no-repeat 0px 0px;
}
fw-report-builder-settings div.report-builder-settings-step.four {
  background: url("../img/icons/number-4.png") no-repeat 0px 0px;
}
fw-report-builder-settings div.report-builder-settings-step.five {
  background: url("../img/icons/number-5.png") no-repeat 0px 0px;
}
fw-report-builder-settings div.report-builder-settings-step.one input {
  width: 284px;
}
fw-report-builder-settings div.report-builder-settings-step.three select {
  width: 298px;
}

fw-report-builder-wizard {
  display: block;
  margin-top: -11px;
  width: 500px;
  height: 320px;
  position: relative;
}
fw-report-builder-wizard .report-builder-wizard h2 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  min-height: 27px;
  padding-left: 7px;
  background: #7e7d7f;
  border-left: 5px solid #81c564;
  margin: 0;
  margin-left: -10px;
  margin-right: -11px;
  margin-bottom: 5px;
}
fw-report-builder-wizard .report-builder-wizard h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 7px;
  line-height: 13px;
}
fw-report-builder-wizard .report-builder-wizard ul.report-builder-template li {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
fw-report-builder-wizard .report-builder-wizard ul.report-builder-template li button {
  float: none;
  color: #444444;
  background: white;
  width: 70px;
  height: 90px;
  border: 2px solid #444444;
  font-size: 30px;
  margin-bottom: 5px;
}
fw-report-builder-wizard .report-builder-wizard ul.report-builder-template li button.selected {
  color: #81c564;
  border: 2px solid #81c564;
}
fw-report-builder-wizard .report-builder-wizard .report-builder-config {
  margin-top: 5px;
}
fw-report-builder-wizard .report-builder-wizard .folders-select {
  border: none;
}
fw-report-builder-wizard .report-builder-wizard .report-builder-wizard-controls {
  position: absolute;
  bottom: 0;
}
fw-report-builder-wizard .report-builder-wizard .report-builder-wizard-controls .create {
  display: inline-block;
  float: none;
  margin-right: 20px;
}

fw-report-builder-list .report-list .reports {
  margin-right: 0;
}

.tab-pane .report-builder.settings {
  margin-right: 380px;
}

.color-picker {
  height: 200px;
}
.color-picker .alpha, .color-picker .type-policy {
  display: none;
}
.color-picker .hex-text {
  top: 165px;
  left: 70px;
}
.color-picker .hex-text input {
  width: 150px;
}
.color-picker .hex-text div {
  display: none;
}

fw-report-component-csv-tag-summary table.report-csv {
  margin-bottom: 10px;
  border-spacing: 10px 2px;
  border-collapse: separate;
}
fw-report-component-csv-tag-summary table.report-csv thead tr th:first-of-type {
  text-align: left;
}
fw-report-component-csv-tag-summary table.report-csv tbody tr td {
  text-align: center;
}
fw-report-component-csv-tag-summary table.report-csv tbody tr td:first-of-type {
  text-align: left;
}

fw-report-component-csv-article-list table.report-csv {
  margin-bottom: 10px;
  border-spacing: 10px 2px;
  border-collapse: separate;
}
fw-report-component-csv-article-list table.report-csv thead tr th {
  text-align: left;
  max-width: 100px;
}
fw-report-component-csv-article-list table.report-csv tbody tr td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
