@import url('BaseContent/plugins/bootstrap-notify.css');
@font-face {
  font-family: 'FontName';
  font-weight: normal;
  src: url('fonts/FontName.eot');
  /* IE9 Compat Modes */
  src: url('fonts/FontName.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/FontName.otf') format('opentype'), url('fonts/FontName.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/FontName.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/*!
 * Avant v1.4 (c) by The Red Team
 * Powered by Bootstrap v3.3.2 and FontAwesome 4.3.0
 * http://redteamux.com
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8c8c8c;
  background-color: #FFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9BB70B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9BB70B;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 1px;
}
.img-thumbnail {
  padding: 15px;
  line-height: 1.42857143;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 33px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #f9f4e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #9BB70B;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #728708;
}
.text-success {
  color: #426d28;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b481a;
}
.text-info {
  color: #3e886b;
}
a.text-info:hover,
a.text-info:focus {
  color: #2e654f;
}
.text-warning {
  color: #8d721d;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #635014;
}
.text-danger {
  color: #784423;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #512e17;
}
.bg-primary {
  color: #fff;
  background-color: #9BB70B;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #728708;
}
.bg-success {
  background-color: #e0f0d7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c4e3b2;
}
.bg-info {
  background-color: #fbfdfc;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #d7ede5;
}
.bg-warning {
  background-color: #f9f4e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f1e3b9;
}
.bg-danger {
  background-color: #f4e3d9;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e9c7b1;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  border-left: 5px solid #e6e6e6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e6e6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 1px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #a6a6a6;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.table .table {
  background-color: #FFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e6e6e6;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #e0f0d7;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d2e9c4;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #fbfdfc;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e9f5f0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f9f4e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f5ebce;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f4e3d9;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #eed5c5;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #a6a6a6;
  border: 0;
  border-bottom: 1px solid #e6e7e8;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8c8c8c;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8c8c8c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #a6a6a6;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 166, 166, 0.6);
}
.form-control::-moz-placeholder {
  color: #e6e6e6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #426d28;
}
.has-success .form-control {
  border-color: #426d28;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b481a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6fb844;
}
.has-success .input-group-addon {
  color: #426d28;
  border-color: #426d28;
  background-color: #e0f0d7;
}
.has-success .form-control-feedback {
  color: #426d28;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8d721d;
}
.has-warning .form-control {
  border-color: #8d721d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #635014;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d6b03a;
}
.has-warning .input-group-addon {
  color: #8d721d;
  border-color: #8d721d;
  background-color: #f9f4e3;
}
.has-warning .form-control-feedback {
  color: #8d721d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #784423;
}
.has-error .form-control {
  border-color: #784423;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #512e17;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c6713b;
}
.has-error .input-group-addon {
  color: #784423;
  border-color: #784423;
  background-color: #f4e3d9;
}
.has-error .form-control-feedback {
  color: #784423;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cccccc;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #728708;
  border-color: #353f04;
}
.btn-primary:hover {
  color: #fff;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #566506;
  border-color: #353f04;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.btn-primary .badge {
  color: #9BB70B;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #6fb844;
  border-color: #6fb844;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #589236;
  border-color: #375b21;
}
.btn-success:hover {
  color: #fff;
  background-color: #589236;
  border-color: #548b33;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #589236;
  border-color: #548b33;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #49782c;
  border-color: #375b21;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6fb844;
  border-color: #6fb844;
}
.btn-success .badge {
  color: #6fb844;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #6ebd9f;
  border-color: #6ebd9f;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #4eab87;
  border-color: #36765d;
}
.btn-info:hover {
  color: #fff;
  background-color: #4eab87;
  border-color: #4aa481;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4eab87;
  border-color: #4aa481;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #429273;
  border-color: #36765d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #6ebd9f;
  border-color: #6ebd9f;
}
.btn-info .badge {
  color: #6ebd9f;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #d7b03a;
  border-color: #d7b03a;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b89426;
  border-color: #786119;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b89426;
  border-color: #af8d24;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b89426;
  border-color: #af8d24;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9a7c20;
  border-color: #786119;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #d7b03a;
  border-color: #d7b03a;
}
.btn-warning .badge {
  color: #d7b03a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c6713b;
  border-color: #c6713b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a05a2e;
  border-color: #65391d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a05a2e;
  border-color: #98562c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a05a2e;
  border-color: #98562c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #844b26;
  border-color: #65391d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #c6713b;
  border-color: #c6713b;
}
.btn-danger .badge {
  color: #c6713b;
  background-color: #fff;
}
.btn-link {
  color: #9BB70B;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #9BB70B;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #d9f44d;
  border-color: #d9f44d;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #ccc;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  min-width: 160px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #8c8c8c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #d2d3d6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d2d3d6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}
.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: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #e6e6e6;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 991;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #e6e6e6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d2d3d6;
  border-color: #d2d3d6;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #426d28;
  background-color: #e0f0d7;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #426d28;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #426d28;
  background-color: #d2e9c4;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #426d28;
  border-color: #426d28;
}
.list-group-item-info {
  color: #3e886b;
  background-color: #fbfdfc;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #3e886b;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #3e886b;
  background-color: #e9f5f0;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3e886b;
  border-color: #3e886b;
}
.list-group-item-warning {
  color: #8d721d;
  background-color: #f9f4e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8d721d;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8d721d;
  background-color: #f5ebce;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8d721d;
  border-color: #8d721d;
}
.list-group-item-danger {
  color: #784423;
  background-color: #f4e3d9;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #784423;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #784423;
  background-color: #eed5c5;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #784423;
  border-color: #784423;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 1px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #e6e6e6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #9BB70B;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #e6e6e6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #d2d3d6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.breadcrumb {
  padding: 7px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 1px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #e6e6e6;
}
.breadcrumb > .active {
  color: #e6e6e6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #9BB70B;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #9BB70B;
  background-color: #f2f2f2;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #9BB70B;
  border-color: #9BB70B;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.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: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid #999;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 80%;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px;
  font-weight: 700;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e0f0d7;
  border-color: #a7d58d;
  color: #426d28;
}
.alert-success hr {
  border-top-color: #99ce7a;
}
.alert-success .alert-link {
  color: #2b481a;
}
.alert-info {
  background-color: #fbfdfc;
  border-color: #b4ddcd;
  color: #3e886b;
}
.alert-info hr {
  border-top-color: #a3d5c2;
}
.alert-info .alert-link {
  color: #2e654f;
}
.alert-warning {
  background-color: #f9f4e3;
  border-color: #e8d28f;
  color: #8d721d;
}
.alert-warning hr {
  border-top-color: #e4c979;
}
.alert-warning .alert-link {
  color: #635014;
}
.alert-danger {
  background-color: #f4e3d9;
  border-color: #ddaa8a;
  color: #784423;
}
.alert-danger hr {
  border-top-color: #d89c76;
}
.alert-danger .alert-link {
  color: #512e17;
}
.thumbnail {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 1px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #9BB70B;
}
.thumbnail .caption {
  padding: 9px;
  color: #8c8c8c;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e6e6e6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cccccc;
}
.label-primary {
  background-color: #9BB70B;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #728708;
}
.label-success {
  background-color: #6fb844;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #589236;
}
.label-info {
  background-color: #6ebd9f;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4eab87;
}
.label-warning {
  background-color: #d7b03a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b89426;
}
.label-danger {
  background-color: #c6713b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a05a2e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 10px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 9px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #9BB70B;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
tr.visible-xs,
tr.visible-sm,
tr.visible-md,
tr.visible-lg {
  display: none !important;
}
th.visible-xs,
th.visible-sm,
th.visible-md,
th.visible-lg,
td.visible-xs,
td.visible-sm,
td.visible-md,
td.visible-lg {
  display: none !important;
}
.btn-group.visible-xs,
.btn-group.visible-sm,
.btn-group.visible-md,
.btn-group.visible-lg,
.btn-group-vertical.visible-xs,
.btn-group-vertical.visible-sm,
.btn-group-vertical.visible-md,
.btn-group-vertical.visible-lg,
.btn.visible-xs,
.btn.visible-sm,
.btn.visible-md,
.btn.visible-lg,
span.visible-xs,
span.visible-sm,
span.visible-md,
span.visible-lg,
i.visible-xs,
i.visible-sm,
i.visible-md,
i.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .btn-group.visible-xs,
  .btn-group-vertical.visible-xs,
  .btn.visible-xs {
    display: inline-block !important;
  }
  span.visible-xs,
  i.visible-xs {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .btn-group.visible-sm,
  .btn-group-vertical.visible-sm,
  .btn.visible-sm {
    display: inline-block !important;
  }
  span.visible-sm,
  i.visible-sm {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .btn-group.visible-md,
  .btn-group-vertical.visible-md,
  .btn.visible-md {
    display: inline-block !important;
  }
  span.visible-md,
  i.visible-md {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .btn-group.visible-lg,
  .btn-group-vertical.visible-lg,
  .btn.visible-lg {
    display: inline-block !important;
  }
  span.visible-lg,
  i.visible-lg {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
  .btn-group.hidden-xs,
  .btn-group-vertical.hidden-xs,
  .btn.hidden-xs,
  span.hidden-xs,
  i.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
  .btn-group.hidden-sm,
  .btn-group-vertical.hidden-sm,
  .btn.hidden-sm,
  span.hidden-sm,
  i.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .btn-group.hidden-md,
  .btn-group-vertical.hidden-md,
  .btn.hidden-md,
  span.hidden-md,
  i.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .btn-group.hidden-lg,
  .btn-group-vertical.hidden-lg,
  .btn.hidden-lg,
  span.hidden-lg,
  i.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
.btn-group.visible-print,
.btn-group-vertical.visible-print,
.btn.visible-print,
span.visible-print,
i.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .btn-group.visible-print,
  .btn-group-vertical.visible-print,
  .btn.visible-print {
    display: inline-block !important;
  }
  span.visible-print,
  i.visible-print {
    display: inline !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
  .btn-group.hidden-print,
  .btn-group-vertical.hidden-print,
  .btn.hidden-print,
  span.hidden-print,
  i.hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
body {
  font-weight: 400;
}
a {
  outline: none;
}
.img-rounded {
  border-radius: 5px;
}
hr.outsider {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #e6e6e6;
}
.text-primary:hover,
.text-warning:hover,
.text-danger:hover,
.text-success:hover,
.text-info:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0;
  font-weight: 300;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.panel dl {
  margin: 0 auto;
}
.panel dl dd {
  margin-bottom: 10px;
}
blockquote {
  font-style: italic;
  border-left-width: 2px;
}
blockquote.pull-right {
  border-right-width: 2px;
}
address {
  display: block;
}
kdb,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  margin-bottom: 20px;
}
pre.prettyprint {
  margin-bottom: 10px;
}
.table-responsive {
  overflow-x: auto;
}
@media (max-width: 767px) {
  /* Wrap your tables in `.table-flipscroll` and we'll fix the header and make the tbody scrollable */
  .table-flipscroll table:before,
  .table-flipscroll thead:before,
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    content: " ";
    display: table;
  }
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    clear: both;
  }
  .table-flipscroll table:before,
  .table-flipscroll thead:before,
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    content: " ";
    display: table;
  }
  .table-flipscroll table:after,
  .table-flipscroll thead:after {
    clear: both;
  }
  .table-flipscroll table,
  .table-flipscroll caption,
  .table-flipscroll td,
  .table-flipscroll thead,
  .table-flipscroll thead tr,
  .table-flipscroll th,
  .table-flipscroll tbody {
    display: block;
  }
  .table-flipscroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
  }
  .table-flipscroll table th,
  .table-flipscroll table td {
    margin: 0;
    vertical-align: top;
  }
  .table-flipscroll table th:last-child,
  .table-flipscroll table td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .table-flipscroll table td {
    min-height: 1.25em;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-flipscroll table thead {
    float: left;
  }
  .table-flipscroll table th {
    text-align: left;
    border-bottom-width: 1px !important;
    border-left: 0;
  }
  .table-flipscroll table th:first-child {
    border-top: 1px solid transparent !important;
  }
  .table-flipscroll table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-flipscroll table tbody tr {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #ccc;
  }
  /* Force table to not be like tables anymore */
  .table-vertical {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table-vertical table,
  .table-vertical caption,
  .table-vertical thead,
  .table-vertical tbody,
  .table-vertical th,
  .table-vertical td,
  .table-vertical tr {
    display: block;
  }
  .table-vertical thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-vertical tr {
    border: 1px solid #ccc;
  }
  .table-vertical td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
  }
  .table-vertical td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
legend {
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 24px;
}
label {
  margin-bottom: 10px;
  font-weight: normal;
}
select[multiple] {
  padding: 7px !important;
}
.form-control {
  height: 34px;
  padding: 5px 9px;
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.015) !important;
}
select.form-control {
  padding: 6px 9px 5px 4px;
}
.form-group {
  margin-bottom: 20px;
}
.row-border .form-group {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
}
.row-border .form-group:first-child {
  border-top: 0;
  padding-top: 0;
}
.help-block {
  margin-bottom: 0;
}
.btn {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  border-width: 0px;
  box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.08);
}
.btn:focus {
  outline: none;
}
.btn:active,
.btn.active,
.btn.fc-state-active {
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.btn-link,
.btn-link:active {
  box-shadow: none !important;
}
.btn-inverse {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #8c8c8c;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-inverse .badge {
  color: #ccc;
  background-color: #fff;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:focus,
.btn-white.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-white:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-link {
  box-shadow: none;
}
/*.btn-brown {
  .button-variant(#fff, @brand-brown, @brand-brown);
}
.btn-indigo {
  .button-variant(#fff, @brand-indigo, @brand-indigo);
}
.btn-orange {
  .button-variant(#fff, @brand-orange, @brand-orange);
}
.btn-sky {
  .button-variant(#fff, @brand-sky, @brand-sky);
}
.btn-midnightblue {
  .button-variant(#fff, @brand-midnightblue, @brand-midnightblue);
}
.btn-magenta {
  .button-variant(#fff, @brand-magenta, @brand-magenta);
}
.btn-green {
  .button-variant(#fff, @brand-green, @brand-green);
}
.btn-purple {
  .button-variant(#fff, @brand-purple, @brand-purple);
}
.btn-alizarin {
  .button-variant(#fff, @brand-alizarin, @brand-alizarin);
}
.btn-block + .btn-block {
	margin-top: 10px;
}*/
.btn-default-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-default-alt:hover,
.btn-default-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #e6e6e6;
}
.btn-default-alt:active,
.btn-default-alt.active {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus {
  box-shadow: none !important;
  border-color: #fff;
}
.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.btn-default-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-default-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-default-alt:active,
.btn-default-alt.active {
  color: #000 !important;
}
.btn-primary-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #9BB70B;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #728708;
}
.btn-primary-alt:active,
.btn-primary-alt.active {
  border-color: #9BB70B;
  background-color: #9BB70B;
  color: #fff;
}
.btn-primary-alt.disabled,
.btn-primary-alt[disabled],
fieldset[disabled] .btn-primary-alt,
.btn-primary-alt.disabled:hover,
.btn-primary-alt[disabled]:hover,
fieldset[disabled] .btn-primary-alt:hover,
.btn-primary-alt.disabled:focus,
.btn-primary-alt[disabled]:focus,
fieldset[disabled] .btn-primary-alt:focus {
  box-shadow: none !important;
  border-color: #9BB70B;
}
.btn-primary-alt.disabled:active,
.btn-primary-alt[disabled]:active,
fieldset[disabled] .btn-primary-alt:active,
.btn-primary-alt.disabled.active,
.btn-primary-alt[disabled].active,
fieldset[disabled] .btn-primary-alt.active {
  border-color: #9BB70B;
  background-color: #9BB70B;
  color: #fff;
}
.btn-primary-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-primary-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-warning-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #d7b03a;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-warning-alt:hover,
.btn-warning-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #b89426;
}
.btn-warning-alt:active,
.btn-warning-alt.active {
  border-color: #d7b03a;
  background-color: #d7b03a;
  color: #fff;
}
.btn-warning-alt.disabled,
.btn-warning-alt[disabled],
fieldset[disabled] .btn-warning-alt,
.btn-warning-alt.disabled:hover,
.btn-warning-alt[disabled]:hover,
fieldset[disabled] .btn-warning-alt:hover,
.btn-warning-alt.disabled:focus,
.btn-warning-alt[disabled]:focus,
fieldset[disabled] .btn-warning-alt:focus {
  box-shadow: none !important;
  border-color: #d7b03a;
}
.btn-warning-alt.disabled:active,
.btn-warning-alt[disabled]:active,
fieldset[disabled] .btn-warning-alt:active,
.btn-warning-alt.disabled.active,
.btn-warning-alt[disabled].active,
fieldset[disabled] .btn-warning-alt.active {
  border-color: #d7b03a;
  background-color: #d7b03a;
  color: #fff;
}
.btn-warning-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-warning-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-danger-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #c6713b;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-danger-alt:hover,
.btn-danger-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #a05a2e;
}
.btn-danger-alt:active,
.btn-danger-alt.active {
  border-color: #c6713b;
  background-color: #c6713b;
  color: #fff;
}
.btn-danger-alt.disabled,
.btn-danger-alt[disabled],
fieldset[disabled] .btn-danger-alt,
.btn-danger-alt.disabled:hover,
.btn-danger-alt[disabled]:hover,
fieldset[disabled] .btn-danger-alt:hover,
.btn-danger-alt.disabled:focus,
.btn-danger-alt[disabled]:focus,
fieldset[disabled] .btn-danger-alt:focus {
  box-shadow: none !important;
  border-color: #c6713b;
}
.btn-danger-alt.disabled:active,
.btn-danger-alt[disabled]:active,
fieldset[disabled] .btn-danger-alt:active,
.btn-danger-alt.disabled.active,
.btn-danger-alt[disabled].active,
fieldset[disabled] .btn-danger-alt.active {
  border-color: #c6713b;
  background-color: #c6713b;
  color: #fff;
}
.btn-danger-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-danger-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-success-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #6fb844;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-success-alt:hover,
.btn-success-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #589236;
}
.btn-success-alt:active,
.btn-success-alt.active {
  border-color: #6fb844;
  background-color: #6fb844;
  color: #fff;
}
.btn-success-alt.disabled,
.btn-success-alt[disabled],
fieldset[disabled] .btn-success-alt,
.btn-success-alt.disabled:hover,
.btn-success-alt[disabled]:hover,
fieldset[disabled] .btn-success-alt:hover,
.btn-success-alt.disabled:focus,
.btn-success-alt[disabled]:focus,
fieldset[disabled] .btn-success-alt:focus {
  box-shadow: none !important;
  border-color: #6fb844;
}
.btn-success-alt.disabled:active,
.btn-success-alt[disabled]:active,
fieldset[disabled] .btn-success-alt:active,
.btn-success-alt.disabled.active,
.btn-success-alt[disabled].active,
fieldset[disabled] .btn-success-alt.active {
  border-color: #6fb844;
  background-color: #6fb844;
  color: #fff;
}
.btn-success-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-success-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-info-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #6ebd9f;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-info-alt:hover,
.btn-info-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #4eab87;
}
.btn-info-alt:active,
.btn-info-alt.active {
  border-color: #6ebd9f;
  background-color: #6ebd9f;
  color: #fff;
}
.btn-info-alt.disabled,
.btn-info-alt[disabled],
fieldset[disabled] .btn-info-alt,
.btn-info-alt.disabled:hover,
.btn-info-alt[disabled]:hover,
fieldset[disabled] .btn-info-alt:hover,
.btn-info-alt.disabled:focus,
.btn-info-alt[disabled]:focus,
fieldset[disabled] .btn-info-alt:focus {
  box-shadow: none !important;
  border-color: #6ebd9f;
}
.btn-info-alt.disabled:active,
.btn-info-alt[disabled]:active,
fieldset[disabled] .btn-info-alt:active,
.btn-info-alt.disabled.active,
.btn-info-alt[disabled].active,
fieldset[disabled] .btn-info-alt.active {
  border-color: #6ebd9f;
  background-color: #6ebd9f;
  color: #fff;
}
.btn-info-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-info-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-inverse-alt {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.btn-inverse-alt:hover,
.btn-inverse-alt:focus {
  box-shadow: none !important;
  color: #000;
  border-color: #b3b3b3;
}
.btn-inverse-alt:active,
.btn-inverse-alt.active {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.btn-inverse-alt.disabled,
.btn-inverse-alt[disabled],
fieldset[disabled] .btn-inverse-alt,
.btn-inverse-alt.disabled:hover,
.btn-inverse-alt[disabled]:hover,
fieldset[disabled] .btn-inverse-alt:hover,
.btn-inverse-alt.disabled:focus,
.btn-inverse-alt[disabled]:focus,
fieldset[disabled] .btn-inverse-alt:focus {
  box-shadow: none !important;
  border-color: #ccc;
}
.btn-inverse-alt.disabled:active,
.btn-inverse-alt[disabled]:active,
fieldset[disabled] .btn-inverse-alt:active,
.btn-inverse-alt.disabled.active,
.btn-inverse-alt[disabled].active,
fieldset[disabled] .btn-inverse-alt.active {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.btn-inverse-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-inverse-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
/*.btn-brown-alt        {.btn-alt-states(@brand-brown);}  
.btn-indigo-alt       {.btn-alt-states(@brand-indigo);}
.btn-orange-alt       {.btn-alt-states(@brand-orange);}
.btn-sky-alt          {.btn-alt-states(@brand-sky);}
.btn-midnightblue-alt {.btn-alt-states(@brand-midnightblue);}
.btn-magenta-alt      {.btn-alt-states(@brand-magenta);}  
.btn-green-alt        {.btn-alt-states(@brand-green);} 
.btn-purple-alt       {.btn-alt-states(@brand-purple);} 
.btn-alizarin-alt       {.btn-alt-states(@brand-alizarin);}*/
.btn[class*="alt"] {
  padding: 6px 14px;
}
.btn[class*="alt"].btn-label i {
  background-color: black !important;
  background-color: rgba(0, 0, 0, 0.02) !important;
  zoom: 1 !important;
  background-color: transparent\9 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000)" !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000) !important;
}
.btn-lg[class*="alt"] {
  padding: 9px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 1px;
}
.btn-sm[class*="alt"] {
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs[class*="alt"] {
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
  padding: 0 4px;
}
.btn-label {
  padding: 0 20px 0 14px !important;
}
.btn-label i {
  padding: 9px 12px;
  line-height: 14px;
  left: -14px;
  width: 40px;
  position: relative;
  display: inline-block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
  border-radius: 3px 0 0 3px;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.btn-label.btn-block {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.btn-label.btn-block i {
  top: -9px;
}
.btn-label.btn-block i + span {
  left: -10px;
  position: relative;
}
.btn-label.btn-xs {
  padding: 0 5px 0 2px !important;
}
.btn-label.btn-xs i {
  width: 24px;
  left: -3px;
  line-height: 1em;
  padding: 3px 4px;
}
.btn-label.btn-sm {
  padding: 0 12px 0 8px !important;
}
.btn-label.btn-sm i {
  left: -8px;
  line-height: 8px;
  width: 32px;
}
.btn-label.btn-lg {
  padding: 0 29px 0 21px !important;
}
.btn-label.btn-lg i {
  left: -21px;
  line-height: 23px;
  width: 48px;
}
.caret {
  -webkit-font-smoothing: antialiased;
  display: inline;
  margin-left: 2px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  vertical-align: top;
}
.caret:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
}
.dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
}
.dropdown-menu.pull-left {
  left: 0;
  right: auto;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu.arrow:before {
  position: absolute;
  top: -8px;
  right: 11px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}
.well {
  padding: 19px;
}
.well blockquote {
  border-color: #e6e7e8;
}
.well.well-transparent {
  background: none;
}
.nav-tabs .dropdown-menu {
  margin-top: 0px;
}
.nav-tabs > li > a {
  margin-right: 0px;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #f2f2f2;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.btn.dropdown-toggle {
  min-width: 26px;
}
.btn-group,
.btn-group-vertical {
  padding: 0;
}
.btn-group > .btn.fc-state-active,
.btn-group-vertical > .btn.fc-state-active {
  z-index: 2;
}
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-toolbar .btn-group {
  float: none;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb > li {
  font-size: 12px !important;
}
.pagination {
  margin: 10px 0;
}
.pagination > li > a,
.pagination > li span {
  padding: 6px 15px;
}
.pager li > a,
.pager li span {
  padding: 6px 14px;
}
.popover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.popover-title {
  padding: 8px 15px;
  border-bottom-width: 0;
  border-radius: 0;
}
.popover-content {
  padding: 10px 15px;
}
.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.top-left .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}
.tooltip.top-right .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}
.tooltip-inner {
  padding: 6px 10px;
}
.alert .alert-link {
  font-weight: bold;
  color: #9BB70B !important;
}
.thumbnail {
  margin-bottom: 0;
}
.label {
  padding: .09em .6em .15em;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: 600;
  border-radius: 1px;
}
/*.label-orange {
  .label-variant(@label-orange-bg);
}
.label-grape {
  .label-variant(@label-grape-bg);
}
.label-inverse {
  .label-variant(@label-inverse-bg);
}
.label-sky {
  .label-variant(@label-sky-bg);
}*/
.badge {
  padding: 4px 6px;
  font-size: 11px;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
.badge-primary {
  background-color: #9BB70B;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #728708;
}
.badge-success {
  background-color: #6fb844;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #589236;
}
.badge-info {
  background-color: #6ebd9f;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #4eab87;
}
.badge-warning {
  background-color: #d7b03a;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #b89426;
}
.badge-danger {
  background-color: #c6713b;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #a05a2e;
}
#sidebar {
  /*.badge.badge-indigo  {.label-variant(@label-indigo-bg);}
  .badge.badge-orange  {.label-variant(@label-orange-bg);}*/
}
#sidebar .badge.badge-primary {
  background-color: #9BB70B;
}
#sidebar .badge.badge-primary[href]:hover,
#sidebar .badge.badge-primary[href]:focus {
  background-color: #728708;
}
#sidebar .badge.badge-success {
  background-color: #6fb844;
}
#sidebar .badge.badge-success[href]:hover,
#sidebar .badge.badge-success[href]:focus {
  background-color: #589236;
}
#sidebar .badge.badge-info {
  background-color: #6ebd9f;
}
#sidebar .badge.badge-info[href]:hover,
#sidebar .badge.badge-info[href]:focus {
  background-color: #4eab87;
}
#sidebar .badge.badge-warning {
  background-color: #d7b03a;
}
#sidebar .badge.badge-warning[href]:hover,
#sidebar .badge.badge-warning[href]:focus {
  background-color: #b89426;
}
#sidebar .badge.badge-danger {
  background-color: #c6713b;
}
#sidebar .badge.badge-danger[href]:hover,
#sidebar .badge.badge-danger[href]:focus {
  background-color: #a05a2e;
}
.progress {
  height: 8px;
}
.progress,
.progress-bar {
  box-shadow: none;
}
.progress-bar-inverse {
  background-color: #ccc;
}
.progress-striped .progress-bar-inverse {
  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-bar-primary {
  background-color: #9BB70B;
}
.progress-striped .progress-bar-primary {
  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-bar-green {
  .progress-bar-variant(@progress-bar-green-bg);
}

.progress-bar-orange {
  .progress-bar-variant(@progress-bar-orange-bg);
}

.progress-bar-purple {
  .progress-bar-variant(@progress-bar-purple-bg);
}

.progress-bar-indigo {
  .progress-bar-variant(@progress-bar-indigo-bg);
}*/
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
}
.contextual-progress {
  margin: 20px 0;
}
.contextual-progress .progress-percentage {
  float: right;
  position: relative;
}
.contextual-progress .label {
  position: absolute;
  right: 32px;
  top: 2px;
  padding: 3px 5px;
}
.contextual-progress .progress-title {
  float: left;
}
.contextual-progress .progress {
  height: 2px;
  margin: 5px 0 0;
}
.contextual-progress:first-child {
  margin-top: 0;
}
.input-group-addon {
  padding: 7px 5px;
  min-width: 44px;
}
.input-group-btn > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.carousel-caption h3 {
  color: #fff;
}
/* Containers */
body {
  padding-top: 40px;
}
body.static-header {
  padding-top: 0;
}
#page-container {
  background: #f2f2f2;
  overflow: hidden;
}
#page-content {
  min-height: 650px;
  background: #FFF;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#wrap > .container {
  padding: 20px;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: none;
}
/* Logo */
.navbar-brand {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
  background: url("BaseContent/img/logo.png") no-repeat center center;
  height: 40px;
  width: 106px;
}
/*@media (max-width: 480px) {
	ul.toolbar {display: block; float: none !important; margin: 0; background-color: lighten(@navbar-inverse-bg,5%);}
	.navbar-header {margin: 0 auto;float: none !important; width: @navbar-brand-width;}

	body {padding-top: 80px;}
	#page-rightbar, #sidebar {top: 80px !important;}
}*/
/* Headerbar */
#headerbar {
  top: -1000px;
  left: 0;
  position: fixed;
  padding: 20px 20px 0;
  z-index: 9999;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.86);
  transition: top .50s ease;
}
#headerbar:before,
#headerbar:after {
  content: " ";
  display: table;
}
#headerbar:after {
  clear: both;
}
#headerbar:before,
#headerbar:after {
  content: " ";
  display: table;
}
#headerbar:after {
  clear: both;
}
/* Footer */
#page-content {
  padding-bottom: 30px;
}
footer {
  border-top: 1px solid #e6e6e6;
  background: #f2f2f2;
  margin-left: 230px;
  height: 30px;
  margin-top: -30px;
  overflow: hidden;
}
footer > div.clearfix,
footer > div.dl-horizontal dd,
footer > div.container,
footer > div.container-fluid,
footer > div.row,
footer > div.form-horizontal .form-group,
footer > div.nav,
footer > div.btn-toolbar,
footer > div.btn-group-vertical > .btn-group,
footer > div.pager,
footer > div.modal-header,
footer > div.modal-footer {
  margin: 6px 20px 0;
  font-size: 12px;
  color: #8c8c8c;
}
footer > div.clearfix a,
footer > div.dl-horizontal dd a,
footer > div.container a,
footer > div.container-fluid a,
footer > div.row a,
footer > div.form-horizontal .form-group a,
footer > div.nav a,
footer > div.btn-toolbar a,
footer > div.btn-group-vertical > .btn-group a,
footer > div.pager a,
footer > div.modal-header a,
footer > div.modal-footer a {
  color: #8c8c8c;
}
footer > div.clearfix a:hover,
footer > div.dl-horizontal dd a:hover,
footer > div.container a:hover,
footer > div.container-fluid a:hover,
footer > div.row a:hover,
footer > div.form-horizontal .form-group a:hover,
footer > div.nav a:hover,
footer > div.btn-toolbar a:hover,
footer > div.btn-group-vertical > .btn-group a:hover,
footer > div.pager a:hover,
footer > div.modal-header a:hover,
footer > div.modal-footer a:hover {
  color: #bfbfbf;
  text-decoration: none !important;
}
footer > div.clearfix ul,
footer > div.dl-horizontal dd ul,
footer > div.container ul,
footer > div.container-fluid ul,
footer > div.row ul,
footer > div.form-horizontal .form-group ul,
footer > div.nav ul,
footer > div.btn-toolbar ul,
footer > div.btn-group-vertical > .btn-group ul,
footer > div.pager ul,
footer > div.modal-header ul,
footer > div.modal-footer ul {
  margin-bottom: -2px;
}
footer > div.clearfix ul li:last-child,
footer > div.dl-horizontal dd ul li:last-child,
footer > div.container ul li:last-child,
footer > div.container-fluid ul li:last-child,
footer > div.row ul li:last-child,
footer > div.form-horizontal .form-group ul li:last-child,
footer > div.nav ul li:last-child,
footer > div.btn-toolbar ul li:last-child,
footer > div.btn-group-vertical > .btn-group ul li:last-child,
footer > div.pager ul li:last-child,
footer > div.modal-header ul li:last-child,
footer > div.modal-footer ul li:last-child {
  padding-right: 0;
}
footer #back-to-top {
  margin-top: -1px;
}
/* Breadcrumb Mod */
#page-heading .breadcrumb {
  line-height: 0.75;
  padding: 20px 20px 0px 20px;
  background: transparent;
}
/* Page Heading */
#page-heading {
  background: #FFF;
}
#page-heading:before,
#page-heading:after {
  content: " ";
  display: table;
}
#page-heading:after {
  clear: both;
}
#page-heading:before,
#page-heading:after {
  content: " ";
  display: table;
}
#page-heading:after {
  clear: both;
}
#page-heading h1 {
  margin: 0;
  padding: 20px 20px 20px 20px;
  float: left;
  line-height: 30px;
  font-weight: 300;
  font-size: 42px;
}
#page-heading .options {
  display: inline;
  float: right;
  position: relative;
  top: 16px;
  right: 20px;
}
@media print {
  #page-leftbar,
  #page-heading .options,
  #page-heading .breadcrumbs,
  header {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header .navbar-collapse.in {
    overflow-y: visible;
  }
  #sidebar {
    position: fixed;
    width: 0;
    top: 40px;
    bottom: 0px;
    overflow-x: hidden !important;
  }
  body.show-leftbar #sidebar {
    width: 230px;
  }
}
.focusedform {
  background: #f2f2f2;
  padding: 0;
}
.focusedform .panel {
  width: 400px;
}
.focusedform .brand {
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 224px;
}
.focusedform .verticalcenter {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-top: -186px;
  margin-left: -200px;
}
@media (max-width: 767px) {
  .focusedform .panel {
    width: 320px;
  }
  .focusedform .verticalcenter {
    margin-left: -160px;
  }
}
/*Horizontal Navigation*/
.navbar {
  box-shadow: inset 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
#headerMenu.navbar {
  box-shadow: none;
}
.horizontal-nav footer {
  margin-top: 0px;
  overflow: hidden;
}
.horizontal-nav #page-content,
.horizontal-nav footer {
  margin-left: 0 !important;
}
.horizontal-nav nav.navbar {
  z-index: 1029;
}
#horizontal-navbar .navbar-nav > .open > a {
  background: #f2f2f2;
  box-shadow: inset 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
