/* This file was added as a quick fix for */
/* USER-3023 - used by release notes and documentation projects */

/**
 * website_user - v1.0.0 - 2018-09-19
 *
 * Copyright (c) 2018-2020 VMware Inc.
 */
.select2 {
  width: 220px;
}

/* Fonts */
/* Lastline Icons Font */
/* Copyright 2018-2020 VMware Inc. */
@font-face {
  font-family: 'lastline';
  src: url('../font/lastline.eot?7vo8sz');
  src: url('../font/lastline.eot?7vo8sz#iefix') format('embedded-opentype'),
    url('../font/lastline.ttf?7vo8sz') format('truetype'),
    url('../font/lastline.woff?7vo8sz') format('woff'),
    url('../font/lastline.svg?7vo8sz#lastline') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='ll-icon-'],
[class*=' ll-icon-'],
.ll-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lastline' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ll-icon-expand-left:before {
  content: '\e90e';
}
.ll-icon-admin:before {
  content: '\e90d';
}
.ll-icon-analyst:before {
  content: '\e900';
}
.ll-icon-appliances:before {
  content: '\e901';
}
.ll-icon-breaches:before {
  content: '\e902';
}
.ll-icon-console:before {
  content: '\e903';
}
.ll-icon-dashboard:before {
  content: '\e904';
}
.ll-icon-downloads:before {
  content: '\e905';
}
.ll-icon-email:before {
  content: '\e906';
}
.ll-icon-events:before {
  content: '\e907';
}
.ll-icon-expand-right:before {
  content: '\e908';
}
.ll-icon-intelligence:before {
  content: '\e909';
}
.ll-icon-management:before {
  content: '\e90a';
}
.ll-icon-network-analysis:before {
  content: '\e90b';
}
.ll-icon-search:before {
  content: '\e90c';
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  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: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* 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: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* Let's not show link URLs in print style
  a[href]:after {
    content: " (" attr(href) ")";
  }*/
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: 'Clarity City', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3b3a38;
  background-color: #fafafa;
}
a {
  color: #0072a3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4f8c00;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  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: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*='span'] + [class*='span'] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[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 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #bf9413;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #91700e;
}
.text-error {
  color: #bf3326;
}
a.text-error:hover,
a.text-error:focus {
  color: #94281e;
}
.text-info {
  color: #0e778c;
}
a.text-info:hover,
a.text-info:focus {
  color: #09505e;
}
.text-success {
  color: #33804d;
}
a.text-success:hover,
a.text-success:focus {
  color: #245c37;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  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: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-size: 12px;
  color: #333;
  -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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Clarity City', 'Helvetica Neue', Helvetica, 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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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: #ffffff;
  border: 1px solid #d9d6d4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
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: 42px;
  /* 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: 42px;
}
select {
  width: 220px;
  border: 1px solid #d9d6d4;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #d9d6d4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*='span'],
select[class*='span'],
textarea[class*='span'],
.uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'] {
  float: none;
  margin-left: 0;
}
.input-append input[class*='span'],
.input-append .uneditable-input[class*='span'],
.input-prepend input[class*='span'],
.input-prepend .uneditable-input[class*='span'],
.row-fluid input[class*='span'],
.row-fluid select[class*='span'],
.row-fluid textarea[class*='span'],
.row-fluid .uneditable-input[class*='span'],
.row-fluid .input-prepend [class*='span'],
.row-fluid .input-append [class*='span'] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*='span'] + [class*='span'] {
  margin-left: 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: #ece9e6;
}
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: #bf9413;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #bf9413;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #bf9413;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 148, 19, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 148, 19, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 148, 19, 0.16);
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #bf9413;
  background-color: rgba(230, 189, 69, 0.2);
  border-color: #bf9413;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #bf3326;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #bf3326;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #bf3326;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 51, 38, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 51, 38, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(191, 51, 38, 0.16);
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #bf3326;
  background-color: rgba(230, 93, 80, 0.2);
  border-color: #bf3326;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #33804d;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #33804d;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #33804d;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(51, 128, 77, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(51, 128, 77, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(51, 128, 77, 0.16);
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #33804d;
  background-color: rgba(83, 166, 111, 0.2);
  border-color: #33804d;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #0e778c;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #0e778c;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #0e778c;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(14, 119, 140, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(14, 119, 140, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(14, 119, 140, 0.16);
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #0e778c;
  background-color: rgba(57, 169, 191, 0.2);
  border-color: #0e778c;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #db2100;
  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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  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: #62615d;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.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: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 4px;
  -moz-border-radius: 3px 0 0 4px;
  border-radius: 3px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 4px;
  -moz-border-radius: 3px 0 0 4px;
  border-radius: 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 4px;
  -moz-border-radius: 3px 0 0 4px;
  border-radius: 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* 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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: '';
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9d6d4;
}
.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 #d9d6d4;
}
.table .table {
  background-color: #fafafa;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #d9d6d4;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d9d6d4;
}
.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: #f7f5f2;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e8e7e6;
}
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: rgba(83, 166, 111, 0.2);
}
.table tbody tr.error > td {
  background-color: rgba(230, 93, 80, 0.2);
}
.table tbody tr.warning > td {
  background-color: rgba(230, 189, 69, 0.2);
}
.table tbody tr.info > td {
  background-color: rgba(57, 169, 191, 0.2);
}
.table-hover tbody tr.success:hover > td {
  background-color: rgba(75, 149, 100, 0.2);
}
.table-hover tbody tr.error:hover > td {
  background-color: rgba(227, 72, 58, 0.2);
}
.table-hover tbody tr.warning:hover > td {
  background-color: rgba(227, 181, 47, 0.2);
}
.table-hover tbody tr.info:hover > td {
  background-color: rgba(51, 152, 171, 0.2);
}
[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('../images/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('../images/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 #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid #d9d6d4;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  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: #3b3a38;
  background-color: #76b631;
  background-image: -moz-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#7bbe33),
    to(#6eaa2e)
  );
  background-image: -webkit-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -o-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: linear-gradient(to bottom, #7bbe33, #6eaa2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbe33', endColorstr='#ff6eaa2e', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #76b631;
  background-image: -moz-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#7bbe33),
    to(#6eaa2e)
  );
  background-image: -webkit-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -o-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: linear-gradient(to bottom, #7bbe33, #6eaa2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbe33', endColorstr='#ff6eaa2e', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  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: #3b3a38;
}
.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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  -ms-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;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  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 #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: 0.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:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  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: #333;
  text-decoration: none;
  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 15px 18px;
  font-size: 13.02px;
  -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: 9px 13px;
  font-size: 9.94px;
  -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: 4px 9px;
  font-size: 7.98px;
  -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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #68be33;
  background-image: -moz-linear-gradient(top, #7bbe33, #4dbe33);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#7bbe33),
    to(#4dbe33)
  );
  background-image: -webkit-linear-gradient(top, #7bbe33, #4dbe33);
  background-image: -o-linear-gradient(top, #7bbe33, #4dbe33);
  background-image: linear-gradient(to bottom, #7bbe33, #4dbe33);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbe33', endColorstr='#ff4dbe33', GradientType=0);
  border-color: #4dbe33 #4dbe33 #348223;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4dbe33;
  /* 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:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #4dbe33;
  *background-color: #45aa2e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3c9628 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #fdd006);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#fdd006)
  );
  background-image: -webkit-linear-gradient(top, #fbb450, #fdd006);
  background-image: -o-linear-gradient(top, #fbb450, #fdd006);
  background-image: linear-gradient(to bottom, #fbb450, #fdd006);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffdd006', GradientType=0);
  border-color: #fdd006 #fdd006 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fdd006;
  /* 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:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #fdd006;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#bd362f)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* 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:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* 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:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* 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:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* 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:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type='submit'].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type='submit'].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type='submit'].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type='submit'].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type='submit'].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #7bbe33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #4f8c00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  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: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 7.98px;
}
.btn-group > .btn-small {
  font-size: 9.94px;
}
.btn-group > .btn-large {
  font-size: 13.02px;
}
.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: #4dbe33;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fdd006;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-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: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: rgba(230, 189, 69, 0.2);
  border: 1px solid rgba(230, 189, 69, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #bf9413;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: rgba(83, 166, 111, 0.2);
  border-color: rgba(83, 166, 111, 0.4);
  color: #33804d;
}
.alert-success h4 {
  color: #33804d;
}
.alert-danger,
.alert-error {
  background-color: rgba(230, 93, 80, 0.2);
  border-color: rgba(230, 93, 80, 0.4);
  color: #bf3326;
}
.alert-danger h4,
.alert-error h4 {
  color: #bf3326;
}
.alert-info {
  background-color: rgba(57, 169, 191, 0.2);
  border-color: rgba(57, 169, 191, 0.4);
  color: #0e778c;
}
.alert-info h4 {
  color: #0e778c;
}
.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: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #7bbe33;
}
.nav-list [class^='icon-'],
.nav-list [class*=' icon-'] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  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 #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;

  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #7bbe33;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.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: #7bbe33;
  border-bottom-color: #7bbe33;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #4f8c00;
  border-bottom-color: #4f8c00;
}
/* 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: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: '';
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.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 #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 4px;
  -moz-border-radius: 3px 0 0 4px;
  border-radius: 3px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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: 15px 20px 15px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 50px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.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: 10px;
}
.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: 10px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 'Clarity City', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-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: 15px 15px 15px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f2f2f2),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* 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:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #d9d6d4;
  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 #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: #d9d6d4;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.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: #555;
  border-bottom-color: #555;
}
.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: #002438;
  border: 0 none;
  border-radius: 0;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #e8e8e8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #e8e8e8;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-link {
  color: #e8e8e8;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.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: transparent;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#151515),
    to(#040404)
  );
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* 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:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  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: 15px 18px;
  font-size: 13.02px;
}
.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-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.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-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -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: 9px 13px;
  font-size: 9.94px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 4px 9px;
  font-size: 7.98px;
}
.pager {
  margin: 20px 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 #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  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;
  -ms-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 #eee;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  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 #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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: #f5f3ef;
  border-bottom: 1px solid #d9d6d4;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 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: 5px;
}
.popover .arrow:after {
  border-width: 5px;
  content: '';
}
.popover.top .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -5px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -5px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  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: #fff;
  bottom: -5px;
}
.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: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  -ms-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: #7bbe33;
  -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: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #bf3326;
}
.label-important[href],
.badge-important[href] {
  background-color: #94281e;
}
.label-warning,
.badge-warning {
  background-color: #fdd006;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #33804d;
}
.label-success[href],
.badge-success[href] {
  background-color: #245c37;
}
.label-info,
.badge-info {
  background-color: #0e778c;
}
.label-info[href],
.badge-info[href] {
  background-color: #09505e;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#149bdf),
    to(#0480be)
  );
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#57a957)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#339bb9)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #fdd006);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#fdd006)
  );
  background-image: -webkit-linear-gradient(top, #fbb450, #fdd006);
  background-image: -o-linear-gradient(top, #fbb450, #fdd006);
  background-image: linear-gradient(to bottom, #fbb450, #fdd006);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffdd006', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  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;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -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: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*******************************************************/
/* Colors                                              */
/*******************************************************/
/* Layout                                              */
/*******************************************************/
/* Sidebar                                             */
/*******************************************************/
/* Aside                                               */
/* Iconic for Bootstrap  1.8.0*/
/* WARNING! WARNING! WARNING! WARNING! WARNING! */
/* There are some custom definitions. Ensure you copy them over if you upgrade */
/* Look for this string: "this is custom. Copy paste if you upgrade!" */
/* Override Bootstrap default variable */
@font-face {
  font-family: 'iconic-sm';
  src: url('../font/iconic-sm.eot');
  src: url('../font/iconic-sm.eot?#iconic-sm') format('embedded-opentype'),
    url('../font/iconic-sm.woff') format('woff'),
    url('../font/iconic-sm.ttf') format('truetype'),
    url('../font/iconic-sm.svg#iconic-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconic-md';
  src: url('../font/iconic-md.eot');
  src: url('../font/iconic-md.eot?#iconic-md') format('embedded-opentype'),
    url('../font/iconic-md.woff') format('woff'),
    url('../font/iconic-md.ttf') format('truetype'),
    url('../font/iconic-md.svg#iconic-md') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconic-lg';
  src: url('../font/iconic-lg.eot');
  src: url('../font/iconic-lg.eot?#iconic-lg') format('embedded-opentype'),
    url('../font/iconic-lg.woff') format('woff'),
    url('../font/iconic-lg.ttf') format('truetype'),
    url('../font/iconic-lg.svg#iconic-lg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconic {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'iconic-sm';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconic:before {
  display: inline-block;
}
.iconic:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}
.iconic.iconic-sm:before,
.iconic.iconic-md:before,
.iconic.iconic-lg:before,
.iconic.iconic-icon-sm:before,
.iconic.iconic-icon-md:before,
.iconic.iconic-icon-lg:before {
  font-weight: normal;
  font-style: normal;
}
.iconic.iconic-sm:before {
  font-family: 'iconic-sm';
  font-size: 16px;
}
.iconic.iconic-md:before {
  font-family: 'iconic-md';
  font-size: 32px;
}
.iconic.iconic-lg:before {
  font-family: 'iconic-lg';
  font-size: 128px;
}
.iconic.iconic-2x {
  font-size: 2em;
}
.iconic.iconic-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.iconic.iconic-icon-sm:before {
  font-family: 'iconic-sm';
}
.iconic.iconic-icon-md:before {
  font-family: 'iconic-md';
}
.iconic.iconic-icon-lg:before {
  font-family: 'iconic-lg';
}
.iconic.iconic-size-sm:before {
  font-size: 16px;
}
.iconic.iconic-size-md:before {
  font-size: 32px;
}
.iconic.iconic-size-lg:before {
  font-size: 128px;
}
.iconic.iconic-align-center:before {
  text-align: center;
}
.iconic.iconic-align-left:before {
  text-align: left;
}
.iconic.iconic-align-right:before {
  text-align: right;
}
.iconic.iconic-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.iconic.iconic-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
}
.iconic.iconic-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1);
}
.iconic-account-login:before {
  content: '\e000';
}
.iconic-account-logout:before {
  content: '\e001';
}
.iconic-action-redo:before {
  content: '\e002';
}
.iconic-action-undo:before {
  content: '\e003';
}
.iconic-align-center:before {
  content: '\e004';
}
.iconic-align-left:before {
  content: '\e005';
}
.iconic-align-right:before {
  content: '\e006';
}
.iconic-aperture:before {
  content: '\e007';
}
.iconic-arrow-bottom-fill-acute:before {
  content: '\e008';
}
.iconic-arrow-bottom-fill-angled:before {
  content: '\e009';
}
.iconic-arrow-bottom-fill-large-acute:before {
  content: '\e00a';
}
.iconic-arrow-bottom-fill-large-angled:before {
  content: '\e00b';
}
.iconic-arrow-bottom-fill-large-oblique:before {
  content: '\e00c';
}
.iconic-arrow-bottom-fill-large:before {
  content: '\e00d';
}
.iconic-arrow-bottom-fill-oblique:before {
  content: '\e00e';
}
.iconic-arrow-bottom-fill:before {
  content: '\e00f';
}
.iconic-arrow-bottom-left-fill-acute:before {
  content: '\e010';
}
.iconic-arrow-bottom-left-fill-angled:before {
  content: '\e011';
}
.iconic-arrow-bottom-left-fill-large-acute:before {
  content: '\e012';
}
.iconic-arrow-bottom-left-fill-large-angled:before {
  content: '\e013';
}
.iconic-arrow-bottom-left-fill-large-oblique:before {
  content: '\e014';
}
.iconic-arrow-bottom-left-fill-large:before {
  content: '\e015';
}
.iconic-arrow-bottom-left-fill-oblique:before {
  content: '\e016';
}
.iconic-arrow-bottom-left-fill:before {
  content: '\e017';
}
.iconic-arrow-bottom-left-line-acute:before {
  content: '\e018';
}
.iconic-arrow-bottom-left-line-large-acute:before {
  content: '\e019';
}
.iconic-arrow-bottom-left-line-large-oblique:before {
  content: '\e01a';
}
.iconic-arrow-bottom-left-line-large:before {
  content: '\e01b';
}
.iconic-arrow-bottom-left-line-oblique:before {
  content: '\e01c';
}
.iconic-arrow-bottom-left-line:before {
  content: '\e01d';
}
.iconic-arrow-bottom-line-acute:before {
  content: '\e01e';
}
.iconic-arrow-bottom-line-large-acute:before {
  content: '\e01f';
}
.iconic-arrow-bottom-line-large-oblique:before {
  content: '\e020';
}
.iconic-arrow-bottom-line-large:before {
  content: '\e021';
}
.iconic-arrow-bottom-line-oblique:before {
  content: '\e022';
}
.iconic-arrow-bottom-line:before {
  content: '\e023';
}
.iconic-arrow-bottom-right-fill-acute:before {
  content: '\e024';
}
.iconic-arrow-bottom-right-fill-angled:before {
  content: '\e025';
}
.iconic-arrow-bottom-right-fill-large-acute:before {
  content: '\e026';
}
.iconic-arrow-bottom-right-fill-large-angled:before {
  content: '\e027';
}
.iconic-arrow-bottom-right-fill-large-oblique:before {
  content: '\e028';
}
.iconic-arrow-bottom-right-fill-large:before {
  content: '\e029';
}
.iconic-arrow-bottom-right-fill-oblique:before {
  content: '\e02a';
}
.iconic-arrow-bottom-right-fill:before {
  content: '\e02b';
}
.iconic-arrow-bottom-right-line-acute:before {
  content: '\e02c';
}
.iconic-arrow-bottom-right-line-large-acute:before {
  content: '\e02d';
}
.iconic-arrow-bottom-right-line-large-oblique:before {
  content: '\e02e';
}
.iconic-arrow-bottom-right-line-large:before {
  content: '\e02f';
}
.iconic-arrow-bottom-right-line-oblique:before {
  content: '\e030';
}
.iconic-arrow-bottom-right-line:before {
  content: '\e031';
}
.iconic-arrow-left-fill-acute:before {
  content: '\e032';
}
.iconic-arrow-left-fill-angled:before {
  content: '\e033';
}
.iconic-arrow-left-fill-large-acute:before {
  content: '\e034';
}
.iconic-arrow-left-fill-large-angled:before {
  content: '\e035';
}
.iconic-arrow-left-fill-large-oblique:before {
  content: '\e036';
}
.iconic-arrow-left-fill-large:before {
  content: '\e037';
}
.iconic-arrow-left-fill-oblique:before {
  content: '\e038';
}
.iconic-arrow-left-fill:before {
  content: '\e039';
}
.iconic-arrow-left-line-acute:before {
  content: '\e03a';
}
.iconic-arrow-left-line-large-acute:before {
  content: '\e03b';
}
.iconic-arrow-left-line-large-oblique:before {
  content: '\e03c';
}
.iconic-arrow-left-line-large:before {
  content: '\e03d';
}
.iconic-arrow-left-line-oblique:before {
  content: '\e03e';
}
.iconic-arrow-left-line:before {
  content: '\e03f';
}
.iconic-arrow-right-angle-bottom-left-fill-acute:before {
  content: '\e040';
}
.iconic-arrow-right-angle-bottom-left-fill-angled:before {
  content: '\e041';
}
.iconic-arrow-right-angle-bottom-left-fill:before {
  content: '\e042';
}
.iconic-arrow-right-angle-bottom-left-line:before {
  content: '\e043';
}
.iconic-arrow-right-angle-bottom-right-fill-acute:before {
  content: '\e044';
}
.iconic-arrow-right-angle-bottom-right-fill-angled:before {
  content: '\e045';
}
.iconic-arrow-right-angle-bottom-right-fill:before {
  content: '\e046';
}
.iconic-arrow-right-angle-bottom-right-line:before {
  content: '\e047';
}
.iconic-arrow-right-angle-left-bottom-fill-acute:before {
  content: '\e048';
}
.iconic-arrow-right-angle-left-bottom-fill-angled:before {
  content: '\e049';
}
.iconic-arrow-right-angle-left-bottom-fill:before {
  content: '\e04a';
}
.iconic-arrow-right-angle-left-bottom-line:before {
  content: '\e04b';
}
.iconic-arrow-right-angle-left-top-fill-acute:before {
  content: '\e04c';
}
.iconic-arrow-right-angle-left-top-fill-angled:before {
  content: '\e04d';
}
.iconic-arrow-right-angle-left-top-fill:before {
  content: '\e04e';
}
.iconic-arrow-right-angle-left-top-line:before {
  content: '\e04f';
}
.iconic-arrow-right-angle-right-bottom-fill-acute:before {
  content: '\e050';
}
.iconic-arrow-right-angle-right-bottom-fill-angled:before {
  content: '\e051';
}
.iconic-arrow-right-angle-right-bottom-fill:before {
  content: '\e052';
}
.iconic-arrow-right-angle-right-bottom-line:before {
  content: '\e053';
}
.iconic-arrow-right-angle-right-top-fill-acute:before {
  content: '\e054';
}
.iconic-arrow-right-angle-right-top-fill-angled:before {
  content: '\e055';
}
.iconic-arrow-right-angle-right-top-fill:before {
  content: '\e056';
}
.iconic-arrow-right-angle-right-top-line:before {
  content: '\e057';
}
.iconic-arrow-right-angle-thick-bottom-left-fill-acute:before {
  content: '\e058';
}
.iconic-arrow-right-angle-thick-bottom-left-fill-angled:before {
  content: '\e059';
}
.iconic-arrow-right-angle-thick-bottom-left-fill:before {
  content: '\e05a';
}
.iconic-arrow-right-angle-thick-bottom-left-line:before {
  content: '\e05b';
}
.iconic-arrow-right-angle-thick-bottom-right-fill-acute:before {
  content: '\e05c';
}
.iconic-arrow-right-angle-thick-bottom-right-fill-angled:before {
  content: '\e05d';
}
.iconic-arrow-right-angle-thick-bottom-right-fill:before {
  content: '\e05e';
}
.iconic-arrow-right-angle-thick-bottom-right-line:before {
  content: '\e05f';
}
.iconic-arrow-right-angle-thick-left-bottom-fill-acute:before {
  content: '\e060';
}
.iconic-arrow-right-angle-thick-left-bottom-fill-angled:before {
  content: '\e061';
}
.iconic-arrow-right-angle-thick-left-bottom-fill:before {
  content: '\e062';
}
.iconic-arrow-right-angle-thick-left-bottom-line:before {
  content: '\e063';
}
.iconic-arrow-right-angle-thick-left-top-fill-acute:before {
  content: '\e064';
}
.iconic-arrow-right-angle-thick-left-top-fill-angled:before {
  content: '\e065';
}
.iconic-arrow-right-angle-thick-left-top-fill:before {
  content: '\e066';
}
.iconic-arrow-right-angle-thick-left-top-line:before {
  content: '\e067';
}
.iconic-arrow-right-angle-thick-right-bottom-fill-acute:before {
  content: '\e068';
}
.iconic-arrow-right-angle-thick-right-bottom-fill-angled:before {
  content: '\e069';
}
.iconic-arrow-right-angle-thick-right-bottom-fill:before {
  content: '\e06a';
}
.iconic-arrow-right-angle-thick-right-bottom-line:before {
  content: '\e06b';
}
.iconic-arrow-right-angle-thick-right-top-fill-acute:before {
  content: '\e06c';
}
.iconic-arrow-right-angle-thick-right-top-fill-angled:before {
  content: '\e06d';
}
.iconic-arrow-right-angle-thick-right-top-fill:before {
  content: '\e06e';
}
.iconic-arrow-right-angle-thick-right-top-line:before {
  content: '\e06f';
}
.iconic-arrow-right-angle-thick-top-left-fill-acute:before {
  content: '\e070';
}
.iconic-arrow-right-angle-thick-top-left-fill-angled:before {
  content: '\e071';
}
.iconic-arrow-right-angle-thick-top-left-fill:before {
  content: '\e072';
}
.iconic-arrow-right-angle-thick-top-left-line:before {
  content: '\e073';
}
.iconic-arrow-right-angle-thick-top-right-fill-acute:before {
  content: '\e074';
}
.iconic-arrow-right-angle-thick-top-right-fill-angled:before {
  content: '\e075';
}
.iconic-arrow-right-angle-thick-top-right-fill:before {
  content: '\e076';
}
.iconic-arrow-right-angle-thick-top-right-line:before {
  content: '\e077';
}
.iconic-arrow-right-angle-top-left-fill-acute:before {
  content: '\e078';
}
.iconic-arrow-right-angle-top-left-fill-angled:before {
  content: '\e079';
}
.iconic-arrow-right-angle-top-left-fill:before {
  content: '\e07a';
}
.iconic-arrow-right-angle-top-left-line:before {
  content: '\e07b';
}
.iconic-arrow-right-angle-top-right-fill-acute:before {
  content: '\e07c';
}
.iconic-arrow-right-angle-top-right-fill-angled:before {
  content: '\e07d';
}
.iconic-arrow-right-angle-top-right-fill:before {
  content: '\e07e';
}
.iconic-arrow-right-angle-top-right-line:before {
  content: '\e07f';
}
.iconic-arrow-right-fill-acute:before {
  content: '\e080';
}
.iconic-arrow-right-fill-angled:before {
  content: '\e081';
}
.iconic-arrow-right-fill-large-acute:before {
  content: '\e082';
}
.iconic-arrow-right-fill-large-angled:before {
  content: '\e083';
}
.iconic-arrow-right-fill-large-oblique:before {
  content: '\e084';
}
.iconic-arrow-right-fill-large:before {
  content: '\e085';
}
.iconic-arrow-right-fill-oblique:before {
  content: '\e086';
}
.iconic-arrow-right-fill:before {
  content: '\e087';
}
.iconic-arrow-right-line-acute:before {
  content: '\e088';
}
.iconic-arrow-right-line-large-acute:before {
  content: '\e089';
}
.iconic-arrow-right-line-large-oblique:before {
  content: '\e08a';
}
.iconic-arrow-right-line-large:before {
  content: '\e08b';
}
.iconic-arrow-right-line-oblique:before {
  content: '\e08c';
}
.iconic-arrow-right-line:before {
  content: '\e08d';
}
.iconic-arrow-thick-bottom-fill-acute:before {
  content: '\e08e';
}
.iconic-arrow-thick-bottom-fill-angled:before {
  content: '\e08f';
}
.iconic-arrow-thick-bottom-fill-large-acute:before {
  content: '\e090';
}
.iconic-arrow-thick-bottom-fill-large-angled:before {
  content: '\e091';
}
.iconic-arrow-thick-bottom-fill-large-oblique:before {
  content: '\e092';
}
.iconic-arrow-thick-bottom-fill-large:before {
  content: '\e093';
}
.iconic-arrow-thick-bottom-fill-oblique:before {
  content: '\e094';
}
.iconic-arrow-thick-bottom-fill:before {
  content: '\e095';
}
.iconic-arrow-thick-bottom-left-fill-acute:before {
  content: '\e096';
}
.iconic-arrow-thick-bottom-left-fill-angled:before {
  content: '\e097';
}
.iconic-arrow-thick-bottom-left-fill-large-acute:before {
  content: '\e098';
}
.iconic-arrow-thick-bottom-left-fill-large-angled:before {
  content: '\e099';
}
.iconic-arrow-thick-bottom-left-fill-large-oblique:before {
  content: '\e09a';
}
.iconic-arrow-thick-bottom-left-fill-large:before {
  content: '\e09b';
}
.iconic-arrow-thick-bottom-left-fill-oblique:before {
  content: '\e09c';
}
.iconic-arrow-thick-bottom-left-fill:before {
  content: '\e09d';
}
.iconic-arrow-thick-bottom-left-line-acute:before {
  content: '\e09e';
}
.iconic-arrow-thick-bottom-left-line-large-acute:before {
  content: '\e09f';
}
.iconic-arrow-thick-bottom-left-line-large-oblique:before {
  content: '\e0a0';
}
.iconic-arrow-thick-bottom-left-line-large:before {
  content: '\e0a1';
}
.iconic-arrow-thick-bottom-left-line-oblique:before {
  content: '\e0a2';
}
.iconic-arrow-thick-bottom-left-line:before {
  content: '\e0a3';
}
.iconic-arrow-thick-bottom-line-acute:before {
  content: '\e0a4';
}
.iconic-arrow-thick-bottom-line-large-acute:before {
  content: '\e0a5';
}
.iconic-arrow-thick-bottom-line-large-oblique:before {
  content: '\e0a6';
}
.iconic-arrow-thick-bottom-line-large:before {
  content: '\e0a7';
}
.iconic-arrow-thick-bottom-line-oblique:before {
  content: '\e0a8';
}
.iconic-arrow-thick-bottom-line:before {
  content: '\e0a9';
}
.iconic-arrow-thick-bottom-right-fill-acute:before {
  content: '\e0aa';
}
.iconic-arrow-thick-bottom-right-fill-angled:before {
  content: '\e0ab';
}
.iconic-arrow-thick-bottom-right-fill-large-acute:before {
  content: '\e0ac';
}
.iconic-arrow-thick-bottom-right-fill-large-angled:before {
  content: '\e0ad';
}
.iconic-arrow-thick-bottom-right-fill-large-oblique:before {
  content: '\e0ae';
}
.iconic-arrow-thick-bottom-right-fill-large:before {
  content: '\e0af';
}
.iconic-arrow-thick-bottom-right-fill-oblique:before {
  content: '\e0b0';
}
.iconic-arrow-thick-bottom-right-fill:before {
  content: '\e0b1';
}
.iconic-arrow-thick-bottom-right-line-acute:before {
  content: '\e0b2';
}
.iconic-arrow-thick-bottom-right-line-large-acute:before {
  content: '\e0b3';
}
.iconic-arrow-thick-bottom-right-line-large-oblique:before {
  content: '\e0b4';
}
.iconic-arrow-thick-bottom-right-line-large:before {
  content: '\e0b5';
}
.iconic-arrow-thick-bottom-right-line-oblique:before {
  content: '\e0b6';
}
.iconic-arrow-thick-bottom-right-line:before {
  content: '\e0b7';
}
.iconic-arrow-thick-left-fill-acute:before {
  content: '\e0b8';
}
.iconic-arrow-thick-left-fill-angled:before {
  content: '\e0b9';
}
.iconic-arrow-thick-left-fill-large-acute:before {
  content: '\e0ba';
}
.iconic-arrow-thick-left-fill-large-angled:before {
  content: '\e0bb';
}
.iconic-arrow-thick-left-fill-large-oblique:before {
  content: '\e0bc';
}
.iconic-arrow-thick-left-fill-large:before {
  content: '\e0bd';
}
.iconic-arrow-thick-left-fill-oblique:before {
  content: '\e0be';
}
.iconic-arrow-thick-left-fill:before {
  content: '\e0bf';
}
.iconic-arrow-thick-left-line-acute:before {
  content: '\e0c0';
}
.iconic-arrow-thick-left-line-large-acute:before {
  content: '\e0c1';
}
.iconic-arrow-thick-left-line-large-oblique:before {
  content: '\e0c2';
}
.iconic-arrow-thick-left-line-large:before {
  content: '\e0c3';
}
.iconic-arrow-thick-left-line-oblique:before {
  content: '\e0c4';
}
.iconic-arrow-thick-left-line:before {
  content: '\e0c5';
}
.iconic-arrow-thick-right-fill-acute:before {
  content: '\e0c6';
}
.iconic-arrow-thick-right-fill-angled:before {
  content: '\e0c7';
}
.iconic-arrow-thick-right-fill-large-acute:before {
  content: '\e0c8';
}
.iconic-arrow-thick-right-fill-large-angled:before {
  content: '\e0c9';
}
.iconic-arrow-thick-right-fill-large-oblique:before {
  content: '\e0ca';
}
.iconic-arrow-thick-right-fill-large:before {
  content: '\e0cb';
}
.iconic-arrow-thick-right-fill-oblique:before {
  content: '\e0cc';
}
.iconic-arrow-thick-right-fill:before {
  content: '\e0cd';
}
.iconic-arrow-thick-right-line-acute:before {
  content: '\e0ce';
}
.iconic-arrow-thick-right-line-large-acute:before {
  content: '\e0cf';
}
.iconic-arrow-thick-right-line-large-oblique:before {
  content: '\e0d0';
}
.iconic-arrow-thick-right-line-large:before {
  content: '\e0d1';
}
.iconic-arrow-thick-right-line-oblique:before {
  content: '\e0d2';
}
.iconic-arrow-thick-right-line:before {
  content: '\e0d3';
}
.iconic-arrow-thick-top-fill-acute:before {
  content: '\e0d4';
}
.iconic-arrow-thick-top-fill-angled:before {
  content: '\e0d5';
}
.iconic-arrow-thick-top-fill-large-acute:before {
  content: '\e0d6';
}
.iconic-arrow-thick-top-fill-large-angled:before {
  content: '\e0d7';
}
.iconic-arrow-thick-top-fill-large-oblique:before {
  content: '\e0d8';
}
.iconic-arrow-thick-top-fill-large:before {
  content: '\e0d9';
}
.iconic-arrow-thick-top-fill-oblique:before {
  content: '\e0da';
}
.iconic-arrow-thick-top-fill:before {
  content: '\e0db';
}
.iconic-arrow-thick-top-left-fill-acute:before {
  content: '\e0dc';
}
.iconic-arrow-thick-top-left-fill-angled:before {
  content: '\e0dd';
}
.iconic-arrow-thick-top-left-fill-large-acute:before {
  content: '\e0de';
}
.iconic-arrow-thick-top-left-fill-large-angled:before {
  content: '\e0df';
}
.iconic-arrow-thick-top-left-fill-large-oblique:before {
  content: '\e0e0';
}
.iconic-arrow-thick-top-left-fill-large:before {
  content: '\e0e1';
}
.iconic-arrow-thick-top-left-fill-oblique:before {
  content: '\e0e2';
}
.iconic-arrow-thick-top-left-fill:before {
  content: '\e0e3';
}
.iconic-arrow-thick-top-left-line-acute:before {
  content: '\e0e4';
}
.iconic-arrow-thick-top-left-line-large-acute:before {
  content: '\e0e5';
}
.iconic-arrow-thick-top-left-line-large-oblique:before {
  content: '\e0e6';
}
.iconic-arrow-thick-top-left-line-large:before {
  content: '\e0e7';
}
.iconic-arrow-thick-top-left-line-oblique:before {
  content: '\e0e8';
}
.iconic-arrow-thick-top-left-line:before {
  content: '\e0e9';
}
.iconic-arrow-thick-top-line-acute:before {
  content: '\e0ea';
}
.iconic-arrow-thick-top-line-large-acute:before {
  content: '\e0eb';
}
.iconic-arrow-thick-top-line-large-oblique:before {
  content: '\e0ec';
}
.iconic-arrow-thick-top-line-large:before {
  content: '\e0ed';
}
.iconic-arrow-thick-top-line-oblique:before {
  content: '\e0ee';
}
.iconic-arrow-thick-top-line:before {
  content: '\e0ef';
}
.iconic-arrow-thick-top-right-fill-acute:before {
  content: '\e0f0';
}
.iconic-arrow-thick-top-right-fill-angled:before {
  content: '\e0f1';
}
.iconic-arrow-thick-top-right-fill-large-acute:before {
  content: '\e0f2';
}
.iconic-arrow-thick-top-right-fill-large-angled:before {
  content: '\e0f3';
}
.iconic-arrow-thick-top-right-fill-large-oblique:before {
  content: '\e0f4';
}
.iconic-arrow-thick-top-right-fill-large:before {
  content: '\e0f5';
}
.iconic-arrow-thick-top-right-fill-oblique:before {
  content: '\e0f6';
}
.iconic-arrow-thick-top-right-fill:before {
  content: '\e0f7';
}
.iconic-arrow-thick-top-right-line-acute:before {
  content: '\e0f8';
}
.iconic-arrow-thick-top-right-line-large-acute:before {
  content: '\e0f9';
}
.iconic-arrow-thick-top-right-line-large-oblique:before {
  content: '\e0fa';
}
.iconic-arrow-thick-top-right-line-large:before {
  content: '\e0fb';
}
.iconic-arrow-thick-top-right-line-oblique:before {
  content: '\e0fc';
}
.iconic-arrow-thick-top-right-line:before {
  content: '\e0fd';
}
.iconic-arrow-top-fill-acute:before {
  content: '\e0fe';
}
.iconic-arrow-top-fill-angled:before {
  content: '\e0ff';
}
.iconic-arrow-top-fill-large-acute:before {
  content: '\e100';
}
.iconic-arrow-top-fill-large-angled:before {
  content: '\e101';
}
.iconic-arrow-top-fill-large-oblique:before {
  content: '\e102';
}
.iconic-arrow-top-fill-large:before {
  content: '\e103';
}
.iconic-arrow-top-fill-oblique:before {
  content: '\e104';
}
.iconic-arrow-top-fill:before {
  content: '\e105';
}
.iconic-arrow-top-left-fill-acute:before {
  content: '\e106';
}
.iconic-arrow-top-left-fill-angled:before {
  content: '\e107';
}
.iconic-arrow-top-left-fill-large-acute:before {
  content: '\e108';
}
.iconic-arrow-top-left-fill-large-angled:before {
  content: '\e109';
}
.iconic-arrow-top-left-fill-large-oblique:before {
  content: '\e10a';
}
.iconic-arrow-top-left-fill-large:before {
  content: '\e10b';
}
.iconic-arrow-top-left-fill-oblique:before {
  content: '\e10c';
}
.iconic-arrow-top-left-fill:before {
  content: '\e10d';
}
.iconic-arrow-top-left-line-acute:before {
  content: '\e10e';
}
.iconic-arrow-top-left-line-large-acute:before {
  content: '\e10f';
}
.iconic-arrow-top-left-line-large-oblique:before {
  content: '\e110';
}
.iconic-arrow-top-left-line-large:before {
  content: '\e111';
}
.iconic-arrow-top-left-line-oblique:before {
  content: '\e112';
}
.iconic-arrow-top-left-line:before {
  content: '\e113';
}
.iconic-arrow-top-line-acute:before {
  content: '\e114';
}
.iconic-arrow-top-line-large-acute:before {
  content: '\e115';
}
.iconic-arrow-top-line-large-oblique:before {
  content: '\e116';
}
.iconic-arrow-top-line-large:before {
  content: '\e117';
}
.iconic-arrow-top-line-oblique:before {
  content: '\e118';
}
.iconic-arrow-top-line:before {
  content: '\e119';
}
.iconic-arrow-top-right-fill-acute:before {
  content: '\e11a';
}
.iconic-arrow-top-right-fill-angled:before {
  content: '\e11b';
}
.iconic-arrow-top-right-fill-large-acute:before {
  content: '\e11c';
}
.iconic-arrow-top-right-fill-large-angled:before {
  content: '\e11d';
}
.iconic-arrow-top-right-fill-large-oblique:before {
  content: '\e11e';
}
.iconic-arrow-top-right-fill-large:before {
  content: '\e11f';
}
.iconic-arrow-top-right-fill-oblique:before {
  content: '\e120';
}
.iconic-arrow-top-right-fill:before {
  content: '\e121';
}
.iconic-arrow-top-right-line-acute:before {
  content: '\e122';
}
.iconic-arrow-top-right-line-large-acute:before {
  content: '\e123';
}
.iconic-arrow-top-right-line-large-oblique:before {
  content: '\e124';
}
.iconic-arrow-top-right-line-large:before {
  content: '\e125';
}
.iconic-arrow-top-right-line-oblique:before {
  content: '\e126';
}
.iconic-arrow-top-right-line:before {
  content: '\e127';
}
.iconic-audio-spectrum:before {
  content: '\e128';
}
.iconic-audio:before {
  content: '\e129';
}
.iconic-ban:before {
  content: '\e12a';
}
.iconic-bar-chart:before {
  content: '\e12b';
}
.iconic-basket:before {
  content: '\e12c';
}
.iconic-battery:before {
  content: '\e12d';
}
.iconic-beaker:before {
  content: '\e12e';
}
.iconic-bell:before {
  content: '\e12f';
}
.iconic-bitcoin-address:before {
  content: '\e130';
}
.iconic-bitcoin-block:before {
  content: '\e131';
}
.iconic-bitcoin-transaction:before {
  content: '\e132';
}
.iconic-bitcoin:before {
  content: '\e133';
}
.iconic-bluetooth:before {
  content: '\e134';
}
.iconic-bold:before {
  content: '\e135';
}
.iconic-book:before {
  content: '\e136';
}
.iconic-bookmark:before {
  content: '\e137';
}
.iconic-box:before {
  content: '\e138';
}
.iconic-brain:before {
  content: '\e139';
}
.iconic-briefcase:before {
  content: '\e13a';
}
.iconic-british-pound:before {
  content: '\e13b';
}
.iconic-browser-full-page:before {
  content: '\e13c';
}
.iconic-browser-type-chrome:before {
  content: '\e13d';
}
.iconic-browser-type-firefox:before {
  content: '\e13e';
}
.iconic-browser-type-internetexplorer:before {
  content: '\e13f';
}
.iconic-browser-type-safari:before {
  content: '\e140';
}
.iconic-browser-viewport:before {
  content: '\e141';
}
.iconic-browser:before {
  content: '\e142';
}
.iconic-brush:before {
  content: '\e143';
}
.iconic-bug:before {
  content: '\e144';
}
.iconic-building:before {
  content: '\e145';
}
.iconic-bullhorn:before {
  content: '\e146';
}
.iconic-calculator:before {
  content: '\e147';
}
.iconic-calendar:before {
  content: '\e148';
}
.iconic-camera-rangefinder:before {
  content: '\e149';
}
.iconic-camera-slr:before {
  content: '\e14a';
}
.iconic-caret-bottom:before {
  content: '\e14b';
}
.iconic-caret-left:before {
  content: '\e14c';
}
.iconic-caret-right:before {
  content: '\e14d';
}
.iconic-caret-top:before {
  content: '\e14e';
}
.iconic-carriage-return:before {
  content: '\e14f';
}
.iconic-cart:before {
  content: '\e150';
}
.iconic-chat:before {
  content: '\e151';
}
.iconic-check-thin:before {
  content: '\e152';
}
.iconic-check:before {
  content: '\e153';
}
.iconic-chevron-bottom:before {
  content: '\e154';
}
.iconic-chevron-left:before {
  content: '\e155';
}
.iconic-chevron-right:before {
  content: '\e156';
}
.iconic-chevron-top:before {
  content: '\e157';
}
.iconic-circle-check:before {
  content: '\e158';
}
.iconic-circle-x:before {
  content: '\e159';
}
.iconic-clipboard:before {
  content: '\e15a';
}
.iconic-clock:before {
  content: '\e15b';
}
.iconic-cloud-transfer-download:before {
  content: '\e15c';
}
.iconic-cloud-transfer-upload:before {
  content: '\e15d';
}
.iconic-cloud:before {
  content: '\e15e';
}
.iconic-cloudy:before {
  content: '\e15f';
}
.iconic-code:before {
  content: '\e160';
}
.iconic-cog:before {
  content: '\e161';
}
.iconic-cogs:before {
  content: '\e162';
}
.iconic-collapse-down:before {
  content: '\e163';
}
.iconic-collapse-left:before {
  content: '\e164';
}
.iconic-collapse-right:before {
  content: '\e165';
}
.iconic-collapse-up:before {
  content: '\e166';
}
.iconic-command:before {
  content: '\e167';
}
.iconic-comment-square:before {
  content: '\e168';
}
.iconic-compass:before {
  content: '\e169';
}
.iconic-connections:before {
  content: '\e16a';
}
.iconic-contrast:before {
  content: '\e16b';
}
.iconic-copywriting:before {
  content: '\e16c';
}
.iconic-cpu:before {
  content: '\e16d';
}
.iconic-credit-card:before {
  content: '\e16e';
}
.iconic-crop:before {
  content: '\e16f';
}
.iconic-dashboard:before {
  content: '\e170';
}
.iconic-data-transfer-download:before {
  content: '\e171';
}
.iconic-data-transfer-upload:before {
  content: '\e172';
}
.iconic-database:before {
  content: '\e173';
}
.iconic-delete:before {
  content: '\e174';
}
.iconic-delta:before {
  content: '\e175';
}
.iconic-dial:before {
  content: '\e176';
}
.iconic-document:before {
  content: '\e177';
}
.iconic-dollar:before {
  content: '\e178';
}
.iconic-double-quote-sans-left:before {
  content: '\e179';
}
.iconic-double-quote-sans-right:before {
  content: '\e17a';
}
.iconic-double-quote-serif-left:before {
  content: '\e17b';
}
.iconic-double-quote-serif-right:before {
  content: '\e17c';
}
.iconic-easel:before {
  content: '\e17d';
}
.iconic-eject:before {
  content: '\e17e';
}
.iconic-electric:before {
  content: '\e17f';
}
.iconic-elevator:before {
  content: '\e180';
}
.iconic-ellipses:before {
  content: '\e181';
}
.iconic-envelope-closed:before {
  content: '\e182';
}
.iconic-envelope-open:before {
  content: '\e183';
}
.iconic-euro:before {
  content: '\e184';
}
.iconic-excerpt:before {
  content: '\e185';
}
.iconic-expand-down:before {
  content: '\e186';
}
.iconic-expand-left:before {
  content: '\e187';
}
.iconic-expand-right:before {
  content: '\e188';
}
.iconic-expand-up:before {
  content: '\e189';
}
.iconic-external-link:before {
  content: '\e18a';
}
.iconic-eye-closed:before {
  content: '\e18b';
}
.iconic-eye-open:before {
  content: '\e18c';
}
.iconic-eyedropper:before {
  content: '\e18d';
}
.iconic-file-ai:before {
  content: '\e18e';
}
.iconic-file-css:before {
  content: '\e18f';
}
.iconic-file-dmg:before {
  content: '\e190';
}
.iconic-file-doc:before {
  content: '\e191';
}
.iconic-file-gif:before {
  content: '\e192';
}
.iconic-file-html:before {
  content: '\e193';
}
.iconic-file-jpg:before {
  content: '\e194';
}
.iconic-file-js:before {
  content: '\e195';
}
.iconic-file-json:before {
  content: '\e196';
}
.iconic-file-mov:before {
  content: '\e197';
}
.iconic-file-mp3:before {
  content: '\e198';
}
.iconic-file-pdf:before {
  content: '\e199';
}
.iconic-file-png:before {
  content: '\e19a';
}
.iconic-file-psd:before {
  content: '\e19b';
}
.iconic-file-svg:before {
  content: '\e19c';
}
.iconic-file-txt:before {
  content: '\e19d';
}
.iconic-file-xls:before {
  content: '\e19e';
}
.iconic-file-xml:before {
  content: '\e19f';
}
.iconic-file-zip:before {
  content: '\e1a0';
}
.iconic-fire:before {
  content: '\e1a1';
}
.iconic-firefly:before {
  content: '\e1a2';
}
.iconic-flag:before {
  content: '\e1a3';
}
.iconic-flash:before {
  content: '\e1a4';
}
.iconic-flow-four-up:before {
  content: '\e1a5';
}
.iconic-flow-three-up:before {
  content: '\e1a6';
}
.iconic-flow-two-up:before {
  content: '\e1a7';
}
.iconic-folder:before {
  content: '\e1a8';
}
.iconic-fork:before {
  content: '\e1a9';
}
.iconic-full-page:before {
  content: '\e1aa';
}
.iconic-fullscreen-enter:before {
  content: '\e1ab';
}
.iconic-fullscreen-exit:before {
  content: '\e1ac';
}
.iconic-funnel:before {
  content: '\e1ad';
}
.iconic-game-controller:before {
  content: '\e1ae';
}
.iconic-globe:before {
  content: '\e1af';
}
.iconic-graph:before {
  content: '\e1b0';
}
.iconic-grid-four-up:before {
  content: '\e1b1';
}
.iconic-grid-three-up:before {
  content: '\e1b2';
}
.iconic-grid-two-up:before {
  content: '\e1b3';
}
.iconic-group:before {
  content: '\e1b4';
}
.iconic-guides:before {
  content: '\e1b5';
}
.iconic-hammer:before {
  content: '\e1b6';
}
.iconic-hand:before {
  content: '\e1b7';
}
.iconic-hard-drive:before {
  content: '\e1b8';
}
.iconic-header:before {
  content: '\e1b9';
}
.iconic-headphones:before {
  content: '\e1ba';
}
.iconic-heart:before {
  content: '\e1bb';
}
.iconic-history:before {
  content: '\e1bc';
}
.iconic-home:before {
  content: '\e1bd';
}
.iconic-image-landscape:before {
  content: '\e1be';
}
.iconic-image-portrait:before {
  content: '\e1bf';
}
.iconic-inbox:before {
  content: '\e1c0';
}
.iconic-infinity:before {
  content: '\e1c1';
}
.iconic-info:before {
  content: '\e1c2';
}
.iconic-inkwell:before {
  content: '\e1c3';
}
.iconic-iphone:before {
  content: '\e1c4';
}
.iconic-italic:before {
  content: '\e1c5';
}
.iconic-justify-center:before {
  content: '\e1c6';
}
.iconic-justify-left:before {
  content: '\e1c7';
}
.iconic-justify-right:before {
  content: '\e1c8';
}
.iconic-key:before {
  content: '\e1c9';
}
.iconic-keyboard:before {
  content: '\e1ca';
}
.iconic-keypad-mobile:before {
  content: '\e1cb';
}
.iconic-laptop:before {
  content: '\e1cc';
}
.iconic-layers:before {
  content: '\e1cd';
}
.iconic-lightbulb:before {
  content: '\e1ce';
}
.iconic-lightning-bolt:before {
  content: '\e1cf';
}
.iconic-lightning:before {
  content: '\e1d0';
}
.iconic-link-broken:before {
  content: '\e1d1';
}
.iconic-link-intact:before {
  content: '\e1d2';
}
.iconic-list-nested:before {
  content: '\e1d3';
}
.iconic-list-rich:before {
  content: '\e1d4';
}
.iconic-list:before {
  content: '\e1d5';
}
.iconic-location:before {
  content: '\e1d6';
}
.iconic-lock-locked:before {
  content: '\e1d7';
}
.iconic-lock-unlocked:before {
  content: '\e1d8';
}
.iconic-loop-circular:before {
  content: '\e1d9';
}
.iconic-loop-square:before {
  content: '\e1da';
}
.iconic-loop:before {
  content: '\e1db';
}
.iconic-loupe:before {
  content: '\e1dc';
}
.iconic-magic-wand:before {
  content: '\e1dd';
}
.iconic-magnifying-glass:before {
  content: '\e1de';
}
.iconic-map-marker:before {
  content: '\e1df';
}
.iconic-map:before {
  content: '\e1e0';
}
.iconic-marquee:before {
  content: '\e1e1';
}
.iconic-medal:before {
  content: '\e1e2';
}
.iconic-media-pause:before {
  content: '\e1e3';
}
.iconic-media-play-circle:before {
  content: '\e1e4';
}
.iconic-media-play:before {
  content: '\e1e5';
}
.iconic-media-record:before {
  content: '\e1e6';
}
.iconic-media-skip-backward:before {
  content: '\e1e7';
}
.iconic-media-skip-forward:before {
  content: '\e1e8';
}
.iconic-media-step-backward:before {
  content: '\e1e9';
}
.iconic-media-step-forward:before {
  content: '\e1ea';
}
.iconic-media-stop:before {
  content: '\e1eb';
}
.iconic-medical-cross:before {
  content: '\e1ec';
}
.iconic-menu-selected:before {
  content: '\e1ed';
}
.iconic-menu:before {
  content: '\e1ee';
}
.iconic-microphone:before {
  content: '\e1ef';
}
.iconic-minus-thin:before {
  content: '\e1f0';
}
.iconic-minus:before {
  content: '\e1f1';
}
.iconic-monitor:before {
  content: '\e1f2';
}
.iconic-moon:before {
  content: '\e1f3';
}
.iconic-move:before {
  content: '\e1f4';
}
.iconic-musical-note:before {
  content: '\e1f5';
}
.iconic-network:before {
  content: '\e1f6';
}
.iconic-nexus:before {
  content: '\e1f7';
}
.iconic-open-source:before {
  content: '\e1f8';
}
.iconic-palette:before {
  content: '\e1f9';
}
.iconic-paperclip:before {
  content: '\e1fa';
}
.iconic-peace:before {
  content: '\e1fb';
}
.iconic-pen:before {
  content: '\e1fc';
}
.iconic-pencil:before {
  content: '\e1fd';
}
.iconic-people:before {
  content: '\e1fe';
}
.iconic-person-female:before {
  content: '\e1ff';
}
.iconic-person-genderless:before {
  content: '\e200';
}
.iconic-person-male:before {
  content: '\e201';
}
.iconic-pie-chart:before {
  content: '\e202';
}
.iconic-pilcrow:before {
  content: '\e203';
}
.iconic-pin:before {
  content: '\e204';
}
.iconic-platform-android:before {
  content: '\e205';
}
.iconic-platform-apple:before {
  content: '\e206';
}
.iconic-platform-linux:before {
  content: '\e207';
}
.iconic-platform-microsoft:before {
  content: '\e208';
}
.iconic-plus-thin:before {
  content: '\e209';
}
.iconic-plus:before {
  content: '\e20a';
}
.iconic-pointer:before {
  content: '\e20b';
}
.iconic-power-standby:before {
  content: '\e20c';
}
.iconic-print:before {
  content: '\e20d';
}
.iconic-project:before {
  content: '\e20e';
}
.iconic-pulse:before {
  content: '\e20f';
}
.iconic-puzzle-piece:before {
  content: '\e210';
}
.iconic-question-mark:before {
  content: '\e211';
}
.iconic-radiation:before {
  content: '\e212';
}
.iconic-rainy:before {
  content: '\e213';
}
.iconic-random:before {
  content: '\e214';
}
.iconic-ratio:before {
  content: '\e215';
}
.iconic-reload:before {
  content: '\e216';
}
.iconic-resize-both:before {
  content: '\e217';
}
.iconic-resize-height:before {
  content: '\e218';
}
.iconic-resize-width:before {
  content: '\e219';
}
.iconic-rocket:before {
  content: '\e21a';
}
.iconic-route:before {
  content: '\e21b';
}
.iconic-rss-alt:before {
  content: '\e21c';
}
.iconic-rss:before {
  content: '\e21d';
}
.iconic-scissors:before {
  content: '\e21e';
}
.iconic-screen-viewport:before {
  content: '\e21f';
}
.iconic-screenshot:before {
  content: '\e220';
}
.iconic-screwdriver:before {
  content: '\e221';
}
.iconic-script:before {
  content: '\e222';
}
.iconic-server:before {
  content: '\e223';
}
.iconic-settings:before {
  content: '\e224';
}
.iconic-shape-circle:before {
  content: '\e225';
}
.iconic-shape-hexagon:before {
  content: '\e226';
}
.iconic-shape-octagon:before {
  content: '\e227';
}
.iconic-shape-square-rounded:before {
  content: '\e228';
}
.iconic-shape-square:before {
  content: '\e229';
}
.iconic-share-boxed:before {
  content: '\e22a';
}
.iconic-share-social:before {
  content: '\e22b';
}
.iconic-share:before {
  content: '\e22c';
}
.iconic-shield:before {
  content: '\e22d';
}
.iconic-signal:before {
  content: '\e22e';
}
.iconic-signpost:before {
  content: '\e22f';
}
.iconic-social-dropbox:before {
  content: '\e230';
}
.iconic-social-facebook:before {
  content: '\e231';
}
.iconic-social-github:before {
  content: '\e232';
}
.iconic-social-google-plus:before {
  content: '\e233';
}
.iconic-social-instagram:before {
  content: '\e234';
}
.iconic-social-linkedin:before {
  content: '\e235';
}
.iconic-social-pinterest:before {
  content: '\e236';
}
.iconic-social-reddit:before {
  content: '\e237';
}
.iconic-social-tumblr:before {
  content: '\e238';
}
.iconic-social-twitter:before {
  content: '\e239';
}
.iconic-social-vimeo:before {
  content: '\e23a';
}
.iconic-social-youtube:before {
  content: '\e23b';
}
.iconic-sort-ascending:before {
  content: '\e23c';
}
.iconic-sort-descending:before {
  content: '\e23d';
}
.iconic-spreadsheet:before {
  content: '\e23e';
}
.iconic-star:before {
  content: '\e23f';
}
.iconic-sun:before {
  content: '\e240';
}
.iconic-syringe:before {
  content: '\e241';
}
.iconic-tablet:before {
  content: '\e242';
}
.iconic-tag:before {
  content: '\e243';
}
.iconic-tags:before {
  content: '\e244';
}
.iconic-target:before {
  content: '\e245';
}
.iconic-task:before {
  content: '\e246';
}
.iconic-terminal:before {
  content: '\e247';
}
.iconic-text:before {
  content: '\e248';
}
.iconic-thermometer:before {
  content: '\e249';
}
.iconic-thumb-down:before {
  content: '\e24a';
}
.iconic-thumb-up:before {
  content: '\e24b';
}
.iconic-tiara:before {
  content: '\e24c';
}
.iconic-timer:before {
  content: '\e24d';
}
.iconic-tint:before {
  content: '\e24e';
}
.iconic-tools:before {
  content: '\e24f';
}
.iconic-transfer:before {
  content: '\e250';
}
.iconic-trash:before {
  content: '\e251';
}
.iconic-ungroup:before {
  content: '\e252';
}
.iconic-vertical-align-bottom:before {
  content: '\e253';
}
.iconic-vertical-align-center:before {
  content: '\e254';
}
.iconic-vertical-align-top:before {
  content: '\e255';
}
.iconic-video:before {
  content: '\e256';
}
.iconic-viewport:before {
  content: '\e257';
}
.iconic-volume-high:before {
  content: '\e258';
}
.iconic-volume-low:before {
  content: '\e259';
}
.iconic-volume-medium:before {
  content: '\e25a';
}
.iconic-volume-off:before {
  content: '\e25b';
}
.iconic-warning:before {
  content: '\e25c';
}
.iconic-weight:before {
  content: '\e25d';
}
.iconic-wifi:before {
  content: '\e25e';
}
.iconic-wrench:before {
  content: '\e25f';
}
.iconic-x-thin:before {
  content: '\e260';
}
.iconic-x:before {
  content: '\e261';
}
.iconic-yen:before {
  content: '\e262';
}
.iconic-zoom-in:before {
  content: '\e263';
}
.iconic-zoom-out:before {
  content: '\e264';
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.5.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.5.0')
      format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
    url('../font/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('../font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('../font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^='icon-'],
[class*=' icon-'] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^='icon-'],
a [class*=' icon-'] {
  display: inline;
}
/* increased font size for icon-large */
[class^='icon-'].icon-fixed-width,
[class*=' icon-'].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^='icon-'].icon-fixed-width.icon-large,
[class*=' icon-'].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^='icon-'].hide,
[class*=' icon-'].hide {
  display: none;
}
.icon-muted {
  color: #b2b2b2;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #8c8c8c;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^='icon-'].pull-left,
[class*=' icon-'].pull-left {
  margin-right: 0.3em;
}
[class^='icon-'].pull-right,
[class*=' icon-'].pull-right {
  margin-left: 0.3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^='icon-'],
[class*=' icon-'] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.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:hover > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > .active > a > [class*=' icon-'],
.dropdown-submenu:hover > a > [class^='icon-'],
.dropdown-submenu:hover > a > [class*=' icon-'] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^='icon-'].icon-large,
.nav [class^='icon-'].icon-large,
.btn [class*=' icon-'].icon-large,
.nav [class*=' icon-'].icon-large {
  line-height: 0.9em;
}
.btn [class^='icon-'].icon-spin,
.nav [class^='icon-'].icon-spin,
.btn [class*=' icon-'].icon-spin,
.nav [class*=' icon-'].icon-spin {
  display: inline-block;
}
.nav-tabs [class^='icon-'],
.nav-pills [class^='icon-'],
.nav-tabs [class*=' icon-'],
.nav-pills [class*=' icon-'],
.nav-tabs [class^='icon-'].icon-large,
.nav-pills [class^='icon-'].icon-large,
.nav-tabs [class*=' icon-'].icon-large,
.nav-pills [class*=' icon-'].icon-large {
  line-height: 0.9em;
}
.btn [class^='icon-'].pull-left.icon-2x,
.btn [class*=' icon-'].pull-left.icon-2x,
.btn [class^='icon-'].pull-right.icon-2x,
.btn [class*=' icon-'].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^='icon-'].icon-spin.icon-large,
.btn [class*=' icon-'].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^='icon-'].pull-left.icon-2x,
.btn.btn-small [class*=' icon-'].pull-left.icon-2x,
.btn.btn-small [class^='icon-'].pull-right.icon-2x,
.btn.btn-small [class*=' icon-'].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^='icon-'],
.btn.btn-large [class*=' icon-'] {
  margin-top: 0;
}
.btn.btn-large [class^='icon-'].pull-left.icon-2x,
.btn.btn-large [class*=' icon-'].pull-left.icon-2x,
.btn.btn-large [class^='icon-'].pull-right.icon-2x,
.btn.btn-large [class*=' icon-'].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^='icon-'].pull-left.icon-2x,
.btn.btn-large [class*=' icon-'].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^='icon-'].pull-right.icon-2x,
.btn.btn-large [class*=' icon-'].pull-right.icon-2x {
  margin-left: 0.2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^='icon-'],