#horizontal-navbar .navbar-nav > .open > a i {
  background: transparent;
}
#horizontal-navbar .navbar-nav ul {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0px;
}
#horizontal-navbar .navbar-nav ul li a {
  color: #a6a6a6;
}
#horizontal-navbar .navbar-nav ul li a:hover {
  background: #f2f2f2;
  color: #a6a6a6;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
#horizontal-navbar .navbar-nav li a {
  color: #a6a6a6;
}
#horizontal-navbar .navbar-nav li a i {
  color: #a6a6a6;
}
#horizontal-navbar .navbar-nav li.active a,
#horizontal-navbar .navbar-nav li.active a i,
#horizontal-navbar .navbar-nav li.active a:hover,
#horizontal-navbar .navbar-nav li.active a:hover i {
  background-color: #ccc;
  color: #fff;
}
#horizontal-navbar .navbar-nav li.active a:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFF transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -9px;
}
#horizontal-navbar .navbar-nav li a:hover,
#horizontal-navbar .navbar-nav li a:hover i {
  background: #f2f2f2;
  color: #a6a6a6;
}
#horizontal-navbar .navbar-nav li a:hover {
  box-shadow: inset 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
#horizontal-navbar .navbar-nav i {
  margin-right: 2px;
}
@media (max-width: 767px) {
  #horizontal-navbar .navbar-nav li.active a:before {
    border-color: transparent !important;
  }
}
nav.navbar {
  background: #f2f2f2;
}
nav.navbar .navbar-toggle,
nav.navbar .navbar-toggle:hover,
nav.navbar .navbar-toggle:focus {
  background: transparent;
  color: #fff;
  border: none;
}
@media (min-width: 768px) {
  #horizontal-navbar.large-icons-nav .navbar-nav {
    margin-bottom: 0;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li {
    min-width: 120px;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li > a > i {
    font-size: 28px;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }
  #horizontal-navbar.large-icons-nav .navbar-nav li > a > span {
    display: block;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
/*Fixed*/
.fixed-layout {
  background: rgba(0, 0, 0, 0.9);
}
.fixed-layout #page-container,
.fixed-layout header {
  max-width: 1154px !important;
  margin: 0 auto;
}
.fixed-layout header .navbar-brand {
  display: block;
}
/* Drop Downs */
header .toolbar .dropdown,
header #headerbardropdown,
header #rightmenu-trigger {
  border-left: 0;
}
header #leftmenu-trigger {
  border-right: 0;
}
.scrollthis {
  height: 200px;
  overflow-y: scroll;
}
.scrollthis li:before,
.scrollthis li:after {
  content: " ";
  display: table;
}
.scrollthis li:after {
  clear: both;
}
.scrollthis li:before,
.scrollthis li:after {
  content: " ";
  display: table;
}
.scrollthis li:after {
  clear: both;
}
.scrollthis li a {
  display: block;
  text-decoration: none;
}
.scrollthis + .dd-footer {
  border-top: 1px solid #e6e7e8;
}
.dropdown-menu.notifications,
.dropdown-menu.messages {
  padding: 0;
  z-index: 1300;
}
.dropdown-menu.notifications {
  width: 292px;
}
.dropdown-menu.notifications li,
.dropdown-menu.messages li {
  border-bottom: 1px solid #e6e7e8;
  color: #000 !important;
}
.dropdown-menu.notifications li a,
.dropdown-menu.messages li a {
  white-space: normal;
  color: #4D4D4D;
}
.dropdown-menu.notifications li a.active,
.dropdown-menu.messages li a.active,
.dropdown-menu.notifications li a:hover,
.dropdown-menu.messages li a:hover {
  color: #1a1a1a !important;
  background: #f2f2f2 !important;
}
.dropdown-menu.notifications li .time,
.dropdown-menu.messages li .time {
  color: #ccc;
  font-size: 0.85em;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
}
.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a,
.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
  color: #9BB70B;
}
.dropdown-menu.notifications li.dd-header,
.dropdown-menu.messages li.dd-header {
  padding: 6px 10px;
  font-size: 0.85em;
}
.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  content: " ";
  display: table;
}
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  clear: both;
}
.dropdown-menu.notifications li.dd-header:before,
.dropdown-menu.messages li.dd-header:before,
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  content: " ";
  display: table;
}
.dropdown-menu.notifications li.dd-header:after,
.dropdown-menu.messages li.dd-header:after {
  clear: both;
}
.dropdown-menu.notifications li.dd-header span:first-child,
.dropdown-menu.messages li.dd-header span:first-child {
  float: left !important;
  float: left;
  font-weight: 400;
}
.dropdown-menu.notifications li.dd-header span:last-child,
.dropdown-menu.messages li.dd-header span:last-child {
  float: right !important;
  float: right;
}
.dropdown-menu.notifications li.dd-header span:last-child a,
.dropdown-menu.messages li.dd-header span:last-child a {
  padding: 0 !important;
}
.dropdown-menu.notifications li.dd-header a,
.dropdown-menu.messages li.dd-header a {
  background: none !important;
}
.dropdown-menu.notifications li.dd-header a:hover,
.dropdown-menu.messages li.dd-header a:hover {
  color: #9BB70B;
}
.dropdown-menu.notifications li.dd-footer,
.dropdown-menu.messages li.dd-footer {
  font-size: 0.85em;
}
.dropdown-menu.notifications li.dd-footer a,
.dropdown-menu.messages li.dd-footer a {
  text-align: center;
  padding: 7px 10px;
}
.dropdown-menu.notifications li:last-child,
.dropdown-menu.messages li:last-child {
  border-bottom: 0;
}
.dropdown-menu.notifications li .notification-user i {
  background-color: #9BB70B;
}
.dropdown-menu.notifications li .notification-warning i {
  background-color: #d7b03a;
}
.dropdown-menu.notifications li .notification-danger i {
  background-color: #c6713b;
}
.dropdown-menu.notifications li .notification-fix i {
  background-color: #ccc;
}
.dropdown-menu.notifications li .notification-success i {
  background-color: #6fb844;
}
.dropdown-menu.notifications li .notification-failure i {
  background-color: #c6713b;
}
.dropdown-menu.notifications li .notification-order i {
  background-color: #6ebd9f;
}
.dropdown-menu.notifications li a {
  padding: 12px 15px;
  line-height: 16px;
}
.dropdown-menu.notifications li a i {
  float: left !important;
  float: left;
  color: #ffffff;
  padding: 3px 0;
  min-width: 20px;
  text-align: center;
  margin-top: -2px;
  border-radius: 1px;
}
.dropdown-menu.notifications li a .msg {
  overflow: hidden;
  padding: 0 7px;
  display: inline;
  width: 210px;
}
.dropdown-menu.notifications li .time {
  float: right;
}
.dropdown-menu.messages li.comunication-element a {
  width: 290px;
  line-height: 14px;
  padding: 15px 15px 12px;
}
.dropdown-menu.messages li.comunication-element a img {
  float: left !important;
  float: left;
  margin-right: 10px;
  height: 30px;
  border-radius: 1px;
}
.dropdown-menu.messages li.comunication-element a div {
  overflow: hidden;
  position: relative;
}
.dropdown-menu.messages li.comunication-element a .name {
  margin-top: 0px;
}
.dropdown-menu.messages li.comunication-element a .msg {
  padding-top: 5px;
}
.dropdown-menu.messages li.comunication-element .time {
  float: right;
}
.dropdown-menu.messages li.comunication-element img {
  height: 30px;
  width: 30px;
}
.dropdown-menu.messages li.comunication-element span {
  display: block;
}
.dropdown-menu.messages li.comunication-element span.msg {
  font-size: 0.85em;
  color: #ccc;
}
.dropdown-menu.userinfo {
  padding: 15px 15px 0;
  min-width: 200px;
}
.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo:after {
  clear: both;
}
.dropdown-menu.userinfo:before,
.dropdown-menu.userinfo:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo:after {
  clear: both;
}
.dropdown-menu.userinfo ul {
  padding-left: 0;
}
.dropdown-menu.userinfo li {
  list-style: none;
}
.dropdown-menu.userinfo h5 {
  margin: -2px 0 -2px 0;
}
.dropdown-menu.userinfo li.username {
  margin: 0 -15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo li.username:after {
  clear: both;
}
.dropdown-menu.userinfo li.username:before,
.dropdown-menu.userinfo li.username:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo li.username:after {
  clear: both;
}
.dropdown-menu.userinfo li.username a {
  padding: 0 5px;
}
.dropdown-menu.userinfo li.username .pull-left img {
  width: 30px;
  border-radius: 1px;
}
.dropdown-menu.userinfo li.username .pull-right {
  min-width: 128px;
}
.dropdown-menu.userinfo li.username .pull-right small {
  color: #ccc;
}
.dropdown-menu.userinfo li.username .pull-right small span {
  color: #9BB70B;
}
.dropdown-menu.userinfo .userlinks ul {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 100%;
  box-shadow: none;
}
.dropdown-menu.userinfo .userlinks ul li {
  margin: 0 -15px;
}
.dropdown-menu.userinfo .userlinks ul li a {
  white-space: inherit;
}
.dropdown-menu.userinfo .userlinks ul li.divider {
  margin: 5px -15px;
}
.dropdown-menu.userinfo .userlinks ul i.pull-right {
  margin-top: 2px;
}
.dropdown-menu.search {
  width: 280px;
  padding: 0;
}
.dropdown-menu.search input[type="text"] {
  border: none;
  height: 38px;
}
#headerbardropdown {
  padding: 7px 12px;
}
#headerbardropdown span {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2px 8px 3px 8px;
  display: block;
  border-radius: 1px;
}
#headerbardropdown i {
  margin-left: 0px;
}
#headerbardropdown:hover span {
  background-color: rgba(255, 255, 255, 0.25);
}
.toolbar.navbar-nav {
  margin: 0;
}
.navbar-nav .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.navbar-nav.toolbar > li {
  float: right;
}
a.username {
  padding: 8px 10px 12px !important;
}
a.username:before,
a.username:after {
  content: " ";
  display: table;
}
a.username:after {
  clear: both;
}
a.username:before,
a.username:after {
  content: " ";
  display: table;
}
a.username:after {
  clear: both;
}
a.username span {
  top: 2px;
  position: relative;
  float: left;
  font-size: 14px !important;
}
a.username icon {
  padding-left: 10px;
}
a.username img {
  height: 24px;
  width: 24px;
  float: right;
  border-radius: 1px;
}
.dropdown-menu.userinfo .username a {
  padding: 0;
  color: #8c8c8c;
}
.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo .username a:after {
  clear: both;
}
.dropdown-menu.userinfo .username a:before,
.dropdown-menu.userinfo .username a:after {
  content: " ";
  display: table;
}
.dropdown-menu.userinfo .username a:after {
  clear: both;
}
.dropdown-menu.userinfo .username a:hover {
  text-decoration: none;
  background: none;
}
header.navbar {
  margin-bottom: 0px;
  border: none;
}
/* Nav and Sidebar Badges
// ------------------------*/
header .nav .badge,
#sidebar .badge {
  text-align: center;
  text-shadow: none !important;
}
header .nav .badge {
  top: 4px;
  left: 22px;
  position: absolute;
  background-color: #c6713b;
}
#sidebar .badge {
  float: right;
  position: absolute;
  top: 11px;
  right: 30px;
}
/* The toggle links for left/right sidebar */
.navbar .btn {
  font-size: 1em;
  padding: 5px;
}
.navbar .btn.pull-left {
  border-right: 1px solid #555;
  margin-right: 10px;
}
.navbar .btn.pull-right {
  border-left: 1px solid #555;
  margin-left: 10px;
}
/* Menu Triggers */
#leftmenu-trigger,
#rightmenu-trigger {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url('/images/menu-trigger.png');
}
#leftmenu-trigger {
  background-position: 0 0;
  float: left;
}
#leftmenu-trigger:hover {
  background-position: 0 40px;
}
#rightmenu-trigger {
  background-position: 39px 0;
  float: right;
}
#rightmenu-trigger:hover {
  background-position: 39px 40px;
}
@media (max-width: 767px) {
  .dropdown-menu.messages {
    margin-right: -35px;
  }
  .dropdown-menu.messages:before {
    margin-right: 35px;
  }
  .dropdown-menu.notifications {
    margin-right: -85px;
  }
  .dropdown-menu.notifications:before {
    margin-right: 85px;
  }
  nav.navbar .dropdown-menu {
    position: relative;
    float: none;
    background: none;
    box-shadow: none;
    border: none;
  }
  nav.navbar .navbar-header {
    width: auto;
  }
}
nav.navbar {
  margin-bottom: 0;
}
#page-rightbar {
  background: #fafbfc;
  display: none;
  width: 300px;
  top: 40px;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1029;
  overflow: hidden;
  position: fixed;
  border-left: 1px solid #e6e6e6;
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
}
#page-rightbar > div {
  padding: 0 10px;
}
body.show-rightbar {
  /* Style of the Chat area */
}
body.show-rightbar #page-rightbar {
  display: block;
}
body.show-rightbar #widgetarea {
  display: block;
  overflow: visible;
}
body.show-rightbar .widget-heading {
  padding: 0 10px;
  margin: 10px -10px 0px -10px;
  background-color: #f2f2f2;
}
body.show-rightbar .widget-heading a {
  text-decoration: none;
  color: inherit;
}
body.show-rightbar .widget-heading a h4 {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1em;
  display: block;
  padding: 10px 0px 10px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.show-rightbar .widget-heading a h4:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: right;
}
body.show-rightbar .widget-heading a.collapsed h4:after {
  content: "\f104";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.show-rightbar .widget-body {
  margin-top: 0px;
}
body.show-rightbar .widget-body:before,
body.show-rightbar .widget-body:after {
  content: " ";
  display: table;
}
body.show-rightbar .widget-body:after {
  clear: both;
}
body.show-rightbar .widget-body:before,
body.show-rightbar .widget-body:after {
  content: " ";
  display: table;
}
body.show-rightbar .widget-body:after {
  clear: both;
}
body.show-rightbar .widget-body .more {
  padding-top: 0px;
  font-size: 12px;
  float: right;
}
body.show-rightbar .widget-body .widget-block {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 1px;
}
body.show-rightbar .widget-body .widget-block:before,
body.show-rightbar .widget-body .widget-block:after {
  content: " ";
  display: table;
}
body.show-rightbar .widget-body .widget-block:after {
  clear: both;
}
body.show-rightbar .widget-body .widget-block:before,
body.show-rightbar .widget-body .widget-block:after {
  content: " ";
  display: table;
}
body.show-rightbar .widget-body .widget-block:after {
  clear: both;
}
body.show-rightbar .widget-body .widget-block small {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
body.show-rightbar .widget-body .widget-block h5 {
  margin: 0;
  color: #fff;
  font-size: 1.3em;
}
body.show-rightbar .widget-body .widget-block h5 > small {
  vertical-align: super;
  display: inline;
  font-size: 0.6em;
}
body.show-rightbar #chatarea {
  display: none;
  margin-top: 10px;
}
body.show-rightbar #chatarea .chatuser {
  font-size: 18px;
  margin: 0 0px;
}
body.show-rightbar #chatarea .chathistory {
  bottom: 122px;
  top: 40px;
  position: absolute;
  height: auto;
  display: block;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
}
body.show-rightbar #chatarea .chatinput {
  height: 100px;
  width: 279px;
  bottom: 10px;
  position: absolute;
}
body.show-rightbar #chatarea .chatinput textarea {
  border: 1px solid #e6e6e6;
  text-decoration: none;
  background-color: #fff;
  width: 100%;
  height: 62px;
  padding: 10px;
  resize: none;
}
.chat-users {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
.chat-users a {
  display: block;
  color: #4d4d4d;
}
.chat-users a:hover {
  text-decoration: none;
  background-color: #f2f3f5;
  border-radius: 1px;
}
.chat-users li {
  margin: 5px 0px 0 0px;
}
.chat-users li:first-child {
  margin-top: 0;
}
.chat-users img {
  width: 30px;
  height: 30px;
  border-radius: 1px;
}
.chat-users span {
  padding-left: 10px;
}
.chat-users li a:after {
  content: "•";
  float: right;
  font-size: 1.5em;
  padding-right: 3px;
}
.chat-users li[data-stats="online"] a:after {
  color: #6fb844;
}
.chat-users li[data-stats="busy"] a:after {
  color: #c6713b;
}
.chat-users li[data-stats="away"] a:after {
  color: #d7b03a;
}
.chat-users li[data-stats="offline"] a:after {
  color: #f2f2f2;
}
#page-leftbar {
  float: left;
  background: #f2f2f2;
  white-space: nowrap;
  position: relative;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#page-leftbar:before,
#page-leftbar:after {
  content: " ";
  display: table;
}
#page-leftbar:after {
  clear: both;
}
#page-leftbar:before,
#page-leftbar:after {
  content: " ";
  display: table;
}
#page-leftbar:after {
  clear: both;
}
#page-leftbar .collapse.in {
  padding: 5px 0 5px;
}
#page-leftbar .collapse {
  padding: 0;
}
/* Sidebar Menu */
#sidebar {
  white-space: normal;
  margin: 10px 0 0 0;
  padding-left: 0 !important;
}
#sidebar .badge {
  font-weight: 600;
  background-color: rgba(21, 22, 26, 0.6);
  right: 25px !important;
}
#sidebar i {
  color: #a6a6a6;
  margin-left: 1px;
  margin-right: 8px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
}
#sidebar .divider {
  height: 1px;
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
}
#sidebar .divider:hover {
  background-color: #f2f2f2;
}
#sidebar a {
  text-decoration: none;
}
#sidebar ul {
  padding: 5px 0;
  list-style: none;
}
#sidebar ul {
  padding-left: 0 !important;
}
#sidebar ul,
#sidebar ul li a {
  background: #f2f2f2;
  color: #a6a6a6;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#sidebar li.active i,
#sidebar li.active a:hover i {
  color: #fff;
}
#sidebar li a {
  color: #a6a6a6;
  display: block;
  padding: 10px;
  position: relative;
}
#sidebar a:hover {
  background-color: #f2f2f2;
  color: #a6a6a6;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#sidebar a:hover i {
  color: #a6a6a6;
}
#sidebar > li.active > a {
  background: #ccc;
  color: #fff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#sidebar > li.active > a:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #FFF transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
}
#sidebar ul li a {
  padding: 5px 10px 5px 37px;
}
#sidebar ul li.active:not(.open) > a {
  font-weight: 600;
  color: #a6a6a6;
}
#sidebar li ul {
  display: none;
}
#sidebar ul ul {
  padding: 0;
}
#sidebar li li li a {
  padding-left: 60px;
}
#sidebar ul ul ul li a {
  padding-left: 80px;
}
#sidebar ul ul ul ul li a {
  padding-left: 100px;
}
.collapse-leftbar #sidebar > li.hasChild:hover > ul {
  display: block !important;
}
.collapse-leftbar #sidebar > li > ul {
  display: none !important;
}
.collapse-leftbar #sidebar li:hover > ul.acc-menu {
  visibility: visible !important;
}
#sidebar li.hasChild > a {
  position: relative;
}
#sidebar li.hasChild > a:before,
#sidebar li.hasChild > a:after {
  content: " ";
  display: table;
}
#sidebar li.hasChild > a:after {
  clear: both;
}
#sidebar li.hasChild > a:before,
#sidebar li.hasChild > a:after {
  content: " ";
  display: table;
}
#sidebar li.hasChild > a:after {
  clear: both;
}
/* Remove the :hover from the following lines for arrows to appear always */
#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
  content: "\f105";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sidebar li.hasChild.open > a:before {
  content: "\f107";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  text-decoration: inherit;
  text-align: right;
  padding-right: 0px;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar li.hasChild li.hasChild a:before {
  top: 5px;
}
body.collapse-leftbar #sidebar > li.hasChild.open > a:before {
  content: "";
}
body.collapse-leftbar #sidebar > li.hasChild > a:before {
  content: "";
}
body.collapse-leftbar #sidebar > li.hasChild:hover > a:before {
  content: "\f107";
}
/* Sidebar Layout + Responsive */
#page-leftbar {
  width: 230px;
}
#page-content {
  margin-left: 230px;
}
#wrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  #page-leftbar {
    /* Collapsed */
    width: 0;
    z-index: 1029;
  }
  #page-content,
  #sidebar {
    transition: 250ms ease;
  }
  #sidebar {
    white-space: nowrap;
  }
  #page-content {
    width: 100%;
    margin-left: 0;
  }
  footer {
    margin-left: 0;
  }
  body.show-leftbar #page-leftbar {
    width: 230px;
  }
  body.show-leftbar #page-content {
    margin-left: 230px;
  }
  body.show-leftbar footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