.nav-list [class*=' icon-'] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^='icon-'],
.icon-stack [class*=' icon-'] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/**
This file contains our implementation of custom icons from font-awesome 4.5.

These are all the new icons in 4.5 with 3.2.1 compliant names.
(We also have 4.7 definitions below this one)
*/
.icon-500px:before {
  content: '\f26e';
}
.icon-amazon:before {
  content: '\f270';
}
.icon-angellist:before {
  content: '\f209';
}
.icon-area-chart:before {
  content: '\f1fe';
}
.icon-arrow-circle-o-left:before {
  content: '\f190';
}
.icon-arrow-circle-o-right:before {
  content: '\f18e';
}
.icon-at:before {
  content: '\f1fa';
}
.icon-balance-scale:before {
  content: '\f24e';
}
.icon-battery-empty:before {
  content: '\f244';
}
.icon-battery-full:before {
  content: '\f240';
}
.icon-battery-half:before {
  content: '\f242';
}
.icon-battery-quarter:before {
  content: '\f243';
}
.icon-battery-three-quarters:before {
  content: '\f241';
}
.icon-behance-square:before {
  content: '\f1b5';
}
.icon-behance:before {
  content: '\f1b4';
}
.icon-bell-slash-o:before {
  content: '\f1f7';
}
.icon-bell-slash:before {
  content: '\f1f6';
}
.icon-bicycle:before {
  content: '\f206';
}
.icon-binoculars:before {
  content: '\f1e5';
}
.icon-birthday-cake:before {
  content: '\f1fd';
}
.icon-black-tie:before {
  content: '\f27e';
}
.icon-bluetooth-b:before {
  content: '\f294';
}
.icon-bluetooth:before {
  content: '\f293';
}
.icon-bomb:before {
  content: '\f1e2';
}
.icon-building:before {
  content: '\f1ad';
}
.icon-bus:before {
  content: '\f207';
}
.icon-buysellads:before {
  content: '\f20d';
}
.icon-calculator:before {
  content: '\f1ec';
}
.icon-calendar-check-o:before {
  content: '\f274';
}
.icon-calendar-minus-o:before {
  content: '\f272';
}
.icon-calendar-plus-o:before {
  content: '\f271';
}
.icon-calendar-times-o:before {
  content: '\f273';
}
.icon-car:before {
  content: '\f1b9';
}
.icon-cart-arrow-down:before {
  content: '\f218';
}
.icon-cart-plus:before {
  content: '\f217';
}
.icon-cc-amex:before {
  content: '\f1f3';
}
.icon-cc-diners-club:before {
  content: '\f24c';
}
.icon-cc-discover:before {
  content: '\f1f2';
}
.icon-cc-jcb:before {
  content: '\f24b';
}
.icon-cc-mastercard:before {
  content: '\f1f1';
}
.icon-cc-paypal:before {
  content: '\f1f4';
}
.icon-cc-stripe:before {
  content: '\f1f5';
}
.icon-cc-visa:before {
  content: '\f1f0';
}
.icon-cc:before {
  content: '\f20a';
}
.icon-child:before {
  content: '\f1ae';
}
.icon-chrome:before {
  content: '\f268';
}
.icon-circle-o-notch:before {
  content: '\f1ce';
}
.icon-circle-thin:before {
  content: '\f1db';
}
.icon-clone:before {
  content: '\f24d';
}
.icon-codepen:before {
  content: '\f1cb';
}
.icon-codiepie:before {
  content: '\f284';
}
.icon-commenting-o:before {
  content: '\f27b';
}
.icon-commenting:before {
  content: '\f27a';
}
.icon-connectdevelop:before {
  content: '\f20e';
}
.icon-contao:before {
  content: '\f26d';
}
.icon-copyright:before {
  content: '\f1f9';
}
.icon-creative-commons:before {
  content: '\f25e';
}
.icon-credit-card-alt:before {
  content: '\f283';
}
.icon-cube:before {
  content: '\f1b2';
}
.icon-cubes:before {
  content: '\f1b3';
}
.icon-dashcube:before {
  content: '\f210';
}
.icon-database:before {
  content: '\f1c0';
}
.icon-delicious:before {
  content: '\f1a5';
}
.icon-deviantart:before {
  content: '\f1bd';
}
.icon-diamond:before {
  content: '\f219';
}
.icon-digg:before {
  content: '\f1a6';
}
.icon-dot-circle-o:before {
  content: '\f192';
}
.icon-drupal:before {
  content: '\f1a9';
}
.icon-edge:before {
  content: '\f282';
}
.icon-envelope-square:before {
  content: '\f199';
}
.icon-expeditedssl:before {
  content: '\f23e';
}
.icon-eyedropper:before {
  content: '\f1fb';
}
.icon-facebook-official:before {
  content: '\f230';
}
.icon-fax:before {
  content: '\f1ac';
}
.icon-file-code-o:before {
  content: '\f1c9';
}
.icon-file-excel-o:before {
  content: '\f1c3';
}
.icon-file-pdf-o:before {
  content: '\f1c1';
}
.icon-file-picture-o:before {
  content: '\f1c5';
}
.icon-file-powerpoint-o:before {
  content: '\f1c4';
}
.icon-file-sound-o:before {
  content: '\f1c7';
}
.icon-file-video-o:before {
  content: '\f1c8';
}
.icon-file-word-o:before {
  content: '\f1c2';
}
.icon-file-zip-o:before {
  content: '\f1c6';
}
.icon-firefox:before {
  content: '\f269';
}
.icon-fonticons:before {
  content: '\f280';
}
.icon-fort-awesome:before {
  content: '\f286';
}
.icon-forumbee:before {
  content: '\f211';
}
.icon-ge:before {
  content: '\f1d1';
}
.icon-genderless:before {
  content: '\f22d';
}
.icon-get-pocket:before {
  content: '\f265';
}
.icon-gg-circle:before {
  content: '\f261';
}
.icon-gg:before {
  content: '\f260';
}
.icon-git-square:before {
  content: '\f1d2';
}
.icon-git:before {
  content: '\f1d3';
}
.icon-google-wallet:before {
  content: '\f1ee';
}
.icon-google:before {
  content: '\f1a0';
}
.icon-hand-lizard-o:before {
  content: '\f258';
}
.icon-hand-peace-o:before {
  content: '\f25b';
}
.icon-hand-pointer-o:before {
  content: '\f25a';
}
.icon-hand-rock-o:before {
  content: '\f255';
}
.icon-hand-scissors-o:before {
  content: '\f257';
}
.icon-hand-spock-o:before {
  content: '\f259';
}
.icon-hand-stop-o:before {
  content: '\f256';
}
.icon-hashtag:before {
  content: '\f292';
}
.icon-header:before {
  content: '\f1dc';
}
.icon-heartbeat:before {
  content: '\f21e';
}
.icon-history:before {
  content: '\f1da';
}
.icon-hotel:before {
  content: '\f236';
}
.icon-hourglass-end:before {
  content: '\f253';
}
.icon-hourglass-half:before {
  content: '\f252';
}
.icon-hourglass-o:before {
  content: '\f250';
}
.icon-hourglass-start:before {
  content: '\f251';
}
.icon-hourglass:before {
  content: '\f254';
}
.icon-houzz:before {
  content: '\f27c';
}
.icon-i-cursor:before {
  content: '\f246';
}
.icon-industry:before {
  content: '\f275';
}
.icon-internet-explorer:before {
  content: '\f26b';
}
.icon-ioxhost:before {
  content: '\f208';
}
.icon-joomla:before {
  content: '\f1aa';
}
.icon-jsfiddle:before {
  content: '\f1cc';
}
.icon-language:before {
  content: '\f1ab';
}
.icon-lastfm-square:before {
  content: '\f203';
}
.icon-lastfm:before {
  content: '\f202';
}
.icon-leanpub:before {
  content: '\f212';
}
.icon-line-chart:before {
  content: '\f201';
}
.icon-map-o:before {
  content: '\f278';
}
.icon-map-pin:before {
  content: '\f276';
}
.icon-map-signs:before {
  content: '\f277';
}
.icon-map:before {
  content: '\f279';
}
.icon-mars-double:before {
  content: '\f227';
}
.icon-mars-stroke-h:before {
  content: '\f22b';
}
.icon-mars-stroke-v:before {
  content: '\f22a';
}
.icon-mars-stroke:before {
  content: '\f229';
}
.icon-mars:before {
  content: '\f222';
}
.icon-meanpath:before {
  content: '\f20c';
}
.icon-medium:before {
  content: '\f23a';
}
.icon-mercury:before {
  content: '\f223';
}
.icon-mixcloud:before {
  content: '\f289';
}
.icon-modx:before {
  content: '\f285';
}
.icon-mortar-board:before {
  content: '\f19d';
}
.icon-motorcycle:before {
  content: '\f21c';
}
.icon-mouse-pointer:before {
  content: '\f245';
}
.icon-neuter:before {
  content: '\f22c';
}
.icon-newspaper-o:before {
  content: '\f1ea';
}
.icon-object-group:before {
  content: '\f247';
}
.icon-object-ungroup:before {
  content: '\f248';
}
.icon-odnoklassniki-square:before {
  content: '\f264';
}
.icon-odnoklassniki:before {
  content: '\f263';
}
.icon-opencart:before {
  content: '\f23d';
}
.icon-openid:before {
  content: '\f19b';
}
.icon-opera:before {
  content: '\f26a';
}
.icon-optin-monster:before {
  content: '\f23c';
}
.icon-pagelines:before {
  content: '\f18c';
}
.icon-paint-brush:before {
  content: '\f1fc';
}
.icon-paragraph:before {
  content: '\f1dd';
}
.icon-pause-circle-o:before {
  content: '\f28c';
}
.icon-pause-circle:before {
  content: '\f28b';
}
.icon-paw:before {
  content: '\f1b0';
}
.icon-paypal:before {
  content: '\f1ed';
}
.icon-percent:before {
  content: '\f295';
}
.icon-pie-chart:before {
  content: '\f200';
}
.icon-pied-piper-alt:before {
  content: '\f1a8';
}
.icon-pied-piper:before {
  content: '\f1a7';
}
.icon-pinterest-p:before {
  content: '\f231';
}
.icon-plug:before {
  content: '\f1e6';
}
.icon-plus-square-o:before {
  content: '\f196';
}
.icon-product-hunt:before {
  content: '\f288';
}
.icon-qq:before {
  content: '\f1d6';
}
.icon-rebel:before {
  content: '\f1d0';
}
.icon-recycle:before {
  content: '\f1b8';
}
.icon-reddit-alien:before {
  content: '\f281';
}
.icon-reddit-square:before {
  content: '\f1a2';
}
.icon-reddit:before {
  content: '\f1a1';
}
.icon-registered:before {
  content: '\f25d';
}
.icon-safari:before {
  content: '\f267';
}
.icon-scribd:before {
  content: '\f28a';
}
.icon-sellsy:before {
  content: '\f213';
}
.icon-send-o:before {
  content: '\f1d9';
}
.icon-send:before {
  content: '\f1d8';
}
.icon-server:before {
  content: '\f233';
}
.icon-share-alt-square:before {
  content: '\f1e1';
}
.icon-share-alt:before {
  content: '\f1e0';
}
.icon-sheqel:before {
  content: '\f20b';
}
.icon-ship:before {
  content: '\f21a';
}
.icon-shirtsinbulk:before {
  content: '\f214';
}
.icon-shopping-bag:before {
  content: '\f290';
}
.icon-shopping-basket:before {
  content: '\f291';
}
.icon-simplybuilt:before {
  content: '\f215';
}
.icon-skyatlas:before {
  content: '\f216';
}
.icon-slack:before {
  content: '\f198';
}
.icon-sliders:before {
  content: '\f1de';
}
.icon-slideshare:before {
  content: '\f1e7';
}
.icon-soccer-ball-o:before {
  content: '\f1e3';
}
.icon-soundcloud:before {
  content: '\f1be';
}
.icon-space-shuttle:before {
  content: '\f197';
}
.icon-spoon:before {
  content: '\f1b1';
}
.icon-spotify:before {
  content: '\f1bc';
}
.icon-stack-exchange:before {
  content: '\f18d';
}
.icon-steam-square:before {
  content: '\f1b7';
}
.icon-steam:before {
  content: '\f1b6';
}
.icon-sticky-note-o:before {
  content: '\f24a';
}
.icon-sticky-note:before {
  content: '\f249';
}
.icon-stop-circle-o:before {
  content: '\f28e';
}
.icon-stop-circle:before {
  content: '\f28d';
}
.icon-street-view:before {
  content: '\f21d';
}
.icon-stumbleupon-circle:before {
  content: '\f1a3';
}
.icon-stumbleupon:before {
  content: '\f1a4';
}
.icon-subway:before {
  content: '\f239';
}
.icon-support:before {
  content: '\f1cd';
}
.icon-taxi:before {
  content: '\f1ba';
}
.icon-tencent-weibo:before {
  content: '\f1d5';
}
.icon-toggle-left:before {
  content: '\f191';
}
.icon-toggle-off:before {
  content: '\f204';
}
.icon-toggle-on:before {
  content: '\f205';
}
.icon-trademark:before {
  content: '\f25c';
}
.icon-train:before {
  content: '\f238';
}
.icon-transgender-alt:before {
  content: '\f225';
}
.icon-transgender:before {
  content: '\f224';
}
.icon-trash:before {
  content: '\f1f8';
}
.icon-tree:before {
  content: '\f1bb';
}
.icon-tripadvisor:before {
  content: '\f262';
}
.icon-tty:before {
  content: '\f1e4';
}
.icon-turkish-lira:before {
  content: '\f195';
}
.icon-tv:before {
  content: '\f26c';
}
.icon-twitch:before {
  content: '\f1e8';
}
.icon-university:before {
  content: '\f19c';
}
.icon-usb:before {
  content: '\f287';
}
.icon-user-plus:before {
  content: '\f234';
}
.icon-user-secret:before {
  content: '\f21b';
}
.icon-user-times:before {
  content: '\f235';
}
.icon-venus-double:before {
  content: '\f226';
}
.icon-venus-mars:before {
  content: '\f228';
}
.icon-venus:before {
  content: '\f221';
}
.icon-viacoin:before {
  content: '\f237';
}
.icon-vimeo-square:before {
  content: '\f194';
}
.icon-vimeo:before {
  content: '\f27d';
}
.icon-vine:before {
  content: '\f1ca';
}
.icon-weixin:before {
  content: '\f1d7';
}
.icon-whatsapp:before {
  content: '\f232';
}
.icon-wheelchair:before {
  content: '\f193';
}
.icon-wifi:before {
  content: '\f1eb';
}
.icon-wikipedia-w:before {
  content: '\f266';
}
.icon-wordpress:before {
  content: '\f19a';
}
.icon-yahoo:before {
  content: '\f19e';
}
.icon-yc-square:before {
  content: '\f1d4';
}
.icon-yc:before {
  content: '\f23b';
}
.icon-yelp:before {
  content: '\f1e9';
}
/**
Font Awesome 4.7.0
Instead of doing complex non-conflict of bootstrap icons, we're just going to
make these use an icon-fa prefix. This makes it easier to find icons off the
Font Awesome website.

@import "variables.less";
@fa-css-prefix: icon-fa;
@import "icons.less";
*/
.icon-fa-glass:before {
  content: '\f000';
}
.icon-fa-music:before {
  content: '\f001';
}
.icon-fa-search:before {
  content: '\f002';
}
.icon-fa-envelope-o:before {
  content: '\f003';
}
.icon-fa-heart:before {
  content: '\f004';
}
.icon-fa-star:before {
  content: '\f005';
}
.icon-fa-star-o:before {
  content: '\f006';
}
.icon-fa-user:before {
  content: '\f007';
}
.icon-fa-film:before {
  content: '\f008';
}
.icon-fa-th-large:before {
  content: '\f009';
}
.icon-fa-th:before {
  content: '\f00a';
}
.icon-fa-th-list:before {
  content: '\f00b';
}
.icon-fa-check:before {
  content: '\f00c';
}
.icon-fa-remove:before,
.icon-fa-close:before,
.icon-fa-times:before {
  content: '\f00d';
}
.icon-fa-search-plus:before {
  content: '\f00e';
}
.icon-fa-search-minus:before {
  content: '\f010';
}
.icon-fa-power-off:before {
  content: '\f011';
}
.icon-fa-signal:before {
  content: '\f012';
}
.icon-fa-gear:before,
.icon-fa-cog:before {
  content: '\f013';
}
.icon-fa-trash-o:before {
  content: '\f014';
}
.icon-fa-home:before {
  content: '\f015';
}
.icon-fa-file-o:before {
  content: '\f016';
}
.icon-fa-clock-o:before {
  content: '\f017';
}
.icon-fa-road:before {
  content: '\f018';
}
.icon-fa-download:before {
  content: '\f019';
}
.icon-fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.icon-fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.icon-fa-inbox:before {
  content: '\f01c';
}
.icon-fa-play-circle-o:before {
  content: '\f01d';
}
.icon-fa-rotate-right:before,
.icon-fa-repeat:before {
  content: '\f01e';
}
.icon-fa-refresh:before {
  content: '\f021';
}
.icon-fa-list-alt:before {
  content: '\f022';
}
.icon-fa-lock:before {
  content: '\f023';
}
.icon-fa-flag:before {
  content: '\f024';
}
.icon-fa-headphones:before {
  content: '\f025';
}
.icon-fa-volume-off:before {
  content: '\f026';
}
.icon-fa-volume-down:before {
  content: '\f027';
}
.icon-fa-volume-up:before {
  content: '\f028';
}
.icon-fa-qrcode:before {
  content: '\f029';
}
.icon-fa-barcode:before {
  content: '\f02a';
}
.icon-fa-tag:before {
  content: '\f02b';
}
.icon-fa-tags:before {
  content: '\f02c';
}
.icon-fa-book:before {
  content: '\f02d';
}
.icon-fa-bookmark:before {
  content: '\f02e';
}
.icon-fa-print:before {
  content: '\f02f';
}
.icon-fa-camera:before {
  content: '\f030';
}
.icon-fa-font:before {
  content: '\f031';
}
.icon-fa-bold:before {
  content: '\f032';
}
.icon-fa-italic:before {
  content: '\f033';
}
.icon-fa-text-height:before {
  content: '\f034';
}
.icon-fa-text-width:before {
  content: '\f035';
}
.icon-fa-align-left:before {
  content: '\f036';
}
.icon-fa-align-center:before {
  content: '\f037';
}
.icon-fa-align-right:before {
  content: '\f038';
}
.icon-fa-align-justify:before {
  content: '\f039';
}
.icon-fa-list:before {
  content: '\f03a';
}
.icon-fa-dedent:before,
.icon-fa-outdent:before {
  content: '\f03b';
}
.icon-fa-indent:before {
  content: '\f03c';
}
.icon-fa-video-camera:before {
  content: '\f03d';
}
.icon-fa-photo:before,
.icon-fa-image:before,
.icon-fa-picture-o:before {
  content: '\f03e';
}
.icon-fa-pencil:before {
  content: '\f040';
}
.icon-fa-map-marker:before {
  content: '\f041';
}
.icon-fa-adjust:before {
  content: '\f042';
}
.icon-fa-tint:before {
  content: '\f043';
}
.icon-fa-edit:before,
.icon-fa-pencil-square-o:before {
  content: '\f044';
}
.icon-fa-share-square-o:before {
  content: '\f045';
}
.icon-fa-check-square-o:before {
  content: '\f046';
}
.icon-fa-arrows:before {
  content: '\f047';
}
.icon-fa-step-backward:before {
  content: '\f048';
}
.icon-fa-fast-backward:before {
  content: '\f049';
}
.icon-fa-backward:before {
  content: '\f04a';
}
.icon-fa-play:before {
  content: '\f04b';
}
.icon-fa-pause:before {
  content: '\f04c';
}
.icon-fa-stop:before {
  content: '\f04d';
}
.icon-fa-forward:before {
  content: '\f04e';
}
.icon-fa-fast-forward:before {
  content: '\f050';
}
.icon-fa-step-forward:before {
  content: '\f051';
}
.icon-fa-eject:before {
  content: '\f052';
}
.icon-fa-chevron-left:before {
  content: '\f053';
}
.icon-fa-chevron-right:before {
  content: '\f054';
}
.icon-fa-plus-circle:before {
  content: '\f055';
}
.icon-fa-minus-circle:before {
  content: '\f056';
}
.icon-fa-times-circle:before {
  content: '\f057';
}
.icon-fa-check-circle:before {
  content: '\f058';
}
.icon-fa-question-circle:before {
  content: '\f059';
}
.icon-fa-info-circle:before {
  content: '\f05a';
}
.icon-fa-crosshairs:before {
  content: '\f05b';
}
.icon-fa-times-circle-o:before {
  content: '\f05c';
}
.icon-fa-check-circle-o:before {
  content: '\f05d';
}
.icon-fa-ban:before {
  content: '\f05e';
}
.icon-fa-arrow-left:before {
  content: '\f060';
}
.icon-fa-arrow-right:before {
  content: '\f061';
}
.icon-fa-arrow-up:before {
  content: '\f062';
}
.icon-fa-arrow-down:before {
  content: '\f063';
}
.icon-fa-mail-forward:before,
.icon-fa-share:before {
  content: '\f064';
}
.icon-fa-expand:before {
  content: '\f065';
}
.icon-fa-compress:before {
  content: '\f066';
}
.icon-fa-plus:before {
  content: '\f067';
}
.icon-fa-minus:before {
  content: '\f068';
}
.icon-fa-asterisk:before {
  content: '\f069';
}
.icon-fa-exclamation-circle:before {
  content: '\f06a';
}
.icon-fa-gift:before {
  content: '\f06b';
}
.icon-fa-leaf:before {
  content: '\f06c';
}
.icon-fa-fire:before {
  content: '\f06d';
}
.icon-fa-eye:before {
  content: '\f06e';
}
.icon-fa-eye-slash:before {
  content: '\f070';
}
.icon-fa-warning:before,
.icon-fa-exclamation-triangle:before {
  content: '\f071';
}
.icon-fa-plane:before {
  content: '\f072';
}
.icon-fa-calendar:before {
  content: '\f073';
}
.icon-fa-random:before {
  content: '\f074';
}
.icon-fa-comment:before {
  content: '\f075';
}
.icon-fa-magnet:before {
  content: '\f076';
}
.icon-fa-chevron-up:before {
  content: '\f077';
}
.icon-fa-chevron-down:before {
  content: '\f078';
}
.icon-fa-retweet:before {
  content: '\f079';
}
.icon-fa-shopping-cart:before {
  content: '\f07a';
}
.icon-fa-folder:before {
  content: '\f07b';
}
.icon-fa-folder-open:before {
  content: '\f07c';
}
.icon-fa-arrows-v:before {
  content: '\f07d';
}
.icon-fa-arrows-h:before {
  content: '\f07e';
}
.icon-fa-bar-chart-o:before,
.icon-fa-bar-chart:before {
  content: '\f080';
}
.icon-fa-twitter-square:before {
  content: '\f081';
}
.icon-fa-facebook-square:before {
  content: '\f082';
}
.icon-fa-camera-retro:before {
  content: '\f083';
}
.icon-fa-key:before {
  content: '\f084';
}
.icon-fa-gears:before,
.icon-fa-cogs:before {
  content: '\f085';
}
.icon-fa-comments:before {
  content: '\f086';
}
.icon-fa-thumbs-o-up:before {
  content: '\f087';
}
.icon-fa-thumbs-o-down:before {
  content: '\f088';
}
.icon-fa-star-half:before {
  content: '\f089';
}
.icon-fa-heart-o:before {
  content: '\f08a';
}
.icon-fa-sign-out:before {
  content: '\f08b';
}
.icon-fa-linkedin-square:before {
  content: '\f08c';
}
.icon-fa-thumb-tack:before {
  content: '\f08d';
}
.icon-fa-external-link:before {
  content: '\f08e';
}
.icon-fa-sign-in:before {
  content: '\f090';
}
.icon-fa-trophy:before {
  content: '\f091';
}
.icon-fa-github-square:before {
  content: '\f092';
}
.icon-fa-upload:before {
  content: '\f093';
}
.icon-fa-lemon-o:before {
  content: '\f094';
}
.icon-fa-phone:before {
  content: '\f095';
}
.icon-fa-square-o:before {
  content: '\f096';
}
.icon-fa-bookmark-o:before {
  content: '\f097';
}
.icon-fa-phone-square:before {
  content: '\f098';
}
.icon-fa-twitter:before {
  content: '\f099';
}
.icon-fa-facebook-f:before,
.icon-fa-facebook:before {
  content: '\f09a';
}
.icon-fa-github:before {
  content: '\f09b';
}
.icon-fa-unlock:before {
  content: '\f09c';
}
.icon-fa-credit-card:before {
  content: '\f09d';
}
.icon-fa-feed:before,
.icon-fa-rss:before {
  content: '\f09e';
}
.icon-fa-hdd-o:before {
  content: '\f0a0';
}
.icon-fa-bullhorn:before {
  content: '\f0a1';
}
.icon-fa-bell:before {
  content: '\f0f3';
}
.icon-fa-certificate:before {
  content: '\f0a3';
}
.icon-fa-hand-o-right:before {
  content: '\f0a4';
}
.icon-fa-hand-o-left:before {
  content: '\f0a5';
}
.icon-fa-hand-o-up:before {
  content: '\f0a6';
}
.icon-fa-hand-o-down:before {
  content: '\f0a7';
}
.icon-fa-arrow-circle-left:before {
  content: '\f0a8';
}
.icon-fa-arrow-circle-right:before {
  content: '\f0a9';
}
.icon-fa-arrow-circle-up:before {
  content: '\f0aa';
}
.icon-fa-arrow-circle-down:before {
  content: '\f0ab';
}
.icon-fa-globe:before {
  content: '\f0ac';
}
.icon-fa-wrench:before {
  content: '\f0ad';
}
.icon-fa-tasks:before {
  content: '\f0ae';
}
.icon-fa-filter:before {
  content: '\f0b0';
}
.icon-fa-briefcase:before {
  content: '\f0b1';
}
.icon-fa-arrows-alt:before {
  content: '\f0b2';
}
.icon-fa-group:before,
.icon-fa-users:before {
  content: '\f0c0';
}
.icon-fa-chain:before,
.icon-fa-link:before {
  content: '\f0c1';
}
.icon-fa-cloud:before {
  content: '\f0c2';
}
.icon-fa-flask:before {
  content: '\f0c3';
}
.icon-fa-cut:before,
.icon-fa-scissors:before {
  content: '\f0c4';
}
.icon-fa-copy:before,
.icon-fa-files-o:before {
  content: '\f0c5';
}
.icon-fa-paperclip:before {
  content: '\f0c6';
}
.icon-fa-save:before,
.icon-fa-floppy-o:before {
  content: '\f0c7';
}
.icon-fa-square:before {
  content: '\f0c8';
}
.icon-fa-navicon:before,
.icon-fa-reorder:before,
.icon-fa-bars:before {
  content: '\f0c9';
}
.icon-fa-list-ul:before {
  content: '\f0ca';
}
.icon-fa-list-ol:before {
  content: '\f0cb';
}
.icon-fa-strikethrough:before {
  content: '\f0cc';
}
.icon-fa-underline:before {
  content: '\f0cd';
}
.icon-fa-table:before {
  content: '\f0ce';
}
.icon-fa-magic:before {
  content: '\f0d0';
}
.icon-fa-truck:before {
  content: '\f0d1';
}
.icon-fa-pinterest:before {
  content: '\f0d2';
}
.icon-fa-pinterest-square:before {
  content: '\f0d3';
}
.icon-fa-google-plus-square:before {
  content: '\f0d4';
}
.icon-fa-google-plus:before {
  content: '\f0d5';
}
.icon-fa-money:before {
  content: '\f0d6';
}
.icon-fa-caret-down:before {
  content: '\f0d7';
}
.icon-fa-caret-up:before {
  content: '\f0d8';
}
.icon-fa-caret-left:before {
  content: '\f0d9';
}
.icon-fa-caret-right:before {
  content: '\f0da';
}
.icon-fa-columns:before {
  content: '\f0db';
}
.icon-fa-unsorted:before,
.icon-fa-sort:before {
  content: '\f0dc';
}
.icon-fa-sort-down:before,
.icon-fa-sort-desc:before {
  content: '\f0dd';
}
.icon-fa-sort-up:before,
.icon-fa-sort-asc:before {
  content: '\f0de';
}
.icon-fa-envelope:before {
  content: '\f0e0';
}
.icon-fa-linkedin:before {
  content: '\f0e1';
}
.icon-fa-rotate-left:before,
.icon-fa-undo:before {
  content: '\f0e2';
}
.icon-fa-legal:before,
.icon-fa-gavel:before {
  content: '\f0e3';
}
.icon-fa-dashboard:before,
.icon-fa-tachometer:before {
  content: '\f0e4';
}
.icon-fa-comment-o:before {
  content: '\f0e5';
}
.icon-fa-comments-o:before {
  content: '\f0e6';
}
.icon-fa-flash:before,
.icon-fa-bolt:before {
  content: '\f0e7';
}
.icon-fa-sitemap:before {
  content: '\f0e8';
}
.icon-fa-umbrella:before {
  content: '\f0e9';
}
.icon-fa-paste:before,
.icon-fa-clipboard:before {
  content: '\f0ea';
}
.icon-fa-lightbulb-o:before {
  content: '\f0eb';
}
.icon-fa-exchange:before {
  content: '\f0ec';
}
.icon-fa-cloud-download:before {
  content: '\f0ed';
}
.icon-fa-cloud-upload:before {
  content: '\f0ee';
}
.icon-fa-user-md:before {
  content: '\f0f0';
}
.icon-fa-stethoscope:before {
  content: '\f0f1';
}
.icon-fa-suitcase:before {
  content: '\f0f2';
}
.icon-fa-bell-o:before {
  content: '\f0a2';
}
.icon-fa-coffee:before {
  content: '\f0f4';
}
.icon-fa-cutlery:before {
  content: '\f0f5';
}
.icon-fa-file-text-o:before {
  content: '\f0f6';
}
.icon-fa-building-o:before {
  content: '\f0f7';
}
.icon-fa-hospital-o:before {
  content: '\f0f8';
}
.icon-fa-ambulance:before {
  content: '\f0f9';
}
.icon-fa-medkit:before {
  content: '\f0fa';
}
.icon-fa-fighter-jet:before {
  content: '\f0fb';
}
.icon-fa-beer:before {
  content: '\f0fc';
}
.icon-fa-h-square:before {
  content: '\f0fd';
}
.icon-fa-plus-square:before {
  content: '\f0fe';
}
.icon-fa-angle-double-left:before {
  content: '\f100';
}
.icon-fa-angle-double-right:before {
  content: '\f101';
}
.icon-fa-angle-double-up:before {
  content: '\f102';
}
.icon-fa-angle-double-down:before {
  content: '\f103';
}
.icon-fa-angle-left:before {
  content: '\f104';
}
.icon-fa-angle-right:before {
  content: '\f105';
}
.icon-fa-angle-up:before {
  content: '\f106';
}
.icon-fa-angle-down:before {
  content: '\f107';
}
.icon-fa-desktop:before {
  content: '\f108';
}
.icon-fa-laptop:before {
  content: '\f109';
}
.icon-fa-tablet:before {
  content: '\f10a';
}
.icon-fa-mobile-phone:before,
.icon-fa-mobile:before {
  content: '\f10b';
}
.icon-fa-circle-o:before {
  content: '\f10c';
}
.icon-fa-quote-left:before {
  content: '\f10d';
}
.icon-fa-quote-right:before {
  content: '\f10e';
}
.icon-fa-spinner:before {
  content: '\f110';
}
.icon-fa-circle:before {
  content: '\f111';
}
.icon-fa-mail-reply:before,
.icon-fa-reply:before {
  content: '\f112';
}
.icon-fa-github-alt:before {
  content: '\f113';
}
.icon-fa-folder-o:before {
  content: '\f114';
}
.icon-fa-folder-open-o:before {
  content: '\f115';
}
.icon-fa-smile-o:before {
  content: '\f118';
}
.icon-fa-frown-o:before {
  content: '\f119';
}
.icon-fa-meh-o:before {
  content: '\f11a';
}
.icon-fa-gamepad:before {
  content: '\f11b';
}
.icon-fa-keyboard-o:before {
  content: '\f11c';
}
.icon-fa-flag-o:before {
  content: '\f11d';
}
.icon-fa-flag-checkered:before {
  content: '\f11e';
}
.icon-fa-terminal:before {
  content: '\f120';
}
.icon-fa-code:before {
  content: '\f121';
}
.icon-fa-mail-reply-all:before,
.icon-fa-reply-all:before {
  content: '\f122';
}
.icon-fa-star-half-empty:before,
.icon-fa-star-half-full:before,
.icon-fa-star-half-o:before {
  content: '\f123';
}
.icon-fa-location-arrow:before {
  content: '\f124';
}
.icon-fa-crop:before {
  content: '\f125';
}
.icon-fa-code-fork:before {
  content: '\f126';
}
.icon-fa-unlink:before,
.icon-fa-chain-broken:before {
  content: '\f127';
}
.icon-fa-question:before {
  content: '\f128';
}
.icon-fa-info:before {
  content: '\f129';
}
.icon-fa-exclamation:before {
  content: '\f12a';
}
.icon-fa-superscript:before {
  content: '\f12b';
}
.icon-fa-subscript:before {
  content: '\f12c';
}
.icon-fa-eraser:before {
  content: '\f12d';
}
.icon-fa-puzzle-piece:before {
  content: '\f12e';
}
.icon-fa-microphone:before {
  content: '\f130';
}
.icon-fa-microphone-slash:before {
  content: '\f131';
}
.icon-fa-shield:before {
  content: '\f132';
}
.icon-fa-calendar-o:before {
  content: '\f133';
}
.icon-fa-fire-extinguisher:before {
  content: '\f134';
}
.icon-fa-rocket:before {
  content: '\f135';
}
.icon-fa-maxcdn:before {
  content: '\f136';
}
.icon-fa-chevron-circle-left:before {
  content: '\f137';
}
.icon-fa-chevron-circle-right:before {
  content: '\f138';
}
.icon-fa-chevron-circle-up:before {
  content: '\f139';
}
.icon-fa-chevron-circle-down:before {
  content: '\f13a';
}
.icon-fa-html5:before {
  content: '\f13b';
}
.icon-fa-css3:before {
  content: '\f13c';
}
.icon-fa-anchor:before {
  content: '\f13d';
}
.icon-fa-unlock-alt:before {
  content: '\f13e';
}
.icon-fa-bullseye:before {
  content: '\f140';
}
.icon-fa-ellipsis-h:before {
  content: '\f141';
}
.icon-fa-ellipsis-v:before {
  content: '\f142';
}
.icon-fa-rss-square:before {
  content: '\f143';
}
.icon-fa-play-circle:before {
  content: '\f144';
}
.icon-fa-ticket:before {
  content: '\f145';
}
.icon-fa-minus-square:before {
  content: '\f146';
}
.icon-fa-minus-square-o:before {
  content: '\f147';
}
.icon-fa-level-up:before {
  content: '\f148';
}
.icon-fa-level-down:before {
  content: '\f149';
}
.icon-fa-check-square:before {
  content: '\f14a';
}
.icon-fa-pencil-square:before {
  content: '\f14b';
}
.icon-fa-external-link-square:before {
  content: '\f14c';
}
.icon-fa-share-square:before {
  content: '\f14d';
}
.icon-fa-compass:before {
  content: '\f14e';
}
.icon-fa-toggle-down:before,
.icon-fa-caret-square-o-down:before {
  content: '\f150';
}
.icon-fa-toggle-up:before,
.icon-fa-caret-square-o-up:before {
  content: '\f151';
}
.icon-fa-toggle-right:before,
.icon-fa-caret-square-o-right:before {
  content: '\f152';
}
.icon-fa-euro:before,
.icon-fa-eur:before {
  content: '\f153';
}
.icon-fa-gbp:before {
  content: '\f154';
}
.icon-fa-dollar:before,
.icon-fa-usd:before {
  content: '\f155';
}
.icon-fa-rupee:before,
.icon-fa-inr:before {
  content: '\f156';
}
.icon-fa-cny:before,
.icon-fa-rmb:before,
.icon-fa-yen:before,
.icon-fa-jpy:before {
  content: '\f157';
}
.icon-fa-ruble:before,
.icon-fa-rouble:before,
.icon-fa-rub:before {
  content: '\f158';
}
.icon-fa-won:before,
.icon-fa-krw:before {
  content: '\f159';
}
.icon-fa-bitcoin:before,
.icon-fa-btc:before {
  content: '\f15a';
}
.icon-fa-file:before {
  content: '\f15b';
}
.icon-fa-file-text:before {
  content: '\f15c';
}
.icon-fa-sort-alpha-asc:before {
  content: '\f15d';
}
.icon-fa-sort-alpha-desc:before {
  content: '\f15e';
}
.icon-fa-sort-amount-asc:before {
  content: '\f160';
}
.icon-fa-sort-amount-desc:before {
  content: '\f161';
}
.icon-fa-sort-numeric-asc:before {
  content: '\f162';
}
.icon-fa-sort-numeric-desc:before {
  content: '\f163';
}
.icon-fa-thumbs-up:before {
  content: '\f164';
}
.icon-fa-thumbs-down:before {
  content: '\f165';
}
.icon-fa-youtube-square:before {
  content: '\f166';
}
.icon-fa-youtube:before {
  content: '\f167';
}
.icon-fa-xing:before {
  content: '\f168';
}
.icon-fa-xing-square:before {
  content: '\f169';
}
.icon-fa-youtube-play:before {
  content: '\f16a';
}
.icon-fa-dropbox:before {
  content: '\f16b';
}
.icon-fa-stack-overflow:before {
  content: '\f16c';
}
.icon-fa-instagram:before {
  content: '\f16d';
}
.icon-fa-flickr:before {
  content: '\f16e';
}
.icon-fa-adn:before {
  content: '\f170';
}
.icon-fa-bitbucket:before {
  content: '\f171';
}
.icon-fa-bitbucket-square:before {
  content: '\f172';
}
.icon-fa-tumblr:before {
  content: '\f173';
}
.icon-fa-tumblr-square:before {
  content: '\f174';
}
.icon-fa-long-arrow-down:before {
  content: '\f175';
}
.icon-fa-long-arrow-up:before {
  content: '\f176';
}
.icon-fa-long-arrow-left:before {
  content: '\f177';
}
.icon-fa-long-arrow-right:before {
  content: '\f178';
}
.icon-fa-apple:before {
  content: '\f179';
}
.icon-fa-windows:before {
  content: '\f17a';
}
.icon-fa-android:before {
  content: '\f17b';
}
.icon-fa-linux:before {
  content: '\f17c';
}
.icon-fa-dribbble:before {
  content: '\f17d';
}
.icon-fa-skype:before {
  content: '\f17e';
}
.icon-fa-foursquare:before {
  content: '\f180';
}
.icon-fa-trello:before {
  content: '\f181';
}
.icon-fa-female:before {
  content: '\f182';
}
.icon-fa-male:before {
  content: '\f183';
}
.icon-fa-gittip:before,
.icon-fa-gratipay:before {
  content: '\f184';
}
.icon-fa-sun-o:before {
  content: '\f185';
}
.icon-fa-moon-o:before {
  content: '\f186';
}
.icon-fa-archive:before {
  content: '\f187';
}
.icon-fa-bug:before {
  content: '\f188';
}
.icon-fa-vk:before {
  content: '\f189';
}
.icon-fa-weibo:before {
  content: '\f18a';
}
.icon-fa-renren:before {
  content: '\f18b';
}
.icon-fa-pagelines:before {
  content: '\f18c';
}
.icon-fa-stack-exchange:before {
  content: '\f18d';
}
.icon-fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.icon-fa-arrow-circle-o-left:before {
  content: '\f190';
}
.icon-fa-toggle-left:before,
.icon-fa-caret-square-o-left:before {
  content: '\f191';
}
.icon-fa-dot-circle-o:before {
  content: '\f192';
}
.icon-fa-wheelchair:before {
  content: '\f193';
}
.icon-fa-vimeo-square:before {
  content: '\f194';
}
.icon-fa-turkish-lira:before,
.icon-fa-try:before {
  content: '\f195';
}
.icon-fa-plus-square-o:before {
  content: '\f196';
}
.icon-fa-space-shuttle:before {
  content: '\f197';
}
.icon-fa-slack:before {
  content: '\f198';
}
.icon-fa-envelope-square:before {
  content: '\f199';
}
.icon-fa-wordpress:before {
  content: '\f19a';
}
.icon-fa-openid:before {
  content: '\f19b';
}
.icon-fa-institution:before,
.icon-fa-bank:before,
.icon-fa-university:before {
  content: '\f19c';
}
.icon-fa-mortar-board:before,
.icon-fa-graduation-cap:before {
  content: '\f19d';
}
.icon-fa-yahoo:before {
  content: '\f19e';
}
.icon-fa-google:before {
  content: '\f1a0';
}
.icon-fa-reddit:before {
  content: '\f1a1';
}
.icon-fa-reddit-square:before {
  content: '\f1a2';
}
.icon-fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.icon-fa-stumbleupon:before {
  content: '\f1a4';
}
.icon-fa-delicious:before {
  content: '\f1a5';
}
.icon-fa-digg:before {
  content: '\f1a6';
}
.icon-fa-pied-piper-pp:before {
  content: '\f1a7';
}
.icon-fa-pied-piper-alt:before {
  content: '\f1a8';
}
.icon-fa-drupal:before {
  content: '\f1a9';
}
.icon-fa-joomla:before {
  content: '\f1aa';
}
.icon-fa-language:before {
  content: '\f1ab';
}
.icon-fa-fax:before {
  content: '\f1ac';
}
.icon-fa-building:before {
  content: '\f1ad';
}
.icon-fa-child:before {
  content: '\f1ae';
}
.icon-fa-paw:before {
  content: '\f1b0';
}
.icon-fa-spoon:before {
  content: '\f1b1';
}
.icon-fa-cube:before {
  content: '\f1b2';
}
.icon-fa-cubes:before {
  content: '\f1b3';
}
.icon-fa-behance:before {
  content: '\f1b4';
}
.icon-fa-behance-square:before {
  content: '\f1b5';
}
.icon-fa-steam:before {
  content: '\f1b6';
}
.icon-fa-steam-square:before {
  content: '\f1b7';
}
.icon-fa-recycle:before {
  content: '\f1b8';
}
.icon-fa-automobile:before,
.icon-fa-car:before {
  content: '\f1b9';
}
.icon-fa-cab:before,
.icon-fa-taxi:before {
  content: '\f1ba';
}
.icon-fa-tree:before {
  content: '\f1bb';
}
.icon-fa-spotify:before {
  content: '\f1bc';
}
.icon-fa-deviantart:before {
  content: '\f1bd';
}
.icon-fa-soundcloud:before {
  content: '\f1be';
}
.icon-fa-database:before {
  content: '\f1c0';
}
.icon-fa-file-pdf-o:before {
  content: '\f1c1';
}
.icon-fa-file-word-o:before {
  content: '\f1c2';
}
.icon-fa-file-excel-o:before {
  content: '\f1c3';
}
.icon-fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.icon-fa-file-photo-o:before,
.icon-fa-file-picture-o:before,
.icon-fa-file-image-o:before {
  content: '\f1c5';
}
.icon-fa-file-zip-o:before,
.icon-fa-file-archive-o:before {
  content: '\f1c6';
}
.icon-fa-file-sound-o:before,
.icon-fa-file-audio-o:before {
  content: '\f1c7';
}
.icon-fa-file-movie-o:before,
.icon-fa-file-video-o:before {
  content: '\f1c8';
}
.icon-fa-file-code-o:before {
  content: '\f1c9';
}
.icon-fa-vine:before {
  content: '\f1ca';
}
.icon-fa-codepen:before {
  content: '\f1cb';
}
.icon-fa-jsfiddle:before {
  content: '\f1cc';
}
.icon-fa-life-bouy:before,
.icon-fa-life-buoy:before,
.icon-fa-life-saver:before,
.icon-fa-support:before,
.icon-fa-life-ring:before {
  content: '\f1cd';
}
.icon-fa-circle-o-notch:before {
  content: '\f1ce';
}
.icon-fa-ra:before,
.icon-fa-resistance:before,
.icon-fa-rebel:before {
  content: '\f1d0';
}
.icon-fa-ge:before,
.icon-fa-empire:before {
  content: '\f1d1';
}
.icon-fa-git-square:before {
  content: '\f1d2';
}
.icon-fa-git:before {
  content: '\f1d3';
}
.icon-fa-y-combinator-square:before,
.icon-fa-yc-square:before,
.icon-fa-hacker-news:before {
  content: '\f1d4';
}
.icon-fa-tencent-weibo:before {
  content: '\f1d5';
}
.icon-fa-qq:before {
  content: '\f1d6';
}
.icon-fa-wechat:before,
.icon-fa-weixin:before {
  content: '\f1d7';
}
.icon-fa-send:before,
.icon-fa-paper-plane:before {
  content: '\f1d8';
}
.icon-fa-send-o:before,
.icon-fa-paper-plane-o:before {
  content: '\f1d9';
}
.icon-fa-history:before {
  content: '\f1da';
}
.icon-fa-circle-thin:before {
  content: '\f1db';
}
.icon-fa-header:before {
  content: '\f1dc';
}
.icon-fa-paragraph:before {
  content: '\f1dd';
}
.icon-fa-sliders:before {
  content: '\f1de';
}
.icon-fa-share-alt:before {
  content: '\f1e0';
}
.icon-fa-share-alt-square:before {
  content: '\f1e1';
}
.icon-fa-bomb:before {
  content: '\f1e2';
}
.icon-fa-soccer-ball-o:before,
.icon-fa-futbol-o:before {
  content: '\f1e3';
}
.icon-fa-tty:before {
  content: '\f1e4';
}
.icon-fa-binoculars:before {
  content: '\f1e5';
}
.icon-fa-plug:before {
  content: '\f1e6';
}
.icon-fa-slideshare:before {
  content: '\f1e7';
}
.icon-fa-twitch:before {
  content: '\f1e8';
}
.icon-fa-yelp:before {
  content: '\f1e9';
}
.icon-fa-newspaper-o:before {
  content: '\f1ea';
}
.icon-fa-wifi:before {
  content: '\f1eb';
}
.icon-fa-calculator:before {
  content: '\f1ec';
}
.icon-fa-paypal:before {
  content: '\f1ed';
}
.icon-fa-google-wallet:before {
  content: '\f1ee';
}
.icon-fa-cc-visa:before {
  content: '\f1f0';
}
.icon-fa-cc-mastercard:before {
  content: '\f1f1';
}
.icon-fa-cc-discover:before {
  content: '\f1f2';
}
.icon-fa-cc-amex:before {
  content: '\f1f3';
}
.icon-fa-cc-paypal:before {
  content: '\f1f4';
}
.icon-fa-cc-stripe:before {
  content: '\f1f5';
}
.icon-fa-bell-slash:before {
  content: '\f1f6';
}
.icon-fa-bell-slash-o:before {
  content: '\f1f7';
}
.icon-fa-trash:before {
  content: '\f1f8';
}
.icon-fa-copyright:before {
  content: '\f1f9';
}
.icon-fa-at:before {
  content: '\f1fa';
}
.icon-fa-eyedropper:before {
  content: '\f1fb';
}
.icon-fa-paint-brush:before {
  content: '\f1fc';
}
.icon-fa-birthday-cake:before {
  content: '\f1fd';
}
.icon-fa-area-chart:before {
  content: '\f1fe';
}
.icon-fa-pie-chart:before {
  content: '\f200';
}
.icon-fa-line-chart:before {
  content: '\f201';
}
.icon-fa-lastfm:before {
  content: '\f202';
}
.icon-fa-lastfm-square:before {
  content: '\f203';
}
.icon-fa-toggle-off:before {
  content: '\f204';
}
.icon-fa-toggle-on:before {
  content: '\f205';
}
.icon-fa-bicycle:before {
  content: '\f206';
}
.icon-fa-bus:before {
  content: '\f207';
}
.icon-fa-ioxhost:before {
  content: '\f208';
}
.icon-fa-angellist:before {
  content: '\f209';
}
.icon-fa-cc:before {
  content: '\f20a';
}
.icon-fa-shekel:before,
.icon-fa-sheqel:before,
.icon-fa-ils:before {
  content: '\f20b';
}
.icon-fa-meanpath:before {
  content: '\f20c';
}
.icon-fa-buysellads:before {
  content: '\f20d';
}
.icon-fa-connectdevelop:before {
  content: '\f20e';
}
.icon-fa-dashcube:before {
  content: '\f210';
}
.icon-fa-forumbee:before {
  content: '\f211';
}
.icon-fa-leanpub:before {
  content: '\f212';
}
.icon-fa-sellsy:before {
  content: '\f213';
}
.icon-fa-shirtsinbulk:before {
  content: '\f214';
}
.icon-fa-simplybuilt:before {
  content: '\f215';
}
.icon-fa-skyatlas:before {
  content: '\f216';
}
.icon-fa-cart-plus:before {
  content: '\f217';
}
.icon-fa-cart-arrow-down:before {
  content: '\f218';
}
.icon-fa-diamond:before {
  content: '\f219';
}
.icon-fa-ship:before {
  content: '\f21a';
}
.icon-fa-user-secret:before {
  content: '\f21b';
}
.icon-fa-motorcycle:before {
  content: '\f21c';
}
.icon-fa-street-view:before {
  content: '\f21d';
}
.icon-fa-heartbeat:before {
  content: '\f21e';
}
.icon-fa-venus:before {
  content: '\f221';
}
.icon-fa-mars:before {
  content: '\f222';
}
.icon-fa-mercury:before {
  content: '\f223';
}
.icon-fa-intersex:before,
.icon-fa-transgender:before {
  content: '\f224';
}
.icon-fa-transgender-alt:before {
  content: '\f225';
}
.icon-fa-venus-double:before {
  content: '\f226';
}
.icon-fa-mars-double:before {
  content: '\f227';
}
.icon-fa-venus-mars:before {
  content: '\f228';
}
.icon-fa-mars-stroke:before {
  content: '\f229';
}
.icon-fa-mars-stroke-v:before {
  content: '\f22a';
}
.icon-fa-mars-stroke-h:before {
  content: '\f22b';
}
.icon-fa-neuter:before {
  content: '\f22c';
}
.icon-fa-genderless:before {
  content: '\f22d';
}
.icon-fa-facebook-official:before {
  content: '\f230';
}
.icon-fa-pinterest-p:before {
  content: '\f231';
}
.icon-fa-whatsapp:before {
  content: '\f232';
}
.icon-fa-server:before {
  content: '\f233';
}
.icon-fa-user-plus:before {
  content: '\f234';
}
.icon-fa-user-times:before {
  content: '\f235';
}
.icon-fa-hotel:before,
.icon-fa-bed:before {
  content: '\f236';
}
.icon-fa-viacoin:before {
  content: '\f237';
}
.icon-fa-train:before {
  content: '\f238';
}
.icon-fa-subway:before {
  content: '\f239';
}
.icon-fa-medium:before {
  content: '\f23a';
}
.icon-fa-yc:before,
.icon-fa-y-combinator:before {
  content: '\f23b';
}
.icon-fa-optin-monster:before {
  content: '\f23c';
}
.icon-fa-opencart:before {
  content: '\f23d';
}
.icon-fa-expeditedssl:before {
  content: '\f23e';
}
.icon-fa-battery-4:before,
.icon-fa-battery:before,
.icon-fa-battery-full:before {
  content: '\f240';
}
.icon-fa-battery-3:before,
.icon-fa-battery-three-quarters:before {
  content: '\f241';
}
.icon-fa-battery-2:before,
.icon-fa-battery-half:before {
  content: '\f242';
}
.icon-fa-battery-1:before,
.icon-fa-battery-quarter:before {
  content: '\f243';
}
.icon-fa-battery-0:before,
.icon-fa-battery-empty:before {
  content: '\f244';
}
.icon-fa-mouse-pointer:before {
  content: '\f245';
}
.icon-fa-i-cursor:before {
  content: '\f246';
}
.icon-fa-object-group:before {
  content: '\f247';
}
.icon-fa-object-ungroup:before {
  content: '\f248';
}
.icon-fa-sticky-note:before {
  content: '\f249';
}
.icon-fa-sticky-note-o:before {
  content: '\f24a';
}
.icon-fa-cc-jcb:before {
  content: '\f24b';
}
.icon-fa-cc-diners-club:before {
  content: '\f24c';
}
.icon-fa-clone:before {
  content: '\f24d';
}
.icon-fa-balance-scale:before {
  content: '\f24e';
}
.icon-fa-hourglass-o:before {
  content: '\f250';
}
.icon-fa-hourglass-1:before,
.icon-fa-hourglass-start:before {
  content: '\f251';
}
.icon-fa-hourglass-2:before,
.icon-fa-hourglass-half:before {
  content: '\f252';
}
.icon-fa-hourglass-3:before,
.icon-fa-hourglass-end:before {
  content: '\f253';
}
.icon-fa-hourglass:before {
  content: '\f254';
}
.icon-fa-hand-grab-o:before,
.icon-fa-hand-rock-o:before {
  content: '\f255';
}
.icon-fa-hand-stop-o:before,
.icon-fa-hand-paper-o:before {
  content: '\f256';
}
.icon-fa-hand-scissors-o:before {
  content: '\f257';
}
.icon-fa-hand-lizard-o:before {
  content: '\f258';
}
.icon-fa-hand-spock-o:before {
  content: '\f259';
}
.icon-fa-hand-pointer-o:before {
  content: '\f25a';
}
.icon-fa-hand-peace-o:before {
  content: '\f25b';
}
.icon-fa-trademark:before {
  content: '\f25c';
}
.icon-fa-registered:before {
  content: '\f25d';
}
.icon-fa-creative-commons:before {
  content: '\f25e';
}
.icon-fa-gg:before {
  content: '\f260';
}
.icon-fa-gg-circle:before {
  content: '\f261';
}
.icon-fa-tripadvisor:before {
  content: '\f262';
}
.icon-fa-odnoklassniki:before {
  content: '\f263';
}
.icon-fa-odnoklassniki-square:before {
  content: '\f264';
}
.icon-fa-get-pocket:before {
  content: '\f265';
}
.icon-fa-wikipedia-w:before {
  content: '\f266';
}
.icon-fa-safari:before {
  content: '\f267';
}
.icon-fa-chrome:before {
  content: '\f268';
}
.icon-fa-firefox:before {
  content: '\f269';
}
.icon-fa-opera:before {
  content: '\f26a';
}
.icon-fa-internet-explorer:before {
  content: '\f26b';
}
.icon-fa-tv:before,
.icon-fa-television:before {
  content: '\f26c';
}
.icon-fa-contao:before {
  content: '\f26d';
}
.icon-fa-500px:before {
  content: '\f26e';
}
.icon-fa-amazon:before {
  content: '\f270';
}
.icon-fa-calendar-plus-o:before {
  content: '\f271';
}
.icon-fa-calendar-minus-o:before {
  content: '\f272';
}
.icon-fa-calendar-times-o:before {
  content: '\f273';
}
.icon-fa-calendar-check-o:before {
  content: '\f274';
}
.icon-fa-industry:before {
  content: '\f275';
}
.icon-fa-map-pin:before {
  content: '\f276';
}
.icon-fa-map-signs:before {
  content: '\f277';
}
.icon-fa-map-o:before {
  content: '\f278';
}
.icon-fa-map:before {
  content: '\f279';
}
.icon-fa-commenting:before {
  content: '\f27a';
}
.icon-fa-commenting-o:before {
  content: '\f27b';
}
.icon-fa-houzz:before {
  content: '\f27c';
}
.icon-fa-vimeo:before {
  content: '\f27d';
}
.icon-fa-black-tie:before {
  content: '\f27e';
}
.icon-fa-fonticons:before {
  content: '\f280';
}
.icon-fa-reddit-alien:before {
  content: '\f281';
}
.icon-fa-edge:before {
  content: '\f282';
}
.icon-fa-credit-card-alt:before {
  content: '\f283';
}
.icon-fa-codiepie:before {
  content: '\f284';
}
.icon-fa-modx:before {
  content: '\f285';
}
.icon-fa-fort-awesome:before {
  content: '\f286';
}
.icon-fa-usb:before {
  content: '\f287';
}
.icon-fa-product-hunt:before {
  content: '\f288';
}
.icon-fa-mixcloud:before {
  content: '\f289';
}
.icon-fa-scribd:before {
  content: '\f28a';
}
.icon-fa-pause-circle:before {
  content: '\f28b';
}
.icon-fa-pause-circle-o:before {
  content: '\f28c';
}
.icon-fa-stop-circle:before {
  content: '\f28d';
}
.icon-fa-stop-circle-o:before {
  content: '\f28e';
}
.icon-fa-shopping-bag:before {
  content: '\f290';
}
.icon-fa-shopping-basket:before {
  content: '\f291';
}
.icon-fa-hashtag:before {
  content: '\f292';
}
.icon-fa-bluetooth:before {
  content: '\f293';
}
.icon-fa-bluetooth-b:before {
  content: '\f294';
}
.icon-fa-percent:before {
  content: '\f295';
}
.icon-fa-gitlab:before {
  content: '\f296';
}
.icon-fa-wpbeginner:before {
  content: '\f297';
}
.icon-fa-wpforms:before {
  content: '\f298';
}
.icon-fa-envira:before {
  content: '\f299';
}
.icon-fa-universal-access:before {
  content: '\f29a';
}
.icon-fa-wheelchair-alt:before {
  content: '\f29b';
}
.icon-fa-question-circle-o:before {
  content: '\f29c';
}
.icon-fa-blind:before {
  content: '\f29d';
}
.icon-fa-audio-description:before {
  content: '\f29e';
}
.icon-fa-volume-control-phone:before {
  content: '\f2a0';
}
.icon-fa-braille:before {
  content: '\f2a1';
}
.icon-fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.icon-fa-asl-interpreting:before,
.icon-fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.icon-fa-deafness:before,
.icon-fa-hard-of-hearing:before,
.icon-fa-deaf:before {
  content: '\f2a4';
}
.icon-fa-glide:before {
  content: '\f2a5';
}
.icon-fa-glide-g:before {
  content: '\f2a6';
}
.icon-fa-signing:before,
.icon-fa-sign-language:before {
  content: '\f2a7';
}
.icon-fa-low-vision:before {
  content: '\f2a8';
}
.icon-fa-viadeo:before {
  content: '\f2a9';
}
.icon-fa-viadeo-square:before {
  content: '\f2aa';
}
.icon-fa-snapchat:before {
  content: '\f2ab';
}
.icon-fa-snapchat-ghost:before {
  content: '\f2ac';
}
.icon-fa-snapchat-square:before {
  content: '\f2ad';
}
.icon-fa-pied-piper:before {
  content: '\f2ae';
}
.icon-fa-first-order:before {
  content: '\f2b0';
}
.icon-fa-yoast:before {
  content: '\f2b1';
}
.icon-fa-themeisle:before {
  content: '\f2b2';
}
.icon-fa-google-plus-circle:before,
.icon-fa-google-plus-official:before {
  content: '\f2b3';
}
.icon-fa-fa:before,
.icon-fa-font-awesome:before {
  content: '\f2b4';
}
.icon-fa-handshake-o:before {
  content: '\f2b5';
}
.icon-fa-envelope-open:before {
  content: '\f2b6';
}
.icon-fa-envelope-open-o:before {
  content: '\f2b7';
}
.icon-fa-linode:before {
  content: '\f2b8';
}
.icon-fa-address-book:before {
  content: '\f2b9';
}
.icon-fa-address-book-o:before {
  content: '\f2ba';
}
.icon-fa-vcard:before,
.icon-fa-address-card:before {
  content: '\f2bb';
}
.icon-fa-vcard-o:before,
.icon-fa-address-card-o:before {
  content: '\f2bc';
}
.icon-fa-user-circle:before {
  content: '\f2bd';
}
.icon-fa-user-circle-o:before {
  content: '\f2be';
}
.icon-fa-user-o:before {
  content: '\f2c0';
}
.icon-fa-id-badge:before {
  content: '\f2c1';
}
.icon-fa-drivers-license:before,
.icon-fa-id-card:before {
  content: '\f2c2';
}
.icon-fa-drivers-license-o:before,
.icon-fa-id-card-o:before {
  content: '\f2c3';
}
.icon-fa-quora:before {
  content: '\f2c4';
}
.icon-fa-free-code-camp:before {
  content: '\f2c5';
}
.icon-fa-telegram:before {
  content: '\f2c6';
}
.icon-fa-thermometer-4:before,
.icon-fa-thermometer:before,
.icon-fa-thermometer-full:before {
  content: '\f2c7';
}
.icon-fa-thermometer-3:before,
.icon-fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.icon-fa-thermometer-2:before,
.icon-fa-thermometer-half:before {
  content: '\f2c9';
}
.icon-fa-thermometer-1:before,
.icon-fa-thermometer-quarter:before {
  content: '\f2ca';
}
.icon-fa-thermometer-0:before,
.icon-fa-thermometer-empty:before {
  content: '\f2cb';
}
.icon-fa-shower:before {
  content: '\f2cc';
}
.icon-fa-bathtub:before,
.icon-fa-s15:before,
.icon-fa-bath:before {
  content: '\f2cd';
}
.icon-fa-podcast:before {
  content: '\f2ce';
}
.icon-fa-window-maximize:before {
  content: '\f2d0';
}
.icon-fa-window-minimize:before {
  content: '\f2d1';
}
.icon-fa-window-restore:before {
  content: '\f2d2';
}
.icon-fa-times-rectangle:before,
.icon-fa-window-close:before {
  content: '\f2d3';
}
.icon-fa-times-rectangle-o:before,
.icon-fa-window-close-o:before {
  content: '\f2d4';
}
.icon-fa-bandcamp:before {
  content: '\f2d5';
}
.icon-fa-grav:before {
  content: '\f2d6';
}
.icon-fa-etsy:before {
  content: '\f2d7';
}
.icon-fa-imdb:before {
  content: '\f2d8';
}
.icon-fa-ravelry:before {
  content: '\f2d9';
}
.icon-fa-eercast:before {
  content: '\f2da';
}
.icon-fa-microchip:before {
  content: '\f2db';
}
.icon-fa-snowflake-o:before {
  content: '\f2dc';
}
.icon-fa-superpowers:before {
  content: '\f2dd';
}
.icon-fa-wpexplorer:before {
  content: '\f2de';
}
.icon-fa-meetup:before {
  content: '\f2e0';
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: '\f000';
}
.icon-music:before {
  content: '\f001';
}
.icon-search:before {
  content: '\f002';
}
.icon-envelope-alt:before {
  content: '\f003';
}
.icon-heart:before {
  content: '\f004';
}
.icon-star:before {
  content: '\f005';
}
.icon-star-empty:before {
  content: '\f006';
}
.icon-user:before {
  content: '\f007';
}
.icon-film:before {
  content: '\f008';
}
.icon-th-large:before {
  content: '\f009';
}
.icon-th:before {
  content: '\f00a';
}
.icon-th-list:before {
  content: '\f00b';
}
.icon-ok:before {
  content: '\f00c';
}
.icon-remove:before {
  content: '\f00d';
}
.icon-zoom-in:before {
  content: '\f00e';
}
.icon-zoom-out:before {
  content: '\f010';
}
.icon-power-off:before,
.icon-off:before {
  content: '\f011';
}
.icon-signal:before {
  content: '\f012';
}
.icon-gear:before,
.icon-cog:before {
  content: '\f013';
}
.icon-trash:before {
  content: '\f014';
}
.icon-home:before {
  content: '\f015';
}
.icon-file-alt:before {
  content: '\f016';
}
.icon-time:before {
  content: '\f017';
}
.icon-road:before {
  content: '\f018';
}
.icon-download-alt:before {
  content: '\f019';
}
.icon-download:before {
  content: '\f01a';
}
.icon-upload:before {
  content: '\f01b';
}
.icon-inbox:before {
  content: '\f01c';
}
.icon-play-circle:before {
  content: '\f01d';
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: '\f01e';
}
.icon-refresh:before {
  content: '\f021';
}
.icon-list-alt:before {
  content: '\f022';
}
.icon-lock:before {
  content: '\f023';
}
.icon-flag:before {
  content: '\f024';
}
.icon-headphones:before {
  content: '\f025';
}
.icon-volume-off:before {
  content: '\f026';
}
.icon-volume-down:before {
  content: '\f027';
}
.icon-volume-up:before {
  content: '\f028';
}
.icon-qrcode:before {
  content: '\f029';
}
.icon-barcode:before {
  content: '\f02a';
}
.icon-tag:before {
  content: '\f02b';
}
.icon-tags:before {
  content: '\f02c';
}
.icon-book:before {
  content: '\f02d';
}
.icon-bookmark:before {
  content: '\f02e';
}
.icon-print:before {
  content: '\f02f';
}
.icon-camera:before {
  content: '\f030';
}
.icon-font:before {
  content: '\f031';
}
.icon-bold:before {
  content: '\f032';
}
.icon-italic:before {
  content: '\f033';
}
.icon-text-height:before {
  content: '\f034';
}
.icon-text-width:before {
  content: '\f035';
}
.icon-align-left:before {
  content: '\f036';
}
.icon-align-center:before {
  content: '\f037';
}
.icon-align-right:before {
  content: '\f038';
}
.icon-align-justify:before {
  content: '\f039';
}
.icon-list:before {
  content: '\f03a';
}
.icon-indent-left:before {
  content: '\f03b';
}
.icon-indent-right:before {
  content: '\f03c';
}
.icon-facetime-video:before {
  content: '\f03d';
}
.icon-picture:before {
  content: '\f03e';
}
.icon-pencil:before {
  content: '\f040';
}
.icon-map-marker:before {
  content: '\f041';
}
.icon-adjust:before {
  content: '\f042';
}
.icon-tint:before {
  content: '\f043';
}
.icon-edit:before {
  content: '\f044';
}
.icon-share:before {
  content: '\f045';
}
.icon-check:before {
  content: '\f046';
}
.icon-move:before {
  content: '\f047';
}
.icon-step-backward:before {
  content: '\f048';
}
.icon-fast-backward:before {
  content: '\f049';
}
.icon-backward:before {
  content: '\f04a';
}
.icon-play:before {
  content: '\f04b';
}
.icon-pause:before {
  content: '\f04c';
}
.icon-stop:before {
  content: '\f04d';
}
.icon-forward:before {
  content: '\f04e';
}
.icon-fast-forward:before {
  content: '\f050';
}
.icon-step-forward:before {
  content: '\f051';
}
.icon-eject:before {
  content: '\f052';
}
.icon-chevron-left:before {
  content: '\f053';
}
.icon-chevron-right:before {
  content: '\f054';
}
.icon-plus-sign:before {
  content: '\f055';
}
.icon-minus-sign:before {
  content: '\f056';
}
.icon-remove-sign:before {
  content: '\f057';
}
.icon-ok-sign:before {
  content: '\f058';
}
.icon-question-sign:before {
  content: '\f059';
}
.icon-info-sign:before {
  content: '\f05a';
}
.icon-screenshot:before {
  content: '\f05b';
}
.icon-remove-circle:before {
  content: '\f05c';
}
.icon-ok-circle:before {
  content: '\f05d';
}
.icon-ban-circle:before {
  content: '\f05e';
}
.icon-arrow-left:before {
  content: '\f060';
}
.icon-arrow-right:before {
  content: '\f061';
}
.icon-arrow-up:before {
  content: '\f062';
}
.icon-arrow-down:before {
  content: '\f063';
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: '\f064';
}
.icon-resize-full:before {
  content: '\f065';
}
.icon-resize-small:before {
  content: '\f066';
}
.icon-plus:before {
  content: '\f067';
}
.icon-minus:before {
  content: '\f068';
}
.icon-asterisk:before {
  content: '\f069';
}
.icon-exclamation-sign:before {
  content: '\f06a';
}
.icon-gift:before {
  content: '\f06b';
}
.icon-leaf:before {
  content: '\f06c';
}
.icon-fire:before {
  content: '\f06d';
}
.icon-eye-open:before {
  content: '\f06e';
}
.icon-eye-close:before {
  content: '\f070';
}
.icon-warning-sign:before {
  content: '\f071';
}
.icon-plane:before {
  content: '\f072';
}
.icon-calendar:before {
  content: '\f073';
}
.icon-random:before {
  content: '\f074';
}
.icon-comment:before {
  content: '\f075';
}
.icon-magnet:before {
  content: '\f076';
}
.icon-chevron-up:before {
  content: '\f077';
}
.icon-chevron-down:before {
  content: '\f078';
}
.icon-retweet:before {
  content: '\f079';
}
.icon-shopping-cart:before {
  content: '\f07a';
}
.icon-folder-close:before {
  content: '\f07b';
}
.icon-folder-open:before {
  content: '\f07c';
}
.icon-resize-vertical:before {
  content: '\f07d';
}
.icon-resize-horizontal:before {
  content: '\f07e';
}
.icon-bar-chart:before {
  content: '\f080';
}
.icon-twitter-sign:before {
  content: '\f081';
}
.icon-facebook-sign:before {
  content: '\f082';
}
.icon-camera-retro:before {
  content: '\f083';
}
.icon-key:before {
  content: '\f084';
}
.icon-gears:before,
.icon-cogs:before {
  content: '\f085';
}
.icon-comments:before {
  content: '\f086';
}
.icon-thumbs-up-alt:before {
  content: '\f087';
}
.icon-thumbs-down-alt:before {
  content: '\f088';
}
.icon-star-half:before {
  content: '\f089';
}
.icon-heart-empty:before {
  content: '\f08a';
}
.icon-signout:before {
  content: '\f08b';
}
.icon-linkedin-sign:before {
  content: '\f08c';
}
.icon-pushpin:before {
  content: '\f08d';
}
.icon-external-link:before {
  content: '\f08e';
}
.icon-signin:before {
  content: '\f090';
}
.icon-trophy:before {
  content: '\f091';
}
.icon-github-sign:before {
  content: '\f092';
}
.icon-upload-alt:before {
  content: '\f093';
}
.icon-lemon:before {
  content: '\f094';
}
.icon-phone:before {
  content: '\f095';
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: '\f096';
}
.icon-bookmark-empty:before {
  content: '\f097';
}
.icon-phone-sign:before {
  content: '\f098';
}
.icon-twitter:before {
  content: '\f099';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-github:before {
  content: '\f09b';
}
.icon-unlock:before {
  content: '\f09c';
}
.icon-credit-card:before {
  content: '\f09d';
}
.icon-rss:before {
  content: '\f09e';
}
.icon-hdd:before {
  content: '\f0a0';
}
.icon-bullhorn:before {
  content: '\f0a1';
}
.icon-bell:before {
  content: '\f0a2';
}
.icon-certificate:before {
  content: '\f0a3';
}
.icon-hand-right:before {
  content: '\f0a4';
}
.icon-hand-left:before {
  content: '\f0a5';
}
.icon-hand-up:before {
  content: '\f0a6';
}
.icon-hand-down:before {
  content: '\f0a7';
}
.icon-circle-arrow-left:before {
  content: '\f0a8';
}
.icon-circle-arrow-right:before {
  content: '\f0a9';
}
.icon-circle-arrow-up:before {
  content: '\f0aa';
}
.icon-circle-arrow-down:before {
  content: '\f0ab';
}
.icon-globe:before {
  content: '\f0ac';
}
.icon-wrench:before {
  content: '\f0ad';
}
.icon-tasks:before {
  content: '\f0ae';
}
.icon-filter:before {
  content: '\f0b0';
}
.icon-briefcase:before {
  content: '\f0b1';
}
.icon-fullscreen:before {
  content: '\f0b2';
}
.icon-group:before {
  content: '\f0c0';
}
.icon-link:before {
  content: '\f0c1';
}
.icon-cloud:before {
  content: '\f0c2';
}
.icon-beaker:before {
  content: '\f0c3';
}
.icon-cut:before {
  content: '\f0c4';
}
.icon-copy:before {
  content: '\f0c5';
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: '\f0c6';
}
.icon-save:before {
  content: '\f0c7';
}
.icon-sign-blank:before {
  content: '\f0c8';
}
.icon-reorder:before {
  content: '\f0c9';
}
.icon-list-ul:before {
  content: '\f0ca';
}
.icon-list-ol:before {
  content: '\f0cb';
}
.icon-strikethrough:before {
  content: '\f0cc';
}
.icon-underline:before {
  content: '\f0cd';
}
.icon-table:before {
  content: '\f0ce';
}
.icon-magic:before {
  content: '\f0d0';
}
.icon-truck:before {
  content: '\f0d1';
}
.icon-pinterest:before {
  content: '\f0d2';
}
.icon-pinterest-sign:before {
  content: '\f0d3';
}
.icon-google-plus-sign:before {
  content: '\f0d4';
}
.icon-google-plus:before {
  content: '\f0d5';
}
.icon-money:before {
  content: '\f0d6';
}
.icon-caret-down:before {
  content: '\f0d7';
}
.icon-caret-up:before {
  content: '\f0d8';
}
.icon-caret-left:before {
  content: '\f0d9';
}
.icon-caret-right:before {
  content: '\f0da';
}
.icon-columns:before {
  content: '\f0db';
}
.icon-sort:before {
  content: '\f0dc';
}
.icon-sort-down:before {
  content: '\f0dd';
}
.icon-sort-up:before {
  content: '\f0de';
}
.icon-envelope:before {
  content: '\f0e0';
}
.icon-linkedin:before {
  content: '\f0e1';
}
.icon-rotate-left:before,
.icon-undo:before {
  content: '\f0e2';
}
.icon-legal:before {
  content: '\f0e3';
}
.icon-dashboard:before {
  content: '\f0e4';
}
.icon-comment-alt:before {
  content: '\f0e5';
}
.icon-comments-alt:before {
  content: '\f0e6';
}
.icon-bolt:before {
  content: '\f0e7';
}
.icon-sitemap:before {
  content: '\f0e8';
}
.icon-umbrella:before {
  content: '\f0e9';
}
.icon-paste:before {
  content: '\f0ea';
}
.icon-lightbulb:before {
  content: '\f0eb';
}
.icon-exchange:before {
  content: '\f0ec';
}
.icon-cloud-download:before {
  content: '\f0ed';
}
.icon-cloud-upload:before {
  content: '\f0ee';
}
.icon-user-md:before {
  content: '\f0f0';
}
.icon-stethoscope:before {
  content: '\f0f1';
}
.icon-suitcase:before {
  content: '\f0f2';
}
.icon-bell-alt:before {
  content: '\f0f3';
}
.icon-coffee:before {
  content: '\f0f4';
}
.icon-food:before {
  content: '\f0f5';
}
.icon-file-text-alt:before {
  content: '\f0f6';
}
.icon-building:before {
  content: '\f0f7';
}
.icon-hospital:before {
  content: '\f0f8';
}
.icon-ambulance:before {
  content: '\f0f9';
}
.icon-medkit:before {
  content: '\f0fa';
}
.icon-fighter-jet:before {
  content: '\f0fb';
}
.icon-beer:before {
  content: '\f0fc';
}
.icon-h-sign:before {
  content: '\f0fd';
}
.icon-plus-sign-alt:before {
  content: '\f0fe';
}
.icon-double-angle-left:before {
  content: '\f100';
}
.icon-double-angle-right:before {
  content: '\f101';
}
.icon-double-angle-up:before {
  content: '\f102';
}
.icon-double-angle-down:before {
  content: '\f103';
}
.icon-angle-left:before {
  content: '\f104';
}
.icon-angle-right:before {
  content: '\f105';
}
.icon-angle-up:before {
  content: '\f106';
}
.icon-angle-down:before {
  content: '\f107';
}
.icon-desktop:before {
  content: '\f108';
}
.icon-laptop:before {
  content: '\f109';
}
.icon-tablet:before {
  content: '\f10a';
}
.icon-mobile-phone:before {
  content: '\f10b';
}
.icon-circle-blank:before {
  content: '\f10c';
}
.icon-quote-left:before {
  content: '\f10d';
}
.icon-quote-right:before {
  content: '\f10e';
}
.icon-spinner:before {
  content: '\f110';
}
.icon-circle:before {
  content: '\f111';
}
.icon-mail-reply:before,
.icon-reply:before {
  content: '\f112';
}
.icon-github-alt:before {
  content: '\f113';
}
.icon-folder-close-alt:before {
  content: '\f114';
}
.icon-folder-open-alt:before {
  content: '\f115';
}
.icon-expand-alt:before {
  content: '\f116';
}
.icon-collapse-alt:before {
  content: '\f117';
}
.icon-smile:before {
  content: '\f118';
}
.icon-frown:before {
  content: '\f119';
}
.icon-meh:before {
  content: '\f11a';
}
.icon-gamepad:before {
  content: '\f11b';
}
.icon-keyboard:before {
  content: '\f11c';
}
.icon-flag-alt:before {
  content: '\f11d';
}
.icon-flag-checkered:before {
  content: '\f11e';
}
.icon-terminal:before {
  content: '\f120';
}
.icon-code:before {
  content: '\f121';
}
.icon-reply-all:before {
  content: '\f122';
}
.icon-mail-reply-all:before {
  content: '\f122';
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: '\f123';
}
.icon-location-arrow:before {
  content: '\f124';
}
.icon-crop:before {
  content: '\f125';
}
.icon-code-fork:before {
  content: '\f126';
}
.icon-unlink:before {
  content: '\f127';
}
.icon-question:before {
  content: '\f128';
}
.icon-info:before {
  content: '\f129';
}
.icon-exclamation:before {
  content: '\f12a';
}
.icon-superscript:before {
  content: '\f12b';
}
.icon-subscript:before {
  content: '\f12c';
}
.icon-eraser:before {
  content: '\f12d';
}
.icon-puzzle-piece:before {
  content: '\f12e';
}
.icon-microphone:before {
  content: '\f130';
}
.icon-microphone-off:before {
  content: '\f131';
}
.icon-shield:before {
  content: '\f132';
}
.icon-calendar-empty:before {
  content: '\f133';
}
.icon-fire-extinguisher:before {
  content: '\f134';
}
.icon-rocket:before {
  content: '\f135';
}
.icon-maxcdn:before {
  content: '\f136';
}
.icon-chevron-sign-left:before {
  content: '\f137';
}
.icon-chevron-sign-right:before {
  content: '\f138';
}
.icon-chevron-sign-up:before {
  content: '\f139';
}
.icon-chevron-sign-down:before {
  content: '\f13a';
}
.icon-html5:before {
  content: '\f13b';
}
.icon-css3:before {
  content: '\f13c';
}
.icon-anchor:before {
  content: '\f13d';
}
.icon-unlock-alt:before {
  content: '\f13e';
}
.icon-bullseye:before {
  content: '\f140';
}
.icon-ellipsis-horizontal:before {
  content: '\f141';
}
.icon-ellipsis-vertical:before {
  content: '\f142';
}
.icon-rss-sign:before {
  content: '\f143';
}
.icon-play-sign:before {
  content: '\f144';
}
.icon-ticket:before {
  content: '\f145';
}
.icon-minus-sign-alt:before {
  content: '\f146';
}
.icon-check-minus:before {
  content: '\f147';
}
.icon-level-up:before {
  content: '\f148';
}
.icon-level-down:before {
  content: '\f149';
}
.icon-check-sign:before {
  content: '\f14a';
}
.icon-edit-sign:before {
  content: '\f14b';
}
.icon-external-link-sign:before {
  content: '\f14c';
}
.icon-share-sign:before {
  content: '\f14d';
}
.icon-compass:before {
  content: '\f14e';
}
.icon-collapse:before {
  content: '\f150';
}
.icon-collapse-top:before {
  content: '\f151';
}
.icon-expand:before {
  content: '\f152';
}
.icon-euro:before,
.icon-eur:before {
  content: '\f153';
}
.icon-gbp:before {
  content: '\f154';
}
.icon-dollar:before,
.icon-usd:before {
  content: '\f155';
}
.icon-rupee:before,
.icon-inr:before {
  content: '\f156';
}
.icon-yen:before,
.icon-jpy:before {
  content: '\f157';
}
.icon-renminbi:before,
.icon-cny:before {
  content: '\f158';
}
.icon-won:before,
.icon-krw:before {
  content: '\f159';
}
.icon-bitcoin:before,
.icon-btc:before {
  content: '\f15a';
}
.icon-file:before {
  content: '\f15b';
}
.icon-file-text:before {
  content: '\f15c';
}
.icon-sort-by-alphabet:before {
  content: '\f15d';
}
.icon-sort-by-alphabet-alt:before {
  content: '\f15e';
}
.icon-sort-by-attributes:before {
  content: '\f160';
}
.icon-sort-by-attributes-alt:before {
  content: '\f161';
}
.icon-sort-by-order:before {
  content: '\f162';
}
.icon-sort-by-order-alt:before {
  content: '\f163';
}
.icon-thumbs-up:before {
  content: '\f164';
}
.icon-thumbs-down:before {
  content: '\f165';
}
.icon-youtube-sign:before {
  content: '\f166';
}
.icon-youtube:before {
  content: '\f167';
}
.icon-xing:before {
  content: '\f168';
}
.icon-xing-sign:before {
  content: '\f169';
}
.icon-youtube-play:before {
  content: '\f16a';
}
.icon-dropbox:before {
  content: '\f16b';
}
.icon-stackexchange:before {
  content: '\f16c';
}
.icon-instagram:before {
  content: '\f16d';
}
.icon-flickr:before {
  content: '\f16e';
}
.icon-adn:before {
  content: '\f170';
}
.icon-bitbucket:before {
  content: '\f171';
}
.icon-bitbucket-sign:before {
  content: '\f172';
}
.icon-tumblr:before {
  content: '\f173';
}
.icon-tumblr-sign:before {
  content: '\f174';
}
.icon-long-arrow-down:before {
  content: '\f175';
}
.icon-long-arrow-up:before {
  content: '\f176';
}
.icon-long-arrow-left:before {
  content: '\f177';
}
.icon-long-arrow-right:before {
  content: '\f178';
}
.icon-apple:before {
  content: '\f179';
}
.icon-windows:before {
  content: '\f17a';
}
.icon-android:before {
  content: '\f17b';
}
.icon-linux:before {
  content: '\f17c';
}
.icon-dribbble:before {
  content: '\f17d';
}
.icon-skype:before {
  content: '\f17e';
}
.icon-foursquare:before {
  content: '\f180';
}
.icon-trello:before {
  content: '\f181';
}
.icon-female:before {
  content: '\f182';
}
.icon-male:before {
  content: '\f183';
}
.icon-gittip:before {
  content: '\f184';
}
.icon-sun:before {
  content: '\f185';
}
.icon-moon:before {
  content: '\f186';
}
.icon-archive:before {
  content: '\f187';
}
.icon-bug:before {
  content: '\f188';
}
.icon-vk:before {
  content: '\f189';
}
.icon-weibo:before {
  content: '\f18a';
}
.icon-renren:before {
  content: '\f18b';
}
/**************************************************************************************************/
/* The original ll-clickable-icon that turns icons into buttons
/* Now as a CIRCLE
/*
/* Add ll-clickable-icon class to a font-awesome icon to make it round, dark and hovery
/**************************************************************************************************/
.ll-clickable-icon {
  color: #ffffff;
  background-color: #9d9992;
  font-size: 10px;
  cursor: pointer;
  box-sizing: content-box;
}
a:hover .ll-clickable-icon {
  color: #ffffff;
  background-color: #585756;
  text-decoration: none;
  font-size: 10px;
}
a:hover[disabled] .ll-clickable-icon,
a[disabled] .ll-clickable-icon,
.ll-disabled-icon {
  color: #ffffff;
  background-color: #ece9e6;
  cursor: default;
}
.ll-clickable-icon {
  display: inline-block !important;
  width: 12px;
  height: 12px;
  text-align: center;
  padding: 0.28em 0.17em 0.08em 0.19em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ll-clickable-icon::before {
  text-decoration: none !important;
}
.ll-clickable-icon.primary {
  color: #ffffff;
  background-color: #7bbe33;
}
.ll-clickable-icon.primary:hover {
  background-color: #4dbe33;
}
.ll-clickable-icon.info {
  color: #ffffff;
  background-color: #5bc0de;
}
.ll-clickable-icon.info:hover {
  background-color: #2f96b4;
}
.ll-clickable-icon.success {
  color: #ffffff;
  background-color: #62c462;
}
.ll-clickable-icon.success:hover {
  background-color: #51a351;
}
.ll-clickable-icon.warning {
  color: #ffffff;
  background-color: #fbb450;
}
.ll-clickable-icon.warning:hover {
  background-color: #fdd006;
}
.ll-clickable-icon.danger {
  color: #ffffff;
  background-color: #ee5f5b;
}
.ll-clickable-icon.danger:hover {
  background-color: #bd362f;
}
.ll-clickable-icon.icon-question:before {
  letter-spacing: 2px;
}
/**************************************************************************************************/
/* The SQUARE clickable icon
/**************************************************************************************************/
.ll-clickable-icon-square {
  color: #7bbe33;
  background-color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #d9d6d4;
  box-sizing: content-box;
}
a:hover .ll-clickable-icon-square {
  color: #ffffff;
  background-color: #9d9992;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #9d9992;
}
a:hover[disabled] .ll-clickable-icon-square,
a[disabled] .ll-clickable-icon-square,
.ll-disabled-square-icon {
  color: #b2b2b2;
  background-color: #ece9e6;
  cursor: default;
  border: 1px solid #d9d6d4;
}
.ll-clickable-icon-square {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0.5px 2px 1.5px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ll-clickable-icon-square::before {
  text-decoration: none !important;
}
.ll-clickable-icon-square.icon-question:before {
  letter-spacing: 2px;
}
/**************************************************************************************************/
/* The GROUPED clickable icons
/**************************************************************************************************/
.ll-clickable-icon-group .ll-clickable-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #b2b2b2;
  background-color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px solid #d9d6d4;
  border-bottom: 1px solid #d9d6d4;
  border-right: 1px solid #d9d6d4;
}
.ll-clickable-icon-group > :first-child .ll-clickable-icon {
  border-left: 1px solid #d9d6d4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ll-clickable-icon-group > :last-child .ll-clickable-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ll-clickable-icon-group a:hover .ll-clickable-icon {
  color: #ffffff;
  background-color: #9d9992;
  text-decoration: none;
  font-size: 14px;
  border-color: #9d9992;
}
.ll-clickable-icon-group a:hover[disabled] .ll-clickable-icon,
.ll-clickable-icon-group a[disabled] .ll-clickable-icon,
.ll-clickable-icon-group .ll-disabled-icon {
  color: #b2b2b2;
  background-color: #ece9e6;
  cursor: default;
  border-color: #d9d6d4;
}
.ll-clickable-icon-group .ll-clickable-icon {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 8px 6px 6px 8px;
}
.ll-clickable-icon-group .ll-clickable-icon::before {
  text-decoration: none !important;
}
.ll-clickable-icon-group .ll-clickable-icon.icon-question:before {
  letter-spacing: 2px;
}
/**
 * Select2 Bootstrap CSS 1.0
 * Compatible with select2 3.3.2 and bootstrap 2.3.1
 * MIT License
 */
.select2-container {
  vertical-align: middle;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  height: 28px;
  line-height: 29px;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: none;
  background-color: #ffffff;
  filter: none;
  -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);
}
.select2-container .select2-choice div,
.select2-container.select2-container-disabled .select2-choice div {
  border-left: none;
  background: none;
  filter: none;
}
.control-group.error [class^='select2-choice'] {
  border-color: #bf3326;
}
.select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px;
}
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  -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);
}
[class^='input-'] .select2-container {
  font-size: 14px;
}
.input-prepend [class^='select2-choice'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-append [class^='select2-choice'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open [class^='select2-choice'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above [class^='select2-choice'] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[class^='input-'] [class^='select2-choice'] > div {
  display: none;
}
[class^='input-'] .select2-offscreen {
  position: absolute;
}
/**
 * This stops the quick flash when a native selectbox is shown and
 * then replaced by a select2 input when javascript kicks in. This can be
 * removed if javascript is not present
 */
select.select2 {
  height: 28px;
  visibility: hidden;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.18.1 - 2016-07-10T00:18:11.107Z
 * License: MIT
 * WARNING! There are custom styles at the end of this file!
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #bf3326;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
/* Handle up direction Select2 */
.ui-select-container[theme='select2'].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 3px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme='select2'].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 3px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme='select2'].direction-up
  .ui-select-dropdown
  .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme='select2'].direction-up.select2-dropdown-open
  .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open
  .ui-select-match {
  border-bottom-color: #5897fb;
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007fbb !important;
}
/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #d44950;
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 3px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > .ui-select-bootstrap
  > input.ui-select-search.form-control.direction-up {
  border-radius: 3px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #d44950;
}
/****
Custom fixes to "massage" this select to look like select2
The big issue is our css for select2 is old and select expects it to be
a newer version.
**/
.select2-results .ui-select-choices-group ul {
  margin-left: 0 !important;
}
span.select2-arrow.ui-select-toggle {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  font-size: 14px;
  line-height: 20px;
  margin-right: 0 !important;
}
span.select2-arrow.ui-select-toggle b {
  background-image: url('/style/select2x2.png') !important;
  background-repeat: no-repeat !important;
  background-size: 60px 40px !important;
  display: block;
  width: 100%;
  height: 100%;
  background: url('../js/vendors/ui-select/select2.png') no-repeat 0 1px;
  font-weight: bold;
  line-height: 20px;
}
.btn-group span.select2-arrow.ui-select-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-select-placeholder {
  display: inline-block;
  height: 0 !important;
}
.ui-select-dropdown.select2-drop-active {
  opacity: 1 !important;
}
.ui-select-container.open .select2-choice {
  border-color: #7bbe33;
}
.ui-select-container > .ui-select-match {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  border-color: #d9d6d4;
  box-shadow: none;
  background-image: none !important;
}
.ui-select-container .ui-select-choices {
  padding: 0;
  margin: 0;
}
.ui-select-container .ui-select-choices .ui-select-choices-row {
  padding: 6px 0;
  background: var(--white);
}
.ui-select-container
  .ui-select-choices
  .ui-select-choices-row:not(:first-child) {
  border-top: 1px solid #ece9e6;
}
.ui-select-container .ui-select-choices .ui-select-choices-row:hover {
  background: #ece9e6;
}
.ui-select-container
  .ui-select-choices
  .ui-select-choices-row.select2-highlighted {
  color: #7bbe33;
}
.ui-select-container
  .ui-select-choices
  .ui-select-choices-row.select2-highlighted:hover {
  color: var(--white);
  background: #7bbe33;
}
.input-prepend .select2-container .select2-choice {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-prepend .select2-container .select2-choice .select2-arrow {
  box-sizing: border-box;
  padding-top: 6px;
}
.input-prepend .select2-container .select2-choice .select2-arrow *,
.input-prepend .select2-container .select2-choice .select2-arrow *:before,
.input-prepend .select2-container .select2-choice .select2-arrow *:after {
  box-sizing: inherit;
}
.search-container {
  background-color: #ece9e6;
  padding: 11px;
  border: 1px solid #d9d6d4;
  border-top: 1px solid #7bbe33;
}
.search-container input.ui-select-search {
  box-sizing: border-box;
}
.search-container input.ui-select-search *,
.search-container input.ui-select-search *:before,
.search-container input.ui-select-search *:after {
  box-sizing: inherit;
}
span.select2-arrow.ui-select-toggle {
  background: var(--white);
  background-image: none;
  border-left: none;
  right: 5px;
  box-sizing: border-box;
  padding-top: 6px;
}
span.select2-arrow.ui-select-toggle *,
span.select2-arrow.ui-select-toggle *:before,
span.select2-arrow.ui-select-toggle *:after {
  box-sizing: inherit;
}
.lltable {
  border-spacing: 0px 0px;
}
table.lltable {
  margin-bottom: 0px;
}

.lltable-hover > tbody > tr:first-child:hover td,
.lltable-hover > tbody > tr:first-child:hover th {
  background-color: #f5f5f5;
}
/* llSelectableRow highlight-highlight option */
.lltable > tbody > tr.highlight-selected:first-child td {
  background-color: #ebf6f8;
  border-top: 1px solid #a8d9e3;
  border-left: 1px solid #a8d9e3;
}
th > i:after {
  content: '\00a0';
}
/*for animation highlight effect on table rows*/
.new-row.ng-enter {
  background-color: #98df8a !important;
  -webkit-transition: background-color 5000ms linear;
  -moz-transition: background-color 5000ms linear;
  -o-transition: background-color 5000ms linear;
  -ms-transition: background-color 5000ms linear;
  transition: background-color 5000ms linear;
}
.new-row.ng-enter.ng-enter-active {
  background-color: inherit !important;
}
tr.selected-row {
  background-color: #98df8a !important;
}
/*
.lltable-resize > thead > tr> th, .lltable-resize >tbody > tr> td{*/
.lltable-resize > tbody > tr:first-child > td {
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.lltable-resize:not(.allow-wrap) > tbody > tr:first-child > td {
  white-space: nowrap;
}
/*prevent ugly wrapping in column headers*/
.lltable-resize > thead > tr > th {
  /*white-space:nowrap;*/
}
th[ll-sortable-header] {
  cursor: pointer;
}
.break-word {
  white-space: normal;
  word-wrap: break-word;
}
tbody[ll-zoomable-row],
tbody[ll-expandable-row] > tr:first-child {
  cursor: pointer;
}
.lltable-header-checkbox,
.lltable-row-checkbox {
  margin-right: 2px;
}
.lltable-header-checkbox > input,
.lltable-row-checkbox > input {
  margin-top: 0;
  vertical-align: middle;
}
.lltable-row-checkbox > .ll-checkbox {
  background-color: var(--white);
}
.alert-mini {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
/* Adds option 'buttons' with text in any given cell.
   This prevents in issue with pull-right or pull-left
   being used in a cell that breaks in firefox */
.lltable .options-cell .options-text-left {
  float: left;
  width: 60%;
  display: block;
}
.lltable .options-cell .options-text-right {
  float: right;
  width: 60%;
  display: block;
}
.lltable .options-cell .options-buttons-right {
  float: right;
  width: 40%;
  display: block;
}
.lltable .options-cell .options-buttons-left {
  float: left;
  width: 40%;
  display: block;
}
/****************************
 * col-resize styles
 ***************************/
.lltbl-resize-handle-container {
  position: relative;
}
.lltbl-resize-handle-container .resize-handle {
  position: absolute;
  width: 7px;
  cursor: col-resize;
  margin-left: -3px;
  z-index: 2;
}
.lltbl-resize-handle-container .resize-handle .arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #bdb8b1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -7px;
}
.lltbl-resize-handle-container.resizing .resize-handle .arrow-down {
  display: none;
}
.lltbl-resize-handle-container.resizing .resize-handle.keep-arrow .arrow-down {
  display: block;
}
table.colresize-resizing {
  cursor: col-resize;
}
table.colresize-resizing thead,
table.colresize-resizing thead > tr,
table.colresize-resizing thead > tr > th {
  cursor: col-resize;
}
.float-clear {
  clear: both;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.lltbl-btn-box {
  display: inline-block;
  clear: both;
  vertical-align: inherit;
}
.lltbl-btn-box > a {
  text-decoration: none;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 2px;
}
.lltbl-btn-box > a:last-of-type {
  margin-right: 5px;
}
.lltable tr.expanded-row > td:only-child {
  background-color: #f5f3ef;
}
.lltable th > i.ll-disabled-icon {
  background-color: #e8e8e8;
}
.ll-columns-dropdown .ll-columns-icon {
  position: absolute;
  top: 12px;
  right: 10px;
}
.ll-columns-dropdown .ll-columns-menu {
  position: absolute;
  top: 35px;
  right: 8px;
}
.ll-columns-dropdown .ll-columns-menu fieldset {
  margin-left: 5px;
}
.ll-checkbox {
  position: relative;
  display: inline-block;
  height: 14px;
  vertical-align: top;
  border: solid 1px #d9d6d4;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: content-box !important;
}
.ll-checkbox input[type='checkbox'] {
  visibility: hidden;
  margin: 0;
}
.ll-checkbox label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.ll-checkbox label.icon-ok::before {
  color: #9d9992;
  position: absolute;
  top: 0.2em;
  left: 0.25em;
}
.ll-checkbox label:hover {
  opacity: 0.5;
}
.ll-checkbox input[type='checkbox']:checked + label {
  opacity: 1;
}
/***************************************************/
/* Collapsible tabs, currently used in             */
/* dashboard widget for selecting options          */
/* Designed to be used in combination with llsmallbox */
/* but some of the bottom padding is moved to the li childs */
.llsmallbox.lltabsheader {
  padding-top: 4px;
  padding-bottom: 0px;
  margin-bottom: 2px;
  border: 0px;
}
.lltabsheader li {
  padding-top: 4px;
  padding-bottom: 8px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom-color: #ddd;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* When expanded, the header is attached to the body*/
.llsmallbox.lltabsheader.expanded {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #ddd;
}
/* When a tab is selected, draw the tab,
   and draw over the bottom border in white */
.lltabsheader li.selected {
  border-color: #ccc;
  border-bottom-color: var(--white);
  background-color: var(--white);
}
/* The tabs body is also designed to be used with llsmallbox,
   but with no curved corners at the top*/
.llsmallbox.lltabsbody {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.llalert-bar {
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.llalert-bar .alert {
  border-radius: 0;
  margin-bottom: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.llalert-bar .alert.ng-enter-active {
  animation-name: fadeInDown;
}
.llalert-bar .alert.ng-leave-active {
  animation-name: fadeOutUp;
}
.llalert-bar .alert div[ng-transclude] {
  text-align: center;
}
.no-rounded-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.no-rounded-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.no-rounded-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.no-rounded-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.line-height-1em {
  line-height: 1em;
}
.display-flex {
  display: flex;
}
.display-flex > * {
  flex: 0 1 auto;
}
.border-box {
  box-sizing: border-box;
}
.border-box *,
.border-box *:before,
.border-box *:after {
  box-sizing: inherit;
}
.full-height {
  height: 100%;
}
.monospace {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.llnomargin.llnomargin.llnomargin.llnomargin {
  margin: 0 0 0 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.llnomargin-bottom {
  margin-bottom: 0;
}
.llnomargin-bottom-last:last-child {
  margin-bottom: 0;
}
.llnomargin-top {
  margin-top: 0;
}
.llnomargin-right {
  margin-right: 0 !important;
}
.llnopadding.llnopadding.llnopadding.llnopadding {
  padding: 0 0 0 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.llnopadding-bottom {
  padding-bottom: 0 !important;
}
.llnopadding-top {
  padding-top: 0 !important;
}
.llmargin1 {
  margin-bottom: 20px;
}
.llmargin1-top {
  margin-top: 20px;
}
.uppercase {
  text-transform: uppercase;
}
/*******************************************************/
/* Top-level structure                                 */
/* avoid sideways bouncing effects when
   scrollbar appears/disappears */
body {
  overflow-y: scroll;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: auto;
}
html.modal-open,
body.modal-open {
  overflow: hidden;
}
#main-wrapper {
  box-sizing: border-box;
  min-height: 100vh;
  height: auto;
  min-width: 1200px;
  position: relative;
}
a {
  cursor: pointer;
}
.row-fluid.dashboard-body > [class*='span'] {
  min-height: 0 !important;
}
#main-wrapper-ghost {
  position: fixed;
  top: 50px;
  left: 180px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -100;
}
body.sidebar-collapsed #main-wrapper-ghost {
  left: 52px;
}
body.print-mode #main-wrapper-ghost {
  left: 0;
}
/*******************************************************/
/* Navbar                                              */
#navbar {
  margin-bottom: 0px;
}
#navbar .navbar-inner .brand:hover {
  color: #999;
}
#navbar .navbar-inner .brand .ll-brand-link {
  color: #999;
  vertical-align: middle;
}
#navbar .navbar-inner .brand .ll-brand-link:hover {
  color: #ffffff;
}
#navbar .navbar-inner .brand .ll-brand-page-title {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
#navbar .nav a {
  text-decoration: none;
}
#lllogo {
  height: 32px;
  max-height: 32px;
  margin-top: 9px;
}
#after-navbar {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*******************************************************/
/* Sidebar                                             */
body.sidebar-collapsed #main-wrapper #sidebar {
  width: 52px;
}
body.sidebar-collapsed #main-wrapper #mainbody {
  margin-left: 52px;
}
body.sidebar-collapsed #main-wrapper #footer-contents {
  padding-left: 52px;
}
body.sidebar-collapsed #main-wrapper .footer-prefix {
  left: 52px;
}
body.sidebar-collapsed #main-wrapper #main-section {
  width: 51px;
}
body.sidebar-collapsed #main-wrapper #main-section .side-label {
  display: none;
}
body.sidebar-collapsed li.sidebar-nav a#collapse-nav i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sidebar {
  width: 180px;
  height: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--white);
  transition: width 0.3s ease;
  -webkit-box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.08);
}
#sidebar ul {
  text-align: center;
  margin-bottom: 0px;
}
#sidebar div[ll-sidebar] {
  height: 100%;
  border-right: 1px solid #d9d6d4;
}
#sidebar div[ll-sidebar] div.sidebar-container {
  height: 100%;
  padding: 0;
  margin: 0;
}
li.sidebar-nav {
  padding-left: 10px;
}
li.sidebar-nav a {
  display: block;
  padding: 10px 0 9px 0;
  color: #3b3a38;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #ece9e6;
}
li.sidebar-nav a#collapse-nav {
  color: #b2b2b2;
}
li.sidebar-nav a#collapse-nav i {
  color: #9d9992;
}
li.sidebar-nav:last-child a {
  border-bottom: 0;
}
li.sidebar-nav i {
  width: 35px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2em;
  display: inline-block;
  color: #7bbe33;
  margin-top: -1px;
}
li.sidebar-nav i.iconic {
  font-family: 'iconic-md';
}
li.sidebar-nav.selected {
  border-right: 3px solid #7bbe33;
}
li.sidebar-nav:hover {
  background-color: rgba(123, 190, 51, 0.15);
}
li.sidebar-nav:hover a {
  color: #4f8c00;
}
li.sidebar-nav.selected:hover {
  background-color: rgba(123, 190, 51, 0.15);
  color: #4f8c00;
}
#sidebar.fixed {
  position: fixed;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