/* Search at Left Navigation Sidebar */
#search {
  line-height: 0;
}
#search > a {
  display: none !important;
}
#search form {
  margin: 0px 0px 0px 0px;
  padding: 0 0px 0px 0px;
  position: relative;
}
#search form .search-query {
  background: #f2f2f2;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  color: #a6a6a6;
  padding: 0 10px 0 37px;
  border-radius: 0px;
  min-height: 40px;
  line-height: 18px;
  width: 100%;
}
#search form .search-query::-moz-placeholder {
  color: rgba(166, 166, 166, 0.5);
  opacity: 1;
}
#search form .search-query:-ms-input-placeholder {
  color: rgba(166, 166, 166, 0.5);
}
#search form .search-query::-webkit-input-placeholder {
  color: rgba(166, 166, 166, 0.5);
}
#search form .search-query:focus {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#search form .search-query:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
#search form .search-query:focus:-ms-input-placeholder {
  color: transparent;
}
#search form .search-query:focus::-webkit-input-placeholder {
  color: transparent;
}
#search form .search-query:focus + button i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#search form .search-query,
#search form .search-query:active,
#search form .search-query:focus {
  border: none;
}
#search form button[type="submit"] {
  float: left;
  position: absolute;
  top: 0;
  left: 10px;
  border: 0;
  background: none;
  padding: 13px 0;
  margin: 0;
  min-width: none;
}
#search form button[type="submit"] i {
  color: #a6a6a6;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.collapse-leftbar #page-leftbar {
  width: 40px;
}
body.collapse-leftbar #page-content,
body.collapse-leftbar footer {
  margin-left: 40px;
}
body.collapse-leftbar #sidebar > li {
  white-space: nowrap;
  z-index: 999;
  position: relative;
}
body.collapse-leftbar #sidebar > li span {
  display: none;
}
body.collapse-leftbar #sidebar > li > ul {
  position: absolute;
  width: 210px;
  left: 40px;
}
body.collapse-leftbar #sidebar > li:hover,
body.collapse-leftbar #sidebar > li.keep-open {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  width: 250px;
}
body.collapse-leftbar #sidebar > li:hover span,
body.collapse-leftbar #sidebar > li.keep-open span {
  display: inline;
}
body.collapse-leftbar #sidebar > li:hover > ul,
body.collapse-leftbar #sidebar > li.keep-open > ul {
  display: block;
}
body.collapse-leftbar #sidebar > li:hover.divider,
body.collapse-leftbar #sidebar > li.keep-open.divider {
  width: 40px !important;
}
body.collapse-leftbar #sidebar > li:hover > a,
body.collapse-leftbar #sidebar > li.keep-open > a,
body.collapse-leftbar #sidebar > li:hover a i,
body.collapse-leftbar #sidebar > li.keep-open a i {
  color: #a6a6a6;
}
body.collapse-leftbar #sidebar > li.active:hover > a:after {
  display: none;
}
body.collapse-leftbar #sidebar > li.active:hover > a,
body.collapse-leftbar #sidebar > li.active:hover > a i {
  color: #fff;
}
body.collapse-leftbar #sidebar i {
  margin-right: 20px !important;
  margin-left: 1px;
}
body.collapse-leftbar #sidebar li li a {
  padding-left: 10px;
}
body.collapse-leftbar #sidebar li li li a {
  padding-left: 20px;
}
body.collapse-leftbar #sidebar li li li li a {
  padding-left: 30px;
}
body.collapse-leftbar #search:hover {
  width: 40px !important;
}
body.collapse-leftbar #search:hover,
body.collapse-leftbar #search:hover a {
  background: none !important;
  box-shadow: none !important;
}
body.collapse-leftbar #search a {
  display: block !important;
  padding: 13px 10px;
}
body.collapse-leftbar #search form {
  display: none;
}
body.collapse-leftbar #search .opacity-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.collapse-leftbar #search.keep-open {
  width: 250px !important;
}
body.collapse-leftbar #search.keep-open > a {
  background: #f2f2f2 !important;
}
body.collapse-leftbar #search.keep-open > a:hover {
  background: #a6a6a6;
}
body.collapse-leftbar #search.keep-open form {
  display: block;
  width: 220px;
  position: absolute;
  top: 0;
  left: 30px;
}
body.collapse-leftbar #search.keep-open form .search-query {
  border: 0;
  background: transparent;
  padding: 0 10px 0 10px;
  position: relative !important;
  z-index: 1050;
  width: 100%;
}
body.collapse-leftbar #search.keep-open form button[type="submit"] {
  display: none;
}
.navbar {
  position: relative;
  z-index: 1200;
  min-height: 40px;
  margin-bottom: 20px;
  border: 0;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 1px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    visibility: visible !important;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 6px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #FFF;
  border-color: 0;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #8c8c8c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #8c8c8c;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: 0;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #8c8c8c;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .navbar-nav {
    margin: 0 !important;
  }
  .navbar-default .navbar-nav .navbar-nav a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8c8c8c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #8c8c8c;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #8c8c8c;
}
.navbar-inverse {
  background-color: #313338;
  border-color: #191a1d;
}
.navbar-inverse .navbar-brand {
  color: #888;
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e6e6e6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #888;
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #27292d;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #202225;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #27292d;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-link {
  color: #888;
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.panel {
  margin: 0px 0 20px;
  border-radius: 1px;
}
.panel-body {
  border: 1px solid #ddd;
  border-radius: 1px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  height: 40px;
  line-height: 2em;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading .nav.nav-tabs li a {
  color: #888;
  outline: none;
}
.panel-heading .nav.nav-tabs li a:hover {
  border: 1px solid transparent;
  color: #444;
  background: none;
}
.panel-heading .nav.nav-tabs li.active a {
  color: #000;
  background-color: #FFF;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.panel-heading h4 {
  float: left;
  margin: 0;
  line-height: 40px;
}
.panel-heading h4 i {
  position: relative;
}
.panel-heading .options {
  float: right !important;
  float: right;
}
.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}
.panel-heading .options:after {
  clear: both;
}
.panel-heading .options:before,
.panel-heading .options:after {
  content: " ";
  display: table;
}
.panel-heading .options:after {
  clear: both;
}
.panel-heading .options .nav-tabs {
  float: left;
  position: relative;
  top: 5px;
}
.panel-heading .options .nav-tabs li a {
  line-height: 2.36em;
}
.panel-heading .options > a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000;
  font-size: 14px;
  float: right;
  line-height: 40px;
  padding-left: 10px;
}
.panel-heading .options > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.panel-heading .options .btn {
  line-height: 1em !important;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer {
  padding: 20px 20px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-body {
  padding: 20px;
}
.panel-heading + .panel-body {
  border: none;
  padding: 20px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-body + .panel-footer {
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  color: #ddd;
}
.options .nav-tabs {
  border-bottom: 0;
}
.options .nav-tabs li a {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 2.5em;
}
.options .nav-tabs li a:hover {
  background: none;
}
.options .nav-tabs > li > a {
  margin-right: 0;
}
.icon-highlight {
  font-size: 14px;
  top: -1px;
  padding: 5px 0px;
  height: 25px;
  width: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  margin: 5px 3px 5px -3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.icon-scale {
  font-size: 14px;
}
.icon-scale-sm {
  font-size: 13px;
}
.icon-gray {
  color: rgba(0, 0, 0, 0.5);
}
.icon-highlight-info {
  color: #fff !important;
  background: #6ebd9f;
}
.icon-highlight-primary {
  color: #fff !important;
  background: #9BB70B;
}
.icon-highlight-danger {
  color: #fff !important;
  background: #c6713b;
}
.icon-highlight-success {
  color: #fff !important;
  background: #6fb844;
}
.icon-highlight-inverse {
  color: #fff !important;
  background: #ccc;
}
.icon-highlight-warning {
  color: #fff !important;
  background: #d7b03a;
}
/*.icon-highlight-orange {color: #fff !important; background: @brand-orange;}
.icon-highlight-midnightblue {color: #fff !important; background: @brand-midnightblue;}
.icon-highlight-indigo {color: #fff !important; background: @brand-indigo;}
.icon-highlight-green {color: #fff !important; background: @brand-green;}
.icon-highlight-sky {color: #fff !important; background: @brand-sky;}
.icon-highlight-purple {color: #fff !important; background: @brand-purple;}*/
.panel-primary {
  border-color: #e6e6e6;
}
.panel-primary .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-primary .panel-body {
  border-top: 2px solid #e6e6e6;
}
.panel-success {
  border-color: #e6e6e6;
}
.panel-success .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-success .panel-body {
  border-top: 2px solid #e6e6e6;
}
.panel-warning {
  border-color: #e6e6e6;
}
.panel-warning .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-warning .panel-body {
  border-top: 2px solid #e6e6e6;
}
.panel-danger {
  border-color: #e6e6e6;
}
.panel-danger .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-danger .panel-body {
  border-top: 2px solid #e6e6e6;
}
.panel-info {
  border-color: #e6e6e6;
}
.panel-info .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-info .panel-body {
  border-top: 2px solid #e6e6e6;
}
.panel-inverse {
  border-color: #e6e6e6;
}
.panel-inverse .panel-heading {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.panel-inverse .panel-body {
  border-top: 2px solid #e6e6e6;
}
/*.panel-brown {
  .panel-variated(#fff, @brand-brown, @brand-brown);
}
.panel-indigo {
  .panel-variated(#fff, @brand-indigo, @brand-indigo);
}
.panel-orange {
  .panel-variated(#fff, @brand-orange, @brand-orange);
}
.panel-sky {
  .panel-variated(#fff, @brand-sky, @brand-sky);
}
.panel-midnightblue {
  .panel-variated(#fff, @brand-midnightblue, @brand-midnightblue);
}
.panel-magenta {
  .panel-variated(#fff, @brand-magenta, @brand-magenta);
}
.panel-green {
  .panel-variated(#fff, @brand-green, @brand-green);
}
.panel-purple {
  .panel-variated(#fff, @brand-purple, @brand-purple);
}
.panel-grape {
  .panel-variated(#fff, @brand-grape, @brand-grape);
}*/
.panel.gray {
  border-color: #000;
}
.panel.gray .panel-heading {
  color: #8c8c8c;
  background-color: #edeef0;
  border-color: #000;
}
.panel.gray .panel-body {
  border-top: 2px solid #000;
}
.panel.gray .panel-heading {
  border-bottom: 1px solid #e6e6e6;
  padding-right: 10px;
}
.panel.gray .panel-heading .nav.nav-tabs li.active a {
  background: #fff;
}
.panel.gray .panel-heading .nav.nav-tabs li.active a:hover {
  background: #fff;
}
.panel.gray .panel-heading h4 {
  padding-left: 10px;
  color: #000 !important;
}
.panel.gray .panel-heading h4 > .nav.nav-tabs {
  right: 10px;
  bottom: -3px;
}
.panel.gray .panel-heading h4 > .nav.nav-tabs li a {
  line-height: 38px;
  padding: 0 10px;
  margin-top: -2px;
}
.panel.gray .panel-body {
  background-color: #fff;
  border-top: 0px !important;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px !important;
}
.panel-gray {
  border-color: #edeef0;
}
.panel-gray .panel-heading {
  color: #000;
  background-color: #edeef0;
  border-color: #edeef0;
}
.panel-gray .panel-body {
  border-top: 2px solid #edeef0;
}
.panel-gray .panel-heading {
  border-top: 1px solid #e6e6e6 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  border-bottom: none;
}
.panel-gray .panel-heading h4 {
  color: #000 !important;
}
.panel-gray .panel-heading .options a {
  color: #000 !important;
}
.panel-gray .panel-heading.rounded-bottom {
  border-bottom: 1px solid #e6e6e6 !important;
}
.panel-gray .panel-body {
  border-bottom: 1px solid #e6e6e6 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
}
[class*="panel-"].panel .panel-heading {
  padding: 0 10px;
  border-bottom: none;
}
[class*="panel-"].panel .panel-heading.rounded-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a:hover {
  color: #fff;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.active a {
  color: #000;
  background: #fff;
}
[class*="panel-"].panel .panel-heading .options a {
  color: #fff;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li,
[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
  border: none;
  font-size: 14px !important;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li a {
  line-height: 35px;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li.active a:hover {
  color: #000;
}
[class*="panel-"].panel .panel-heading .options .nav-tabs li a i {
  font-size: 14px;
}
[class*="panel-"].panel .panel-body {
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
[class*="panel-"].panel .panel-footer {
  background-color: #f0f0f0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 20px 20px;
  color: #666666;
}
[class*="panel-"].panel .panel-heading + .panel-body {
  border-top: none;
}
[class*="panel-"].panel .panel-body .panel-footer {
  margin: 20px -21px -21px;
  border-top: 1px solid #ddd;
}
.panel-heading > h4 > ul.nav.nav-tabs {
  position: relative;
  bottom: -3px;
}
.panel-heading > h4 > ul.nav.nav-tabs > li {
  padding-left: 0;
}
.panel-heading > h4 > ul.nav.nav-tabs > li > a {
  padding: 0 10px;
  line-height: 38px;
  margin-top: -2px;
}
[class*="panel-"].panel .panel-heading > h4 {
  color: #fff;
}
[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs {
  bottom: -1px;
  right: 9px;
  border: none;
}
[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs > li > a {
  border: none;
  padding: 0 10px;
  line-height: 40px;
  margin-top: 0px;
}
.panel-body > .list-group {
  margin: -20px;
}
.panel-body > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel-body > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-body > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ccc;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading h4 a {
  color: #fff;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-group .panel-collapse .panel-body {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel .panel-heading .nav.nav-tabs > li {
  margin-bottom: -2px;
}
.panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
  color: #000;
  background-color: transparent;
}
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li {
  margin-bottom: -1px;
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
  background-color: transparent;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover,
[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
  background-color: transparent;
  color: #fff;
  border: none;
}
.panel-heading h4 .nav.nav-tabs .dropdown-menu {
  margin-top: -2px;
}
.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a {
  color: #000;
}
.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a:hover {
  background-color: #D2D3D6;
  border: none;
}
.tiles-heading,
.tiles-body,
.tiles-footer {
  transition: 0.05s ease-in;
}
.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  content: " ";
  display: table;
}
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  clear: both;
}
.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  content: " ";
  display: table;
}
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  clear: both;
}
.info-tiles,
.shortcut-tiles {
  margin: 0px 0px 20px;
  display: block;
  border-radius: 1px;
}
a.info-tiles,
a.shortcut-tiles {
  background: none;
}
.info-tiles .tiles-heading {
  letter-spacing: 0.1em;
  padding: 6px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}
.info-tiles .tiles-heading .pull-right {
  transition: 0.06s ease-in;
  color: rgba(255, 255, 255, 0.4);
}
.info-tiles .tiles-body {
  font-size: 42px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.info-tiles .tiles-body-alt {
  font-size: 48px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.info-tiles .tiles-body-alt,
.info-tiles .tiles-body {
  padding: 10px 20px;
  font-weight: 300;
}
.info-tiles .tiles-body-alt .sparkline,
.info-tiles .tiles-body .sparkline {
  width: 100px;
  margin: 0 auto;
  padding: 0px;
}
.info-tiles .tiles-body-alt .text-top,
.info-tiles .tiles-body .text-top {
  vertical-align: super;
  font-size: 24px;
}
.info-tiles .tiles-body-alt .text-smallcaps,
.info-tiles .tiles-body .text-smallcaps {
  font-variant: small-caps;
}
.info-tiles .tiles-body-alt .text-center,
.info-tiles .tiles-body .text-center {
  margin-top: -5px;
}
.info-tiles .tiles-body-alt div + small,
.info-tiles .tiles-body div + small {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-top: -7px;
  margin-bottom: 4px;
}
.info-tiles .tiles-footer {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  /*i {float: right; position: relative;top: 2px; display: none;}

		&:after {
			content: "";
			position: absolute;
			bottom: 0%;
			right: -1px;
			width: 0px;
			height: 0px;
			margin-right: 11px;
			margin-bottom: 20px;
			border-top: 5px solid rgba(0, 0, 0, 0.35);
			border-right: 5px solid @body-bg;
			border-bottom: 5px solid @body-bg;
			border-left: 5px solid rgba(0, 0, 0, 0.35);
			border-top-left-radius: @border-radius-large;
			
		}
		&:hover {color: #fff;}*/
}
.info-tiles:hover {
  text-decoration: none;
  /*.tiles-footer {
			color: #fff;
			i {display: inline;}
		}
		.tiles-heading .pull-right {color: rgba(255,255,255,1);}*/
}
.shortcut-tiles .tiles-body {
  padding: 10px 10px 0px 10px;
  font-size: 42px;
  line-height: 42px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.shortcut-tiles .tiles-body i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.06s ease-in;
}
.shortcut-tiles .tiles-body .pull-right {
  margin-top: -3px;
  line-height: 0;
}
.shortcut-tiles .tiles-body .pull-right .badge {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}
.shortcut-tiles .tiles-footer {
  text-transform: none;
  text-align: right;
  padding: 7px 10px;
  letter-spacing: 0.1em;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.shortcut-tiles:hover {
  text-decoration: none;
}
.shortcut-tiles:hover i {
  color: #ffffff;
}
.info-tiles {
  /*&.tiles-midnightblue 	{.info-tiles-variant(@brand-midnightblue)}
	&.tiles-sky 			{.info-tiles-variant(@brand-sky);}
	&.tiles-orange 			{.info-tiles-variant(@brand-orange)}; 
	&.tiles-indigo 			{.info-tiles-variant(@brand-indigo)}; 
	&.tiles-green 			{.info-tiles-variant(@brand-green);}
	&.tiles-magenta  		{.info-tiles-variant(@brand-magenta);}
	&.tiles-purple  		{.info-tiles-variant(@brand-purple);}
	&.tiles-brown  			{.info-tiles-variant(@brand-brown);}
	&.tiles-grape			{.info-tiles-variant(@brand-grape);}
	&.tiles-toyo			{.info-tiles-variant(@brand-toyo);}
	&.tiles-alizarin		{.info-tiles-variant(@brand-alizarin);}*/
}
.shortcut-tiles {
  /*&.tiles-midnightblue 	{.shortcut-tiles-variant(@brand-midnightblue)}
	&.tiles-sky 			{.shortcut-tiles-variant(@brand-sky);}
	&.tiles-orange 			{.shortcut-tiles-variant(@brand-orange)}; 
	&.tiles-indigo 			{.shortcut-tiles-variant(@brand-indigo)}; 
	&.tiles-green 			{.shortcut-tiles-variant(@brand-green);}
	&.tiles-magenta  		{.shortcut-tiles-variant(@brand-magenta);}
	&.tiles-purple  		{.shortcut-tiles-variant(@brand-purple);}
	&.tiles-brown  			{.shortcut-tiles-variant(@brand-brown);}
	&.tiles-grape  			{.shortcut-tiles-variant(@brand-grape);}
	&.tiles-toyo  			{.shortcut-tiles-variant(@brand-toyo);}
	&.tiles-alizarin  		{.shortcut-tiles-variant(@brand-alizarin);}*/
}
.panel-comments,
.panel-threads,
.panel-users {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-comments li,
.panel-threads li,
.panel-users li {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
}
.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  content: " ";
  display: table;
}
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  clear: both;
}
.panel-comments li:before,
.panel-threads li:before,
.panel-users li:before,
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  content: " ";
  display: table;
}
.panel-comments li:after,
.panel-threads li:after,
.panel-users li:after {
  clear: both;
}
.panel-comments li:first-child,
.panel-threads li:first-child,
.panel-users li:first-child {
  padding-top: 0;
}
.panel-comments li img,
.panel-threads li img,
.panel-users li img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 1px;
}
.panel-comments li .content,
.panel-threads li .content,
.panel-users li .content {
  margin-left: 45px;
}
.panel-comments li .content .time,
.panel-threads li .content .time,
.panel-users li .content .time {
  float: right;
  color: #e6e6e6;
  font-size: 12px;
}
.panel-userprofile {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.panel-userprofile li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}
.panel-userprofile li:after {
  clear: both;
}
.panel-userprofile li:before,
.panel-userprofile li:after {
  content: " ";
  display: table;
}
.panel-userprofile li:after {
  clear: both;
}
.panel-userprofile li:first-child {
  padding-top: 0;
}
.panel-userprofile li:last-child {
  border-bottom: 0;
}
.panel-userprofile li img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 1px;
}
.panel-userprofile li .content {
  margin-left: 45px;
}
.panel-userprofile li .content .time {
  float: right;
  color: #e6e6e6;
  font-size: 12px;
}
.panel-comments li .content .commented {
  display: block;
  margin-bottom: 10px;
}
.panel-comments li .content .actions {
  display: block;
  line-height: 1em;
  float: right;
}
.panel-comments li .content .actions a {
  color: #ccc;
  font-size: 14px;
  margin-left: 10px;
}
.panel-comments li .content .actions a:first-child {
  margin-left: 0;
}
.panel-comments li .content .actions a:hover {
  text-decoration: none;
  color: #8c8c8c;
}
.panel-threads li .content .title {
  display: block;
}
.panel-threads li .content .thread {
  color: #e6e6e6;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 14px;
}
.panel-threads li .content .thread a {
  color: #ccc;
}
.panel-threads li .content .thread a:hover {
  color: #8c8c8c;
  text-decoration: none;
}
.panel-users li .content .desc {
  display: block;
}
.panel-users li .content > div {
  font-size: 12px;
  color: #e6e6e6;
}
.panel-tasks {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-tasks li {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 10px;
  background-color: #f2f3f5;
  margin-bottom: 1px;
  border-left: 2px solid #ccc;
  border-radius: 1px;
}
.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}
.panel-tasks li:after {
  clear: both;
}
.panel-tasks li:before,
.panel-tasks li:after {
  content: " ";
  display: table;
}
.panel-tasks li:after {
  clear: both;
}
.panel-tasks li label {
  margin-bottom: 0;
}
.panel-tasks li label .task-description {
  margin: 0 5px 0 5px;
}
.panel-tasks li label .task-description.done {
  text-decoration: line-through;
  font-style: italic;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.panel-tasks li.item-primary {
  border-left: 2px solid #9BB70B;
}
.panel-tasks li.item-info {
  border-left: 2px solid #6ebd9f;
}
.panel-tasks li.item-danger {
  border-left: 2px solid #c6713b;
}
.panel-tasks li.item-warning {
  border-left: 2px solid #d7b03a;
}
.panel-tasks li.item-success {
  border-left: 2px solid #6fb844;
}
.panel-tasks li.item-inverse {
  border-left: 2px solid #ccc;
}
.panel-tasks li.item-placeholder {
  background-color: #ccc;
  border: 1px dashed #666;
  height: 42px;
}
.panel-tasks li .options {
  float: right;
}
.panel-tasks li .icon-dragtask {
  color: transparent;
  margin-right: 6px;
  width: 6px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFf39/////F3PnHQAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgYGBkZAABMMUIBjCKKnIAAQYAClYANToXblMAAAAASUVORK5CYII=);
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.panel-tasks li .icon-dragtask:active,
.panel-tasks li .icon-dragtask:focus {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.panel-chat {
  margin-bottom: 20px;
  height: 700px;
  overflow-y: auto;
}
.panel-chat .chat-message {
  margin-bottom: 10px;
  position: relative;
}
.panel-chat .chat-message:last-child {
  margin-bottom: 0;
}
.panel-chat .chat-message:after {
  left: 38px;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #EEE;
  border-width: 6px;
  margin-top: -4px;
}
.panel-chat .chat-message .chat-contact {
  float: left;
  margin-right: 10px;
}
.panel-chat .chat-message .chat-contact img {
  max-width: 40px;
  border-radius: 1px;
}
.panel-chat .chat-message .chat-text {
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
.panel-chat .chat-message.me .chat-contact {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.panel-chat .chat-message.me .chat-text {
  background-color: #ddd;
}
.panel-chat .chat-message.me:after {
  border-right-color: transparent;
  border-left-color: #ddd;
  right: 38px;
  left: auto;
}
.chat-primary .chat-text {
  color: #fff !important;
  background-color: #9BB70B !important;
}
.chat-primary:after {
  border-right-color: #9BB70B !important;
}
.chat-primary.me:after {
  border-left-color: #9BB70B !important;
}
.chat-warning .chat-text {
  color: #fff !important;
  background-color: #d7b03a !important;
}
.chat-warning:after {
  border-right-color: #d7b03a !important;
}
.chat-warning.me:after {
  border-left-color: #d7b03a !important;
}
.chat-danger .chat-text {
  color: #fff !important;
  background-color: #c6713b !important;
}
.chat-danger:after {
  border-right-color: #c6713b !important;
}
.chat-danger.me:after {
  border-left-color: #c6713b !important;
}
.chat-success .chat-text {
  color: #fff !important;
  background-color: #6fb844 !important;
}
.chat-success:after {
  border-right-color: #6fb844 !important;
}
.chat-success.me:after {
  border-left-color: #6fb844 !important;
}
.chat-info .chat-text {
  color: #fff !important;
  background-color: #6ebd9f !important;
}
.chat-info:after {
  border-right-color: #6ebd9f !important;
}
.chat-info.me:after {
  border-left-color: #6ebd9f !important;
}
.chat-inverse .chat-text {
  color: #fff !important;
  background-color: #ccc !important;
}
.chat-inverse:after {
  border-right-color: #ccc !important;
}
.chat-inverse.me:after {
  border-left-color: #ccc !important;
}
/*.chat-brown        {.chat-states(@brand-brown);}  
.chat-indigo       {.chat-states(@brand-indigo);}
.chat-orange       {.chat-states(@brand-orange);}
.chat-sky          {.chat-states(@brand-sky);}
.chat-midnightblue {.chat-states(@brand-midnightblue);}
.chat-magenta      {.chat-states(@brand-magenta);}  
.chat-green        {.chat-states(@brand-green);} 
.chat-purple       {.chat-states(@brand-purple);}*/
.tab-container {
  margin-bottom: 20px;
}
.tab-container .nav-tabs > li > a {
  border-radius: 0;
}
.tab-container .tab-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 10px 15px;
}
.tab-container > .nav-tabs > li.active > a {
  border-top: 2px solid #9BB70B;
  background-color: #fff;
}
.tab-container.tab-left > .nav-tabs > li,
.tab-container.tab-right > .nav-tabs > li {
  float: none;
  min-width: 75px;
}
.tab-container.tab-left > .nav-tabs > li > a,
.tab-container.tab-right > .nav-tabs > li > a {
  border: 1px solid #e6e6e6;
}
.tab-container.tab-left > .nav-tabs > li.active > a,
.tab-container.tab-right > .nav-tabs > li.active > a {
  border-top-color: #e6e6e6 !important;
}
.tab-container.tab-left .tab-content,
.tab-container.tab-right .tab-content {
  overflow: auto;
  border-top: 1px solid #e6e6e6;
}
.tab-container.tab-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tab-container.tab-left > .nav-tabs > li > a {
  border-right: 0;
}
.tab-container.tab-left > .nav-tabs > li.active > a {
  border-left: 2px solid #9BB70B;
}
.tab-container.tab-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tab-container.tab-right > .nav-tabs > li > a {
  border-left: 0;
}
.tab-container.tab-right > .nav-tabs > li.active > a {
  border-right: 2px solid #9BB70B;
}
.tab-container.tab-bottom > .tab-content {
  border-top: 1px solid #e6e6e6;
}
.tab-container.tab-bottom > .nav-tabs {
  border-bottom: none;
  margin-top: 0px;
}
.tab-container.tab-bottom > .nav-tabs > li.active > a {
  margin-top: -2px;
  border-top-color: transparent !important;
  border-bottom: 2px solid #9BB70B;
}
.tab-primary.tab-container > .nav-tabs > li.active > a {
  border-top-color: #9BB70B;
}
.tab-primary.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #9BB70B;
}
.tab-primary.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #9BB70B;
}
.tab-primary.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #9BB70B;
}
.tab-warning.tab-container > .nav-tabs > li.active > a {
  border-top-color: #d7b03a;
}
.tab-warning.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #d7b03a;
}
.tab-warning.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #d7b03a;
}
.tab-warning.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #d7b03a;
}
.tab-danger.tab-container > .nav-tabs > li.active > a {
  border-top-color: #c6713b;
}
.tab-danger.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #c6713b;
}
.tab-danger.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #c6713b;
}
.tab-danger.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #c6713b;
}
.tab-success.tab-container > .nav-tabs > li.active > a {
  border-top-color: #6fb844;
}
.tab-success.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #6fb844;
}
.tab-success.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #6fb844;
}
.tab-success.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #6fb844;
}
.tab-info.tab-container > .nav-tabs > li.active > a {
  border-top-color: #6ebd9f;
}
.tab-info.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #6ebd9f;
}
.tab-info.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #6ebd9f;
}
.tab-info.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #6ebd9f;
}
.tab-inverse.tab-container > .nav-tabs > li.active > a {
  border-top-color: #ccc;
}
.tab-inverse.tab-container.tab-left > .nav-tabs > li.active {
  border-left-color: #ccc;
}
.tab-inverse.tab-container.tab-right > .nav-tabs > li.active {
  border-right-color: #ccc;
}
.tab-inverse.tab-container.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #ccc;
}
/*.tab-brown        {.tab-states(@brand-brown);}  
.tab-indigo       {.tab-states(@brand-indigo);}
.tab-orange       {.tab-states(@brand-orange);}
.tab-sky          {.tab-states(@brand-sky);}
.tab-midnightblue {.tab-states(@brand-midnightblue);}
.tab-magenta      {.tab-states(@brand-magenta);}  
.tab-green        {.tab-states(@brand-green);} 
.tab-purple       {.tab-states(@brand-purple);} */
.accordion-group .accordion-item .accordion-title {
  text-decoration: none;
}
.accordion-group .accordion-item .accordion-title h4 {
  color: #8c8c8c;
  background-color: #ccc;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 1px;
  margin: 5px 0;
}
.accordion-group .accordion-item .accordion-title h4:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: right;
  text-decoration: none;
}
.accordion-group .accordion-item .accordion-title.collapsed h4:after {
  content: "\f104";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.accordion-group .accordion-item .accordion-body {
  padding: 20px;
}
body {
  border-left: solid 10px #FFF;
  border-right: solid 10px #FFF;
}
/* layout */
.row-fluid {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .fit-height.col-sm-12 {
    height: auto !important;
  }
}
#header-info,
#header-menu {
  width: 100%;
}
#header-info button.pull-left,
#header-menu button.pull-left {
  box-shadow: none !important;
}
.controller-title {
  font-size: 32px !important;
  padding-top: 10px;
}
#horizontal-navbar {
  background: #f2f2f2;
  padding-right: 0;
  overflow: hidden !important;
}
#horizontal-navbar a:hover {
  background: #e6e6e6 !important;
}
#horizontal-navbar a:hover i {
  background: #e6e6e6 !important;
}
#horizontal-navbar a:hover i.fa,
#horizontal-navbar a:hover span {
  color: #fff !important;
}
#horizontal-navbar .navbar-nav li > a i,
#horizontal-navbar .navbar-nav li > a span {
  color: #8c8c8c !important;
}
#headerbardropdown {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
  margin-top: 14px;
  position: absolute;
  top: 40px;
  right: 0;
  margin-right: 20px;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding: 4px 40px;
}
#headerbardropdown:focus,
#headerbardropdown.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
#headerbardropdown:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#headerbardropdown:active,
#headerbardropdown.active,
.open > .dropdown-toggle#headerbardropdown {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#headerbardropdown:active:hover,
#headerbardropdown.active:hover,
.open > .dropdown-toggle#headerbardropdown:hover,
#headerbardropdown:active:focus,
#headerbardropdown.active:focus,
.open > .dropdown-toggle#headerbardropdown:focus,
#headerbardropdown:active.focus,
#headerbardropdown.active.focus,
.open > .dropdown-toggle#headerbardropdown.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
#headerbardropdown:active,
#headerbardropdown.active,
.open > .dropdown-toggle#headerbardropdown {
  background-image: none;
}
#headerbardropdown.disabled:hover,
#headerbardropdown[disabled]:hover,
fieldset[disabled] #headerbardropdown:hover,
#headerbardropdown.disabled:focus,
#headerbardropdown[disabled]:focus,
fieldset[disabled] #headerbardropdown:focus,
#headerbardropdown.disabled.focus,
#headerbardropdown[disabled].focus,
fieldset[disabled] #headerbardropdown.focus {
  background-color: #fff;
  border-color: #ccc;
}
#headerbardropdown .badge {
  color: #fff;
  background-color: #000;
}
#headerbardropdown i.fa {
  color: #9BB70B;
  margin-right: 16px;
}
#headerbar {
  top: 0;
  left: 20000px;
  margin-top: 40px;
  padding: 15px;
  background-color: rgba(180, 180, 180, 0.75);
}
#headerbar .row {
  margin-right: 0;
}
#headerbar .tiles-body,
#headerbar .tiles-footer {
  background: #fff;
}
#headerbar .btn {
  padding: 6px 20px;
}
#headerbar .btn i.fa {
  font-size: 12px;
  margin-left: 5px;
}
#headerbar .btn:hover,
#headerbar .btn:focus {
  color: #fff !important;
  background: #000;
}
#headerbar .btn:hover i.fa,
#headerbar .btn:focus i.fa {
  color: #9BB70B;
}
.no-action-div {
  height: 80px;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  color: white;
}
/* dropbown menu utente / backoffice / logout */
.dropdown-menu > li > a {
  padding: 5px 10px;
}
.dropdown-menu > li > a:hover {
  background: #fff /*@gray-lighter*/;
  font-weight: 700;
}
ul.dropdown-menu li.userlinks {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: normal;
}
ul.dropdown-menu li.userlinks ul.dropdown-menu li a.text-danger {
  color: #c6713b;
}
ul.dropdown-menu li.userlinks ul.dropdown-menu li.divider {
  display: none;
}
ul.dropdown-menu li.userlinks i.fa {
  margin-right: 10px;
  margin-left: 5px;
}
/* dropbown menu / notifiche da barra utente */
.dropdown-menu.messages {
  padding: 10px;
  font-size: 11px;
  line-height: 11px;
}
#header-info {
  overflow: hidden;
  /*border-bottom: solid 1px @gray-lighter;*/
}
#header-container {
  margin: 0 10px;
  height: 80px;
}
#headerMenu-container {
  margin: 0px 20px 0 20px;
  border-bottom: solid 1px #f2f2f2;
  height: 41px;
}
.navbar-collapse {
  margin-left: 0;
  padding-left: 0;
}
/* Actions menu */
#headerMenu {
  background: #FFF;
}
#headerMenu a.shortcut-tiles {
  margin-bottom: 0;
}
#headerMenu li {
  border-left: 0;
  border-right: 0;
}
#headerMenu li a {
  color: #000;
}
#headerMenu li a:hover {
  color: #434C53;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
  color: #ccc;
}
#logo {
  height: 27px;
  /*margin-left: @padding-base-horizontal;*/
  margin-top: 8px;
  transition: all 0.35s;
}
@media (max-width: 768px) {
  #logo {
    height: 19px;
    margin-top: 12px;
  }
}
/* menu utente */
.dropdown-menu.userinfo {
  padding: 0 15px;
}
header#headerMenu ul.nav .dropdown a.hasnotifications .nav .badge {
  left: 25px;
  top: 6px;
  font-size: 11px;
  padding: 1px 5px;
  background-color: #9BB70B;
}
#searchElement > div > label {
  margin-top: 0;
  margin-bottom: 5px;
}
#searchElement #search_field {
  margin-bottom: 5px;
  margin-right: 0;
}
ul#searchResult .full-text {
  padding: 5px 10px !important;
}
ul#searchResult.media-list li.title-search.full-text {
  padding: 5px 10px !important;
  margin: 0;
}
ul#searchResult.media-list li.title-search.full-text b {
  padding-top: 5px;
}
/*loader */
#loader,
.partial-loader {
  color: #666666;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#loader .spinner,
.partial-loader .spinner {
  height: 60px;
  width: 60px;
  margin: 20px auto;
  position: relative;
  -webkit-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-left: 3px solid #a6a6a6;
  border-right: 3px solid #a6a6a6;
  border-bottom: 3px solid #a6a6a6;
  border-top: 3px solid #9BB70B;
  border-radius: 100%;
}
#loader .spinner.spinner-sm,
.partial-loader .spinner.spinner-sm {
  border-width: 4px;
  height: 40px;
  width: 40px;
  margin: calc(30%) auto;
}
#loader .spinner.spinner-sm.spinner-white,
.partial-loader .spinner.spinner-sm.spinner-white {
  border-top-color: #FFF;
  border-left-color: #eee;
  border-right-color: #eee;
  border-bottom-color: #eee;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* 100% LOADER*/
#loader,
.partial-loader {
  height: 100%;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  z-index: 999;
}
#loader .spinner,
.partial-loader .spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  box-shadow: none;
}
/*.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
.panel[class*="panel-"] .panel-body.nopad {
  padding: 0 !important;
}
.panel-gray {
  border-color: #ccc;
}
.panel-gray > .panel-heading {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.panel-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-gray > .panel-heading .badge {
  color: #ccc;
  background-color: #fff;
}
.panel-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
ul.nav.nav-tabs .big > li {
  min-width: 220px;
}
ul.nav.nav-tabs li a {
  font-weight: 700;
}
ul.nav.nav-tabs li h3 {
  margin: 0;
  padding: 5px 20px;
}
ul.nav.nav-tabs.nav-stacked li a {
  text-align: left;
  font-weight: 500;
  text-transform: none;
  background: transparent;
}
ul.nav.nav-tabs.nav-stacked li:hover a {
  background: #EDEEF0;
}
ul.nav.nav-tabs.nav-stacked li.active a {
  background: #fff;
  border-bottom: solid 1px #CCCCCC;
}
ul.nav-tabs > li {
  text-align: center;
}
ul.nav-tabs > li a {
  color: #666;
}
ul.nav-tabs > li > a,
ul.nav-tabs > li > a:hover,
ul.nav-tabs > li > a:focus {
  border: solid 1PX #ddd;
  background: #EDEEF0;
}
/* login */
#login-form input[type="checkbox"] + span::before {
  width: 24px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}
.validation-summary-errors ul li {
  list-style: none;
  padding: 15px;
}
.validation-summary-errors ul li h4 {
  margin-top: 0;
}
.validation-summary-errors ul {
  background-color: #f9f4e3;
  border-color: #e8d28f;
  color: #8d721d;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  border-radius: 2px;
}
.validation-summary-errors ul hr {
  border-top-color: #e4c979;
}
.validation-summary-errors ul .alert-link {
  color: #635014;
}
/* STILI PER LOGIN */
span.field-validation-error {
  background-color: #f4e3d9;
  border-color: #ddaa8a;
  color: #784423;
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
span.field-validation-error hr {
  border-top-color: #d89c76;
}
span.field-validation-error .alert-link {
  color: #512e17;
}
section#login-form input.form-control {
  border: none;
}
section#login-form span.input-group-addon {
  background: none;
  border: none;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
input[type="number"] {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
/*.selected-menu {
    background: #0e64a5 !important;
    color: #FFFFFF !important;
}*/
.selected-menu {
  background: #FFFFFF !important;
  color: #a6a6a6 !important;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  border-left: none;
  margin-right: 50px;
}
.details-label {
  margin-top: 10px;
  color: #e6e6e6;
  font-size: 14px;
}
.details-value {
  color: #ccc;
  font-size: 16px;
  padding-left: 10px;
}
.expire-label {
  margin-top: 14px;
  color: #e6e6e6;
  font-size: 18px;
}
.expire-value {
  color: #ccc;
  font-size: 24px;
  padding-left: 10px;
}
.save-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6e6e6;
  opacity: 0.2;
  z-index: 1000;
}
.li-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #f2f2f2;
}
input.dial {
  font-size: 16px !important;
}
div.margins {
  padding: 7px 15px;
  margin: 0 !important;
}
div.margins hr {
  margin-bottom: 7px;
  margin-top: 7px;
}
div.margins p {
  font-size: 60px;
  line-height: 60px;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.margins p.light {
  color: #e6e6e6;
}
table.tmese {
  margin-top: 7px;
  margin-bottom: 0;
}
table.tmese tr td:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
.panel-grey {
  border-color: #f2f2f2;
  color: #000;
}
.panel-grey .panel-heading {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.panel-grey .panel-heading > h4 {
  color: #000;
  font-weight: bold;
  float: right;
}
.panel-grey .panel-body {
  border-top: 2px solid #f2f2f2;
  padding: 0 !important;
}
.panel-grey table {
  margin-bottom: 0;
}
/*
.menucont {
    margin-top: 10px;
    background: transparent;
    padding-left: 0;
    padding-bottom: 10%;

    ul {
        list-style: none;
        margin-left: 0;
        padding: 0;

        li {
            margin-left: 10px;
            color: @gray-darker;
            padding: 20px;
            padding-left: 30px;
            width: 300px;
            margin-bottom: 10px;
            font-size: @font-size-large;
            background: rgba(255,255,255,0.75);
            line-height: 30px;

            &.active {
                margin-left: 0;
                color: #ffffff;
                //background: @gray-darker;
                width: 310px;
                padding-left: 20px;

                i {
                    display: block;
                }
            }

            i {
                display: none;
                width: 20px;
                float: left;
                font-size: 30px;
                line-height: 30px;
            }
        }
    }
}
*/
.showvalue[readonly] {
  border: none;
  background: transparent !important;
  cursor: default;
}
.field-modified {
  border: 1px solid #9BB70B;
}
.role-group-icon {
  font-size: 25px;
}
.deselected {
  color: #DDDDDD;
}
.grid-remove-icon {
  float: left;
  margin-top: 2px;
  font-size: 25px;
  color: #c6713b;
}
.fixfixed {
  top: 0;
  position: absolute;
}
i.comunincation-read {
  color: #AAAAAA;
}
input[type="checkbox"] {
  visibility: hidden;
}
input[type="checkbox"] + span:after {
  font-family: 'FontAwesome';
  padding-right: 2px;
  font-size: 26px !important;
  content: "\f1db";
}
input[type="checkbox"]:checked + span:after {
  content: "\f058";
}
input[type="checkbox"] + span {
  color: #ccc;
}
input[type="checkbox"]:checked + span {
  color: #9BB70B;
}
section#login-form {
  /*input[type="checkbox"] + span:after {
    font-family: 'FontAwesome';
    padding-right: 2px;
    font-size: 26px !important;
    content: "\f1db";
    }*/
  /*input[type="checkbox"]:checked + span:after {
        content: "\f058";
    }*/
}
section#login-form input[type="checkbox"] + span:before {
  content: "Ricordami ";
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 75px;
}
section#login-form input[type="checkbox"] + span {
  color: #8c8c8c;
}
section#login-form input[type="checkbox"]:checked + span {
  color: #9BB70B;
}
section#login-form input[type="checkbox"]:not(:checked):hover + span:after {
  content: "\f058";
}
.btn {
  font-weight: 700;
}
.btn-info:hover,
.btn-success:hover,
.btn-info:active,
.btn-success:active {
  background: #434C53;
}
.btn-plain-white,
.btn-white {
  color: #434C53;
  background-color: #ffffff;
  border-color: #ffffff;
  border: 0;
}
.btn-plain-white:focus,
.btn-white:focus,
.btn-plain-white.focus,
.btn-white.focus {
  color: #434C53;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-plain-white:hover,
.btn-white:hover {
  color: #434C53;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-plain-white:active,
.btn-white:active,
.btn-plain-white.active,
.btn-white.active,
.open > .dropdown-toggle.btn-plain-white,
.open > .dropdown-toggle.btn-white {
  color: #434C53;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-plain-white:active:hover,
.btn-white:active:hover,
.btn-plain-white.active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-plain-white:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-plain-white:active:focus,
.btn-white:active:focus,
.btn-plain-white.active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-plain-white:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-plain-white:active.focus,
.btn-white:active.focus,
.btn-plain-white.active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-plain-white.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #434C53;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-plain-white:active,
.btn-white:active,
.btn-plain-white.active,
.btn-white.active,
.open > .dropdown-toggle.btn-plain-white,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-plain-white.disabled:hover,
.btn-white.disabled:hover,
.btn-plain-white[disabled]:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-plain-white:hover,
fieldset[disabled] .btn-white:hover,
.btn-plain-white.disabled:focus,
.btn-white.disabled:focus,
.btn-plain-white[disabled]:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-plain-white:focus,
fieldset[disabled] .btn-white:focus,
.btn-plain-white.disabled.focus,
.btn-white.disabled.focus,
.btn-plain-white[disabled].focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-plain-white.focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-plain-white .badge,
.btn-white .badge {
  color: #ffffff;
  background-color: #434C53;
}
.btn-plain-white .pull-right,
.btn-white .pull-right {
  margin-right: 15px;
}
.btn-plain-white:focus,
.btn-white:focus,
.btn-plain-white:hover,
.btn-white:hover,
.btn-plain-white:active,
.btn-white:active {
  color: #000 !important;
  background: #fff;
}
.btn-gray {
  color: #000;
  background-color: #ccc;
  border-color: #a6a6a6;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #000;
  background-color: #b3b3b3;
  border-color: #666666;
}
.btn-gray:hover {
  color: #000;
  background-color: #b3b3b3;
  border-color: #878787;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #000;
  background-color: #b3b3b3;
  border-color: #878787;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #000;
  background-color: #a1a1a1;
  border-color: #666666;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #ccc;
  border-color: #a6a6a6;
}
.btn-gray .badge {
  color: #ccc;
  background-color: #000;
}
.btn-gray:focus,
.btn-gray:hover,
.btn-gray:active {
  color: #000;
  background: #ccc;
}
.btn-default:focus i.fa,
.btn-default:hover i.fa,
.btn-default:active i.fa {
  color: #9BB70B;
}
.btn-open-action-24 {
  color: #FFF;
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.btn-open-action-24:focus,
.btn-open-action-24.focus {
  color: #FFF;
  background-color: #728708;
  border-color: #353f04;
}
.btn-open-action-24:hover {
  color: #FFF;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-open-action-24:active,
.btn-open-action-24.active,
.open > .dropdown-toggle.btn-open-action-24 {
  color: #FFF;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-open-action-24:active:hover,
.btn-open-action-24.active:hover,
.open > .dropdown-toggle.btn-open-action-24:hover,
.btn-open-action-24:active:focus,
.btn-open-action-24.active:focus,
.open > .dropdown-toggle.btn-open-action-24:focus,
.btn-open-action-24:active.focus,
.btn-open-action-24.active.focus,
.open > .dropdown-toggle.btn-open-action-24.focus {
  color: #FFF;
  background-color: #566506;
  border-color: #353f04;
}
.btn-open-action-24:active,
.btn-open-action-24.active,
.open > .dropdown-toggle.btn-open-action-24 {
  background-image: none;
}
.btn-open-action-24.disabled:hover,
.btn-open-action-24[disabled]:hover,
fieldset[disabled] .btn-open-action-24:hover,
.btn-open-action-24.disabled:focus,
.btn-open-action-24[disabled]:focus,
fieldset[disabled] .btn-open-action-24:focus,
.btn-open-action-24.disabled.focus,
.btn-open-action-24[disabled].focus,
fieldset[disabled] .btn-open-action-24.focus {
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.btn-open-action-24 .badge {
  color: #9BB70B;
  background-color: #FFF;
}
.backoffice-navbar {
  background-color: #9BB70B;
}
.btn-green-24 {
  color: #FFFFFF;
  background-color: #80BD00;
  border-color: #80BD00;
}
.btn-green-24:focus,
.btn-green-24.focus {
  color: #FFFFFF;
  background-color: #5d8a00;
  border-color: #2a3e00;
}
.btn-green-24:hover {
  color: #FFFFFF;
  background-color: #5d8a00;
  border-color: #578000;
}
.btn-green-24:active,
.btn-green-24.active,
.open > .dropdown-toggle.btn-green-24 {
  color: #FFFFFF;
  background-color: #5d8a00;
  border-color: #578000;
}
.btn-green-24:active:hover,
.btn-green-24.active:hover,
.open > .dropdown-toggle.btn-green-24:hover,
.btn-green-24:active:focus,
.btn-green-24.active:focus,
.open > .dropdown-toggle.btn-green-24:focus,
.btn-green-24:active.focus,
.btn-green-24.active.focus,
.open > .dropdown-toggle.btn-green-24.focus {
  color: #FFFFFF;
  background-color: #456600;
  border-color: #2a3e00;
}
.btn-green-24:active,
.btn-green-24.active,
.open > .dropdown-toggle.btn-green-24 {
  background-image: none;
}
.btn-green-24.disabled:hover,
.btn-green-24[disabled]:hover,
fieldset[disabled] .btn-green-24:hover,
.btn-green-24.disabled:focus,
.btn-green-24[disabled]:focus,
fieldset[disabled] .btn-green-24:focus,
.btn-green-24.disabled.focus,
.btn-green-24[disabled].focus,
fieldset[disabled] .btn-green-24.focus {
  background-color: #80BD00;
  border-color: #80BD00;
}
.btn-green-24 .badge {
  color: #80BD00;
  background-color: #FFFFFF;
}
.btn-light-green-24 {
  color: #FFFFFF;
  background-color: #BFDE80;
  border-color: #BFDE80;
}
.btn-light-green-24:focus,
.btn-light-green-24.focus {
  color: #FFFFFF;
  background-color: #abd358;
  border-color: #86b12e;
}
.btn-light-green-24:hover {
  color: #FFFFFF;
  background-color: #abd358;
  border-color: #a7d14f;
}
.btn-light-green-24:active,
.btn-light-green-24.active,
.open > .dropdown-toggle.btn-light-green-24 {
  color: #FFFFFF;
  background-color: #abd358;
  border-color: #a7d14f;
}
.btn-light-green-24:active:hover,
.btn-light-green-24.active:hover,
.open > .dropdown-toggle.btn-light-green-24:hover,
.btn-light-green-24:active:focus,
.btn-light-green-24.active:focus,
.open > .dropdown-toggle.btn-light-green-24:focus,
.btn-light-green-24:active.focus,
.btn-light-green-24.active.focus,
.open > .dropdown-toggle.btn-light-green-24.focus {
  color: #FFFFFF;
  background-color: #9ccc3b;
  border-color: #86b12e;
}
.btn-light-green-24:active,
.btn-light-green-24.active,
.open > .dropdown-toggle.btn-light-green-24 {
  background-image: none;
}
.btn-light-green-24.disabled:hover,
.btn-light-green-24[disabled]:hover,
fieldset[disabled] .btn-light-green-24:hover,
.btn-light-green-24.disabled:focus,
.btn-light-green-24[disabled]:focus,
fieldset[disabled] .btn-light-green-24:focus,
.btn-light-green-24.disabled.focus,
.btn-light-green-24[disabled].focus,
fieldset[disabled] .btn-light-green-24.focus {
  background-color: #BFDE80;
  border-color: #BFDE80;
}
.btn-light-green-24 .badge {
  color: #BFDE80;
  background-color: #FFFFFF;
}
.full-text {
  font-size: 14px !important;
  padding: 0 15px 7px 15px !important;
}
.controller-title {
  font-size: 32px;
  text-align: left;
  line-height: 180%;
}
.notification-title {
  font-weight: 700;
  font-size: 12px;
}
.notification-message {
  font-size: 12px;
  padding-top: 5px;
}
.notification-link {
  text-decoration: underline;
  color: #9BB70B;
  font-size: 14px;
  margin-top: -25px;
  padding-right: 20px;
}
div.section-header {
  height: 56px;
  padding: 10px;
  padding-right: 0;
  margin-right: 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.green-text {
  color: #6fb844;
}
.red-text {
  color: #c6713b;
}
.light-gray-text {
  color: #e6e6e6;
}
.left-separator {
  border-left: 1px solid #e6e6e6;
  padding-left: 5px;
}
.text-bold {
  font-weight: bold;
}
div.max-width {
  width: 100%;
}
.default-padding {
  padding: 10px;
}
.comunication-image {
  width: 100px;
  height: 100px;
}
.right-page-button {
  margin-top: 5px;
  margin-left: -1px;
}
.right-page-button-icon {
  font-size: 24px;
}
.layout-comunications-list {
  max-height: 354px;
}
/* login old browser alert */
.ie8-message-box {
  width: 400px;
  background: #f9f4e3;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 85%;
  display: none;
  color: #8c8c8c;
}
.lt-ie9 .ie8-message-box {
  display: block;
}
.editpage-buttons {
  padding: 10px;
  border-right: 1px solid #f2f2f2;
}
.header-grid {
  background: #FFFFFF;
  color: #ccc;
}
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0 solid #FFFFFF;
}
#tableContainer > tbody {
  border-top: 1px solid #f2f2f2;
}
#tableContainer > tbody > tr > td {
  border-bottom: 1px solid #f2f2f2;
}
#tableContainer_filter input {
  visibility: hidden;
}
#filter_panel {
  background: #f2f2f2;
  padding: 10px;
  margin: 0;
}
@media (max-width: 1200px) {
  .grid-overlay {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: calc(100% - 121px) !important;
  }
}
@media (min-width: 1201px) {
  .grid-overlay {
    height: 100% !important;
  }
}
.select2-container.select2-allowclear .select2-search-choice-custom-trigger b {
  display: inline-block;
}
.select2-container .select2-search-choice-custom-trigger b:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-search-choice-custom-trigger {
  display: none;
}
.select2-search-choice-custom-trigger {
  display: inline-block;
  width: 25px;
  height: 100%;
  position: absolute;
  border-left: 1px solid #d2d3d6;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  background: #f5f5f5;
  right: 25px;
  top: 0;
}
.select2-container .select2-choice .select2-search-choice-custom-trigger b {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-dropdown-open .select2-choice .select2-search-choice-custom-trigger {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}
.select2-container.select2-container-disabled .select2-choice .select2-search-choice-custom-trigger {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-custom-trigger:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-custom-trigger {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-custom-trigger {
  display: none;
  background: none;
}
ul.select2-choices .select2-search-choice-custom-trigger {
  left: 3px;
  right: inherit;
  display: block;
  font-size: 1px;
  height: 13px;
  outline: medium none;
  position: absolute;
  top: 4px;
  width: 12px;
}
.select2-results .select2-highlighted {
  background: #9BB70B !important;
  color: #a6a6a6 !important;
}
.select2-no-results {
  background: #FFF !important;
  font-size: 11px;
  padding: 2px 0;
  color: #8c8c8c;
}
/* ----------- */
.custom-trigger {
  font-size: 12px;
  padding-top: 10px;
  padding-left: 7px;
}
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
  width: 100% !important;
}
.dataTables_wrapper {
  overflow: hidden;
}
#wrap {
  height: auto;
  overflow-y: auto;
  padding: 0;
}
.fit-full-grid-height {
  /*height: calc( 100% - 194px ) !important;*/
  height: 100%;
}
.fit-header-height {
  height: calc(100% - 56px) !important;
}
#tableContainer_wrapper,
.dataTables_scroll,
.dataTables_scrollBody,
.fit-height {
  height: 100% !important;
}
.fit-height-scrollable {
  height: 100% !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.btn-open-details-page-24 {
  color: #fff;
  background-color: #9BB70B;
  border-color: #9BB70B;
  box-shadow: none;
  border: none;
}
.btn-open-details-page-24:focus,
.btn-open-details-page-24.focus {
  color: #fff;
  background-color: #728708;
  border-color: #353f04;
}
.btn-open-details-page-24:hover {
  color: #fff;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-open-details-page-24:active,
.btn-open-details-page-24.active,
.open > .dropdown-toggle.btn-open-details-page-24 {
  color: #fff;
  background-color: #728708;
  border-color: #6a7d08;
}
.btn-open-details-page-24:active:hover,
.btn-open-details-page-24.active:hover,
.open > .dropdown-toggle.btn-open-details-page-24:hover,
.btn-open-details-page-24:active:focus,
.btn-open-details-page-24.active:focus,
.open > .dropdown-toggle.btn-open-details-page-24:focus,
.btn-open-details-page-24:active.focus,
.btn-open-details-page-24.active.focus,
.open > .dropdown-toggle.btn-open-details-page-24.focus {
  color: #fff;
  background-color: #566506;
  border-color: #353f04;
}
.btn-open-details-page-24:active,
.btn-open-details-page-24.active,
.open > .dropdown-toggle.btn-open-details-page-24 {
  background-image: none;
}
.btn-open-details-page-24.disabled:hover,
.btn-open-details-page-24[disabled]:hover,
fieldset[disabled] .btn-open-details-page-24:hover,
.btn-open-details-page-24.disabled:focus,
.btn-open-details-page-24[disabled]:focus,
fieldset[disabled] .btn-open-details-page-24:focus,
.btn-open-details-page-24.disabled.focus,
.btn-open-details-page-24[disabled].focus,
fieldset[disabled] .btn-open-details-page-24.focus {
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.btn-open-details-page-24 .badge {
  color: #9BB70B;
  background-color: #fff;
}
div.lite-search-container {
  height: 100%;
  background-image: url('/images/default_lite_page.jpg');
  background-color: #99CA33;
  opacity: 0.85;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
}
.lite-sorting-panel {
  padding: 5px;
  border: none;
}
.field-validation-error {
  color: #784423;
  padding: 5px 0;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #c6713b;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #c6713b;
}
.validation-summary-valid {
  display: none;
}
/* leadprivacies */
#buttonsDiv {
  padding-right: 0;
}
div.privacy-required-unchecked {
  background-color: #f4e3d9;
  border: none;
}
div.privacy-required-checked {
  background-color: #e0f0d7;
  border: none;
}
.leadprivacy h1,
.leadprivacy h2,
.leadprivacy h3,
.leadprivacy h4,
.leadprivacy h5,
.leadprivacy h6 {
  color: #8c8c8c !important;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: unset;
}
.modal-dialog {
  width: 80%;
  position: static !important;
}
.modal-content {
  height: 100%;
}
.modal-header {
  font-weight: 800;
  padding: 10px;
  color: #fff;
  background: #e6e6e6;
  color: #000;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
div.modal-content div.modal-body.row div.row.col-md-12 {
  margin-left: 0;
}
/*ricerca avanzata*/
table.dataTable tr.header-grid {
  background: #ccc;
  color: #fff;
}
table#tableContainer tr.odd {
  background: #eee;
}
table#tableContainer tr.even {
  background: #f2f2f2;
}
.table thead > tr > th,
.table thead > tr > td {
  vertical-align: middle !important;
}
.table tbody > tr > th,
.table tbody > tr > td {
  vertical-align: middle !important;
}
.table tfoot > tr > th,
.table tfoot > tr > td {
  vertical-align: middle !important;
}
ul.media-list i.fa {
  margin-top: 2px;
  margin-right: -5px;
}
.media,
.media .media {
  margin-top: 0 !important;
}
.media-right,
.media > .pull-right {
  padding-left: 5px;
  padding-right: 10px;
}
input#fieldCompleted,
input#fieldAllDay {
  position: absolute;
  top: 8000px;
}
/* notify*/
#calendar_notify .alert {
  background-color: #e0f0d7;
  border-color: #a7d58d;
  color: #426d28;
  text-align: center;
  min-width: none;
  padding: 10px 15px;
}
#calendar_notify .alert hr {
  border-top-color: #99ce7a;
}
#calendar_notify .alert .alert-link {
  color: #2b481a;
}
#calendar_notify .alert-custom_success {
  border-radius: 2px;
}
#filter_panel {
  margin-top: -60px;
}
/* CKeditor */
.cke_chrome {
  border-radius: 2px;
  border: 1px solid #d2d3d6;
}
.cke_bottom,
.cke_top,
.cke_chrome {
  background: #eee;
}
.cke_toolgroup,
a.cke_combo_button {
  border: 0 !important;
}
a.cke_button,
a.cke_combo_button,
.cke_toolgroup {
  background: #eee !important;
  border-radius: 0;
}
.cke_editable {
  margin: 0 10px;
  font-size: 14px;
}
#cke_1_path,
.cke_path {
  display: none;
}
/* alert */
.alert-sm {
  padding: 10px;
}
.alert-default {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color: #ccc;
}
.alert-default hr {
  border-top-color: #d9d9d9;
}
.alert-default .alert-link {
  color: #b3b3b3;
}
.menucont ul li.active {
  margin-left: 0;
  background: #ccc;
  color: #000;
  width: 310px;
  padding-left: 20px;
}
.menucont ul li.active i.fa {
  color: #9BB70B;
}
.edit-button > span {
  padding-left: 0;
  padding-right: 0;
}
/*footer*/
footer {
  color: #8c8c8c;
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
::-moz-selection,
::-moz-selection,
option[selected] {
  background: #9BB70B;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection,
::selection,
option[selected] {
  background: #9BB70B;
  /* WebKit/Blink Browsers */
  color: #fff;
}
a.pull-left.grid-remove-icon:active,
a.pull-left.grid-remove-icon:hover {
  color: #c6713b !important;
}
div.list-group a.list-group-item::before,
ul.list-group li::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054 ";
  margin-right: 10px;
  color: #9BB70B;
}
.table > thead {
  background: #ccc;
  color: #000;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
ul.nav-tabs {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
ul.nav-tabs > li > a:hover,
ul.nav-tabs > li > a:focus {
  color: #000;
}
/* ======================================== */
/* SLIDE MENU VERTICALE A COMPARSA */
/* ======================================== */
/* Pulsante menu*/
button.c-button {
  border: solid 15px #fff;
  border-right-width: 25px;
  border-left-width: 5px;
  background: white;
  color: #8c8c8c;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  position: absolute;
  top: 40px;
  left: 0;
}
button.c-button::before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " \f0c9 ";
  padding: 1px 10px;
}
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 1200;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background-image: linear-gradient(to right, #E6E6E6 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=1);
  margin-top: 40px;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
/**
 * Close button resets.
 */
.c-menu__close {
  color: #fff;
  font-size: 14px;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 20px;
  background: #a6a6a6;
}
/**
 * Close button resets.
 */
.c-menu__close:focus {
  outline: none;
}
/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}
/**
 * Mask component
 */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  /*background-color: #FFF;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;*/
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  /*opacity: 0.65;
  transition: opacity 0.5s;*/
}
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: right;
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  padding: 10px;
}
.c-menu--slide-left .c-menu__item::after,
.c-menu--slide-right .c-menu__item::after,
.c-menu--push-left .c-menu__item::after,
.c-menu--push-right .c-menu__item::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " \f054";
  color: #9BB70B;
  padding: 1px 20px;
  visibility: hidden;
}
.c-menu--slide-left .c-menu__item:hover::after,
.c-menu--slide-right .c-menu__item:hover::after,
.c-menu--push-left .c-menu__item:hover::after,
.c-menu--push-right .c-menu__item:hover::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " \f054";
  color: #9BB70B;
  padding: 1px 20px;
  visibility: visible;
}
.c-menu--slide-left .c-menu__item a,
.c-menu--slide-right .c-menu__item a,
.c-menu--push-left .c-menu__item a,
.c-menu--push-right .c-menu__item a {
  color: #737373;
}
.c-menu--slide-left .c-menu__item a:hover,
.c-menu--slide-right .c-menu__item a:hover,
.c-menu--push-left .c-menu__item a:hover,
.c-menu--push-right .c-menu__item a:hover,
.c-menu--slide-left .c-menu__item a:active,
.c-menu--slide-right .c-menu__item a:active,
.c-menu--push-left .c-menu__item a:active,
.c-menu--push-right .c-menu__item a:active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.c-menu--slide-left .c-menu__item.active a,
.c-menu--slide-right .c-menu__item.active a,
.c-menu--push-left .c-menu__item.active a,
.c-menu--push-right .c-menu__item.active a,
.c-menu--slide-left .c-menu__item.active a:hover,
.c-menu--slide-right .c-menu__item.active a:hover,
.c-menu--push-left .c-menu__item.active a:hover,
.c-menu--push-right .c-menu__item.active a:hover,
.c-menu--slide-left .c-menu__item.active a:active,
.c-menu--slide-right .c-menu__item.active a:active,
.c-menu--push-left .c-menu__item.active a:active,
.c-menu--push-right .c-menu__item.active a:active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.c-menu--slide-left .c-menu__item.active::after,
.c-menu--slide-right .c-menu__item.active::after,
.c-menu--push-left .c-menu__item.active::after,
.c-menu--push-right .c-menu__item.active::after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " \f054";
  color: #9BB70B;
  padding: 0 20px;
  visibility: visible;
}
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 20px;
  border-right: 1px solid #f2f2f2;
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* ======================================== */
/* SLIDE MENU VERTICALE A COMPARSA (end) */
/* ======================================== */
/* ======================================== */
/* RICERCA USATO
/* ======================================== */
#ricerca-veicolo .row {
  margin-bottom: 10px;
}
#ricerca-veicolo .form-control {
  margin-bottom: 10px;
}
#ricerca-veicolo label {
  font-family: 'CustomFont', Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: bold;
}
#ricerca-veicolo label.col-xs-12 {
  margin-bottom: 5px;
}
#ricerca-veicolo .radio label,
#ricerca-veicolo .checkbox label {
  font-weight: normal;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