#main-section {
  width: 180px;
}
/*******************************************************/
/* Body                                                */
#mainbody {
  margin-left: 180px;
  padding: 10px 23px 46px;
  background-color: #fafafa;
  transition: padding 0.3s ease, margin 0.3s ease;
}
body.no-sidebar #mainbody,
#mainbody.no-sidebar {
  margin-left: 0 !important;
}
#mainbody.llnopadding {
  padding: 0px;
}
#api-loader-box,
#api-error-box {
  display: none;
}
body.api-promises-loading #api-loader-box,
body.api-bootstrap-loading #api-loader-box,
body.api-promises-error #api-error-box,
body.api-bootstrap-error #api-error-box {
  display: block;
}
/*******************************************************/
/* Footer                                              */
footer {
  text-align: center;
  background-color: #777574;
  font-size: 11px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
footer a {
  color: #fafafa;
  font-weight: bold;
  text-transform: uppercase;
}
footer a:hover,
footer a:focus,
footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}
footer ul.inline > li,
footer ol.inline > li {
  padding-left: 16px;
  padding-right: 16px;
}
#copyright {
  color: #e8e8e8;
  font-size: 12px;
  margin-right: 33px;
  position: absolute;
  right: 0;
}
.footer-prefix {
  margin-left: 33px;
  position: absolute;
  left: 180px;
  font-size: 12px;
  color: #e8e8e8;
}
#footer-contents {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 180px;
}
body.no-sidebar #footer-contents {
  padding-left: 0;
}
/*******************************************************/
/* Notifications                                       */
.ll-notification-alert h2 {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0px;
}
/*******************************************************/
/* Forms                                               */
label.inline {
  display: inline;
}
.input-xmlarge {
  width: 425px;
}
.input-prepend-content {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -1px;
  padding: 10px 12px;
  font-size: 13px;
  color: #8c8c8c;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f3ef;
  border: 1px solid #d9d6d4;
  border-radius: 0 3px 3px 0;
  background: var(--white);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  text-shadow: none;
  text-align: inherit;
}
.input-prepend-content.disabled,
.input-prepend-content[disabled] {
  background: #ece9e6;
  cursor: not-allowed;
}
.input-prepend select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4gPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE0IDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxwb2x5Z29uIHBvaW50cz0iMy44NjIsNy45MzEgMCw0LjA2OSA3LjcyNSw0LjA2OSAiLz48L3N2Zz4=');
  padding: 0 1.5em 0 0.5em;
}
.transparent-on-disabled[disabled] {
  color: transparent;
}
.fileupload .input-append .btn {
  height: 12px;
}
/*******************************************************/
/* llalert                                             */
.llalert-bar {
  top: 50px;
  left: 180px;
  transition: left 0.3s ease;
}
body.sidebar-collapsed .llalert-bar {
  left: 52px;
}
body.aside-open .llalert-bar {
  transition: right 0.3s ease;
  right: 400px;
}
/*******************************************************/
/* Boxes                                               */
.llbox {
  padding: 16px 10px;
  border-radius: 3px;
  color: #3b3a38;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 3px 0 0 #dedede;
}
.llbox h2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.llbox h2.skinny {
  line-height: 1em;
}
.llbox h3 {
  font-size: 1.2em;
  font-weight: 200;
  letter-spacing: 1px;
  color: #3b3a38;
}
.llbox h3.skinny {
  line-height: 1em;
}
.llbox.llbox-margin {
  margin-bottom: 15px;
}
/* This is a small square box with some padding*/
.llsmallbox {
  padding: 4px 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 20px;
  /* for when we want two llsmallboxes attached*/
}
.llsmallbox.llsmallbox-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
}
.llsmallbox.llsmallbox-bottom {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
}
/*******************************************************/
/* General helpers                                     */
.no-animate {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.no-padding-left.no-padding-left.no-padding-left {
  padding-left: 0px;
}
.llclickable {
  cursor: pointer;
}
.horizontal-stack {
  *zoom: 1;
}
.horizontal-stack:before,
.horizontal-stack:after {
  display: table;
  content: '';
  line-height: 0;
}
.horizontal-stack:after {
  clear: both;
}
.horizontal-stack > *:not(.pull-right) {
  float: left;
  margin-right: 5px;
}
.horizontal-stack > *:last-child {
  margin-right: 0;
}
.horizontal-stack > .separator {
  border-right: 1px solid #d3d3d3;
  position: relative;
  top: -19px;
  margin-top: 9px;
  margin-left: 20px;
  margin-right: 20px;
}
.horizontal-stack.stack-labels label {
  display: block;
  margin-top: -19px;
}
.llcenter {
  margin-left: auto;
  margin-right: auto;
}
.label a {
  color: var(--white);
}
.label a:hover {
  text-decoration: none;
}
.label-hover:hover {
  background-color: #706f6e;
}
.label-hover:hover.label-important {
  background-color: #e03423;
}
.label-hover:hover.label-warning {
  background-color: #dbaa1d;
}
.label-hover:hover.label-success {
  background-color: #428458;
}
.label-hover:hover.label-info {
  background-color: #2d8698;
}
.label-hover:hover.label-inverse {
  background-color: #0c0c0b;
}
/*
Put a clickable icon inside the label without an explosion!

<span class="label">
  Foo Bar
  &nbsp;
  <a href="foobar">
    <i class="ll-clickable-icon icon-binoculars"></i>
  </a>
</span>
*/
.label.label-with-icon {
  position: relative;
  padding: 4px;
}
.label.label-with-icon i.ll-clickable-icon {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: inherit;
  vertical-align: text-bottom;
  padding: 0px 2px;
}
.label.label-with-icon * {
  display: inline-block;
  vertical-align: middle;
}
/* Added to truncate long filters */
.label-filter {
  height: 14px;
}
.label-filter a {
  vertical-align: top;
}
.label-filter .truncated {
  display: inline-block;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.label.clickable {
  text-decoration: none;
  cursor: pointer;
}
a.label.clickable:hover {
  background-color: #333;
}
/* Outlines the text with 1px of specified color */
.llfilter-add-on.lfilter-add-on {
  min-width: 100px;
}
input:not(.no-error-markings).ng-invalid:focus,
textarea:not(.no-error-markings).ng-invalid:focus,
select:not(.no-error-markings).ng-invalid:focus,
input:not(.no-error-markings).ng-invalid[required]:focus,
textarea:not(.no-error-markings).ng-invalid[required]:focus,
select:not(.no-error-markings).ng-invalid[required]:focus {
  border-color: #94281e;
  -webkit-box-shadow: 0 0 6px #e1746a;
  -moz-box-shadow: 0 0 6px #e1746a;
  box-shadow: 0 0 6px #e1746a;
}
input:not(.no-error-markings).ng-invalid[required],
textarea:not(.no-error-markings).ng-invalid[required],
select:not(.no-error-markings).ng-invalid[required] {
  color: #bf3326;
  border-color: #bf3326;
}
span.icon-filler-2 {
  padding-left: 65px;
}
span.icon-filler-1 {
  padding-left: 24px;
}
.loading-msg {
  color: DarkGray;
}
.form-help {
  padding-left: 5px;
}
.clear-both {
  clear: both;
}
.float-clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.cursor-inherit {
  cursor: inherit !important;
}
div[class*='popover'].pre-line .popover-content {
  white-space: pre-line;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.controls .control-text {
  padding-left: 5px;
  position: relative;
  top: 5px;
}
.text-normal {
  color: #333;
}
.no-margin-bottom-last-child > *:last-child {
  margin-bottom: 0;
}
.hide-if-last:last-child {
  display: none;
}
/******************************************************/
/* Animation Helpers
 *
 * Most animations are pulled from the amazing Animate.css library
 * https://github.com/daneden/animate.css
 * These animations require some "base" settings. The
 * .animation-base() mixin has been created in order to
 * facilitate.
 * Different angular elements require different animation properties.
 * Look for these properties when selecting an animation. Here's
 * a copy of the table.
 *
 * Directive      Supported Animations
 * ngRepeat        enter, leave and move
 * ngView          enter and leave
 * ngInclude       enter and leave
 * ngSwitch        enter and leave
 * ngIf            enter and leave
 * ngClass         add and remove
 * ngShow & ngHide add and remove (the ng-hide class value)
 * form            add and remove (dirty, pristine, valid, invalid & all other validations)
 * ngModel         add and remove (dirty, pristine, valid, invalid & all other validations)
 */
.fade-in {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in.ng-hide-remove {
  animation-name: fadeInUp;
  display: inline-block !important;
}
.fade-out {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.fade-out.ng-hide-add {
  animation-name: fadeOutDown;
  display: inline-block !important;
}
.slide-in-up {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slide-in-up.ng-hide-remove {
  animation-name: slideInUp;
}
.slide-out-down {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slide-out-down.ng-hide-add {
  animation-name: slideOutDown;
}
.slide-out-up {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slide-out-up.ng-hide-add {
  animation-name: slideOutUp;
}
.flipOutX {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX.ng-leave-active {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
.flipInX {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX.ng-enter-active {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1s linear infinite;
}
/******************************************************/
/* Animation Helpers                                 */
.if-slide-right {
  vertical-align: top;
  display: inline-block;
}
.if-slide-right.ng-enter,
.if-slide-right.ng-enter-prepare,
.if-slide-right.ng-leave,
.if-slide-right.ng-leave-prepare {
  overflow: hidden;
}
.switch-slide-container {
  position: relative;
  overflow: hidden;
}
.switch-slide-right {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.switch-slide-right.ng-enter {
  animation-name: slideInLeft;
}
.switch-slide-right.ng-leave {
  position: absolute;
  margin-left: 5px;
  left: -5px;
  top: 0;
  animation-name: slideOutRight;
}
.switch-slide-left {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.switch-slide-left.ng-enter {
  animation-name: slideInRight;
}
.switch-slide-left.ng-leave {
  position: absolute;
  margin-right: 5px;
  right: -5px;
  top: 0;
  animation-name: slideOutLeft;
}
.switch-fade {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -ms-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  transition-delay: 0.5s;
}
.switch-fade.ng-enter {
  opacity: 0;
}
.switch-fade.ng-enter-active {
  opacity: 1;
}
.switch-fade.ng-leave {
  opacity: 1;
}
.switch-fade.ng-leave-active {
  opacity: 0;
}
/******************************************************/
/* Transition Mixins                                  */
.ease-all-250ms {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/******************************************************/
/* Custom Span widths                                 */
span .span-mini {
  width: 60px;
}
span .span-small {
  width: 90px;
}
span .span-medium {
  width: 150px;
}
span .span-large {
  width: 210px;
}
span .span-xlarge {
  width: 270px;
}
span .span-xxlarge {
  width: 530px;
}
/*******************************************************/
/* Print style                                         */
#print_header {
  display: none;
}
.dashboard-top-item {
  margin-top: 4px;
}
.print-mode-mixin .dashboard-top svg,
.print-mode-mixin .dashboard-bottom svg {
  width: 600px !important;
}
.print-mode-mixin .dashboard-column svg {
  width: 300px !important;
}
.print-mode-mixin svg .nv-controlsWrap {
  display: none;
}
body.print-mode .dashboard-top svg,
body.print-mode .dashboard-bottom svg {
  width: 600px !important;
}
body.print-mode .dashboard-column svg {
  width: 300px !important;
}
body.print-mode svg .nv-controlsWrap {
  display: none;
}
body.print-mode #mainbody,
body.print-mode main-wrapper {
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
body.print-mode .row-fluid .ll-heading {
  margin-top: 10px;
}
body.print-mode .row-fluid .ll-heading,
body.print-mode .row-fluid li {
  margin-left: 40px;
}
@media print {
  /*do not print boilerplate*/
  #navbar,
  #sidebar,
  #footer-contents,
  footer {
    display: none !important;
  }
  [data-view='select_options1'] li,
  [data-view='select_options_console'] li,
  [data-view='select_options_events'] li,
  [data-view='select_options_mail'] li,
  [data-view='select_options_downloads'] li,
  [data-view='select_options1'] .llsmallbox,
  [data-view='select_options_console'] .llsmallbox,
  [data-view='select_options_events'] .llsmallbox,
  [data-view='select_options_mail'] .llsmallbox,
  [data-view='select_options_downloads'] .llsmallbox {
    border: none;
  }
  [data-view='select_options1'] .collapse,
  [data-view='select_options_console'] .collapse,
  [data-view='select_options_events'] .collapse,
  [data-view='select_options_mail'] .collapse,
  [data-view='select_options_downloads'] .collapse {
    display: none;
  }
  #print_header {
    padding: 5px !important;
    display: block !important;
  }
  #print_header h2 {
    font-family: 'Clarity City', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-bottom: 5px;
    color: black !important;
    font-size: 22px;
    font-weight: normal;
  }
  #print_header img,
  #print_header h2 {
    margin-left: 10px;
    margin-top: 15px;
  }
  #after-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #main-wrapper {
    padding-bottom: 0px;
  }
  #mainbody {
    margin-left: 0px;
  }
  #mainbody,
  #main-wrapper {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  .dashboard-top-item {
    margin-top: 4px;
  }
  .dashboard-top svg,
  .dashboard-bottom svg {
    width: 600px !important;
  }
  .dashboard-column svg {
    width: 300px !important;
  }
  svg .nv-controlsWrap {
    display: none;
  }
  ul.nav-pills.nav > li.active > a {
    border: 1px solid black;
  }
}
/* Headers with the green color from llbox headers */
h3.llheader3,
h2.llheader3 {
  font-size: 1.2em;
  color: #323230;
}
h3.llheader2,
h2.llheader2 {
  font-size: 1.6em;
  color: #323230;
}
h3.llheader1,
h2.llheader1 {
  font-size: 2em;
  color: #323230;
}
/*Headers that look like the form legend to be used outside of forms*/
h3.legend {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
}
.legend-border {
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
}
.llheader {
  color: #323230;
}
/* Custom description list size changes, note this changes
   the spacing in the description text and list */
.dl-horizontal dd {
  min-height: 20px;
}
.dl-horizontal.lldl-small dt {
  width: 70px;
}
.dl-horizontal.lldl-small dd {
  margin-left: 90px;
}
.dl-horizontal.lldl-small dt {
  width: 100px;
}
.dl-horizontal.lldl-small dd {
  margin-left: 120px;
}
.dl-horizontal.lldl-medium dt {
  width: 130px;
}
.dl-horizontal.lldl-medium dd {
  margin-left: 150px;
}
.dl-horizontal.lldl-large dt {
  width: 160px;
}
.dl-horizontal.lldl-large dd {
  margin-left: 180px;
}
.dl-horizontal.lldl-xlarge dt {
  width: 190px;
}
.dl-horizontal.lldl-xlarge dd {
  margin-left: 210px;
}
.dl-horizontal.lldl-xxlarge dt {
  width: 220px;
}
.dl-horizontal.lldl-xxlarge dd {
  margin-left: 240px;
}
.wordwrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.line-through {
  text-decoration: line-through;
}
a:not(.ll-clickable-icon) > i.iconic:not(.ll-clickable-icon) {
  text-decoration: inherit;
  top: auto;
  left: auto;
}
a:not(.ll-clickable-icon) > i.iconic:not(.ll-clickable-icon):before {
  width: auto;
  text-decoration: inherit;
}
a.nounderline,
a:hover.nounderline,
.nounderline {
  text-decoration: none;
}
.preserve-whitespace {
  white-space: pre-wrap;
}
.settings-bar-annotation {
  top: 0;
  position: absolute;
  right: 0;
  padding-right: 2px;
  padding-top: 2px;
}
#ui-datepicker-div {
  z-index: 500 !important;
}
/**
 * SSO Redirection page
 */
#ll-sso-loading-container {
  width: 500px;
  margin-top: 100px;
  text-align: center;
}
li .list-sub-content {
  margin-left: 25px;
  max-width: 900px;
}
li .list-header {
  font-weight: bold;
  font-size: 1.1em;
}
/*******************************************************/
/* Pcap Table in pcaps_display.html                      */
.pcaps_display {
  /* we don't restrict height anymore
  &>.restrict-height>.llbox {
    height: 378px; // set this to the same as what .flows rendered height is without flows displayed
                   // This just helps with the page jumping too much.
  } */
}
.pcaps_display > .table-bordered,
.pcaps_display
  > .table-bordered
  tfoot:last-child
  tr:last-child
  > td:first-child,
.pcaps_display
  > .table-bordered
  tfoot:last-child
  tr:last-child
  > td:last-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.pcaps_display > .llbox {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0;
}
/*******************************************************/
/* Pcap Details in pcap_details.html                    */
.pcap_details {
  border: 1px solid #ddd;
  border-top-width: 0;
  padding-top: 5px;
  border-radius: 0 0 3px 3px;
}
.pcap_details dd {
  word-break: break-all;
}
.pcap_details .pcap-http-headers {
  word-break: break-all;
  padding-top: 35px;
}
.pcap_details .pcap-flow-details {
  padding: 9.5px;
  padding-left: 88px;
  background-color: var(--white);
}
.pcap_details .pcap-flow-details .well-annotation {
  background-color: #f5f5f5;
}
.pcap_details .flow-navigation ul {
  padding: 0 5px;
  margin: 0;
}
.pcap_details .flow-navigation hr {
  margin: 5px 0;
}
.pcap_details .flows {
  /* We don't restrict height anymore
    &.restrict-height .tab-pane {
      height: 330px;
      max-height: 330px;
      overflow-y: scroll;
    } */
  /* Protocol Specific */
}
.pcap_details .flows .nav {
  margin-bottom: 0;
  padding: 0 5px;
}
.pcap_details .flows .tab-pane {
  -webkit-box-shadow: inset 0px 29px 29px -41px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 29px 29px -41px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 29px 29px -41px rgba(0, 0, 0, 0.5);
  padding: 5px;
  overflow-y: auto;
  overflow-x: auto;
}
.pcap_details .flows .tab-pane > pre:last-child {
  margin-bottom: 0;
}
.pcap_details .flows .protocol-ftp code {
  color: #333;
}
.pcap_details .flows .protocol-irc .down {
  background-color: #eee;
}
.pcap_details .flows .protocol-irc code {
  color: #333;
}
.pcap_details .flows .protocol-irc table > tbody {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.pcap_details .flows .protocol-irc .args {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  white-space: pre-wrap;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.pcap_details .flows .protocol-dns table.table-striped td,
.pcap_details .flows .protocol-dns table.table-striped th {
  width: 50%;
}
.pcap_details .flows .protocol-http .http-url-params {
  margin-bottom: 0;
}
.pcap_details .flows .protocol-http .http-url-params tr > td:first-child {
  font-weight: bold;
  min-width: 100px;
  text-align: right;
}
.pcap_details .flows .protocol-tls .cipher-suites {
  margin: 0;
  position: relative;
  padding-left: 8em;
}
.pcap_details .flows .protocol-tls .certificate {
  position: relative;
}
.pcap_details .flows .protocol-tls .certificate .icon-certificate {
  position: absolute;
  top: 7px;
  right: 7px;
}
.pcap_details .flows .protocol-raw .raw-well {
  padding: 9.5px;
}
.pcap_details .flows .protocol-raw .raw-well.upload {
  background-color: #e8e8e8;
}
.pcap_details .flows .protocol-raw .raw-well .data-direction {
  vertical-align: top;
}
.pcap_details .flows .protocol-raw .raw-well .raw-data {
  white-space: pre-wrap;
  word-break: break-all;
}
/********************************************************************/
/* BEGIN ENABLE/DISABLE SWITCH STYLE (ll-enable-disable in misc.js) */
.controls .enableddisabledswitch {
  margin: 6px 0;
}
.enableddisabledswitch {
  position: relative;
  width: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
}
.enableddisabledswitch-checkbox {
  display: none !important;
}
.enableddisabledswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #666666;
  border-radius: 3px;
  margin-bottom: 0;
}
.enableddisabledswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.enableddisabledswitch-inner:before,
.enableddisabledswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 15px;
  font-size: 11px;
  color: var(--white);
  font-family: 'Clarity City', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enableddisabledswitch-inner:before {
  content: 'ENABLED';
  padding-left: 2px;
  background-color: #006699;
  color: #ffffff;
}
.enableddisabledswitch-inner:after {
  content: 'DISABLED';
  padding-right: 1px;
  background-color: #f0f0f0;
  color: #666666;
  text-align: right;
}
.enableddisabledswitch-inner.truefalse:before {
  content: '    TRUE' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.truefalse:after {
  content: 'FALSE   ' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.activeinactive:before {
  content: '  ACTIVE' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.activeinactive:after {
  content: 'INACTIVE' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.yesno:before {
  content: '     YES' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.yesno:after {
  content: 'NO      ' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.publicprivate:before {
  content: '  PUBLIC' !important;
  white-space: pre;
}
.enableddisabledswitch-inner.publicprivate:after {
  content: 'PRIVATE  ' !important;
  white-space: pre;
}
.enableddisabledswitch-switch {
  display: block;
  width: 11px;
  margin: 0px;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.enableddisabledswitch-checkbox:checked
  + .enableddisabledswitch-label
  .enableddisabledswitch-inner {
  margin-left: 0;
}
.enableddisabledswitch-checkbox:checked
  + .enableddisabledswitch-label
  .enableddisabledswitch-switch {
  right: 0px;
}
.enableddisabledswitch-checkbox:disabled + .enableddisabledswitch-label {
  border-color: #e5e5e5;
  cursor: not-allowed;
}
.enableddisabledswitch-checkbox:disabled
  + .enableddisabledswitch-label
  .enableddisabledswitch-inner:before,
.enableddisabledswitch-checkbox:disabled
  + .enableddisabledswitch-label
  .enableddisabledswitch-inner:after {
  background-color: #f0f0f0 !important;
  color: #cacaca !important;
}
/*******************************************************/
/* url-popover for LLPcapsDisplay                      */
.url-popover .label {
  word-break: break-all;
  white-space: normal;
  display: block;
  margin-bottom: 5px;
}
.url-popover .label:last-child {
  margin-bottom: 0px;
}
/*******************************************************/
/* stacked list is in notifications checkpoint cert selection but could be used anywhere */
ul.stacked-list {
  background-color: #ffffff;
  list-style: none;
  display: block;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
ul.stacked-list li {
  display: block;
  padding: 8px 12px;
  border: 1px solid #d9d6d4;
  border-top-width: 0px;
  background-color: #ffffff;
  border-radius: 0;
}
ul.stacked-list.thin li {
  padding: 2px 3px;
}
ul.stacked-list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-width: 1px;
}
ul.stacked-list li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.stacked-list li.ng-enter,
ul.stacked-list li.ng-move {
  transition: 0.5s linear all;
  opacity: 0;
  background-color: #98df8a;
}
ul.stacked-list li.ng-enter-active,
ul.stacked-list li.ng-move-active {
  opacity: 1;
  background-color: inherit !important;
}
ul.stacked-list li.ng-leave {
  color: #c3325f;
  animation: 0.5s leave_ani;
}
@keyframes leave_ani {
  from {
    opacity: 1;
  }
  to {
    opactiy: 0;
  }
}
ul.stacked-list.clickable li:hover {
  background-color: #eee;
  cursor: pointer;
}
ul.stacked-list.clickable li:hover .highlight {
  text-decoration: underline;
  color: #4f8c00;
}
ul.stacked-list.clickable li .highlight {
  color: #7bbe33;
}
/*******************************************************/
/* homenet_configuration.html Modifies Select2          */
#homenet_config_ip_ranges_cg li.select2-search-choice {
  clear: both !important;
}
.expanded-row > td {
  background-color: #f5f3ef;
}
.footer {
  text-align: right;
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5;
}
.transparent-bg {
  background-color: transparent;
}
.text-center {
  text-align: center !important;
}
.dropdown-menu > li > a.malscape-report-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dropdown-menu > li > a.malscape-report-item > * {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 0;
}
.dropdown-menu > li > a.malscape-report-item .malscape-report-item-desc {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 3px;
}
.flex-1auto-1grow {
  display: flex;
  flex-direction: row;
}
.flex-1auto-1grow > span:nth-child(1) {
  flex: 0 0 auto;
}
.flex-1auto-1grow > span:nth-child(2) {
  flex: 1 1 auto;
}
.grid-1auto-1grow {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
}
.grid-1auto-1grow.pad-1em > *:nth-child(odd) {
  margin-right: 1em;
}
.table-filters {
  margin-top: 5px;
  margin-bottom: 5px;
}
.accordion-group.accordion-dark-body > .accordion-body {
  background-color: #f5f5f5;
}

.event-evidence-block .well:last-child {
  margin-bottom: 0;
}
.event-evidence-block .evidence-tbl {
  margin-left: 1em;
  background: transparent;
}
.event-evidence-block .evidence-tbl th {
  font-weight: bold;
}
.event-evidence-block .evidence-tbl tr,
.event-evidence-block .evidence-tbl td {
  border: 0;
}
.event-evidence-block .evidence-tbl a {
  display: inline-block;
}
.event-evidence-block .evidence-tbl .llsmallbox {
  border: 0;
  padding: 5px 0 0 0;
  margin: 0;
}
.event-evidence-block .evidence-tbl .alert {
  margin-bottom: 0;
}
.global-search-form .input-container {
  display: flex;
  justify-content: center;
}
.global-search-form .input-container .btn-group {
  display: flex;
  vertical-align: top;
}
.global-search-form .input-container .search-input {
  display: flex;
}
.global-search-form .input-container .ui-select-container {
  padding: 0;
  border-radius: 0;
}
.global-search-form .input-container .ui-select-container .ui-select-match {
  border-radius: 0;
}
/***************************************
 * settings_sensor_conf.html
 ***************************************/
.sensor-threshold-slider {
  /**
   This is used to color the slider knobs and hide the bar between the knobs
   */
}
.sensor-threshold-slider .rz-pointer {
  background: #fbb450;
}
.sensor-threshold-slider .rz-pointer ~ .rz-pointer {
  background: #ee5f5b;
}
.sensor-threshold-slider .rz-bar.rz-selection {
  background: transparent;
}
.settings-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 24px 34px;
  background-color: #f5f3ef;
  border: solid 1px #e8e8e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.settings-well .well-annotation {
  position: absolute;
  padding: 5px;
  background-color: var(--white);
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings-well .well-annotation.top-right {
  top: -1px;
  right: -1px;
}
.settings-well .well-annotation.top-left {
  top: -1px;
  left: -1px;
}
.settings-well .well-annotation.bottom-right {
  bottom: -1px;
  right: -1px;
}
.settings-well .well-annotation.bottom-left {
  bottom: -1px;
  left: -1px;
}
.settings-well-large {
  padding: 29px 39px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings-well-small {
  padding: 14px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings-well-white {
  background-color: #ffffff;
  border: solid 1px #d9d6d4;
}
.settings-well > *:last-child {
  margin-bottom: 0;
}
.settings-well > h6 {
  margin-top: 0;
}
.settings-well > h5 {
  margin-top: 0;
}
.settings-well > h4 {
  margin-top: 0;
}
.settings-well > h3 {
  margin-top: 0;
}
.settings-well > h2 {
  margin-top: 0;
}
.settings-well > h1 {
  margin-top: 0;
}
/* * * * * * * * * * * * * * *
* Portal tour popover        *
* * * * * * * * * * * * * * */
.popover.tour-portal_tour {
  z-index: 1031;
}
.popover-wrapper form {
  z-index: 1030 !important;
}
.modal.eula-modal {
  margin-left: 0;
  width: 50%;
  left: 25%;
}
.modal.eula-modal .eula-body {
  text-align: justify;
}
.modal.eula-modal ol {
  list-style-type: lower-alpha;
}
.hover-accent:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
/*******************************************************/
/* LLWindows Icon                                      */
.windows-icon {
  height: auto;
  width: auto;
  min-width: 19px;
  cursor: default;
  display: inline-block;
  margin-top: 0;
  padding: 0.2em 1px 0.15em;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
  color: rgba(255, 255, 255, 0.89);
  text-shadow: -1px -1px 0 #126697, 1px -1px 0 #126697, -1px 1px 0 #126697,
    1px 1px 0 #126697;
  background-image: url('../images/windows7.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.windows-icon.windows-icon-border {
  border: solid 1px #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.windows-icon.windows-icon-border.disabled {
  cursor: default;
}
.windows-icon.disabled {
  background-image: url('../images/windows7-disabled.png');
  text-shadow: -1px -1px 0 #505050, 1px -1px 0 #505050, -1px 1px 0 #505050,
    1px 1px 0 #505050;
}
.windows-icon.windows-10 {
  background-image: url('../images/windows10.png');
}
.windows-icon.windows-10.disabled {
  background-image: url('../images/windows10-disabled.png');
}
/** Tutorial video popovers */
.video-popover {
  z-index: 1029;
  font-size: 15px;
  max-width: 300px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.video-popover .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-weight: bold;
  background-color: #f5f3ef;
  border-bottom: 1px solid #ebe7df;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.video-popover .popover-close {
  float: right;
  margin-right: 10px;
  cursor: pointer;
  line-height: 35px;
}
.video-popover .popover-content {
  padding: 0;
}
.video-popover .popover-content .play-button {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjI2MywxMzUuMjcyYzguMTc4LTIwLjg0MywyMi4yNjQtMzEuMjYxLDQzLjE1OC00MC4zMjEgICBDNzUuODY4LDg1Ljg5MSwxNjUuODE1LDgwLjQ1MiwyNTYuMjE2LDgwYzkwLjQxNiwwLjQ1MiwxNzkuOTA3LDUuODkxLDIwMC4zNDgsMTQuOTUxYzIwLjkxLDkuMDYsMzQuOTgsMTkuNDc4LDQzLjE2NSw0MC4zMjEgICBDNTA3Ljg5OSwxNTUuNjU1LDUxMiwyMDUuOTQsNTEyLDI1Ni4yMzRjMCw1MC4yNy00LjEwMSwxMDAuMTA0LTEyLjI3MSwxMjAuNTAxYy04LjE4NSwyMC44MzYtMjIuMjU1LDMxLjI0Ni00My4xNjUsNDAuNzY3ICAgYy0yMC40NCw5LjA2Ny0xMDkuOTMyLDE0LjA0Ni0yMDAuMzQ4LDE0LjQ5OGMtOTAuNDAxLTAuNDUyLTE4MC4zNDgtNS40MzEtMjAwLjc5NS0xNC40OTggICBjLTIwLjg5NC05LjUyMS0zNC45OC0xOS45MzEtNDMuMTU4LTQwLjc2N0M0LjA4NSwzNTYuMzM4LDAsMzA2LjUwNCwwLDI1Ni4yMzRDMCwyMDUuOTQsNC4wODUsMTU1LjY1NSwxMi4yNjMsMTM1LjI3MiAgIEwxMi4yNjMsMTM1LjI3MnoiIGZpbGw9IiNDMzNDMkQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwb2x5Z29uIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBwb2ludHM9IjE5Mi4xNjQsMTQ0LjMzMiAxOTIuMTY0LDM1MS44MTIgMzY4Ljg4OCwyNTYuMjM0ICAiLz48cG9seWdvbiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNEOEQ5RDkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIxOTIuMTY0LDE2MC4xODggMzY4Ljg4OCwyNTYuMjM0IDE5Mi4xNjQsMTQ0LjMzMiAgIi8+PC9nPjwvc3ZnPg==)
    center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.video-popover .popover-content img.video-thumbnail {
  width: 300px;
}
.video-popover .popover-footer.video-buttons {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.video-popover .arrow,
.video-popover .arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.video-popover .arrow {
  border-width: 5px;
}
.video-popover .arrow:after {
  border-width: 5px;
  content: '';
}
.video-popover[x-placement^='left'] {
  margin-right: 10px;
}
.video-popover[x-placement^='left'] .arrow {
  top: 50%;
  margin-top: -5px;
  right: -5px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.video-popover[x-placement^='left'] .arrow:after {
  right: 1px;
  bottom: -5px;
  border-right-width: 0;
  border-left-color: #fff;
}
.video-popover[x-placement^='right'] {
  margin-left: 10px;
}
.video-popover[x-placement^='right'] .arrow {
  top: 50%;
  margin-top: -5px;
  left: -5px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.video-popover[x-placement^='right'] .arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #fff;
}
.video-popover[x-placement^='bottom'] {
  margin-top: 8px;
}
.video-popover[x-placement^='bottom'] .arrow {
  left: 50%;
  top: -5px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.video-popover[x-placement^='bottom'] .arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.video-popover[x-placement^='top'] {
  margin-bottom: 8px;
}
.video-popover[x-placement^='top'] .arrow {
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.video-popover[x-placement^='top'] .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.select2-dropdown-open > .massive-select-choice.select2-choice {
  border-bottom-color: #5897fb;
}
.massive-select-dropdown {
  background-color: var(--white);
  z-index: 1051;
}
.massive-select-dropdown.ll-abs-pos-flip .dropdown-container {
  margin-bottom: 0;
}
.massive-select-dropdown.ll-abs-pos-flip .select2-search {
  top: auto;
  bottom: 0;
}
.massive-select-dropdown.ll-abs-pos-flip > .select2-drop {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
}
.massive-select-dropdown .select2-drop {
  position: relative !important;
  padding-top: 2px;
}
.massive-select-dropdown > div {
  background-color: var(--white);
  width: auto;
}
.massive-select-dropdown .dropdown-container {
  position: relative;
  display: block;
  padding: 4px 0 0 4px;
  margin: 0 4px 4px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.massive-select-dropdown .dropdown-container .option {
  display: block;
  width: 100%;
  cursor: pointer;
  position: absolute;
  line-height: 20px;
}
.massive-select-dropdown .dropdown-container .option > span {
  padding: 3px 7px 4px;
  margin: 0;
  min-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.massive-select-dropdown .dropdown-container .option.selected {
  background-color: #3875d7;
  color: var(--white);
}
.massive-select-dropdown .dropdown-container .option .ui-select-highlight {
  text-decoration: underline;
  font-weight: normal;
}
.metric-legend {
  margin: 0.1em 0.1em;
  cursor: pointer;
}
.metric-legend > li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.metric-legend .legend-disabled {
  color: #999;
}
.metric-legend .legend-disabled .color-legend {
  opacity: 0.4;
}
.metric-legend .color-legend {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.select-modal {
  overflow-y: visible;
}
a.editable-click,
.editable-click {
  color: #069 !important;
  border-bottom: dashed 1px #069 !important;
  cursor: pointer;
}
a.editable-click:hover,
.editable-click:hover {
  color: #069 !important;
  border-bottom-color: #069 !important;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  color: #9d261d !important;
}
/* remove margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error,
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin: 0;
}
/**********************
llToggleInput.html
***********************/
.ll-toggle-input-form input[disabled],
.ll-toggle-input-form textarea[disabled],
.ll-toggle-input-form select[disabled] {
  color: transparent;
}
/*****************************
 ll-analyzed-score in misc.js
******************************/
ll-analyzed-score {
  display: inline;
}
/*****************************
 appliances_list.html
******************************/
table.lltable.appliance-table {
  margin-bottom: 80px;
}
.tooltip {
  white-space: nowrap;
}
.has-aside-pull {
  margin-right: 45px;
}
.has-aside-pull.pushed-body {
  margin-right: 0;
}
ll-aside-pull-container {
  position: fixed;
  right: 0;
  top: 50px;
  height: 100vh;
  background-color: #fafafa;
  border-left: 1px solid #d9d6d4;
  transition: margin 0.3s;
}
ll-aside-pull-container > .aside {
  box-shadow: none !important;
  background-color: var(--white);
}
ll-aside-pull-container ll-aside-pull {
  display: block;
}
ll-aside-pull-container ll-aside-pull .ll-aside-pull-inner {
  width: 45px;
  height: 45px;
  font-size: 1.3em;
  float: right;
  border-bottom: 1px solid #d9d6d4;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
ll-aside-pull-container ll-aside-pull .ll-aside-pull-inner.highlight {
  background: #7bbe33;
}
ll-aside-pull-container ll-aside-pull .ll-aside-pull-inner .aside-pull-text {
  font-size: 1.1em;
  text-align: center;
  line-height: 1em;
  display: flex;
}
ll-aside-pull-container
  ll-aside-pull
  .ll-aside-pull-inner
  .aside-pull-text
  > * {
  flex: 0 1 auto;
}
ll-aside-pull-container ll-aside-pull .ll-aside-pull-inner.selected {
  background: var(--white);
}
ll-aside-pull-container ll-aside-pull .ll-aside-pull-inner:hover {
  background-color: #ebe7df;
}
.aside-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.aside-section > * {
  flex: 0 1 auto;
}
.aside-section > div {
  min-height: 100%;
  background: #ffffff;
}
.aside-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  height: 45px;
  background-color: #f5f3ef;
  border-bottom: 1px solid #d9d6d4;
  box-sizing: border-box;
}
.aside-navigation *,
.aside-navigation *:before,
.aside-navigation *:after {
  box-sizing: inherit;
}
.aside-navigation li:first-child {
  color: #9d9992;
}
.aside-navigation li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #d9d6d4;
}
.aside-navigation li:hover {
  background-color: #ebe7df;
}
.aside-navigation li.selected {
  background-color: var(--white);
  border-bottom: 1px solid var(--white);
}
legend > a[ll-helper-popover] {
  margin-left: 0.5em;
}
.select2-container.ng-invalid:focus ul.select2-choices,
.select2-container.ng-invalid[required]:focus ul.select2-choices {
  border-color: #94281e;
  -webkit-box-shadow: 0 0 6px #e1746a;
  -moz-box-shadow: 0 0 6px #e1746a;
  box-shadow: 0 0 6px #e1746a;
}
.select2-container.ng-invalid[required] ul.select2-choices {
  border-color: #bf3326;
}
.select2-results .select2-highlighted .muted {
  color: #f2f2f2;
}
ll-vt-button {
  display: flex;
  align-items: center;
}
ll-vt-button > * {
  flex: 0 1 auto;
}
ll-vt-button img.vt-logo {
  margin-right: 0.3em;
}
ul.dropdown-menu li.dropdown-heading {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.modal.ll-modal-small {
  width: 600px;
  margin-left: -300px;
}
.modal.ll-modal-small > .modal-body {
  overflow-y: hidden;
  max-height: 500px;
}
/* for larger modals*/
.modal.ll-modal-large {
  /* new custom width */
  width: 900px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  margin-left: -450px;
}
.modal.ll-modal-large .modal-body {
  max-height: 500px;
}
/* Slightly larger modals */
.modal.ll-modal-xlarge {
  /* new custom width */
  width: 1000px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  margin-left: -500px;
}
.modal.ll-modal-xlarge .modal-body {
  max-height: 500px;
}
/* Log modals: large modal, with no color settings (will be overridden
 according to log status) */
/*
 * Style for the sensors page
 */
/*******************************************************/
/* Map                                                 */
#map {
  height: 240px;
  border: 1px solid #ccc;
  margin: 1.5em 0;
}
span.band-sensor-status.band-warning,
span.band-sensor-status.band-important {
  cursor: pointer;
}
/*******************************************************/
/* Admin sensor page                                   */
.license_details_button {
  cursor: pointer;
  width: 80%;
}
.license_details {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
table.sensor_header_table {
  width: 100%;
}
/*******************************************************/
/* Sensor Status Page                                  */
.top-right-margin {
  margin-top: 14px;
  margin-right: 24px;
}
.table tbody tr td.success {
  background-color: rgba(83, 166, 111, 0.2);
}
.table tbody tr td.error {
  background-color: rgba(230, 93, 80, 0.2);
}
.table tbody tr td.warning {
  background-color: rgba(230, 189, 69, 0.2);
}
.table tbody tr td.info {
  background-color: rgba(57, 169, 191, 0.2);
}
ll-breadcrumbs {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 10px;
  text-rendering: optimizelegibility;
}
ll-evidence-tables table.evidence-tbl {
  background: transparent;
}
/*Make sure floats are in front of other stuff
  We need position relative for z-index to apply -  moved here from app.css*/
.ll-float-container {
  position: relative;
  z-index: 5;
}
.ll-float-container.ll-float-container-spacing {
  margin-top: 12px;
  margin-right: 24px;
}
.ll-float-container a {
  display: inline-block;
}
.ll-filters-display .ll-tutorial-position {
  margin-top: -6px;
  margin-right: 14px;
}
.lltable .evidence-tbl tbody {
  border: 0;
}
.lltable .evidence-tbl td {
  padding: 0;
  font-size: 13px;
}
.well.has-annotation {
  padding-top: 2.5em;
  padding-bottom: 0.5em;
}
/*
 * Style for the login and password reset pages
 */
#login,
#password_reset {
  width: 650px;
  margin-top: 30px;
}
#login.sso-width {
  width: 700px;
}
#login .sso-login-btn {
  width: 85%;
  margin-bottom: 10px;
}
#login .sso-login-btn:last-child {
  margin: 0;
}
#login .sso-main-header {
  border-bottom: 1px solid #ddd;
}
#login .sso-options {
  margin-top: 15px;
}
#login .sso-options-border {
  border-left: 1px solid #ddd;
}
/*
 * Style for the portal help pages
 *
 * Since sphinx generates some css files automagically from template
 * and the template does not support full customization, we  have
 * to override a few things here.
 */
div.sphinxsidebar #searchbox input[type='text'] {
  padding: 0;
  width: 150px !important;
  margin-bottom: 0px;
}
#mainbody div.related ul {
  border-bottom: 1px solid #3b3a38;
}
#mainbody div.related:last-child ul {
  border-top: 1px solid #3b3a38;
}
.previct-help h1 {
  border-bottom: 1px solid #3b3a38 !important;
}
.previct-help h3,
.previct-help h4,
.previct-help h5,
.previct-help h6 {
  background-color: inherit !important;
  border-bottom: 0px !important;
  font-size: 120% !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
.previct-help blockquote p {
  font-size: 14px !important;
  font-weight: 100 !important;
}
.previct-help tt.descname {
  font-size: 13px !important;
}
/* Style for portal release notes */
.previct-releasenotes #content {
  margin-left: 15px;
  margin-right: 15px;
}
.previct-releasenotes h1 {
  color: #444;
  font-size: 28px;
  font-weight: normal;
  margin-top: 20px;
}
.previct-releasenotes .llbox h3 {
  color: #444;
}
/* Style for unsupported browser page */
html.svg .ll-nosvg {
  display: none;
}
/*******************************************************/
/* Print utilities
 *  copied from boostrap/responsive-utilities.less
 *  (which is not included by default since we don't
 *   currently use bootstrap responsive)
 */
.visible-print {
  display: none !important;
}
.print-atomic {
  page-break-inside: avoid;
}
.msie .print-atomic {
  page-break-inside: auto !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
  .lltable tbody tr:first-child td {
    page-break-inside: avoid;
  }
  .ll-dropdown-toggle {
    display: none;
  }
  .accordion-heading {
    page-break-after: avoid;
  }
}
/* Modify form sizes (extension of bootstrap) */
form.form-xsmall .control-label {
  width: 50px;
}
form.form-xsmall .controls {
  margin-left: 70px;
}
form.form-small .control-label {
  width: 100px;
}
form.form-small .controls {
  margin-left: 120px;
}
form.form-medium .control-label {
  width: 150px;
}
form.form-medium .controls {
  margin-left: 170px;
}
form.form-large .control-label {
  width: 200px;
}
form.form-large .controls {
  margin-left: 220px;
}
form.form-xlarge .control-label {
  width: 250px;
}
form.form-xlarge .controls {
  margin-left: 270px;
}
/* Custom description list size changes, note this changes
   the spacing in the description text and list */
.dl-horizontal.lldl-xsmall dt {
  width: 40px;
}
.dl-horizontal.lldl-xsmall dd {
  margin-left: 50px;
}
.dl-horizontal.lldl-small dt {
  width: 100px;
}
.dl-horizontal.lldl-small dd {
  margin-left: 120px;
}
.dl-horizontal.lldl-medium dt {
  width: 130px;
}
.dl-horizontal.lldl-medium dd {
  margin-left: 150px;
}
.dl-horizontal.lldl-text-align-left dt {
  text-align: left;
}
.dl-horizontal dt.pre-tag-align {
  margin-top: 11px;
}
/*
 * .ng-invalid only works on focus
 * .error only works on the entire control-group
 * Lets us use this class directly on elements
 */
.show-error.ng-invalid,
.show-error.error {
  border-color: #bf3326 !important;
  color: #bf3326 !important;
}
/*
  This disables the :hover highlighting of the dropdown menu.

  See: bootstrap/dropdowns.less#86
 */
.dropdown-menu.no-hover > li > a,
.dropdown-menu.no-hover > li > a:hover,
.dropdown-menu.no-hover > li > a:focus {
  background: transparent;
  color: #333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #83c63a;
  background-image: -moz-linear-gradient(top, #88cb3f, #7bbe33);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#88cb3f),
    to(#7bbe33)
  );
  background-image: -webkit-linear-gradient(top, #88cb3f, #7bbe33);
  background-image: -o-linear-gradient(top, #88cb3f, #7bbe33);
  background-image: linear-gradient(to bottom, #88cb3f, #7bbe33);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88cb3f', endColorstr='#ff7bbe33', GradientType=0);
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover:hover,
.dropdown-menu > .active > a:focus:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover:focus,
.dropdown-menu > .active > a:focus:focus {
  background-color: #76b631;
  background-image: -moz-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#7bbe33),
    to(#6eaa2e)
  );
  background-image: -webkit-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: -o-linear-gradient(top, #7bbe33, #6eaa2e);
  background-image: linear-gradient(to bottom, #7bbe33, #6eaa2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbe33', endColorstr='#ff6eaa2e', GradientType=0);
}
.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  color: #999;
  cursor: default;
  text-decoration: none;
  outline: 0;
  background: #ece9e6;
}
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:hover:hover,
.dropdown-menu > .selected > a:focus:hover,
.dropdown-menu > .selected > a:focus,
.dropdown-menu > .selected > a:hover:focus,
.dropdown-menu > .selected > a:focus:focus {
  background: #e1dcd8;
}
.dropdown > a.dropdown-toggle.disabled:not(.btn),
.dropdown.active > a.dropdown-toggle.disabled:not(.btn),
.dropdown > a.dropdown-toggle.disabled:not(.btn):hover,
.dropdown.active > a.dropdown-toggle.disabled:not(.btn):hover,
.dropdown > a.dropdown-toggle.disabled:not(.btn):active,
.dropdown.active > a.dropdown-toggle.disabled:not(.btn):active {
  background: #999;
  color: var(--white);
  cursor: default;
}
.tooltip-inner {
  max-width: 400px;
}
.input-append > .btn-group .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*
  All modified nvd3 CSS go here
 */
.nvtooltip {
  white-space: normal;
}
.nvtooltip.xy-tooltip {
  opacity: 0.8 !important;
}
.nvtooltip.xy-tooltip .truncated {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.aside {
  width: 400px;
  z-index: 1049;
  position: fixed;
  top: 47px;
  overflow: auto;
  bottom: 0;
  background-color: #f0f0f0;
}
.aside.right {
  -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);
  left: auto;
  right: 0;
  border-left: 1px solid #ddd;
}
.aside.left {
  right: auto;
  left: 0;
  border-right: 1px solid #ddd;
}
.aside.legacy-aside *,
.aside.legacy-aside *:before,
.aside.legacy-aside *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.aside.legacy-aside input {
  height: 30px;
  width: 100%;
}
.aside.legacy-aside .select2-search-field input {
  height: auto;
}
.aside.legacy-aside textarea {
  width: 100%;
}
.aside-content-wrapper {
  background-color: #f0f0f0;
  width: 100%;
}
.aside-content {
  height: 100%;
  position: relative;
}
.aside-content .aside-header {
  padding: 10px;
  height: 47px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.aside-content .aside-header h3 {
  margin: 0px;
  font-size: 1.5em;
  line-height: 27px;
  display: inline;
}
.aside-content .aside-header i.aside-push {
  margin-right: 2px;
  cursor: pointer;
}
.aside-content .aside-header.has-push {
  padding-left: 2em;
}
.aside-content .aside-header.has-push i.aside-push {
  cursor: pointer;
  border-right: 1px solid #d9d6d4;
  display: inline-block;
  line-height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
}
.aside-content .aside-body {
  padding: 10px;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: 800px;
  border-bottom: 1px solid #ddd;
}
.aside-content .aside-form {
  padding-left: 10px;
  padding-right: 10px;
}
.aside-content .aside-footer {
  width: 100%;
  padding: 10px;
  min-height: 47px;
  background-color: #f0f0f0;
}
.pushed-body {
  padding-right: 410px !important;
}
.max-height4 {
  max-height: 400px !important;
}
.slide-left-animation {
  -webkit-transform: translateX(105%);
  -moz-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -o-transform: translateX(105%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.slide-left-animation.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
/**
This is a mixin to create a better aside.
Why is it better?

- Never more than two scroll bars on the page, one for the page, the other for
  the possible aside overflow.

- Fixed header - The aside's header will always be at the top of the page, even
  when your aside content is scrolling.


How to use?

.aside.add-gadgets-aside {
  .fixed-aside-gen();

  // optional additional styles
}

<div class="llaside-fixed-header">
  fixed header goes here
</div>
<div class="llaside-fixed-content">
  content goes here
</div>


Why a mixin and not a class?

Because your fixed header height might change depending on what you're building.
This allows great flexibility.

@topOffset is the height of the top black navbar, you'll probably never change this.
*/
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */
/* Slider colors */
/* Slider size parameters */
rzslider {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 100%;
  margin: 30px 0 15px 0;
  vertical-align: middle;
}
rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider span.rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -16px;
  padding-top: 16px;
  width: 100%;
  height: 32px;
}
rzslider span.rz-bar {
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 0;
  background: rgba(0, 102, 153, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: #006699;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
rzslider span.rz-pointer {
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -14px;
  background-color: #006699;
  z-index: 2;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
rzslider span.rz-pointer:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
rzslider span.rz-pointer:hover:after {
  background-color: #fff;
}
rzslider span.rz-pointer.rz-active:after {
  background-color: #451aff;
}
rzslider span.rz-bubble {
  cursor: default;
  top: -32px;
  padding: 1px 3px;
  color: #55637d;
}
rzslider span.rz-bubble.rz-selection {
  top: 16px;
}
rzslider span.rz-bubble.rz-limit {
  color: #55637d;
}

/* ==== editable-form ==== */

/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}

/* ==== editable-bstime ==== */

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type='text'] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */

.editable-color input[type='color'] {
  width: 50px;
}

/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */

/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-click:hover,
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  font-style: italic;
  color: #dd1144;
  text-decoration: none;
}

/* editable popover */
.popover-wrapper a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  margin-left: -110px;
  z-index: 101;
}

.popover-wrapper form:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #aaa;
  position: absolute;
  bottom: -10px;
  left: 100px;
}

.popover-wrapper form:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 101px;
}

/*  GeoLocation World Flags 16px*/
/*  Styles based on: https://github.com/lafeber/world-flags-sprite*/
/*  v0.0.2*/
/*  Flags based on: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2*/
/*  License:
    Copyright (c) 2012 Martijn Lafeber

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

/* Local IP Class */
.f16 .local {
  background: url(./images/llflagslan.png) !important;
}

.f16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url(./images/llflags.png) no-repeat;
}
.f16 ._African_Union {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union,
.f16 .eu {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad {
  background-position: 0 -352px;
}
.f16 .ae {
  background-position: 0 -368px;
}
.f16 .af {
  background-position: 0 -384px;
}
.f16 .ag {
  background-position: 0 -400px;
}
.f16 .ai {
  background-position: 0 -416px;
}
.f16 .al {
  background-position: 0 -432px;
}
.f16 .am {
  background-position: 0 -448px;
}
.f16 .ao {
  background-position: 0 -464px;
}
.f16 .aq {
  background-position: 0 -480px;
}
.f16 .ar {
  background-position: 0 -496px;
}
.f16 .as {
  background-position: 0 -512px;
}
.f16 .at {
  background-position: 0 -528px;
}
.f16 .au {
  background-position: 0 -544px;
}
.f16 .aw {
  background-position: 0 -560px;
}
.f16 .ax {
  background-position: 0 -576px;
}
.f16 .az {
  background-position: 0 -592px;
}
.f16 .ba {
  background-position: 0 -608px;
}
.f16 .bb {
  background-position: 0 -624px;
}
.f16 .bd {
  background-position: 0 -640px;
}
.f16 .be {
  background-position: 0 -656px;
}
.f16 .bf {
  background-position: 0 -672px;
}
.f16 .bg {
  background-position: 0 -688px;
}
.f16 .bh {
  background-position: 0 -704px;
}
.f16 .bi {
  background-position: 0 -720px;
}
.f16 .bj {
  background-position: 0 -736px;
}
.f16 .bm {
  background-position: 0 -752px;
}
.f16 .bn {
  background-position: 0 -768px;
}
.f16 .bo {
  background-position: 0 -784px;
}
.f16 .br {
  background-position: 0 -800px;
}
.f16 .bs {
  background-position: 0 -816px;
}
.f16 .bt {
  background-position: 0 -832px;
}
.f16 .bw {
  background-position: 0 -848px;
}
.f16 .by {
  background-position: 0 -864px;
}
.f16 .bz {
  background-position: 0 -880px;
}
.f16 .ca {
  background-position: 0 -896px;
}
.f16 .cg {
  background-position: 0 -912px;
}
.f16 .cf {
  background-position: 0 -928px;
}
.f16 .cd {
  background-position: 0 -944px;
}
.f16 .ch {
  background-position: 0 -960px;
}
.f16 .ci {
  background-position: 0 -976px;
}
.f16 .ck {
  background-position: 0 -992px;
}
.f16 .cl {
  background-position: 0 -1008px;
}
.f16 .cm {
  background-position: 0 -1024px;
}
.f16 .cn {
  background-position: 0 -1040px;
}
.f16 .co {
  background-position: 0 -1056px;
}
.f16 .cr {
  background-position: 0 -1072px;
}
.f16 .cu {
  background-position: 0 -1088px;
}
.f16 .cv {
  background-position: 0 -1104px;
}
.f16 .cy {
  background-position: 0 -1120px;
}
.f16 .cz {
  background-position: 0 -1136px;
}
.f16 .de {
  background-position: 0 -1152px;
}
.f16 .dj {
  background-position: 0 -1168px;
}
.f16 .dk {
  background-position: 0 -1184px;
}
.f16 .dm {
  background-position: 0 -1200px;
}
.f16 .do {
  background-position: 0 -1216px;
}
.f16 .dz {
  background-position: 0 -1232px;
}
.f16 .ec {
  background-position: 0 -1248px;
}
.f16 .ee {
  background-position: 0 -1264px;
}
.f16 .eg {
  background-position: 0 -1280px;
}
.f16 .eh {
  background-position: 0 -1296px;
}
.f16 .er {
  background-position: 0 -1312px;
}
.f16 .es {
  background-position: 0 -1328px;
}
.f16 .et {
  background-position: 0 -1344px;
}
.f16 .fi {
  background-position: 0 -1360px;
}
.f16 .fj {
  background-position: 0 -1376px;
}
.f16 .fm {
  background-position: 0 -1392px;
}
.f16 .fo {
  background-position: 0 -1408px;
}
.f16 .fr {
  background-position: 0 -1424px;
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
  background-position: 0 -1424px;
}
.f16 .ga {
  background-position: 0 -1440px;
}
.f16 .gb {
  background-position: 0 -1456px;
}
.f16 .sh {
  background-position: 0 -1456px;
}
.f16 .gd {
  background-position: 0 -1472px;
}
.f16 .ge {
  background-position: 0 -1488px;
}
.f16 .gg {
  background-position: 0 -1504px;
}
.f16 .gh {
  background-position: 0 -1520px;
}
.f16 .gi {
  background-position: 0 -1536px;
}
.f16 .gl {
  background-position: 0 -1552px;
}
.f16 .gm {
  background-position: 0 -1568px;
}
.f16 .gn {
  background-position: 0 -1584px;
}
.f16 .gp {
  background-position: 0 -1600px;
}
.f16 .gq {
  background-position: 0 -1616px;
}
.f16 .gr {
  background-position: 0 -1632px;
}
.f16 .gt {
  background-position: 0 -1648px;
}
.f16 .gu {
  background-position: 0 -1664px;
}
.f16 .gw {
  background-position: 0 -1680px;
}
.f16 .gy {
  background-position: 0 -1696px;
}
.f16 .hk {
  background-position: 0 -1712px;
}
.f16 .hn {
  background-position: 0 -1728px;
}
.f16 .hr {
  background-position: 0 -1744px;
}
.f16 .ht {
  background-position: 0 -1760px;
}
.f16 .hu {
  background-position: 0 -1776px;
}
.f16 .id {
  background-position: 0 -1792px;
}
.f16 .mc {
  background-position: 0 -1792px;
}
.f16 .ie {
  background-position: 0 -1808px;
}
.f16 .il {
  background-position: 0 -1824px;
}
.f16 .im {
  background-position: 0 -1840px;
}
.f16 .in {
  background-position: 0 -1856px;
}
.f16 .iq {
  background-position: 0 -1872px;
}
.f16 .ir {
  background-position: 0 -1888px;
}
.f16 .is {
  background-position: 0 -1904px;
}
.f16 .it {
  background-position: 0 -1920px;
}
.f16 .je {
  background-position: 0 -1936px;
}
.f16 .jm {
  background-position: 0 -1952px;
}
.f16 .jo {
  background-position: 0 -1968px;
}
.f16 .jp {
  background-position: 0 -1984px;
}
.f16 .ke {
  background-position: 0 -2000px;
}
.f16 .kg {
  background-position: 0 -2016px;
}
.f16 .kh {
  background-position: 0 -2032px;
}
.f16 .ki {
  background-position: 0 -2048px;
}
.f16 .km {
  background-position: 0 -2064px;
}
.f16 .kn {
  background-position: 0 -2080px;
}
.f16 .kp {
  background-position: 0 -2096px;
}
.f16 .kr {
  background-position: 0 -2112px;
}
.f16 .kw {
  background-position: 0 -2128px;
}
.f16 .ky {
  background-position: 0 -2144px;
}
.f16 .kz {
  background-position: 0 -2160px;
}
.f16 .la {
  background-position: 0 -2176px;
}
.f16 .lb {
  background-position: 0 -2192px;
}
.f16 .lc {
  background-position: 0 -2208px;
}
.f16 .li {
  background-position: 0 -2224px;
}
.f16 .lk {
  background-position: 0 -2240px;
}
.f16 .lr {
  background-position: 0 -2256px;
}
.f16 .ls {
  background-position: 0 -2272px;
}
.f16 .lt {
  background-position: 0 -2288px;
}
.f16 .lu {
  background-position: 0 -2304px;
}
.f16 .lv {
  background-position: 0 -2320px;
}
.f16 .ly {
  background-position: 0 -2336px;
}
.f16 .ma {
  background-position: 0 -2352px;
}
.f16 .md {
  background-position: 0 -2368px;
}
.f16 .me {
  background-position: 0 -2384px;
}
.f16 .mg {
  background-position: 0 -2400px;
}
.f16 .mh {
  background-position: 0 -2416px;
}
.f16 .mk {
  background-position: 0 -2432px;
}
.f16 .ml {
  background-position: 0 -2448px;
}
.f16 .mm {
  background-position: 0 -2464px;
}
.f16 .mn {
  background-position: 0 -2480px;
}
.f16 .mo {
  background-position: 0 -2496px;
}
.f16 .mq {
  background-position: 0 -2512px;
}
.f16 .mr {
  background-position: 0 -2528px;
}
.f16 .ms {
  background-position: 0 -2544px;
}
.f16 .mt {
  background-position: 0 -2560px;
}
.f16 .mu {
  background-position: 0 -2576px;
}
.f16 .mv {
  background-position: 0 -2592px;
}
.f16 .mw {
  background-position: 0 -2608px;
}
.f16 .mx {
  background-position: 0 -2624px;
}
.f16 .my {
  background-position: 0 -2640px;
}
.f16 .mz {
  background-position: 0 -2656px;
}
.f16 .na {
  background-position: 0 -2672px;
}
.f16 .nc {
  background-position: 0 -2688px;
}
.f16 .ne {
  background-position: 0 -2704px;
}
.f16 .ng {
  background-position: 0 -2720px;
}
.f16 .ni {
  background-position: 0 -2736px;
}
.f16 .nl {
  background-position: 0 -2752px;
}
.f16 .bq {
  background-position: 0 -2752px;
}
.f16 .no {
  background-position: 0 -2768px;
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
  background-position: 0 -2768px;
}
.f16 .np {
  background-position: 0 -2784px;
}
.f16 .nr {
  background-position: 0 -2800px;
}
.f16 .nz {
  background-position: 0 -2816px;
}
.f16 .om {
  background-position: 0 -2832px;
}
.f16 .pa {
  background-position: 0 -2848px;
}
.f16 .pe {
  background-position: 0 -2864px;
}
.f16 .pf {
  background-position: 0 -2880px;
}
.f16 .pg {
  background-position: 0 -2896px;
}
.f16 .ph {
  background-position: 0 -2912px;
}
.f16 .pk {
  background-position: 0 -2928px;
}
.f16 .pl {
  background-position: 0 -2944px;
}
.f16 .pr {
  background-position: 0 -2960px;
}
.f16 .ps {
  background-position: 0 -2976px;
}
.f16 .pt {
  background-position: 0 -2992px;
}
.f16 .pw {
  background-position: 0 -3008px;
}
.f16 .py {
  background-position: 0 -3024px;
}
.f16 .qa {
  background-position: 0 -3040px;
}
.f16 .re {
  background-position: 0 -3056px;
}
.f16 .ro {
  background-position: 0 -3072px;
}
.f16 .rs {
  background-position: 0 -3088px;
}
.f16 .ru {
  background-position: 0 -3104px;
}
.f16 .rw {
  background-position: 0 -3120px;
}
.f16 .sa {
  background-position: 0 -3136px;
}
.f16 .sb {
  background-position: 0 -3152px;
}
.f16 .sc {
  background-position: 0 -3168px;
}
.f16 .sd {
  background-position: 0 -3184px;
}
.f16 .se {
  background-position: 0 -3200px;
}
.f16 .sg {
  background-position: 0 -3216px;
}
.f16 .si {
  background-position: 0 -3232px;
}
.f16 .sk {
  background-position: 0 -3248px;
}
.f16 .sl {
  background-position: 0 -3264px;
}
.f16 .sm {
  background-position: 0 -3280px;
}
.f16 .sn {
  background-position: 0 -3296px;
}
.f16 .so {
  background-position: 0 -3312px;
}
.f16 .sr {
  background-position: 0 -3328px;
}
.f16 .st {
  background-position: 0 -3344px;
}
.f16 .sv {
  background-position: 0 -3360px;
}
.f16 .sy {
  background-position: 0 -3376px;
}
.f16 .sz {
  background-position: 0 -3392px;
}
.f16 .tc {
  background-position: 0 -3408px;
}
.f16 .td {
  background-position: 0 -3424px;
}
.f16 .tg {
  background-position: 0 -3440px;
}
.f16 .th {
  background-position: 0 -3456px;
}
.f16 .tj {
  background-position: 0 -3472px;
}
.f16 .tl {
  background-position: 0 -3488px;
}
.f16 .tm {
  background-position: 0 -3504px;
}
.f16 .tn {
  background-position: 0 -3520px;
}
.f16 .to {
  background-position: 0 -3536px;
}
.f16 .tr {
  background-position: 0 -3552px;
}
.f16 .tt {
  background-position: 0 -3568px;
}
.f16 .tv {
  background-position: 0 -3584px;
}
.f16 .tw {
  background-position: 0 -3600px;
}
.f16 .tz {
  background-position: 0 -3616px;
}
.f16 .ua {
  background-position: 0 -3632px;
}
.f16 .ug {
  background-position: 0 -3648px;
}
.f16 .us {
  background-position: 0 -3664px;
}
.f16 .uy {
  background-position: 0 -3680px;
}
.f16 .uz {
  background-position: 0 -3696px;
}
.f16 .va {
  background-position: 0 -3712px;
}
.f16 .vc {
  background-position: 0 -3728px;
}
.f16 .ve {
  background-position: 0 -3744px;
}
.f16 .vg {
  background-position: 0 -3760px;
}
.f16 .vi {
  background-position: 0 -3776px;
}
.f16 .vn {
  background-position: 0 -3792px;
}
.f16 .vu {
  background-position: 0 -3808px;
}
.f16 .ws {
  background-position: 0 -3824px;
}
.f16 .ye {
  background-position: 0 -3840px;
}
.f16 .za {
  background-position: 0 -3856px;
}
.f16 .zm {
  background-position: 0 -3872px;
}
.f16 .zw {
  background-position: 0 -3888px;
}
.f16 .sx {
  background-position: 0 -3904px;
}
.f16 .cw {
  background-position: 0 -3920px;
}
.f16 .ss {
  background-position: 0 -3936px;
}
.f16 .nu {
  background-position: 0 -3952px;
}
.llCopyPopper {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding: 2px 4px;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
}
.llCopyPopper .popper__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}
.llCopyPopper[x-placement^='top'] {
  margin-bottom: 5px;
}
.llCopyPopper[x-placement^='top'] .popper__arrow {
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  bottom: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}
.llCopyPopper[x-placement^='bottom'] {
  margin-top: 5px;
}
.llCopyPopper[x-placement^='bottom'] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
  top: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}
/***********************
Custom ngDialog Modals

It should be noted base styles are already defined by:
 style/ngDialog.min.css
 style/ngDialog-theme-lastline.css

But we needed less mixins in order to use the same dialog
classes as we had before in style/app.css
*/
.ngdialog.ll-modal-small .ngdialog-content {
  padding: 0;
  width: 600px;
}
.ngdialog.ll-modal-small .ngdialog-content .modal-body {
  max-height: 500px;
}
.ngdialog.ll-modal-medium .ngdialog-content {
  padding: 0;
  width: 800px;
}
.ngdialog.ll-modal-medium .ngdialog-content .modal-body {
  max-height: 500px;
}
.ngdialog.ll-modal-large .ngdialog-content {
  padding: 0;
  width: 900px;
}
.ngdialog.ll-modal-large .ngdialog-content .modal-body {
  max-height: 500px;
}
.ngdialog.ll-modal-xlarge .ngdialog-content {
  padding: 0;
  width: 1000px;
}
.ngdialog.ll-modal-xlarge .ngdialog-content .modal-body {
  max-height: 500px;
}
.ngdialog.ll-modal-80v {
  padding: 47px 0 0 0;
}
.ngdialog.ll-modal-80v .ngdialog-content {
  padding: 0;
  width: 80vw;
}
.ngdialog.ll-modal-80v .ngdialog-content .modal-body {
  max-height: 80vh;
}
.ngdialog.ll-modal-80v .ngdialog-content .modal-body.with-footer {
  max-height: 70vh;
  max-height: calc(80vh - 30px);
}
.ngdialog.ll-modal .ngdialog-content {
  padding: 0;
}
.ngdialog.ll-modal .ngdialog-content .modal-body {
  max-height: 500px;
}
.ngdialog.padding-1 .ngdialog-content {
  padding: 5px;
}
.ngdialog.padding-2 .ngdialog-content {
  padding: 10px;
}
.ngdialog.content-box .ngdialog-content * {
  box-sizing: content-box;
}
.ngdialog.content-box .ngdialog-content * .select2-container,
.ngdialog.content-box .ngdialog-content * .select2-drop,
.ngdialog.content-box .ngdialog-content * .select2-search,
.ngdialog.content-box .ngdialog-content * .select2-search input {
  box-sizing: border-box;
}
.well .well-annotation {
  position: absolute;
  padding: 5px;
  background-color: var(--white);
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well .well-annotation.top-right {
  top: -1px;
  right: -1px;
}
.well .well-annotation.top-left {
  top: -1px;
  left: -1px;
}
.well .well-annotation.bottom-right {
  bottom: -1px;
  right: -1px;
}
.well .well-annotation.bottom-left {
  bottom: -1px;
  left: -1px;
}
.well.has-annotation {
  position: relative;
}
ul.list-divider li {
  padding-right: 0px;
}
ul.list-divider li + li:before {
  content: ' | ';
  padding: 0 10px;
  color: #e3e3e3;
}
.settings-bar-bar.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.settings-bar-bar ul.list-divider li > a {
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
}
.settings-bar-bar ul.list-divider li.selected > a {
  color: #79c6e6;
  background: #7bbe33;
  text-decoration: underline;
}
.settings-bar-bar ul.list-divider li + li:before {
  padding: 0 6px;
}
.settings-bar-bar-content {
  padding: 6.46px;
  margin: 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -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);
  transition: all 0.5s ease;
}
.settings-bar-bar-content .inner-content {
  min-height: 20px;
  background: #79c6e6;
  padding: 12.54px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.svg-wrapper {
  margin-top: 50px;
}
#svg-container {
  width: 900px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
}
.event-circle {
  cursor: pointer;
}
.event-circle.main:hover {
  stroke-width: 3;
  stroke: #000000;
}
.event-circle.main.selected {
  stroke-width: 3;
  stroke: #000000;
}
.thread-line {
  fill: none;
  stroke: rgba(100, 100, 100, 0.4);
  opacity: 1;
}
.thread-line.mini {
  stroke-width: 2;
}
.thread-line.main {
  stroke-width: 3;
}
.y-axis .domain {
  visibility: hidden;
}
.y-axis text {
  font-weight: bold;
  font-size: 11px;
}
.y-axis .tick line {
  visibility: hidden;
}
.x-axis path,
.x-axis line,
.y-axis path,
.y-axis line {
  stroke: #aaa;
  fill: none;
  shape-rendering: crispEdges;
}
.x-axis text,
.y-axis text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  fill: #aaa;
}
.x-axis text {
  font-size: 15px;
}
.brush,
.extent {
  stroke: #fff;
  fill-opacity: 0.125;
  shape-rendering: crispEdges;
}
.legend-component.legend-text {
  font-weight: bold;
}
.legend-component.legend-circle {
  cursor: pointer;
}
.timeline-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 400px;
  height: 350px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  white-space: normal;
}
.timeline-tooltip.top {
  margin-top: -10px;
}
.timeline-tooltip.right {
  margin-left: 10px;
}
.timeline-tooltip.bottom {
  margin-top: 10px;
}
.timeline-tooltip.left {
  margin-left: -10px;
}
.timeline-tooltip .popover-title {
  text-align: center;
}
.timeline-tooltip .arrow,
.timeline-tooltip .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.timeline-tooltip .arrow {
  border-width: 5px;
}
.timeline-tooltip .arrow:after {
  border-width: 5px;
  content: '';
}
.timeline-tooltip.top .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -5px;
}
.timeline-tooltip.top .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.timeline-filter {
  padding: 16px 10px;
  border-radius: 3px;
  color: #3b3a38;
  white-space: normal;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
}
.timeline-filter h2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.timeline-filter h2.skinny {
  line-height: 1em;
}
.timeline-filter h3 {
  font-size: 1.2em;
  font-weight: 100;
  color: #3b3a38;
}
.timeline-filter h3.skinny {
  line-height: 1em;
}
.timeline-filter.llbox-margin {
  margin-bottom: 15px;
}
.timeline-filter h3 {
  margin: 0;
  line-height: 20px;
}
.timeline-filter .filter-title {
  margin: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  background-color: #f5f3ef;
}
.timeline-filter .filter-body {
  padding: 14px;
  min-height: 110px;
}
/*!
 * Lastline Pixel Portal Theme
 * Folder contains same structure as bootstrap with styling organized in same file names.
 * Commented files have not been overridden
 *
 * Requires Bootstrap v2.3.2
 */
html {
  /* Font variant */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
h1,
h2,
h3 {
  line-height: 20px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
  font-weight: 500;
}
h3 {
  font-size: 11px;
  text-transform: uppercase;
}
h4 {
  font-size: 12px;
  font-weight: 500;
}
h5 {
  font-size: 11px;
  font-weight: 500;
}
h6 {
  font-size: 10px;
  font-weight: 500;
}
.muted {
  color: #b2b2b2;
}
dt {
  font-weight: 500;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-size: 13px;
  color: #323230;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre {
  padding: 16px;
  font-size: 13px;
  line-height: 19px;
  background-color: #f5f3ef;
  border: solid 1px #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  color: #bf3326;
  background-color: #f5f3ef;
  border: solid 1px #e8e8e8;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
label {
  color: #b2b2b2;
  font-weight: 500;
  margin-bottom: 2px;
}
.control-group {
  margin-bottom: 14px;
}
.form-horizontal .control-group {
  margin-bottom: 14px;
}
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 {
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 13px;
  color: #323230;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='datetime']:-moz-placeholder,
input[type='datetime-local']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='month']:-moz-placeholder,
input[type='time']:-moz-placeholder,
input[type='week']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='color']:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}
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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
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: 1px solid #7bbe33;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
}
input.search-query {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-prepend .add-on {
  padding: 10px 12px;
  font-size: 13px;
  color: #8c8c8c;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f3ef;
  border: 1px solid #d9d6d4;
}
.input-prepend .btn,
.input-append .btn {
  padding: 14px 12px;
  height: 42px;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #fdd006;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #fdd006;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #fdd006;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 189, 69, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 189, 69, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 189, 69, 0.16);
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #fdd006;
  background-color: #ffffff;
  border-color: #fdd006;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #db2100;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #db2100;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #db2100;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 93, 80, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 93, 80, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(230, 93, 80, 0.16);
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #db2100;
  background-color: #ffffff;
  border-color: #db2100;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #7bbe33;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #7bbe33;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #7bbe33;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(123, 190, 51, 0.16);
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #7bbe33;
  background-color: #ffffff;
  border-color: #7bbe33;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #79c6e6;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #79c6e6;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #79c6e6;
  -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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(57, 169, 191, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(57, 169, 191, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(57, 169, 191, 0.16);
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #79c6e6;
  background-color: #ffffff;
  border-color: #79c6e6;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #db2100;
  border-color: #db2100;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  -webkit-box-shadow: 0 1px 8px 0 rgba(230, 93, 80, 0.16);
  -moz-box-shadow: 0 1px 8px 0 rgba(230, 93, 80, 0.16);
  box-shadow: 0 1px 8px 0 rgba(230, 93, 80, 0.16);
}
.form-actions {
  padding: 0;
  margin-top: 0;
  border: 0;
}
.table .table {
  background-color: #ffffff;
}
.table th {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e8e8e8;
}
.table td {
  color: #333333;
  font-size: 13px;
  padding: 4px 8px;
}
.table th,
td {
  vertical-align: middle;
}
.table tbody tr.success > td {
  background-color: #edf6f0;
}
.table tbody tr.error > td {
  background-color: #fceeed;
}
.table tbody tr.warning > td {
  background-color: #fcf8ec;
}
.table tbody tr.info > td {
  background-color: #ebf6f8;
}
.table-hover tbody tr.success:hover > td {
  background-color: #dceee2;
}
.table-hover tbody tr.error:hover > td {
  background-color: #f8d9d7;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #f9f0d6;
}
.table-hover tbody tr.info:hover > td {
  background-color: #d8eef1;
}
.table td.tree,
.table th.tree {
  border-right: none;
}
.table td.tree {
  padding: 0px;
}
.table td.tree + td,
.table th.tree + th {
  border-left: none;
}
.dropdown-menu {
  padding: 0;
  margin: -6px 0 0;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.dropdown-menu > li > a {
  padding: 8px 11px;
  font-size: 13px;
  color: #3b3a38;
  border-bottom: solid 1px #ece9e6;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #e8e7e6;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.well {
  padding: 24px 34px;
  background-color: #f5f3ef;
  border: solid 1px #e8e8e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well-large {
  padding: 29px 39px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well-small {
  padding: 14px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well-white {
  background-color: #ffffff;
  border: solid 1px #d9d6d4;
}
.btn {
  padding: 11px 12px;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  color: #b2b2b2;
  text-shadow: none;
  border: 1px solid #d9d6d4;
  background-image: none;
  background-color: #ffffff;
  box-shadow: none;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background-position: 0 0;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #ffffff;
  background-color: #9d9992;
}
.btn.disabled,
.btn[disabled] {
  color: #b2b2b2;
  background-color: #ece9e6;
  opacity: 1;
}
.btn-link {
  border-color: transparent;
  color: #7bbe33;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #4f8c00;
  background-color: transparent;
}
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #b2b2b2;
}
.btn-primary {
  color: #ffffff;
  border: 0;
  background-color: #7ab537;
  background-image: -moz-linear-gradient(top, #84bf41, #6ba628);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#84bf41),
    to(#6ba628)
  );
  background-image: -webkit-linear-gradient(top, #84bf41, #6ba628);
  background-image: -o-linear-gradient(top, #84bf41, #6ba628);
  background-image: linear-gradient(to bottom, #84bf41, #6ba628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84bf41', endColorstr='#ff6ba628', GradientType=0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #699c2f;
  background-image: -moz-linear-gradient(top, #73a638, #5b8c22);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#73a638),
    to(#5b8c22)
  );
  background-image: -webkit-linear-gradient(top, #73a638, #5b8c22);
  background-image: -o-linear-gradient(top, #73a638, #5b8c22);
  background-image: linear-gradient(to bottom, #73a638, #5b8c22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73a638', endColorstr='#ff5b8c22', GradientType=0);
}
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #7ab537;
  background-image: -moz-linear-gradient(top, #84bf41, #6ba628);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#84bf41),
    to(#6ba628)
  );
  background-image: -webkit-linear-gradient(top, #84bf41, #6ba628);
  background-image: -o-linear-gradient(top, #84bf41, #6ba628);
  background-image: linear-gradient(to bottom, #84bf41, #6ba628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84bf41', endColorstr='#ff6ba628', GradientType=0);
  opacity: 0.4;
}
.btn-info {
  color: #ffffff;
  border: 0;
  background-color: #2b9ab0;
  background-image: -moz-linear-gradient(top, #79c6e6, #178399);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#79c6e6),
    to(#178399)
  );
  background-image: -webkit-linear-gradient(top, #79c6e6, #178399);
  background-image: -o-linear-gradient(top, #79c6e6, #178399);
  background-image: linear-gradient(to bottom, #79c6e6, #178399);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79c6e6', endColorstr='#ff178399', GradientType=0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #227f92;
}
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2b9ab0;
  opacity: 0.4;
}
.btn-success {
  color: #ffffff;
  border: 0;
  background-color: #469761;
  background-image: -moz-linear-gradient(top, #53a66f, #33804d);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #3a7d51;
}
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #469761;
  opacity: 0.4;
}
.btn-warning {
  color: #ffffff;
  border: 0;
  background-color: #d6ad31;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #bd982b;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #d6ad31;
  opacity: 0.4;
}
.btn-danger {
  color: #ffffff;
  border: 0;
  background-color: #d64c3f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #bd4338;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #d64c3f;
  opacity: 0.4;
}
.btn-inverse {
  color: #ffffff;
  background-color: #9d9992;
  background-image: none;
  border: solid 1px transparent;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  color: #b2b2b2;
  background-color: #ffffff;
  background-image: none;
  border: solid 1px #d9d6d4;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #ece9e6;
  background-image: none;
  border: solid 1px #d9d6d4;
  opacity: 1;
}
.btn-large {
  padding: 15px 18px;
  font-size: 13.02px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small {
  padding: 9px 13px;
  font-size: 9.94px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-mini {
  padding: 4px 9px;
  font-size: 7.98px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 11px;
}
.btn .caret {
  margin-top: 4px;
  margin-left: 0;
}
.btn .caret {
  border-top-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
}
.btn:hover .caret,
.btn:focus .caret,
.btn:active .caret,
.btn.active .caret {
  border-top-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
}
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-inverse:hover .caret,
.btn-inverse:focus .caret,
.btn-inverse:active .caret,
.btn-inverse.active .caret {
  border-top-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #585756;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #5b8c22;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #0b6273;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #29663d;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #a68011;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #a62c21;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #585756;
}
.alert {
  padding: 11px 35px 11px 12px;
  text-shadow: none;
  font-size: 13px;
  font-weight: 500;
}
.alert .close {
  top: 0px;
  right: -12px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  z-index: 5;
}
.alert .close:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background-color: #bf9413;
  border-radius: 50%;
  z-index: -1;
}
.alert .close:hover,
.alert .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert .close:hover:before,
.alert .close:focus:before {
  background-color: #a67c00;
}
.alert-danger .close:before,
.alert-error .close:before {
  background-color: #bf3326;
}
.alert-danger .close:hover:before,
.alert-error .close:hover:before {
  background-color: #a61d10;
}
.alert-success .close:before {
  background-color: #33804d;
}
.alert-success .close:hover:before {
  background-color: #206636;
}
.alert-info .close:before {
  background-color: #0e778c;
}
.alert-info .close:hover:before {
  background-color: #016073;
}
.nav-pills > li {
  margin-right: 8px;
}
.nav-pills > li > a {
  font-size: 11px;
  font-weight: bold;
  color: #323230;
  text-transform: uppercase;
  padding: 10px 12px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #e8e8e8;
}
.nav-pills > .active > a {
  background-color: #7ab537;
  background-image: -moz-linear-gradient(top, #84bf41, #6ba628);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#84bf41),
    to(#6ba628)
  );
  background-image: -webkit-linear-gradient(top, #84bf41, #6ba628);
  background-image: -o-linear-gradient(top, #84bf41, #6ba628);
  background-image: linear-gradient(to bottom, #84bf41, #6ba628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84bf41', endColorstr='#ff6ba628', GradientType=0);
}
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #699c2f;
  background-image: -moz-linear-gradient(top, #73a638, #5b8c22);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#73a638),
    to(#5b8c22)
  );
  background-image: -webkit-linear-gradient(top, #73a638, #5b8c22);
  background-image: -o-linear-gradient(top, #73a638, #5b8c22);
  background-image: linear-gradient(to bottom, #73a638, #5b8c22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73a638', endColorstr='#ff5b8c22', GradientType=0);
}
.nav .dropdown-toggle .caret {
  margin-top: 5px;
  margin-left: 9px;
  border-top-color: #323230;
  border-bottom-color: #323230;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #323230;
  border-bottom-color: #323230;
}
.nav-pills .open .dropdown-toggle {
  background-color: #65962b;
  background-image: -moz-linear-gradient(top, #5b8c22, #73a638);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5b8c22),
    to(#73a638)
  );
  background-image: -webkit-linear-gradient(top, #5b8c22, #73a638);
  background-image: -o-linear-gradient(top, #5b8c22, #73a638);
  background-image: linear-gradient(to bottom, #5b8c22, #73a638);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b8c22', endColorstr='#ff73a638', GradientType=0);
  border: 0;
}
.nav-pills .dropdown-menu {
  margin-top: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills .dropdown-menu > li > a {
  padding: 7px 11px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-pills .dropdown.active .dropdown-toggle:hover .caret,
.nav-pills .dropdown.active .dropdown-toggle:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-tabs {
  border-bottom: 2px solid #d9d6d4;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding: 7px 10px;
  margin-right: 12px;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e8e8e8;
  border: 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  margin-bottom: -2px;
  color: #70a629;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #70a629;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 11px;
}
.nav-tabs .open .dropdown-toggle {
  background-color: #65962b;
  background-image: -moz-linear-gradient(top, #5b8c22, #73a638);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5b8c22),
    to(#73a638)
  );
  background-image: -webkit-linear-gradient(top, #5b8c22, #73a638);
  background-image: -o-linear-gradient(top, #5b8c22, #73a638);
  background-image: linear-gradient(to bottom, #5b8c22, #73a638);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b8c22', endColorstr='#ff73a638', GradientType=0);
}
.nav-tabs .dropdown-menu {
  margin-top: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs .dropdown-menu > li > a {
  padding: 7px 11px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .nav > li {
  line-height: 1;
}
.navbar .nav > li > a {
  padding: 19px 17px 19px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  text-decoration: underline;
}
.navbar .nav > li i {
  margin-left: 9px;
  text-decoration: none;
}
.navbar .nav > li i.icon-comment {
  margin-left: 6px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: underline;
  box-shadow: none;
}
.navbar .brand {
  padding: 14px 26px 14px;
  color: #777777;
  text-shadow: none;
}
.navbar-inner {
  border: 0;
  padding-right: 32px;
  padding-left: 32px;
}
.navbar-inverse .navbar-inner {
  background-color: #262624;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 27px;
  padding-right: 19px;
}
.modal-header {
  padding: 16px 24px 12px;
  border-bottom: 1px solid #ece9e6;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #f5f3ef;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-header h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.modal-body {
  padding: 16px 24px 16px;
}
.modal-footer {
  padding: 8px 24px 24px;
  background-color: transparent;
  border: 0;
}
.modal-footer .btn + .btn {
  margin-left: 8px;
}
.tooltip {
  font-size: 12px;
}
.tooltip.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.tooltip-inner {
  padding: 5px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
}
.tooltip.right .tooltip-arrow {
  left: 1px;
}
.tooltip.left .tooltip-arrow {
  right: 1px;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
}
.popover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}
.popover-title {
  padding: 13px 23px;
  font-weight: 500;
  color: #323230;
  text-transform: none;
}
.popover-content {
  padding: 15px 23px;
  font-size: 13px;
  color: #333333;
}
.popover-content:last-of-type {
  padding-top: 0;
}
/* Additional popover styles */
.popover-large {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  white-space: normal;
  max-width: 350px;
}
.popover-large.top {
  margin-top: -10px;
}
.popover-large.right {
  margin-left: 10px;
}
.popover-large.bottom {
  margin-top: 10px;
}
.popover-large.left {
  margin-left: -10px;
}
.popover-large-force {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  white-space: normal;
  max-width: 350px;
  min-width: 350px;
}
.popover-large-force.top {
  margin-top: -10px;
}
.popover-large-force.right {
  margin-left: 10px;
}
.popover-large-force.bottom {
  margin-top: 10px;
}
.popover-large-force.left {
  margin-left: -10px;
}
.popover-xlarge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d9d6d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  white-space: normal;
  max-width: 425px;
}
.popover-xlarge.top {
  margin-top: -10px;
}
.popover-xlarge.right {
  margin-left: 10px;
}
.popover-xlarge.bottom {
  margin-top: 10px;
}
.popover-xlarge.left {
  margin-left: -10px;
}
.popover-large .arrow,
.popover-large .arrow:after,
.popover-large-force .arrow,
.popover-large-force .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-large .arrow,
.popover-large-force .arrow {
  border-width: 5px;
}
.popover-large .arrow:after,
.popover-large-force .arrow:after {
  border-width: 5px;
  content: '';
}
.popover-large.top .arrow,
.popover-large-force.top .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -5px;
}
.popover-large.top .arrow:after,
.popover-large-force.top .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover-large.right .arrow,
.popover-large-force.right .arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover-large.right .arrow:after,
.popover-large-force.right .arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover-large.bottom .arrow,
.popover-large-force.bottom .arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -5px;
}
.popover-large.bottom .arrow:after,
.popover-large-force.bottom .arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover-large.left .arrow,
.popover-large-force.left .arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover-large.left .arrow:after,
.popover-large-force.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -5px;
}
.popover-xlarge .arrow,
.popover-xlarge .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-xlarge .arrow {
  border-width: 5px;
}
.popover-xlarge .arrow:after {
  border-width: 5px;
  content: '';
}
.popover-xlarge.top .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -5px;
}
.popover-xlarge.top .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover-xlarge.right .arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover-xlarge.right .arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover-xlarge.bottom .arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -5px;
}
.popover-xlarge.bottom .arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover-xlarge.left .arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover-xlarge.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -5px;
}
.label,
.badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 8px;
  margin: 1px 0px;
  font-size: 11px;
  line-height: 12px;
  text-shadow: none;
  background-color: #8c8c8c;
  text-transform: uppercase;
}
.label-important,
.badge-important {
  background-color: #db2100;
}
.label-important[href],
.badge-important[href] {
  background-color: #e03423;
}
.label-warning,
.badge-warning {
  background-color: #fdd006;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #dbaa1d;
}
.label-success,
.badge-success {
  background-color: #53a66f;
}
.label-success[href],
.badge-success[href] {
  background-color: #428458;
}
.label-info,
.badge-info {
  background-color: #79c6e6;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d8698;
}
.label-inverse,
.badge-inverse {
  background-color: #262624;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #0c0c0b;
}
.label-small,
.badge-small {
  padding: 3px 8px;
  font-size: 10px;
}
.progress {
  background-color: #f0efed;
  background-image: none;
  filter: none;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(45, 44, 42, 0.12);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(45, 44, 42, 0.12);
  box-shadow: inset 0 2px 4px 0 rgba(45, 44, 42, 0.12);
}
.progress .bar {
  background-color: #2b9ab0;
  background-image: -moz-linear-gradient(top, #79c6e6, #178399);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#79c6e6),
    to(#178399)
  );
  background-image: -webkit-linear-gradient(top, #79c6e6, #178399);
  background-image: -o-linear-gradient(top, #79c6e6, #178399);
  background-image: linear-gradient(to bottom, #79c6e6, #178399);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79c6e6', endColorstr='#ff178399', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.4);
}
.progress-striped .bar {
  background-color: #79c6e6;
  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(
    135deg,
    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(
    135deg,
    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(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    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-danger .bar,
.progress .bar-danger {
  background-color: #d64c3f;
  background-image: -moz-linear-gradient(top, #db2100, #bf3326);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#db2100),
    to(#bf3326)
  );
  background-image: -webkit-linear-gradient(top, #db2100, #bf3326);
  background-image: -o-linear-gradient(top, #db2100, #bf3326);
  background-image: linear-gradient(to bottom, #db2100, #bf3326);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb2100', endColorstr='#ffbf3326', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #db2100;
  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(
    135deg,
    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(
    135deg,
    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(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    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: #7ab537;
  background-image: -moz-linear-gradient(top, #84bf41, #6ba628);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#84bf41),
    to(#6ba628)
  );
  background-image: -webkit-linear-gradient(top, #84bf41, #6ba628);
  background-image: -o-linear-gradient(top, #84bf41, #6ba628);
  background-image: linear-gradient(to bottom, #84bf41, #6ba628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84bf41', endColorstr='#ff6ba628', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #7bbe33;
  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(
    135deg,
    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(
    135deg,
    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(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    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: #2b9ab0;
  background-image: -moz-linear-gradient(top, #79c6e6, #178399);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#79c6e6),
    to(#178399)
  );
  background-image: -webkit-linear-gradient(top, #79c6e6, #178399);
  background-image: -o-linear-gradient(top, #79c6e6, #178399);
  background-image: linear-gradient(to bottom, #79c6e6, #178399);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79c6e6', endColorstr='#ff178399', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #79c6e6;
  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(
    135deg,
    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(
    135deg,
    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(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    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: #d6ad31;
  background-image: -moz-linear-gradient(top, #fdd006, #bf9413);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdd006),
    to(#bf9413)
  );
  background-image: -webkit-linear-gradient(top, #fdd006, #bf9413);
  background-image: -o-linear-gradient(top, #fdd006, #bf9413);
  background-image: linear-gradient(to bottom, #fdd006, #bf9413);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd006', endColorstr='#ffbf9413', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fdd006;
  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(
    135deg,
    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(
    135deg,
    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(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    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: 0px;
}
.accordion-group {
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.accordion-heading {
  padding: 0 24px;
}
.accordion-heading .accordion-toggle {
  padding: 17px 0;
  border-bottom: 1px solid transparent;
}
.accordion-heading .accordion-toggle.accordion-open {
  border-bottom: 1px solid #79c6e6;
}
.accordion-heading .accordion-toggle [accordion-transclude] > span,
.accordion-heading .accordion-toggle [accordion-transclude] > span > a,
.accordion-heading .accordion-toggle [accordion-transclude] > a {
  color: #323230;
  font-size: 16px;
  font-weight: bold;
}
.accordion-heading .accordion-toggle [accordion-transclude] > a:hover,
.accordion-heading .accordion-toggle [accordion-transclude] > span > a:hover,
.accordion-heading .accordion-toggle [accordion-transclude] > a:focus,
.accordion-heading .accordion-toggle [accordion-transclude] > span > a:focus,
.accordion-heading .accordion-toggle [accordion-transclude] > a:active,
.accordion-heading .accordion-toggle [accordion-transclude] > span > a:active {
  text-decoration: none;
}
.accordion-inner {
  padding: 20px 24px;
  border: 0;
}
table .accordion .accordion-group {
  -webkit-box-shadow: none;
  -moz-shadow: none;
  box-shadow: none;
  border: solid 1px #e8e8e8;
  margin-bottom: 20px;
}
table .accordion .accordion-group .accordion-heading {
  padding: 0 10px;
}
table .accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 5px 0;
}
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle.accordion-open {
  border-bottom: 0;
}
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > span,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > span
  > a,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > a {
  color: #323230;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > a:hover,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > span
  > a:hover,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > a:focus,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > span
  > a:focus,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > a:active,
table
  .accordion
  .accordion-group
  .accordion-heading
  .accordion-toggle
  [accordion-transclude]
  > span
  > a:active {
  text-decoration: none;
}
table .accordion .accordion-group .accordion-body.collapse {
  border-top: 1px solid transparent;
}
table .accordion .accordion-group .accordion-body.collapse.in {
  border-top: 1px solid #79c6e6;
}
/***************************************************/
/* bootstrap accordion and collapse tweaks         */
/* moved from app.css                              */
.accordion-body.in {
  overflow: auto;
}
.collapse.in {
  overflow: visible;
}
isteven-multi-select {
  display: block;
}
isteven-multi-select .multiSelect > button {
  height: 42px !important;
  font-size: 13px;
  width: 100%;
  display: block;
  text-align: left;
  color: #323230;
  padding-right: 20px;
  overflow-y: hidden;
  border-color: #d9d6d4;
}
isteven-multi-select .multiSelect > button .control-label,
isteven-multi-select .multiSelect > button .help-block,
isteven-multi-select .multiSelect > button .help-inline {
  color: #323230;
}
isteven-multi-select .multiSelect > button .checkbox,
isteven-multi-select .multiSelect > button .radio,
isteven-multi-select .multiSelect > button input,
isteven-multi-select .multiSelect > button select,
isteven-multi-select .multiSelect > button textarea {
  color: #323230;
}
isteven-multi-select .multiSelect > button input,
isteven-multi-select .multiSelect > button select,
isteven-multi-select .multiSelect > button textarea {
  border-color: #d9d6d4;
  -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);
}
isteven-multi-select .multiSelect > button input:focus,
isteven-multi-select .multiSelect > button select:focus,
isteven-multi-select .multiSelect > button textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(217, 214, 212, 0.16);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(217, 214, 212, 0.16);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 1px 8px 0 rgba(217, 214, 212, 0.16);
}
isteven-multi-select .multiSelect > button .input-prepend .add-on,
isteven-multi-select .multiSelect > button .input-append .add-on {
  color: #323230;
  background-color: #ffffff;
  border-color: #323230;
}
isteven-multi-select .multiSelect > button,
isteven-multi-select .multiSelect > button:hover {
  background: var(--white);
  background-image: none;
}
isteven-multi-select .multiSelect > button .buttonLabel {
  max-width: 100%;
  padding: 0;
  line-height: 42px;
  overflow-x: hidden;
  float: left;
  white-space: nowrap;
  margin-top: -2px;
}
isteven-multi-select .multiSelect .caret {
  position: absolute;
  right: 10px;
  top: 18px;
}
isteven-multi-select .multiSelect .tickMark {
  font-size: 13px;
}
isteven-multi-select .multiSelect .checkBoxContainer {
  padding: 0;
}
isteven-multi-select .multiSelect .multiSelectItem {
  border-bottom: 1px solid #ece9e6;
  padding: 0;
  height: 40px;
  color: #323230;
}
isteven-multi-select .multiSelect .multiSelectItem:last-child {
  border-bottom: none;
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected {
  background-image: none !important;
  border-top-color: transparent;
  border-left: none;
  border-right: none;
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected
  label,
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected
  .tickMark,
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected
  span {
  color: #7bbe33;
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected:hover {
  background-color: #7bbe33;
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected:hover
  label,
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected:hover
  .tickMark,
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).selected:hover
  span {
  color: var(--white);
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup).multiSelectFocus,
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup):hover {
  background-image: none !important;
  background-color: #ece9e6;
  border-color: transparent !important;
}
isteven-multi-select
  .multiSelect
  .multiSelectItem:not(.multiSelectGroup)
  label {
  color: #323230;
  line-height: 40px;
  padding-left: 7px;
}
isteven-multi-select .multiSelect .inputFilter {
  height: 42px;
}
isteven-multi-select .multiSelect .inputFilter:active,
isteven-multi-select .multiSelect .inputFilter:focus {
  border: 1px solid #7bbe33 !important;
  box-shadow: inset 0 0 1px #7bbe33, 0 0 5px #7bbe33 !important;
}
isteven-multi-select .multiSelect .clearButton {
  height: 42px;
}
isteven-multi-select .multiSelect .clearButton,
isteven-multi-select .multiSelect .clearButton:hover {
  background-color: transparent;
  border-color: transparent;
}
isteven-multi-select .multiSelect .line {
  max-height: 46px;
}
isteven-multi-select .multiSelect .helperContainer {
  background: #ece9e6;
}