#ricerca-veicolo .bootstrap-select .btn-white {
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  padding-left: 10px;
}
#ricerca-veicolo .bootstrap-select .dropdown-menu {
  padding: 0;
}
#ricerca-veicolo .bootstrap-select .dropdown-toggle .caret {
  top: 30% !important;
  right: 22px !important;
}
#ricerca-veicolo div.btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li.selected {
  font-weight: bold;
}
#ricerca-veicolo div.btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li.selected a {
  background: #fff;
}
#ricerca-veicolo div.btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li:hover a {
  background: #e6e6e6;
}
#ricerca-veicolo .btn-link {
  color: #bfbfbf;
  font-family: Verdana, 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  #ricerca-veicolo button#btn-risultati {
    margin-bottom: 50px;
  }
}
#ricerca-veicolo .checkbox {
  padding-left: 30px;
}
#ricerca-veicolo .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
#ricerca-veicolo .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#ricerca-veicolo .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #8c8c8c;
}
#ricerca-veicolo .checkbox input[type="checkbox"],
#ricerca-veicolo .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
#ricerca-veicolo .checkbox input[type="checkbox"]:focus + label::before,
#ricerca-veicolo .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ricerca-veicolo .checkbox input[type="checkbox"]:checked + label::after,
#ricerca-veicolo .checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
#ricerca-veicolo .checkbox input[type="checkbox"]:disabled + label,
#ricerca-veicolo .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
#ricerca-veicolo .checkbox input[type="checkbox"]:disabled + label::before,
#ricerca-veicolo .checkbox input[type="radio"]:disabled + label::before {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
#ricerca-veicolo .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
#ricerca-veicolo .checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #9BB70B;
  border-color: #9BB70B;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #c6713b;
  border-color: #c6713b;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #6ebd9f;
  border-color: #6ebd9f;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #d7b03a;
  border-color: #d7b03a;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #6fb844;
  border-color: #6fb844;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #9BB70B;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #9BB70B;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #9BB70B;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #c6713b;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #c6713b;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #c6713b;
}
.radio-info input[type="radio"] + label::after {
  background-color: #6ebd9f;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #6ebd9f;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #6ebd9f;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #d7b03a;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #d7b03a;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #d7b03a;
}
.radio-success input[type="radio"] + label::after {
  background-color: #6fb844;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #6fb844;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #6fb844;
}
/* THUMBNAILS */
.thumbnail {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin-bottom: 20px;
  background-color: #ccc;
  border: none;
  height: 140px;
  transition: width 50ms linear, height 50ms linear;
  /*&:hover{
      .caption {display:block}
  }*/
}
.thumbnail.clicked .caption {
  opacity: .8;
  visibility: visible;
}
.thumbnail .caption {
  position: absolute;
  transition: opacity .4s;
  background: #f2f2f2;
  width: 100%;
  color: #000;
  height: 100%;
  text-align: left;
  font-size: 12px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s linear;
}
.thumbnail .caption .fa {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
  color: #000 !important;
  line-height: 95%;
  margin-top: 2px;
  font-size: 14px;
}
.thumbnail .caption p,
.thumbnail .caption p.lead {
  margin: 0;
}
.thumbnail .caption p.lead {
  font-size: 14px;
}
.thumbnail .caption p {
  margin-top: 5px;
}
.thumbnail .loader {
  background-color: #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.thumbnail .loader .spinner {
  margin-top: 55px;
}
.lite_column i.fa.pull-left {
  margin-top: 6px;
  margin-right: 15px;
}
.lite_column i.fa.fa-chevron-right {
  float: right;
  text-align: right;
}
/* linguette dx trattative */
.right-page-button.selected-menu * {
  color: #000 !important;
}
.right-page-button.selected-menu:active,
.right-page-button.selected-menu:hover,
.right-page-button.selected-menu:focus {
  border-color: #ccc;
}
/* ricerca trattative */
.titolosezione {
  color: #000 !important;
}
.dataTables_scrollHeadInner thead tr *,
.dataTables_scrollHeadInner thead tr > th.visible_column * {
  color: #000;
}
#tableContainer tr {
  background: #FFF !important;
}
#tableContainer tr:hover {
  color: #000 !important;
}
#tableContainer > tbody > tr:hover,
#tableContainer > tbody > tr:focus {
  background: #434C53;
  color: #fff;
}
#tableContainer > tbody > tr:hover i.fa.fa-chevron-right,
#tableContainer > tbody > tr:focus i.fa.fa-chevron-right {
  color: #9BB70B;
}
.lite-sorting-panel button.btn {
  margin-top: -5px;
}
.panel-primary .panel-heading {
  background: #434C53;
}
.panel-primary .panel-heading h4 {
  color: #fff !important;
}
/* pagine di edit con moduli vari */
/* addon moduli (es. mail, telefono..)*/
.input-group-btn .btn-default,
span.input-group-btn .btn {
  background: #F4F4F4 !important;
  color: #000 !important;
}
.input-group-btn .btn-default i.fa,
span.input-group-btn .btn i.fa {
  color: #1A1A1A !important;
}
/*#modifiedDiv {
   position:absolute;
   right:10px;
   top:@navbar-height + 10;
   display:none;
   white-space: nowrap;
}*/
#modifiedDiv {
  position: relative;
  float: right;
  display: none;
  top: 0 !important;
  right: 0 !important;
  background: #fff;
}
#modifiedDiv a,
#modifiedDiv a:link,
#modifiedDiv a:hover,
#modifiedDiv a:active {
  color: #9BB70B !important;
  background-color: #f2f2f2 !important;
}
#bodyDetails > h4,
#bodyDetails > h5 {
  color: #000 !important;
}
#bodyDetails h5 {
  background: #e6e6e6;
  margin-top: 0;
  padding: 10px;
  font-weight: bold;
}
.btn-open-edit-page-24 {
  margin-left: 10px;
}