/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(fuentes.css);

html {
  font-family: roboto, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
margin: 0;
background:#fff url(../images/fondo-diurno.jpg) center top no-repeat;
}

body.perfil {
background:#f9f9f9 url(../images/fondo-diurno2.jpg) center top no-repeat;  
}

body.travestis {
background:#fff url(../images/fondo-diurno-travestis.png) center top no-repeat;
}

body.nocturno {
background:#000 url(../images/fondo-nocturno.jpg) center top no-repeat;
}

body.nocturno.perfil {
background:#000 url(../images/fondo-nocturno2.jpg) center top no-repeat;
}

body.travestis.nocturno {
background:#000 url(../images/fondo-nocturno-travestis.png) center top no-repeat;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: roboto, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #F9F9F8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #64bb5d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #75c36f;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f9f9f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  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 #85E0F9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
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: #999999;
}
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: 50px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #64bb5d;
}
a.text-primary:hover {
  color: #4ba144;
}
a.text-primary:hover {
  color: #4ba144 !important;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
a.text-success:hover {
  color: #e6e6e6 !important;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
a.text-info:hover {
  color: #e6e6e6 !important;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
a.text-warning:hover {
  color: #e6e6e6 !important;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
a.text-danger:hover {
  color: #e6e6e6 !important;
}
.bg-primary {
  background-color: #64bb5d;
  color: #fff;
}
a.bg-primary:hover {
  background-color: #4ba144;
}
a.bg-primary:hover {
  background-color: #4ba144;
}
.bg-success {
  background-color: #27ae60;
  color: #fff;
}
a.bg-success:hover {
  background-color: #1e8449;
}
a.bg-success:hover {
  background-color: #1e8449;
}
.bg-info {
  background-color: #236b9b;
  color: #fff;
}
a.bg-info:hover {
  background-color: #1a4e71;
}
a.bg-info:hover {
  background-color: #1a4e71;
}
.bg-warning {
  background-color: #ffaf00;
  color: #fff;
}
a.bg-warning:hover {
  background-color: #cc8c00;
}
a.bg-warning:hover {
  background-color: #cc8c00;
}
.bg-danger {
  background-color: #ff4444;
  color: #fff;
}
a.bg-danger:hover {
  background-color: #ff1111;
}
a.bg-danger:hover {
  background-color: #ff1111;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight:300;
  border-left: 5px solid #64bb5d;
  clear:both;
}
blockquote span.nick {
  display: block;
  font-size:17px;
  color:#2B8424;
}
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.428571429;
  color: #64bb5d;
}
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 #64bb5d;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

code.play {
  
  color: #64BB5D;
  background-color: #E0F2DF;
  
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #f9f9f8;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9f9f9;
}
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: #f9f9f9;
}
.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.active:hover > th {
  background-color: #ececec;
}
.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: #ffffff;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.active:hover > th {
  background-color: #ffffff;
  color: #ffffff;
}
.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: #27ae60;
}
.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.success:hover > th {
  background-color: #229955;
}
.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: #60db94;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.success:hover > th {
  background-color: #60db94;
  color: #ffffff;
}
.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: #236b9b;
}
.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.info:hover > th {
  background-color: #1e5d86;
}
.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: #4da0d7;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.info:hover > th {
  background-color: #4da0d7;
  color: #ffffff;
}
.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: #ffaf00;
}
.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.warning:hover > th {
  background-color: #e69d00;
}
.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: #ffcf66;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.warning:hover > th {
  background-color: #ffcf66;
  color: #ffffff;
}
.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: #ff4444;
}
.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.danger:hover > th {
  background-color: #ff2a2a;
}
.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: #ffaaaa;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.danger:hover > th {
  background-color: #ffaaaa;
  color: #ffffff;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #f2f3f3;
  background-image: none;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #64bb5d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 187, 93, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 187, 93, 0.6);
}
.form-control:focus {
  background-color: #fff;
  border-color: #64bb5d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #6f6f6f;
}
.form-control::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6f6f6f;
}
.form-control::-webkit-input-placeholder {
  color: #6f6f6f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d4d8d8;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #27ae60;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #27ae60;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffaf00;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffaf00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff4444;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff4444;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #cccccc;
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  border-color: #53b34b;
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4ea847;
  border-color: #3f8839;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #64bb5d;
  border-color: #53b34b;
}
.btn-primary .badge {
  color: #64bb5d;
  background-color: #ffffff;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #7fc77a;
  border-color: #7fc77a;
}
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #64bb5d;
  border-color: #53b34b;
}
.btn-success {
  border-color: #229955;
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #208d4e;
  border-color: #176739;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #27ae60;
  border-color: #229955;
}
.btn-success .badge {
  color: #27ae60;
  background-color: #ffffff;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ecf72;
  border-color: #2ecf72;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #27ae60;
  border-color: #229955;
}
.btn-info {
  border-color: #1e5d86;
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #1b547a;
  border-color: #133a54;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #236b9b;
  border-color: #1e5d86;
}
.btn-info .badge {
  color: #236b9b;
  background-color: #ffffff;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2b82bc;
  border-color: #2b82bc;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #236b9b;
  border-color: #1e5d86;
}
.btn-warning {
  border-color: #e69d00;
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d69300;
  border-color: #a87300;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffaf00;
  border-color: #e69d00;
}
.btn-warning .badge {
  color: #ffaf00;
  background-color: #ffffff;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ffbc29;
  border-color: #ffbc29;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffaf00;
  border-color: #e69d00;
}
.btn-danger {
  border-color: #ff2a2a;
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff1b1b;
  border-color: #ec0000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff4444;
  border-color: #ff2a2a;
}
.btn-danger .badge {
  color: #ff4444;
  background-color: #ffffff;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff6d6d;
  border-color: #ff6d6d;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff4444;
  border-color: #ff2a2a;
}
.btn-link {
  color: #64bb5d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #75c36f;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}



.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(100, 187, 93, 0.25);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(100, 187, 93, 0.25);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #64bb5d;
  background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #64bb5d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: 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.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 12px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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 {
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 3px;
}
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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #64bb5d;
  border: 1px solid #64bb5d;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  margin-left: -1px;
}
.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 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f9f9f8;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f9f9f8;
  border-color: #64bb5d;
}
.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 #f9f9f8;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f9f9f8 #f9f9f8 #f9f9f8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f9f9f8;
  border: 1px solid #f9f9f8;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #f9f9f8;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #f9f9f8;
    border-radius: 4px 4px 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: #f9f9f8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #ffffff;
  background-color: #64bb5d;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #f9f9f8;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #f9f9f8;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f9f9f8;
  }
}
.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;
}
.navbar {
  position: relative;

}

@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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  display:none;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@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;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  /*border-color: #e7e7e7;*/
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /*border-color: #e7e7e7;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #555555;
    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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #555555;
}
.navbar-inverse {
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.navbar-inverse .navbar-brand {
  color: #555555;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #555555;
}
.navbar-inverse .navbar-nav > li > a {
  color: #555555;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #4ba144;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #64bb5d;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #64bb5d;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #64bb5d;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #50ac48;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #4ba144;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #64bb5d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #64bb5d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #555555;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #4ba144;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #555555;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f9f9f8;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\f141\00a0";
  padding: 0 5px;
  color: #64bb5d;
}
.breadcrumb > .active {
  color: #555555;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #64bb5d;
  background-color: #ffffff;
  border: 1px solid #64bb5d;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #75c36f;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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: #ffffff;
  border: 1px solid #64bb5d;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #64bb5d;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #64bb5d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4ba144;
}
.label-success {
  background-color: #27ae60;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e8449;
}
.label-info {
  background-color: #236b9b;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1a4e71;
}
.label-warning {
  background-color: #ffaf00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc8c00;
}
.label-danger {
  background-color: #ff4444;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff1111;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #64bb5d;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #64bb5d;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f9f9f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #64bb5d;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #27ae60;
  border-color: #27ae60;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #229955;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #236b9b;
  border-color: #236b9b;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #1e5d86;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ffaf00;
  border-color: #ffaf00;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e69d00;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #ff4444;
  border-color: #ff4444;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #ff2a2a;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #64bb5d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #27ae60;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-info {
  background-color: #236b9b;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-warning {
  background-color: #ffaf00;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-danger {
  background-color: #ff4444;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #555555;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #edf7ed;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #27ae60;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #229955;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #27ae60;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #145b32;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #236b9b;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #1e5d86;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #236b9b;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #103248;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ffaf00;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #e69d00;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ffaf00;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #996900;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ff4444;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #ff2a2a;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ff4444;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #dd0000;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  /*border: 1px solid transparent;*/
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #87B00A;
  border-top: 1px solid #87B00A;
  color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer {
  background-color: rgba(221, 221, 221, 0.4);
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #64bb5d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #64bb5d;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #64bb5d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #64bb5d;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer {
  background-color: rgba(100, 187, 93, 0.4);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #64bb5d;
}
.panel-success {
  border-color: #27ae60;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #27ae60;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #27ae60;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #27ae60;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-success > .panel-footer {
  background-color: rgba(39, 174, 96, 0.4);
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #27ae60;
}
.panel-info {
  border-color: #236b9b;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-info > .panel-footer {
  background-color: rgba(35, 107, 155, 0.4);
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-warning {
  border-color: #ffaf00;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffaf00;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffaf00;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffaf00;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-warning > .panel-footer {
  background-color: rgba(255, 175, 0, 0.4);
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffaf00;
}
.panel-danger {
  border-color: #ff4444;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff4444;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff4444;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff4444;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-danger > .panel-footer {
  background-color: rgba(255, 68, 68, 0.4);
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff4444;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-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-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #64bb5d;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #64bb5d;
  border-bottom: 1px solid #53b34b;
  border-radius: 5px 5px 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: 9px;
}
.popover .arrow:after {
  border-width: 8px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #64bb5d;
  bottom: -9px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #64bb5d;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #64bb5d;
  top: -9px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #64bb5d;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -8px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #64bb5d;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Imports for Antagon
---------------------------------------------------------------------------------------------*/
.alert > button {
  outline: none;
}
.alert > button > .fa {
  position: relative;
  top: -2px;
  font-size: 18px;
}
.alert-success {
  background-color: #68c690;
  border-color: #52be80;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #229955;
}
.alert-success .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-success .alert-link.hover,
.alert-success .alert-link:hover,
.alert-success .alert-link.focus,
.alert-success .alert-link:focus {
  text-decoration: none;
}
.alert-info {
  background-color: #6597b9;
  border-color: #4f89af;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #1e5d86;
}
.alert-info .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-info .alert-link.hover,
.alert-info .alert-link:hover,
.alert-info .alert-link.focus,
.alert-info .alert-link:focus {
  text-decoration: none;
}
.alert-warning {
  background-color: #ffc74d;
  border-color: #ffbf33;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e69d00;
}
.alert-warning .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-warning .alert-link.hover,
.alert-warning .alert-link:hover,
.alert-warning .alert-link.focus,
.alert-warning .alert-link:focus {
  text-decoration: none;
}
.alert-danger {
  background-color: #ff7c7c;
  border-color: #ff6969;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #ff2a2a;
}
.alert-danger .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-danger .alert-link.hover,
.alert-danger .alert-link:hover,
.alert-danger .alert-link.focus,
.alert-danger .alert-link:focus {
  text-decoration: none;
}
.alert-primary {
  background-color: #93cf8e;
  border-color: #83c97d;
  color: #ffffff;
}
.alert-primary hr {
  border-top-color: #53b34b;
}
.alert-primary .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-primary .alert-link.hover,
.alert-primary .alert-link:hover,
.alert-primary .alert-link.focus,
.alert-primary .alert-link:focus {
  text-decoration: none;
}
.alert-cyanide {
  background-color: #71b7e6;
  border-color: #5dade2;
  color: #ffffff;
}
.alert-cyanide hr {
  border-top-color: #258cd1;
}
.alert-cyanide .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-cyanide .alert-link.hover,
.alert-cyanide .alert-link:hover,
.alert-cyanide .alert-link.focus,
.alert-cyanide .alert-link:focus {
  text-decoration: none;
}
.alert-meadow {
  background-color: #adb957;
  border-color: #a1af3f;
  color: #ffffff;
}
.alert-meadow hr {
  border-top-color: #75840d;
}
.alert-meadow .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-meadow .alert-link.hover,
.alert-meadow .alert-link:hover,
.alert-meadow .alert-link.focus,
.alert-meadow .alert-link:focus {
  text-decoration: none;
}
.alert-cocktail {
  background-color: #f0a54e;
  border-color: #ed9935;
  color: #ffffff;
}
.alert-cocktail hr {
  border-top-color: #d07102;
}
.alert-cocktail .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-cocktail .alert-link.hover,
.alert-cocktail .alert-link:hover,
.alert-cocktail .alert-link.focus,
.alert-cocktail .alert-link:focus {
  text-decoration: none;
}
.alert-hearts {
  background-color: #d15b85;
  border-color: #ca4473;
  color: #ffffff;
}
.alert-hearts hr {
  border-top-color: #a61246;
}
.alert-hearts .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-hearts .alert-link.hover,
.alert-hearts .alert-link:hover,
.alert-hearts .alert-link.focus,
.alert-hearts .alert-link:focus {
  text-decoration: none;
}
.alert-party {
  background-color: #805477;
  border-color: #6d3b64;
  color: #ffffff;
}
.alert-party hr {
  border-top-color: #33072a;
}
.alert-party .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-party .alert-link.hover,
.alert-party .alert-link:hover,
.alert-party .alert-link.focus,
.alert-party .alert-link:focus {
  text-decoration: none;
}
.alert-midnight {
  background-color: #6b7885;
  border-color: #566573;
  color: #ffffff;
}
.alert-midnight hr {
  border-top-color: #233140;
}
.alert-midnight .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-midnight .alert-link.hover,
.alert-midnight .alert-link:hover,
.alert-midnight .alert-link.focus,
.alert-midnight .alert-link:focus {
  text-decoration: none;
}
.alert-concrete {
  background-color: #b5c0c1;
  border-color: #aab7b8;
  color: #ffffff;
}
.alert-concrete hr {
  border-top-color: #87999a;
}
.alert-concrete .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-concrete .alert-link.hover,
.alert-concrete .alert-link:hover,
.alert-concrete .alert-link.focus,
.alert-concrete .alert-link:focus {
  text-decoration: none;
}
.alert-gunmetal {
  background-color: #696d73;
  border-color: #54585f;
  color: #ffffff;
}
.alert-gunmetal hr {
  border-top-color: #1e2228;
}
.alert-gunmetal .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-gunmetal .alert-link.hover,
.alert-gunmetal .alert-link:hover,
.alert-gunmetal .alert-link.focus,
.alert-gunmetal .alert-link:focus {
  text-decoration: none;
}
.alert-hollow {
  background-color: #7b7370;
  border-color: #685f5b;
  color: #ffffff;
}
.alert-hollow hr {
  border-top-color: #332b27;
}
.alert-hollow .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-hollow .alert-link.hover,
.alert-hollow .alert-link:hover,
.alert-hollow .alert-link.focus,
.alert-hollow .alert-link:focus {
  text-decoration: none;
}
.alert-mango {
  background-color: #f3cf60;
  border-color: #f2c84a;
  color: #ffffff;
}
.alert-mango hr {
  border-top-color: #eebb1c;
}
.alert-mango .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-mango .alert-link.hover,
.alert-mango .alert-link:hover,
.alert-mango .alert-link.focus,
.alert-mango .alert-link:focus {
  text-decoration: none;
}
.alert-berry {
  background-color: #ee8277;
  border-color: #ec7063;
  color: #ffffff;
}
.alert-berry hr {
  border-top-color: #e43725;
}
.alert-berry .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-berry .alert-link.hover,
.alert-berry .alert-link:hover,
.alert-berry .alert-link.focus,
.alert-berry .alert-link:focus {
  text-decoration: none;
}
.alert-cello {
  background-color: #cc9370;
  border-color: #c5835b;
  color: #ffffff;
}
.alert-cello hr {
  border-top-color: #a2592d;
}
.alert-cello .alert-link {
  color: #ffffff;
  font-size: bold;
  text-decoration: underline;
}
.alert-cello .alert-link.hover,
.alert-cello .alert-link:hover,
.alert-cello .alert-link.focus,
.alert-cello .alert-link:focus {
  text-decoration: none;
}
.alert-success-light {
  background-color: #8fe6b4;
  border-color: #80e2a9;
  color: #27ae60;
}
.alert-success-light hr {
  border-top-color: #229955;
}
.alert-success-light .alert-link {
  color: #1e8449;
  font-size: bold;
  text-decoration: underline;
}
.alert-success-light .alert-link.hover,
.alert-success-light .alert-link:hover,
.alert-success-light .alert-link.focus,
.alert-success-light .alert-link:focus {
  text-decoration: none;
}
.alert-info-light {
  background-color: #83bce3;
  border-color: #71b3df;
  color: #236b9b;
}
.alert-info-light hr {
  border-top-color: #1e5d86;
}
.alert-info-light .alert-link {
  color: #1a4e71;
  font-size: bold;
  text-decoration: underline;
}
.alert-info-light .alert-link.hover,
.alert-info-light .alert-link:hover,
.alert-info-light .alert-link.focus,
.alert-info-light .alert-link:focus {
  text-decoration: none;
}
.alert-warning-light {
  background-color: #ffe3a6;
  border-color: #ffdf99;
  color: #cc8c00;
}
.alert-warning-light hr {
  border-top-color: #e69d00;
}
.alert-warning-light .alert-link {
  color: #cc8c00;
  font-size: bold;
  text-decoration: underline;
}
.alert-warning-light .alert-link.hover,
.alert-warning-light .alert-link:hover,
.alert-warning-light .alert-link.focus,
.alert-warning-light .alert-link:focus {
  text-decoration: none;
}
.alert-danger-light {
  background-color: #ffc3c3;
  border-color: #ffbbbb;
  color: #ff4444;
}
.alert-danger-light hr {
  border-top-color: #ff2a2a;
}
.alert-danger-light .alert-link {
  color: #ff1111;
  font-size: bold;
  text-decoration: underline;
}
.alert-danger-light .alert-link.hover,
.alert-danger-light .alert-link:hover,
.alert-danger-light .alert-link.focus,
.alert-danger-light .alert-link:focus {
  text-decoration: none;
}
.alert-primary-light {
  background-color: #c3e5c0;
  border-color: #bae1b7;
  color: #64bb5d;
}
.alert-primary-light hr {
  border-top-color: #53b34b;
}
.alert-primary-light .alert-link {
  color: #4ba144;
  font-size: bold;
  text-decoration: underline;
}
.alert-primary-light .alert-link.hover,
.alert-primary-light .alert-link:hover,
.alert-primary-light .alert-link.focus,
.alert-primary-light .alert-link:focus {
  text-decoration: none;
}
.alert-cyanide-light {
  background-color: #aed6f1;
  border-color: #a2d0ee;
  color: #3498db;
}
.alert-cyanide-light hr {
  border-top-color: #258cd1;
}
.alert-cyanide-light .alert-link {
  color: #217dbb;
  font-size: bold;
  text-decoration: underline;
}
.alert-cyanide-light .alert-link.hover,
.alert-cyanide-light .alert-link:hover,
.alert-cyanide-light .alert-link.focus,
.alert-cyanide-light .alert-link:focus {
  text-decoration: none;
}
.alert-meadow-light {
  background-color: #e0f067;
  border-color: #dbee51;
  color: #8a9b0f;
}
.alert-meadow-light hr {
  border-top-color: #75840d;
}
.alert-meadow-light .alert-link {
  color: #616c0b;
  font-size: bold;
  text-decoration: underline;
}
.alert-meadow-light .alert-link.hover,
.alert-meadow-light .alert-link:hover,
.alert-meadow-light .alert-link.focus,
.alert-meadow-light .alert-link:focus {
  text-decoration: none;
}
.alert-cocktail-light {
  background-color: #fec787;
  border-color: #febf76;
  color: #e97f02;
}
.alert-cocktail-light hr {
  border-top-color: #d07102;
}
.alert-cocktail-light .alert-link {
  color: #b66302;
  font-size: bold;
  text-decoration: underline;
}
.alert-cocktail-light .alert-link.hover,
.alert-cocktail-light .alert-link:hover,
.alert-cocktail-light .alert-link.focus,
.alert-cocktail-light .alert-link:focus {
  text-decoration: none;
}
.alert-hearts-light {
  background-color: #f182a9;
  border-color: #ef709d;
  color: #bd1550;
}
.alert-hearts-light hr {
  border-top-color: #a61246;
}
.alert-hearts-light .alert-link {
  color: #8f103d;
  font-size: bold;
  text-decoration: underline;
}
.alert-hearts-light .alert-link.hover,
.alert-hearts-light .alert-link:hover,
.alert-hearts-light .alert-link.focus,
.alert-hearts-light .alert-link:focus {
  text-decoration: none;
}
.alert-party-light {
  background-color: #be5cac;
  border-color: #b545a0;
  color: #490a3d;
}
.alert-party-light hr {
  border-top-color: #33072a;
}
.alert-party-light .alert-link {
  color: #1c0418;
  font-size: bold;
  text-decoration: underline;
}
.alert-party-light .alert-link.hover,
.alert-party-light .alert-link:hover,
.alert-party-light .alert-link.focus,
.alert-party-light .alert-link:focus {
  text-decoration: none;
}
.alert-midnight-light {
  background-color: #859cb3;
  border-color: #738da8;
  color: #2c3e50;
}
.alert-midnight-light hr {
  border-top-color: #233140;
}
.alert-midnight-light .alert-link {
  color: #1a242f;
  font-size: bold;
  text-decoration: underline;
}
.alert-midnight-light .alert-link.hover,
.alert-midnight-light .alert-link:hover,
.alert-midnight-light .alert-link.focus,
.alert-midnight-light .alert-link:focus {
  text-decoration: none;
}
.alert-concrete-light {
  background-color: #dce1e1;
  border-color: #d7dddd;
  color: #95a5a6;
}
.alert-concrete-light hr {
  border-top-color: #87999a;
}
.alert-concrete-light .alert-link {
  color: #798d8f;
  font-size: bold;
  text-decoration: underline;
}
.alert-concrete-light .alert-link.hover,
.alert-concrete-light .alert-link:hover,
.alert-concrete-light .alert-link.focus,
.alert-concrete-light .alert-link:focus {
  text-decoration: none;
}
.alert-gunmetal-light {
  background-color: #888f9c;
  border-color: #777f8e;
  color: #292e37;
}
.alert-gunmetal-light hr {
  border-top-color: #1e2228;
}
.alert-gunmetal-light .alert-link {
  color: #13161a;
  font-size: bold;
  text-decoration: underline;
}
.alert-gunmetal-light .alert-link.hover,
.alert-gunmetal-light .alert-link:hover,
.alert-gunmetal-light .alert-link.focus,
.alert-gunmetal-light .alert-link:focus {
  text-decoration: none;
}
.alert-hollow-light {
  background-color: #a3958e;
  border-color: #96867e;
  color: #423732;
}
.alert-hollow-light hr {
  border-top-color: #332b27;
}
.alert-hollow-light .alert-link {
  color: #251f1c;
  font-size: bold;
  text-decoration: underline;
}
.alert-hollow-light .alert-link.hover,
.alert-hollow-light .alert-link:hover,
.alert-hollow-light .alert-link.focus,
.alert-hollow-light .alert-link:focus {
  text-decoration: none;
}
.alert-mango-light {
  background-color: #f9e8b3;
  border-color: #f9e5a9;
  color: #e0ae11;
}
.alert-mango-light hr {
  border-top-color: #eebb1c;
}
.alert-mango-light .alert-link {
  color: #e0ae11;
  font-size: bold;
  text-decoration: underline;
}
.alert-mango-light .alert-link.hover,
.alert-mango-light .alert-link:hover,
.alert-mango-light .alert-link.focus,
.alert-mango-light .alert-link:focus {
  text-decoration: none;
}
.alert-berry-light {
  background-color: #f6bcb6;
  border-color: #f5b2ac;
  color: #e74c3c;
}
.alert-berry-light hr {
  border-top-color: #e43725;
}
.alert-berry-light .alert-link {
  color: #d62c1a;
  font-size: bold;
  text-decoration: underline;
}
.alert-berry-light .alert-link.hover,
.alert-berry-light .alert-link:hover,
.alert-berry-light .alert-link.focus,
.alert-berry-light .alert-link:focus {
  text-decoration: none;
}
.alert-cello-light {
  background-color: #e4b99e;
  border-color: #e1af91;
  color: #b66432;
}
.alert-cello-light hr {
  border-top-color: #a2592d;
}
.alert-cello-light .alert-link {
  color: #8e4e27;
  font-size: bold;
  text-decoration: underline;
}
.alert-cello-light .alert-link.hover,
.alert-cello-light .alert-link:hover,
.alert-cello-light .alert-link.focus,
.alert-cello-light .alert-link:focus {
  text-decoration: none;
}
.alert-success-light-text {
  background-color: #8fe6b4;
  border-color: #80e2a9;
  color: #555555;
}
.alert-success-light-text hr {
  border-top-color: #229955;
}
.alert-success-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-success-light-text .alert-link.hover,
.alert-success-light-text .alert-link:hover,
.alert-success-light-text .alert-link.focus,
.alert-success-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-info-light-text {
  background-color: #83bce3;
  border-color: #71b3df;
  color: #555555;
}
.alert-info-light-text hr {
  border-top-color: #1e5d86;
}
.alert-info-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-info-light-text .alert-link.hover,
.alert-info-light-text .alert-link:hover,
.alert-info-light-text .alert-link.focus,
.alert-info-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-warning-light-text {
  background-color: #ffe3a6;
  border-color: #ffdf99;
  color: #555555;
}
.alert-warning-light-text hr {
  border-top-color: #e69d00;
}
.alert-warning-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-warning-light-text .alert-link.hover,
.alert-warning-light-text .alert-link:hover,
.alert-warning-light-text .alert-link.focus,
.alert-warning-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-danger-light-text {
  background-color: #ffc3c3;
  border-color: #ffbbbb;
  color: #555555;
}
.alert-danger-light-text hr {
  border-top-color: #ff2a2a;
}
.alert-danger-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-danger-light-text .alert-link.hover,
.alert-danger-light-text .alert-link:hover,
.alert-danger-light-text .alert-link.focus,
.alert-danger-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-primary-light-text {
  background-color: #c3e5c0;
  border-color: #bae1b7;
  color: #555555;
}
.alert-primary-light-text hr {
  border-top-color: #53b34b;
}
.alert-primary-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-primary-light-text .alert-link.hover,
.alert-primary-light-text .alert-link:hover,
.alert-primary-light-text .alert-link.focus,
.alert-primary-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-cyanide-light-text {
  background-color: #aed6f1;
  border-color: #a2d0ee;
  color: #555555;
}
.alert-cyanide-light-text hr {
  border-top-color: #258cd1;
}
.alert-cyanide-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-cyanide-light-text .alert-link.hover,
.alert-cyanide-light-text .alert-link:hover,
.alert-cyanide-light-text .alert-link.focus,
.alert-cyanide-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-meadow-light-text {
  background-color: #e0f067;
  border-color: #dbee51;
  color: #555555;
}
.alert-meadow-light-text hr {
  border-top-color: #75840d;
}
.alert-meadow-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-meadow-light-text .alert-link.hover,
.alert-meadow-light-text .alert-link:hover,
.alert-meadow-light-text .alert-link.focus,
.alert-meadow-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-cocktail-light-text {
  background-color: #fec787;
  border-color: #febf76;
  color: #555555;
}
.alert-cocktail-light-text hr {
  border-top-color: #d07102;
}
.alert-cocktail-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-cocktail-light-text .alert-link.hover,
.alert-cocktail-light-text .alert-link:hover,
.alert-cocktail-light-text .alert-link.focus,
.alert-cocktail-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-hearts-light-text {
  background-color: #f182a9;
  border-color: #ef709d;
  color: #555555;
}
.alert-hearts-light-text hr {
  border-top-color: #a61246;
}
.alert-hearts-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-hearts-light-text .alert-link.hover,
.alert-hearts-light-text .alert-link:hover,
.alert-hearts-light-text .alert-link.focus,
.alert-hearts-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-party-light-text {
  background-color: #be5cac;
  border-color: #b545a0;
  color: #555555;
}
.alert-party-light-text hr {
  border-top-color: #33072a;
}
.alert-party-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-party-light-text .alert-link.hover,
.alert-party-light-text .alert-link:hover,
.alert-party-light-text .alert-link.focus,
.alert-party-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-midnight-light-text {
  background-color: #859cb3;
  border-color: #738da8;
  color: #555555;
}
.alert-midnight-light-text hr {
  border-top-color: #233140;
}
.alert-midnight-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-midnight-light-text .alert-link.hover,
.alert-midnight-light-text .alert-link:hover,
.alert-midnight-light-text .alert-link.focus,
.alert-midnight-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-concrete-light-text {
  background-color: #dce1e1;
  border-color: #d7dddd;
  color: #555555;
}
.alert-concrete-light-text hr {
  border-top-color: #87999a;
}
.alert-concrete-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-concrete-light-text .alert-link.hover,
.alert-concrete-light-text .alert-link:hover,
.alert-concrete-light-text .alert-link.focus,
.alert-concrete-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-gunmetal-light-text {
  background-color: #888f9c;
  border-color: #777f8e;
  color: #555555;
}
.alert-gunmetal-light-text hr {
  border-top-color: #1e2228;
}
.alert-gunmetal-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-gunmetal-light-text .alert-link.hover,
.alert-gunmetal-light-text .alert-link:hover,
.alert-gunmetal-light-text .alert-link.focus,
.alert-gunmetal-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-hollow-light-text {
  background-color: #a3958e;
  border-color: #96867e;
  color: #555555;
}
.alert-hollow-light-text hr {
  border-top-color: #332b27;
}
.alert-hollow-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-hollow-light-text .alert-link.hover,
.alert-hollow-light-text .alert-link:hover,
.alert-hollow-light-text .alert-link.focus,
.alert-hollow-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-mango-light-text {
  background-color: #f9e8b3;
  border-color: #f9e5a9;
  color: #555555;
}
.alert-mango-light-text hr {
  border-top-color: #eebb1c;
}
.alert-mango-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-mango-light-text .alert-link.hover,
.alert-mango-light-text .alert-link:hover,
.alert-mango-light-text .alert-link.focus,
.alert-mango-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-berry-light-text {
  background-color: #f6bcb6;
  border-color: #f5b2ac;
  color: #555555;
}
.alert-berry-light-text hr {
  border-top-color: #e43725;
}
.alert-berry-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-berry-light-text .alert-link.hover,
.alert-berry-light-text .alert-link:hover,
.alert-berry-light-text .alert-link.focus,
.alert-berry-light-text .alert-link:focus {
  text-decoration: none;
}
.alert-cello-light-text {
  background-color: #e4b99e;
  border-color: #e1af91;
  color: #555555;
}
.alert-cello-light-text hr {
  border-top-color: #a2592d;
}
.alert-cello-light-text .alert-link {
  color: #555555;
  font-size: bold;
  text-decoration: underline;
}
.alert-cello-light-text .alert-link.hover,
.alert-cello-light-text .alert-link:hover,
.alert-cello-light-text .alert-link.focus,
.alert-cello-light-text .alert-link:focus {
  text-decoration: none;
}
.breadcrumb {
  background: none;
}
.breadcrumb > li > a {
  background: #64bb5d;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a.hover {
  background: #7fc77a;
}
.breadcrumb > li + li:before {
  font-family: Fontawesome;
}
.badge-primary {
  background-color: #64bb5d;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #4ba144;
}
.badge-success {
  background-color: #27ae60;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #1e8449;
}
.badge-warning {
  background-color: #ffaf00;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #cc8c00;
}
.badge-danger {
  background-color: #ff4444;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #ff1111;
}
.badge-info {
  background-color: #236b9b;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #1a4e71;
}
.badge-cyanide {
  background-color: #3498db;
}
.badge-cyanide[href]:hover,
.badge-cyanide[href]:focus {
  background-color: #217dbb;
}
.badge-meadow {
  background-color: #8a9b0f;
}
.badge-meadow[href]:hover,
.badge-meadow[href]:focus {
  background-color: #616c0b;
}
.badge-cocktail {
  background-color: #e97f02;
}
.badge-cocktail[href]:hover,
.badge-cocktail[href]:focus {
  background-color: #b66302;
}
.badge-hearts {
  background-color: #bd1550;
}
.badge-hearts[href]:hover,
.badge-hearts[href]:focus {
  background-color: #8f103d;
}
.badge-party {
  background-color: #490a3d;
}
.badge-party[href]:hover,
.badge-party[href]:focus {
  background-color: #1c0418;
}
.badge-midnight {
  background-color: #2c3e50;
}
.badge-midnight[href]:hover,
.badge-midnight[href]:focus {
  background-color: #1a242f;
}
.badge-concrete {
  background-color: #95a5a6;
}
.badge-concrete[href]:hover,
.badge-concrete[href]:focus {
  background-color: #798d8f;
}
.badge-gunmetal {
  background-color: #292e37;
}
.badge-gunmetal[href]:hover,
.badge-gunmetal[href]:focus {
  background-color: #13161a;
}
.badge-hollow {
  background-color: #423732;
}
.badge-hollow[href]:hover,
.badge-hollow[href]:focus {
  background-color: #251f1c;
}
.badge-mango {
  background-color: #f0c234;
}
.badge-mango[href]:hover,
.badge-mango[href]:focus {
  background-color: #e0ae11;
}
.badge-berry {
  background-color: #e74c3c;
}
.badge-berry[href]:hover,
.badge-berry[href]:focus {
  background-color: #d62c1a;
}
.badge-cello {
  background-color: #b66432;
}
.badge-cello[href]:hover,
.badge-cello[href]:focus {
  background-color: #8e4e27;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn.focus {
  outline: none;
}
.btn-xs {
  font-size: 12px;
}
.btn-default {
  color: #555555;
  border: 1px solid #64bb5d;
}
.btn-default:focus {
  color: #555555;
  background-color: #fff;
  border-color: #64bb5d;
}
.btn-default:hover {
  background: #64bb5d;
  border: 1px solid #64bb5d;
  color: #fff;
}
.btn-cyanide {
  border-color: #258cd1;
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-cyanide:hover,
.btn-cyanide:focus,
.btn-cyanide:active,
.btn-cyanide.active,
.open .dropdown-toggle.btn-cyanide {
  color: #ffffff;
  background-color: #2383c4;
  border-color: #1c699d;
}
.btn-cyanide:active,
.btn-cyanide.active,
.open .dropdown-toggle.btn-cyanide {
  background-image: none;
}
.btn-cyanide.disabled,
.btn-cyanide[disabled],
fieldset[disabled] .btn-cyanide,
.btn-cyanide.disabled:hover,
.btn-cyanide[disabled]:hover,
fieldset[disabled] .btn-cyanide:hover,
.btn-cyanide.disabled:focus,
.btn-cyanide[disabled]:focus,
fieldset[disabled] .btn-cyanide:focus,
.btn-cyanide.disabled:active,
.btn-cyanide[disabled]:active,
fieldset[disabled] .btn-cyanide:active,
.btn-cyanide.disabled.active,
.btn-cyanide[disabled].active,
fieldset[disabled] .btn-cyanide.active {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-cyanide .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-cyanide:focus {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-cyanide:hover,
.btn-cyanide:active,
.btn-cyanide.active,
.open .dropdown-toggle.btn-cyanide {
  color: #ffffff;
  background-color: #57aae1;
  border-color: #57aae1;
}
.btn-cyanide.disabled,
.btn-cyanide[disabled],
fieldset[disabled] .btn-cyanide,
.btn-cyanide.disabled:hover,
.btn-cyanide[disabled]:hover,
fieldset[disabled] .btn-cyanide:hover,
.btn-cyanide.disabled:focus,
.btn-cyanide[disabled]:focus,
fieldset[disabled] .btn-cyanide:focus,
.btn-cyanide.disabled:active,
.btn-cyanide[disabled]:active,
fieldset[disabled] .btn-cyanide:active,
.btn-cyanide.disabled.active,
.btn-cyanide[disabled].active,
fieldset[disabled] .btn-cyanide.active {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-cyanide .caret {
  border-top-color: #fff;
}
.btn-meadow {
  border-color: #75840d;
  color: #ffffff;
  background-color: #8a9b0f;
  border-color: #8a9b0f;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-meadow:hover,
.btn-meadow:focus,
.btn-meadow:active,
.btn-meadow.active,
.open .dropdown-toggle.btn-meadow {
  color: #ffffff;
  background-color: #69760b;
  border-color: #444c07;
}
.btn-meadow:active,
.btn-meadow.active,
.open .dropdown-toggle.btn-meadow {
  background-image: none;
}
.btn-meadow.disabled,
.btn-meadow[disabled],
fieldset[disabled] .btn-meadow,
.btn-meadow.disabled:hover,
.btn-meadow[disabled]:hover,
fieldset[disabled] .btn-meadow:hover,
.btn-meadow.disabled:focus,
.btn-meadow[disabled]:focus,
fieldset[disabled] .btn-meadow:focus,
.btn-meadow.disabled:active,
.btn-meadow[disabled]:active,
fieldset[disabled] .btn-meadow:active,
.btn-meadow.disabled.active,
.btn-meadow[disabled].active,
fieldset[disabled] .btn-meadow.active {
  background-color: #8a9b0f;
  border-color: #75840d;
}
.btn-meadow .badge {
  color: #8a9b0f;
  background-color: #ffffff;
}
.btn-meadow:focus {
  color: #ffffff;
  background-color: #8a9b0f;
  border-color: #8a9b0f;
}
.btn-meadow:hover,
.btn-meadow:active,
.btn-meadow.active,
.open .dropdown-toggle.btn-meadow {
  color: #ffffff;
  background-color: #abc013;
  border-color: #abc013;
}
.btn-meadow.disabled,
.btn-meadow[disabled],
fieldset[disabled] .btn-meadow,
.btn-meadow.disabled:hover,
.btn-meadow[disabled]:hover,
fieldset[disabled] .btn-meadow:hover,
.btn-meadow.disabled:focus,
.btn-meadow[disabled]:focus,
fieldset[disabled] .btn-meadow:focus,
.btn-meadow.disabled:active,
.btn-meadow[disabled]:active,
fieldset[disabled] .btn-meadow:active,
.btn-meadow.disabled.active,
.btn-meadow[disabled].active,
fieldset[disabled] .btn-meadow.active {
  background-color: #8a9b0f;
  border-color: #75840d;
}
.btn-meadow .caret {
  border-top-color: #fff;
}
.btn-cocktail {
  border-color: #d07102;
  color: #ffffff;
  background-color: #e97f02;
  border-color: #e97f02;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-cocktail:hover,
.btn-cocktail:focus,
.btn-cocktail:active,
.btn-cocktail.active,
.open .dropdown-toggle.btn-cocktail {
  color: #ffffff;
  background-color: #c16902;
  border-color: #935001;
}
.btn-cocktail:active,
.btn-cocktail.active,
.open .dropdown-toggle.btn-cocktail {
  background-image: none;
}
.btn-cocktail.disabled,
.btn-cocktail[disabled],
fieldset[disabled] .btn-cocktail,
.btn-cocktail.disabled:hover,
.btn-cocktail[disabled]:hover,
fieldset[disabled] .btn-cocktail:hover,
.btn-cocktail.disabled:focus,
.btn-cocktail[disabled]:focus,
fieldset[disabled] .btn-cocktail:focus,
.btn-cocktail.disabled:active,
.btn-cocktail[disabled]:active,
fieldset[disabled] .btn-cocktail:active,
.btn-cocktail.disabled.active,
.btn-cocktail[disabled].active,
fieldset[disabled] .btn-cocktail.active {
  background-color: #e97f02;
  border-color: #d07102;
}
.btn-cocktail .badge {
  color: #e97f02;
  background-color: #ffffff;
}
.btn-cocktail:focus {
  color: #ffffff;
  background-color: #e97f02;
  border-color: #e97f02;
}
.btn-cocktail:hover,
.btn-cocktail:active,
.btn-cocktail.active,
.open .dropdown-toggle.btn-cocktail {
  color: #ffffff;
  background-color: #fd9317;
  border-color: #fd9317;
}
.btn-cocktail.disabled,
.btn-cocktail[disabled],
fieldset[disabled] .btn-cocktail,
.btn-cocktail.disabled:hover,
.btn-cocktail[disabled]:hover,
fieldset[disabled] .btn-cocktail:hover,
.btn-cocktail.disabled:focus,
.btn-cocktail[disabled]:focus,
fieldset[disabled] .btn-cocktail:focus,
.btn-cocktail.disabled:active,
.btn-cocktail[disabled]:active,
fieldset[disabled] .btn-cocktail:active,
.btn-cocktail.disabled.active,
.btn-cocktail[disabled].active,
fieldset[disabled] .btn-cocktail.active {
  background-color: #e97f02;
  border-color: #d07102;
}
.btn-cocktail .caret {
  border-top-color: #fff;
}
.btn-hearts {
  border-color: #a61246;
  color: #ffffff;
  background-color: #bd1550;
  border-color: #bd1550;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-hearts:hover,
.btn-hearts:focus,
.btn-hearts:active,
.btn-hearts.active,
.open .dropdown-toggle.btn-hearts {
  color: #ffffff;
  background-color: #981140;
  border-color: #6f0c2f;
}
.btn-hearts:active,
.btn-hearts.active,
.open .dropdown-toggle.btn-hearts {
  background-image: none;
}
.btn-hearts.disabled,
.btn-hearts[disabled],
fieldset[disabled] .btn-hearts,
.btn-hearts.disabled:hover,
.btn-hearts[disabled]:hover,
fieldset[disabled] .btn-hearts:hover,
.btn-hearts.disabled:focus,
.btn-hearts[disabled]:focus,
fieldset[disabled] .btn-hearts:focus,
.btn-hearts.disabled:active,
.btn-hearts[disabled]:active,
fieldset[disabled] .btn-hearts:active,
.btn-hearts.disabled.active,
.btn-hearts[disabled].active,
fieldset[disabled] .btn-hearts.active {
  background-color: #bd1550;
  border-color: #a61246;
}
.btn-hearts .badge {
  color: #bd1550;
  background-color: #ffffff;
}
.btn-hearts:focus {
  color: #ffffff;
  background-color: #bd1550;
  border-color: #bd1550;
}
.btn-hearts:hover,
.btn-hearts:active,
.btn-hearts.active,
.open .dropdown-toggle.btn-hearts {
  color: #ffffff;
  background-color: #e21960;
  border-color: #e21960;
}
.btn-hearts.disabled,
.btn-hearts[disabled],
fieldset[disabled] .btn-hearts,
.btn-hearts.disabled:hover,
.btn-hearts[disabled]:hover,
fieldset[disabled] .btn-hearts:hover,
.btn-hearts.disabled:focus,
.btn-hearts[disabled]:focus,
fieldset[disabled] .btn-hearts:focus,
.btn-hearts.disabled:active,
.btn-hearts[disabled]:active,
fieldset[disabled] .btn-hearts:active,
.btn-hearts.disabled.active,
.btn-hearts[disabled].active,
fieldset[disabled] .btn-hearts.active {
  background-color: #bd1550;
  border-color: #a61246;
}
.btn-hearts .caret {
  border-top-color: #fff;
}
.btn-party {
  border-color: #33072a;
  color: #ffffff;
  background-color: #490a3d;
  border-color: #490a3d;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-party:hover,
.btn-party:focus,
.btn-party:active,
.btn-party.active,
.open .dropdown-toggle.btn-party {
  color: #ffffff;
  background-color: #25051f;
  border-color: #000000;
}
.btn-party:active,
.btn-party.active,
.open .dropdown-toggle.btn-party {
  background-image: none;
}
.btn-party.disabled,
.btn-party[disabled],
fieldset[disabled] .btn-party,
.btn-party.disabled:hover,
.btn-party[disabled]:hover,
fieldset[disabled] .btn-party:hover,
.btn-party.disabled:focus,
.btn-party[disabled]:focus,
fieldset[disabled] .btn-party:focus,
.btn-party.disabled:active,
.btn-party[disabled]:active,
fieldset[disabled] .btn-party:active,
.btn-party.disabled.active,
.btn-party[disabled].active,
fieldset[disabled] .btn-party.active {
  background-color: #490a3d;
  border-color: #33072a;
}
.btn-party .badge {
  color: #490a3d;
  background-color: #ffffff;
}
.btn-party:focus {
  color: #ffffff;
  background-color: #490a3d;
  border-color: #490a3d;
}
.btn-party:hover,
.btn-party:active,
.btn-party.active,
.open .dropdown-toggle.btn-party {
  color: #ffffff;
  background-color: #6d0f5b;
  border-color: #6d0f5b;
}
.btn-party.disabled,
.btn-party[disabled],
fieldset[disabled] .btn-party,
.btn-party.disabled:hover,
.btn-party[disabled]:hover,
fieldset[disabled] .btn-party:hover,
.btn-party.disabled:focus,
.btn-party[disabled]:focus,
fieldset[disabled] .btn-party:focus,
.btn-party.disabled:active,
.btn-party[disabled]:active,
fieldset[disabled] .btn-party:active,
.btn-party.disabled.active,
.btn-party[disabled].active,
fieldset[disabled] .btn-party.active {
  background-color: #490a3d;
  border-color: #33072a;
}
.btn-party .caret {
  border-top-color: #fff;
}
.btn-midnight {
  border-color: #233140;
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-midnight:hover,
.btn-midnight:focus,
.btn-midnight:active,
.btn-midnight.active,
.open .dropdown-toggle.btn-midnight {
  color: #ffffff;
  background-color: #1e2a36;
  border-color: #0d1318;
}
.btn-midnight:active,
.btn-midnight.active,
.open .dropdown-toggle.btn-midnight {
  background-image: none;
}
.btn-midnight.disabled,
.btn-midnight[disabled],
fieldset[disabled] .btn-midnight,
.btn-midnight.disabled:hover,
.btn-midnight[disabled]:hover,
fieldset[disabled] .btn-midnight:hover,
.btn-midnight.disabled:focus,
.btn-midnight[disabled]:focus,
fieldset[disabled] .btn-midnight:focus,
.btn-midnight.disabled:active,
.btn-midnight[disabled]:active,
fieldset[disabled] .btn-midnight:active,
.btn-midnight.disabled.active,
.btn-midnight[disabled].active,
fieldset[disabled] .btn-midnight.active {
  background-color: #2c3e50;
  border-color: #233140;
}
.btn-midnight .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.btn-midnight:focus {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-midnight:hover,
.btn-midnight:active,
.btn-midnight.active,
.open .dropdown-toggle.btn-midnight {
  color: #ffffff;
  background-color: #3a526a;
  border-color: #3a526a;
}
.btn-midnight.disabled,
.btn-midnight[disabled],
fieldset[disabled] .btn-midnight,
.btn-midnight.disabled:hover,
.btn-midnight[disabled]:hover,
fieldset[disabled] .btn-midnight:hover,
.btn-midnight.disabled:focus,
.btn-midnight[disabled]:focus,
fieldset[disabled] .btn-midnight:focus,
.btn-midnight.disabled:active,
.btn-midnight[disabled]:active,
fieldset[disabled] .btn-midnight:active,
.btn-midnight.disabled.active,
.btn-midnight[disabled].active,
fieldset[disabled] .btn-midnight.active {
  background-color: #2c3e50;
  border-color: #233140;
}
.btn-midnight .caret {
  border-top-color: #fff;
}
.btn-concrete {
  border-color: #87999a;
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-concrete:hover,
.btn-concrete:focus,
.btn-concrete:active,
.btn-concrete.active,
.open .dropdown-toggle.btn-concrete {
  color: #ffffff;
  background-color: #7f9293;
  border-color: #687b7c;
}
.btn-concrete:active,
.btn-concrete.active,
.open .dropdown-toggle.btn-concrete {
  background-image: none;
}
.btn-concrete.disabled,
.btn-concrete[disabled],
fieldset[disabled] .btn-concrete,
.btn-concrete.disabled:hover,
.btn-concrete[disabled]:hover,
fieldset[disabled] .btn-concrete:hover,
.btn-concrete.disabled:focus,
.btn-concrete[disabled]:focus,
fieldset[disabled] .btn-concrete:focus,
.btn-concrete.disabled:active,
.btn-concrete[disabled]:active,
fieldset[disabled] .btn-concrete:active,
.btn-concrete.disabled.active,
.btn-concrete[disabled].active,
fieldset[disabled] .btn-concrete.active {
  background-color: #95a5a6;
  border-color: #87999a;
}
.btn-concrete .badge {
  color: #95a5a6;
  background-color: #ffffff;
}
.btn-concrete:focus {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.btn-concrete:hover,
.btn-concrete:active,
.btn-concrete.active,
.open .dropdown-toggle.btn-concrete {
  color: #ffffff;
  background-color: #abb8b9;
  border-color: #abb8b9;
}
.btn-concrete.disabled,
.btn-concrete[disabled],
fieldset[disabled] .btn-concrete,
.btn-concrete.disabled:hover,
.btn-concrete[disabled]:hover,
fieldset[disabled] .btn-concrete:hover,
.btn-concrete.disabled:focus,
.btn-concrete[disabled]:focus,
fieldset[disabled] .btn-concrete:focus,
.btn-concrete.disabled:active,
.btn-concrete[disabled]:active,
fieldset[disabled] .btn-concrete:active,
.btn-concrete.disabled.active,
.btn-concrete[disabled].active,
fieldset[disabled] .btn-concrete.active {
  background-color: #95a5a6;
  border-color: #87999a;
}
.btn-concrete .caret {
  border-top-color: #fff;
}
.btn-gunmetal {
  border-color: #1e2228;
  color: #ffffff;
  background-color: #292e37;
  border-color: #292e37;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-gunmetal:hover,
.btn-gunmetal:focus,
.btn-gunmetal:active,
.btn-gunmetal.active,
.open .dropdown-toggle.btn-gunmetal {
  color: #ffffff;
  background-color: #181a20;
  border-color: #040405;
}
.btn-gunmetal:active,
.btn-gunmetal.active,
.open .dropdown-toggle.btn-gunmetal {
  background-image: none;
}
.btn-gunmetal.disabled,
.btn-gunmetal[disabled],
fieldset[disabled] .btn-gunmetal,
.btn-gunmetal.disabled:hover,
.btn-gunmetal[disabled]:hover,
fieldset[disabled] .btn-gunmetal:hover,
.btn-gunmetal.disabled:focus,
.btn-gunmetal[disabled]:focus,
fieldset[disabled] .btn-gunmetal:focus,
.btn-gunmetal.disabled:active,
.btn-gunmetal[disabled]:active,
fieldset[disabled] .btn-gunmetal:active,
.btn-gunmetal.disabled.active,
.btn-gunmetal[disabled].active,
fieldset[disabled] .btn-gunmetal.active {
  background-color: #292e37;
  border-color: #1e2228;
}
.btn-gunmetal .badge {
  color: #292e37;
  background-color: #ffffff;
}
.btn-gunmetal:focus {
  color: #ffffff;
  background-color: #292e37;
  border-color: #292e37;
}
.btn-gunmetal:hover,
.btn-gunmetal:active,
.btn-gunmetal.active,
.open .dropdown-toggle.btn-gunmetal {
  color: #ffffff;
  background-color: #3a424e;
  border-color: #3a424e;
}
.btn-gunmetal.disabled,
.btn-gunmetal[disabled],
fieldset[disabled] .btn-gunmetal,
.btn-gunmetal.disabled:hover,
.btn-gunmetal[disabled]:hover,
fieldset[disabled] .btn-gunmetal:hover,
.btn-gunmetal.disabled:focus,
.btn-gunmetal[disabled]:focus,
fieldset[disabled] .btn-gunmetal:focus,
.btn-gunmetal.disabled:active,
.btn-gunmetal[disabled]:active,
fieldset[disabled] .btn-gunmetal:active,
.btn-gunmetal.disabled.active,
.btn-gunmetal[disabled].active,
fieldset[disabled] .btn-gunmetal.active {
  background-color: #292e37;
  border-color: #1e2228;
}
.btn-gunmetal .caret {
  border-top-color: #fff;
}
.btn-hollow {
  border-color: #332b27;
  color: #ffffff;
  background-color: #423732;
  border-color: #423732;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-hollow:hover,
.btn-hollow:focus,
.btn-hollow:active,
.btn-hollow.active,
.open .dropdown-toggle.btn-hollow {
  color: #ffffff;
  background-color: #2b2420;
  border-color: #110e0d;
}
.btn-hollow:active,
.btn-hollow.active,
.open .dropdown-toggle.btn-hollow {
  background-image: none;
}
.btn-hollow.disabled,
.btn-hollow[disabled],
fieldset[disabled] .btn-hollow,
.btn-hollow.disabled:hover,
.btn-hollow[disabled]:hover,
fieldset[disabled] .btn-hollow:hover,
.btn-hollow.disabled:focus,
.btn-hollow[disabled]:focus,
fieldset[disabled] .btn-hollow:focus,
.btn-hollow.disabled:active,
.btn-hollow[disabled]:active,
fieldset[disabled] .btn-hollow:active,
.btn-hollow.disabled.active,
.btn-hollow[disabled].active,
fieldset[disabled] .btn-hollow.active {
  background-color: #423732;
  border-color: #332b27;
}
.btn-hollow .badge {
  color: #423732;
  background-color: #ffffff;
}
.btn-hollow:focus {
  color: #ffffff;
  background-color: #423732;
  border-color: #423732;
}
.btn-hollow:hover,
.btn-hollow:active,
.btn-hollow.active,
.open .dropdown-toggle.btn-hollow {
  color: #ffffff;
  background-color: #594a44;
  border-color: #594a44;
}
.btn-hollow.disabled,
.btn-hollow[disabled],
fieldset[disabled] .btn-hollow,
.btn-hollow.disabled:hover,
.btn-hollow[disabled]:hover,
fieldset[disabled] .btn-hollow:hover,
.btn-hollow.disabled:focus,
.btn-hollow[disabled]:focus,
fieldset[disabled] .btn-hollow:focus,
.btn-hollow.disabled:active,
.btn-hollow[disabled]:active,
fieldset[disabled] .btn-hollow:active,
.btn-hollow.disabled.active,
.btn-hollow[disabled].active,
fieldset[disabled] .btn-hollow.active {
  background-color: #423732;
  border-color: #332b27;
}
.btn-hollow .caret {
  border-top-color: #fff;
}
.btn-mango {
  border-color: #eebb1c;
  color: #ffffff;
  background-color: #f0c234;
  border-color: #f0c234;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-mango:hover,
.btn-mango:focus,
.btn-mango:active,
.btn-mango.active,
.open .dropdown-toggle.btn-mango {
  color: #ffffff;
  background-color: #eab511;
  border-color: #bf940e;
}
.btn-mango:active,
.btn-mango.active,
.open .dropdown-toggle.btn-mango {
  background-image: none;
}
.btn-mango.disabled,
.btn-mango[disabled],
fieldset[disabled] .btn-mango,
.btn-mango.disabled:hover,
.btn-mango[disabled]:hover,
fieldset[disabled] .btn-mango:hover,
.btn-mango.disabled:focus,
.btn-mango[disabled]:focus,
fieldset[disabled] .btn-mango:focus,
.btn-mango.disabled:active,
.btn-mango[disabled]:active,
fieldset[disabled] .btn-mango:active,
.btn-mango.disabled.active,
.btn-mango[disabled].active,
fieldset[disabled] .btn-mango.active {
  background-color: #f0c234;
  border-color: #eebb1c;
}
.btn-mango .badge {
  color: #f0c234;
  background-color: #ffffff;
}
.btn-mango:focus {
  color: #ffffff;
  background-color: #f0c234;
  border-color: #f0c234;
}
.btn-mango:hover,
.btn-mango:active,
.btn-mango.active,
.open .dropdown-toggle.btn-mango {
  color: #ffffff;
  background-color: #f3cd5a;
  border-color: #f3cd5a;
}
.btn-mango.disabled,
.btn-mango[disabled],
fieldset[disabled] .btn-mango,
.btn-mango.disabled:hover,
.btn-mango[disabled]:hover,
fieldset[disabled] .btn-mango:hover,
.btn-mango.disabled:focus,
.btn-mango[disabled]:focus,
fieldset[disabled] .btn-mango:focus,
.btn-mango.disabled:active,
.btn-mango[disabled]:active,
fieldset[disabled] .btn-mango:active,
.btn-mango.disabled.active,
.btn-mango[disabled].active,
fieldset[disabled] .btn-mango.active {
  background-color: #f0c234;
  border-color: #eebb1c;
}
.btn-mango .caret {
  border-top-color: #fff;
}
.btn-berry {
  border-color: #e43725;
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-berry:hover,
.btn-berry:focus,
.btn-berry:active,
.btn-berry.active,
.open .dropdown-toggle.btn-berry {
  color: #ffffff;
  background-color: #df2e1b;
  border-color: #b62516;
}
.btn-berry:active,
.btn-berry.active,
.open .dropdown-toggle.btn-berry {
  background-image: none;
}
.btn-berry.disabled,
.btn-berry[disabled],
fieldset[disabled] .btn-berry,
.btn-berry.disabled:hover,
.btn-berry[disabled]:hover,
fieldset[disabled] .btn-berry:hover,
.btn-berry.disabled:focus,
.btn-berry[disabled]:focus,
fieldset[disabled] .btn-berry:focus,
.btn-berry.disabled:active,
.btn-berry[disabled]:active,
fieldset[disabled] .btn-berry:active,
.btn-berry.disabled.active,
.btn-berry[disabled].active,
fieldset[disabled] .btn-berry.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-berry .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-berry:focus {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-berry:hover,
.btn-berry:active,
.btn-berry.active,
.open .dropdown-toggle.btn-berry {
  color: #ffffff;
  background-color: #eb6d60;
  border-color: #eb6d60;
}
.btn-berry.disabled,
.btn-berry[disabled],
fieldset[disabled] .btn-berry,
.btn-berry.disabled:hover,
.btn-berry[disabled]:hover,
fieldset[disabled] .btn-berry:hover,
.btn-berry.disabled:focus,
.btn-berry[disabled]:focus,
fieldset[disabled] .btn-berry:focus,
.btn-berry.disabled:active,
.btn-berry[disabled]:active,
fieldset[disabled] .btn-berry:active,
.btn-berry.disabled.active,
.btn-berry[disabled].active,
fieldset[disabled] .btn-berry.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-berry .caret {
  border-top-color: #fff;
}
.btn-cello {
  border-color: #a2592d;
  color: #ffffff;
  background-color: #b66432;
  border-color: #b66432;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-cello:hover,
.btn-cello:focus,
.btn-cello:active,
.btn-cello.active,
.open .dropdown-toggle.btn-cello {
  color: #ffffff;
  background-color: #965229;
  border-color: #723f1f;
}
.btn-cello:active,
.btn-cello.active,
.open .dropdown-toggle.btn-cello {
  background-image: none;
}
.btn-cello.disabled,
.btn-cello[disabled],
fieldset[disabled] .btn-cello,
.btn-cello.disabled:hover,
.btn-cello[disabled]:hover,
fieldset[disabled] .btn-cello:hover,
.btn-cello.disabled:focus,
.btn-cello[disabled]:focus,
fieldset[disabled] .btn-cello:focus,
.btn-cello.disabled:active,
.btn-cello[disabled]:active,
fieldset[disabled] .btn-cello:active,
.btn-cello.disabled.active,
.btn-cello[disabled].active,
fieldset[disabled] .btn-cello.active {
  background-color: #b66432;
  border-color: #a2592d;
}
.btn-cello .badge {
  color: #b66432;
  background-color: #ffffff;
}
.btn-cello:focus {
  color: #ffffff;
  background-color: #b66432;
  border-color: #b66432;
}
.btn-cello:hover,
.btn-cello:active,
.btn-cello.active,
.open .dropdown-toggle.btn-cello {
  color: #ffffff;
  background-color: #cc7845;
  border-color: #cc7845;
}
.btn-cello.disabled,
.btn-cello[disabled],
fieldset[disabled] .btn-cello,
.btn-cello.disabled:hover,
.btn-cello[disabled]:hover,
fieldset[disabled] .btn-cello:hover,
.btn-cello.disabled:focus,
.btn-cello[disabled]:focus,
fieldset[disabled] .btn-cello:focus,
.btn-cello.disabled:active,
.btn-cello[disabled]:active,
fieldset[disabled] .btn-cello:active,
.btn-cello.disabled.active,
.btn-cello[disabled].active,
fieldset[disabled] .btn-cello.active {
  background-color: #b66432;
  border-color: #a2592d;
}
.btn-cello .caret {
  border-top-color: #fff;
}
.btn-social {
  font-size: 24px;
  padding: 0;
  width: 37px;
}
.carousel-indicators {
  bottom: -10px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 18px;
  border: 3px solid #64bb5d;
}
.carousel-indicators .active {
  margin: 0;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}
.carousel-control {
  width: 30px;
  height: 30px;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
}
.carousel-control.left {
  background-image: none;
  font-size: 32px;
  outline: none;
}
.carousel-control.right {
  background-image: none;
  font-size: 32px;
  text-shadow: none;
  outline: none;
}
.carousel-control > span[class*='icon-'] {
  line-height: 24px;
}
.carousel-under .carousel-inner {
  padding-bottom: 150px;
}
.carousel-under .carousel-caption {
  color: #555555;
  text-shadow: none;
  left: 1%;
  right: 1%;
  bottom: -160px;
}
.carousel-inside-light .carousel-caption {
  left: 1%;
  right: 1%;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-bottom: 7px;
  background: rgba(100, 187, 93, 0.2);
}
.carousel-inside-light .carousel-indicators li {
  border: 3px solid #fff;
}
.carousel-inside-light .carousel-indicators .active {
  background-color: transparent;
}
.carousel-inside-dark .carousel-caption {
  color: #000;
  left: 1%;
  right: 1%;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-bottom: 5px;
  background: rgba(100, 187, 93, 0.2);
}
.carousel-inside-dark .carousel-indicators li {
  border: 3px solid #000;
}
.carousel-inside-dark .carousel-indicators .active {
  background-color: transparent;
}
.carousel-inside-dark .carousel-control.left {
  color: #000;
}
.carousel-inside-dark .carousel-control.right {
  color: #000;
}
.carousel-fade .item {
  left: 0 !important;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.carousel-fade .carousel-control {
  background-image: none;
}
.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
  z-index: 1;
  display: block;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
  opacity: 0;
  z-index: 2;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle.btn-default {
  background-color: #64bb5d;
  color: #fff;
  border: 1px solid #64bb5d;
}
.open .dropdown-toggle.btn-default {
  background: #64bb5d;
  border: 1px solid #64bb5d;
  color: #fff;
}
.dropdown-menu {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-top: 1px;
}
.dropdown-menu > li > a {
  font-weight: 300;
  font-size: 14px;
  padding: 3px 10px;
  outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dropdown-menu.success-back {
  background-color: #27ae60;
  border: 1px solid #27ae60;
}
.dropdown-menu.success-back > li > a {
  color: #fff;
}
.dropdown-menu.success-back > li > a:hover,
.dropdown-menu.success-back > li > a .hover {
  background-color: #2ecf72;
}
.dropdown-menu.success-back > .active > a {
  background-color: #2ecf72;
}
.dropdown-menu.success-back .divider {
  background-color: #2ecf72;
}
.dropdown-menu.success-back-light {
  background-color: #2ecf72;
  border: 1px solid #36d278;
}
.dropdown-menu.success-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.success-back-light > li > a:hover,
.dropdown-menu.success-back-light > li > a:active,
.dropdown-menu.success-back-light > li > a .hover,
.dropdown-menu.success-back-light > li > a .active {
  background-color: #27ae60;
}
.dropdown-menu.success-back-light .divider {
  background-color: #4fd889;
}
.dropdown-menu.primary-back {
  background-color: #64bb5d;
  border: 1px solid #64bb5d;
}
.dropdown-menu.primary-back > li > a {
  color: #fff;
}
.dropdown-menu.primary-back > li > a:hover,
.dropdown-menu.primary-back > li > a .hover {
  background-color: #7fc77a;
}
.dropdown-menu.primary-back > .active > a {
  background-color: #7fc77a;
}
.dropdown-menu.primary-back .divider {
  background-color: #7fc77a;
}
.dropdown-menu.primary-back-light {
  background-color: #7fc77a;
  border: 1px solid #86ca81;
}
.dropdown-menu.primary-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.primary-back-light > li > a:hover,
.dropdown-menu.primary-back-light > li > a:active,
.dropdown-menu.primary-back-light > li > a .hover,
.dropdown-menu.primary-back-light > li > a .active {
  background-color: #64bb5d;
}
.dropdown-menu.primary-back-light .divider {
  background-color: #9bd396;
}
.dropdown-menu.info-back {
  background-color: #236b9b;
  border: 1px solid #236b9b;
}
.dropdown-menu.info-back > li > a {
  color: #fff;
}
.dropdown-menu.info-back > li > a:hover,
.dropdown-menu.info-back > li > a .hover {
  background-color: #2b82bc;
}
.dropdown-menu.info-back > .active > a {
  background-color: #2b82bc;
}
.dropdown-menu.info-back .divider {
  background-color: #2b82bc;
}
.dropdown-menu.info-back-light {
  background-color: #2b82bc;
  border: 1px solid #2c88c5;
}
.dropdown-menu.info-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.info-back-light > li > a:hover,
.dropdown-menu.info-back-light > li > a:active,
.dropdown-menu.info-back-light > li > a .hover,
.dropdown-menu.info-back-light > li > a .active {
  background-color: #236b9b;
}
.dropdown-menu.info-back-light .divider {
  background-color: #3d97d3;
}
.dropdown-menu.warning-back {
  background-color: #ffaf00;
  border: 1px solid #ffaf00;
}
.dropdown-menu.warning-back > li > a {
  color: #fff;
}
.dropdown-menu.warning-back > li > a:hover,
.dropdown-menu.warning-back > li > a .hover {
  background-color: #ffbc29;
}
.dropdown-menu.warning-back > .active > a {
  background-color: #ffbc29;
}
.dropdown-menu.warning-back .divider {
  background-color: #ffbc29;
}
.dropdown-menu.warning-back-light {
  background-color: #ffbc29;
  border: 1px solid #ffbf33;
}
.dropdown-menu.warning-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.warning-back-light > li > a:hover,
.dropdown-menu.warning-back-light > li > a:active,
.dropdown-menu.warning-back-light > li > a .hover,
.dropdown-menu.warning-back-light > li > a .active {
  background-color: #ffaf00;
}
.dropdown-menu.warning-back-light .divider {
  background-color: #ffc952;
}
.dropdown-menu.danger-back {
  background-color: #ff4444;
  border: 1px solid #ff4444;
}
.dropdown-menu.danger-back > li > a {
  color: #fff;
}
.dropdown-menu.danger-back > li > a:hover,
.dropdown-menu.danger-back > li > a .hover {
  background-color: #ff6d6d;
}
.dropdown-menu.danger-back > .active > a {
  background-color: #ff6d6d;
}
.dropdown-menu.danger-back .divider {
  background-color: #ff6d6d;
}
.dropdown-menu.danger-back-light {
  background-color: #ff6d6d;
  border: 1px solid #ff7777;
}
.dropdown-menu.danger-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.danger-back-light > li > a:hover,
.dropdown-menu.danger-back-light > li > a:active,
.dropdown-menu.danger-back-light > li > a .hover,
.dropdown-menu.danger-back-light > li > a .active {
  background-color: #ff4444;
}
.dropdown-menu.danger-back-light .divider {
  background-color: #ff9696;
}
.dropdown-menu.cyanide-back {
  background-color: #3498db;
  border: 1px solid #3498db;
}
.dropdown-menu.cyanide-back > li > a {
  color: #fff;
}
.dropdown-menu.cyanide-back > li > a:hover,
.dropdown-menu.cyanide-back > li > a .hover {
  background-color: #57aae1;
}
.dropdown-menu.cyanide-back > .active > a {
  background-color: #57aae1;
}
.dropdown-menu.cyanide-back .divider {
  background-color: #57aae1;
}
.dropdown-menu.cyanide-back-light {
  background-color: #57aae1;
  border: 1px solid #5faee3;
}
.dropdown-menu.cyanide-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.cyanide-back-light > li > a:hover,
.dropdown-menu.cyanide-back-light > li > a:active,
.dropdown-menu.cyanide-back-light > li > a .hover,
.dropdown-menu.cyanide-back-light > li > a .active {
  background-color: #3498db;
}
.dropdown-menu.cyanide-back-light .divider {
  background-color: #79bbe7;
}
.dropdown-menu.meadow-back {
  background-color: #8a9b0f;
  border: 1px solid #8a9b0f;
}
.dropdown-menu.meadow-back > li > a {
  color: #fff;
}
.dropdown-menu.meadow-back > li > a:hover,
.dropdown-menu.meadow-back > li > a .hover {
  background-color: #abc013;
}
.dropdown-menu.meadow-back > .active > a {
  background-color: #abc013;
}
.dropdown-menu.meadow-back .divider {
  background-color: #abc013;
}
.dropdown-menu.meadow-back-light {
  background-color: #abc013;
  border: 1px solid #b3ca14;
}
.dropdown-menu.meadow-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.meadow-back-light > li > a:hover,
.dropdown-menu.meadow-back-light > li > a:active,
.dropdown-menu.meadow-back-light > li > a .hover,
.dropdown-menu.meadow-back-light > li > a .active {
  background-color: #8a9b0f;
}
.dropdown-menu.meadow-back-light .divider {
  background-color: #cce516;
}
.dropdown-menu.cocktail-back {
  background-color: #e97f02;
  border: 1px solid #e97f02;
}
.dropdown-menu.cocktail-back > li > a {
  color: #fff;
}
.dropdown-menu.cocktail-back > li > a:hover,
.dropdown-menu.cocktail-back > li > a .hover {
  background-color: #fd9317;
}
.dropdown-menu.cocktail-back > .active > a {
  background-color: #fd9317;
}
.dropdown-menu.cocktail-back .divider {
  background-color: #fd9317;
}
.dropdown-menu.cocktail-back-light {
  background-color: #fd9317;
  border: 1px solid #fd9821;
}
.dropdown-menu.cocktail-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.cocktail-back-light > li > a:hover,
.dropdown-menu.cocktail-back-light > li > a:active,
.dropdown-menu.cocktail-back-light > li > a .hover,
.dropdown-menu.cocktail-back-light > li > a .active {
  background-color: #e97f02;
}
.dropdown-menu.cocktail-back-light .divider {
  background-color: #fda63f;
}
.dropdown-menu.hearts-back {
  background-color: #bd1550;
  border: 1px solid #bd1550;
}
.dropdown-menu.hearts-back > li > a {
  color: #fff;
}
.dropdown-menu.hearts-back > li > a:hover,
.dropdown-menu.hearts-back > li > a .hover {
  background-color: #e21960;
}
.dropdown-menu.hearts-back > .active > a {
  background-color: #e21960;
}
.dropdown-menu.hearts-back .divider {
  background-color: #e21960;
}
.dropdown-menu.hearts-back-light {
  background-color: #e21960;
  border: 1px solid #e61f65;
}
.dropdown-menu.hearts-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.hearts-back-light > li > a:hover,
.dropdown-menu.hearts-back-light > li > a:active,
.dropdown-menu.hearts-back-light > li > a .hover,
.dropdown-menu.hearts-back-light > li > a .active {
  background-color: #bd1550;
}
.dropdown-menu.hearts-back-light .divider {
  background-color: #e93a78;
}
.dropdown-menu.party-back {
  background-color: #490a3d;
  border: 1px solid #490a3d;
}
.dropdown-menu.party-back > li > a {
  color: #fff;
}
.dropdown-menu.party-back > li > a:hover,
.dropdown-menu.party-back > li > a .hover {
  background-color: #6d0f5b;
}
.dropdown-menu.party-back > .active > a {
  background-color: #6d0f5b;
}
.dropdown-menu.party-back .divider {
  background-color: #6d0f5b;
}
.dropdown-menu.party-back-light {
  background-color: #6d0f5b;
  border: 1px solid #761062;
}
.dropdown-menu.party-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.party-back-light > li > a:hover,
.dropdown-menu.party-back-light > li > a:active,
.dropdown-menu.party-back-light > li > a .hover,
.dropdown-menu.party-back-light > li > a .active {
  background-color: #490a3d;
}
.dropdown-menu.party-back-light .divider {
  background-color: #911479;
}
.dropdown-menu.midnight-back {
  background-color: #2c3e50;
  border: 1px solid #2c3e50;
}
.dropdown-menu.midnight-back > li > a {
  color: #fff;
}
.dropdown-menu.midnight-back > li > a:hover,
.dropdown-menu.midnight-back > li > a .hover {
  background-color: #3a526a;
}
.dropdown-menu.midnight-back > .active > a {
  background-color: #3a526a;
}
.dropdown-menu.midnight-back .divider {
  background-color: #3a526a;
}
.dropdown-menu.midnight-back-light {
  background-color: #3a526a;
  border: 1px solid #3e5771;
}
.dropdown-menu.midnight-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.midnight-back-light > li > a:hover,
.dropdown-menu.midnight-back-light > li > a:active,
.dropdown-menu.midnight-back-light > li > a .hover,
.dropdown-menu.midnight-back-light > li > a .active {
  background-color: #2c3e50;
}
.dropdown-menu.midnight-back-light .divider {
  background-color: #496785;
}
.dropdown-menu.concrete-back {
  background-color: #95a5a6;
  border: 1px solid #95a5a6;
}
.dropdown-menu.concrete-back > li > a {
  color: #fff;
}
.dropdown-menu.concrete-back > li > a:hover,
.dropdown-menu.concrete-back > li > a .hover {
  background-color: #abb8b9;
}
.dropdown-menu.concrete-back > .active > a {
  background-color: #abb8b9;
}
.dropdown-menu.concrete-back .divider {
  background-color: #abb8b9;
}
.dropdown-menu.concrete-back-light {
  background-color: #abb8b9;
  border: 1px solid #b1bdbd;
}
.dropdown-menu.concrete-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.concrete-back-light > li > a:hover,
.dropdown-menu.concrete-back-light > li > a:active,
.dropdown-menu.concrete-back-light > li > a .hover,
.dropdown-menu.concrete-back-light > li > a .active {
  background-color: #95a5a6;
}
.dropdown-menu.concrete-back-light .divider {
  background-color: #c1cbcb;
}
.dropdown-menu.gunmetal-back {
  background-color: #292e37;
  border: 1px solid #292e37;
}
.dropdown-menu.gunmetal-back > li > a {
  color: #fff;
}
.dropdown-menu.gunmetal-back > li > a:hover,
.dropdown-menu.gunmetal-back > li > a .hover {
  background-color: #3a424e;
}
.dropdown-menu.gunmetal-back > .active > a {
  background-color: #3a424e;
}
.dropdown-menu.gunmetal-back .divider {
  background-color: #3a424e;
}
.dropdown-menu.gunmetal-back-light {
  background-color: #3a424e;
  border: 1px solid #3f4654;
}
.dropdown-menu.gunmetal-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.gunmetal-back-light > li > a:hover,
.dropdown-menu.gunmetal-back-light > li > a:active,
.dropdown-menu.gunmetal-back-light > li > a .hover,
.dropdown-menu.gunmetal-back-light > li > a .active {
  background-color: #292e37;
}
.dropdown-menu.gunmetal-back-light .divider {
  background-color: #4c5566;
}
.dropdown-menu.hollow-back {
  background-color: #423732;
  border: 1px solid #423732;
}
.dropdown-menu.hollow-back > li > a {
  color: #fff;
}
.dropdown-menu.hollow-back > li > a:hover,
.dropdown-menu.hollow-back > li > a .hover {
  background-color: #594a44;
}
.dropdown-menu.hollow-back > .active > a {
  background-color: #594a44;
}
.dropdown-menu.hollow-back .divider {
  background-color: #594a44;
}
.dropdown-menu.hollow-back-light {
  background-color: #594a44;
  border: 1px solid #5f4f48;
}
.dropdown-menu.hollow-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.hollow-back-light > li > a:hover,
.dropdown-menu.hollow-back-light > li > a:active,
.dropdown-menu.hollow-back-light > li > a .hover,
.dropdown-menu.hollow-back-light > li > a .active {
  background-color: #423732;
}
.dropdown-menu.hollow-back-light .divider {
  background-color: #705e55;
}
.dropdown-menu.mango-back {
  background-color: #f0c234;
  border: 1px solid #f0c234;
}
.dropdown-menu.mango-back > li > a {
  color: #fff;
}
.dropdown-menu.mango-back > li > a:hover,
.dropdown-menu.mango-back > li > a .hover {
  background-color: #f3cd5a;
}
.dropdown-menu.mango-back > .active > a {
  background-color: #f3cd5a;
}
.dropdown-menu.mango-back .divider {
  background-color: #f3cd5a;
}
.dropdown-menu.mango-back-light {
  background-color: #f3cd5a;
  border: 1px solid #f4d063;
}
.dropdown-menu.mango-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.mango-back-light > li > a:hover,
.dropdown-menu.mango-back-light > li > a:active,
.dropdown-menu.mango-back-light > li > a .hover,
.dropdown-menu.mango-back-light > li > a .active {
  background-color: #f0c234;
}
.dropdown-menu.mango-back-light .divider {
  background-color: #f6d980;
}
.dropdown-menu.berry-back {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
}
.dropdown-menu.berry-back > li > a {
  color: #fff;
}
.dropdown-menu.berry-back > li > a:hover,
.dropdown-menu.berry-back > li > a .hover {
  background-color: #eb6d60;
}
.dropdown-menu.berry-back > .active > a {
  background-color: #eb6d60;
}
.dropdown-menu.berry-back .divider {
  background-color: #eb6d60;
}
.dropdown-menu.berry-back-light {
  background-color: #eb6d60;
  border: 1px solid #ed7669;
}
.dropdown-menu.berry-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.berry-back-light > li > a:hover,
.dropdown-menu.berry-back-light > li > a:active,
.dropdown-menu.berry-back-light > li > a .hover,
.dropdown-menu.berry-back-light > li > a .active {
  background-color: #e74c3c;
}
.dropdown-menu.berry-back-light .divider {
  background-color: #f08f85;
}
.dropdown-menu.cello-back {
  background-color: #b66432;
  border: 1px solid #b66432;
}
.dropdown-menu.cello-back > li > a {
  color: #fff;
}
.dropdown-menu.cello-back > li > a:hover,
.dropdown-menu.cello-back > li > a .hover {
  background-color: #cc7845;
}
.dropdown-menu.cello-back > .active > a {
  background-color: #cc7845;
}
.dropdown-menu.cello-back .divider {
  background-color: #cc7845;
}
.dropdown-menu.cello-back-light {
  background-color: #cc7845;
  border: 1px solid #ce7e4d;
}
.dropdown-menu.cello-back-light > li > a {
  color: #fff;
  border-left: 0;
}
.dropdown-menu.cello-back-light > li > a:hover,
.dropdown-menu.cello-back-light > li > a:active,
.dropdown-menu.cello-back-light > li > a .hover,
.dropdown-menu.cello-back-light > li > a .active {
  background-color: #b66432;
}
.dropdown-menu.cello-back-light .divider {
  background-color: #d58f65;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border: 1px solid #d4d8d8;
}
.help-block {
  font-size: 15px;
  color:rgb(255, 124, 124);
}
label {
  cursor: pointer;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffaf00;
}
.has-warning .form-control {
  border-color: #ffaf00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cc8c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffcf66;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffcf66;
}
.has-warning .input-group-addon {
  color: #ffaf00;
  border-color: #ffaf00;
  background-color: #ffaf00;
}
.has-warning .form-control-feedback {
  color: #ffaf00;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffaf00;
}
.has-warning .form-control {
  border-color: #ffaf00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #cc8c00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #ffaf00;
  border-color: #ffaf00;
  background-color: #ffaf00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff4444;
}
.has-error .form-control {
  border-color: #ff4444;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ff1111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaaaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaaaa;
}
.has-error .input-group-addon {
  color: #ff4444;
  border-color: #ff4444;
  background-color: #ff4444;
}
.has-error .form-control-feedback {
  color: #ff4444;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff4444;
}
.has-error .form-control {
  border-color: #ff4444;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #ff1111;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #ff4444;
  border-color: #ff4444;
  background-color: #ff4444;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #27ae60;
}
.has-success .form-control {
  border-color: #27ae60;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1e8449;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
}
.has-success .input-group-addon {
  color: #27ae60;
  border-color: #27ae60;
  background-color: #27ae60;
}
.has-success .form-control-feedback {
  color: #27ae60;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #27ae60;
}
.has-success .form-control {
  border-color: #27ae60;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #1e8449;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #27ae60;
  border-color: #27ae60;
  background-color: #27ae60;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #236b9b;
}
.has-info .form-control {
  border-color: #236b9b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control:focus {
  border-color: #1a4e71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4da0d7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4da0d7;
}
.has-info .input-group-addon {
  color: #236b9b;
  border-color: #236b9b;
  background-color: #236b9b;
}
.has-info .form-control-feedback {
  color: #236b9b;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #236b9b;
}
.has-info .form-control {
  border-color: #236b9b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-info .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #1a4e71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-info .input-group-addon {
  color: #236b9b;
  border-color: #236b9b;
  background-color: #236b9b;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline {
  color: #64bb5d;
}
.has-primary .form-control {
  border-color: #64bb5d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-primary .form-control:focus {
  border-color: #4ba144;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9d9a5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9d9a5;
}
.has-primary .input-group-addon {
  color: #64bb5d;
  border-color: #64bb5d;
  background-color: #f5f5f5;
}
.has-primary .form-control-feedback {
  color: #64bb5d;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline {
  color: #64bb5d;
}
.has-primary .form-control {
  border-color: #64bb5d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-primary .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #4ba144;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-primary .input-group-addon {
  color: #64bb5d;
  border-color: #64bb5d;
  background-color: #f5f5f5;
}
.has-cyanide .help-block,
.has-cyanide .control-label,
.has-cyanide .radio,
.has-cyanide .checkbox,
.has-cyanide .radio-inline,
.has-cyanide .checkbox-inline {
  color: #3498db;
}
.has-cyanide .form-control {
  border-color: #3498db;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-cyanide .form-control:focus {
  border-color: #217dbb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8bc4ea;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8bc4ea;
}
.has-cyanide .input-group-addon {
  color: #3498db;
  border-color: #3498db;
  background-color: #f5f5f5;
}
.has-cyanide .form-control-feedback {
  color: #3498db;
}
.has-cyanide .help-block,
.has-cyanide .control-label,
.has-cyanide .radio,
.has-cyanide .checkbox,
.has-cyanide .radio-inline,
.has-cyanide .checkbox-inline {
  color: #3498db;
}
.has-cyanide .form-control {
  border-color: #3498db;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cyanide .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #217dbb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cyanide .input-group-addon {
  color: #3498db;
  border-color: #3498db;
  background-color: #f5f5f5;
}
.has-meadow .help-block,
.has-meadow .control-label,
.has-meadow .radio,
.has-meadow .checkbox,
.has-meadow .radio-inline,
.has-meadow .checkbox-inline {
  color: #8a9b0f;
}
.has-meadow .form-control {
  border-color: #8a9b0f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-meadow .form-control:focus {
  border-color: #616c0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d2ea26;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d2ea26;
}
.has-meadow .input-group-addon {
  color: #8a9b0f;
  border-color: #8a9b0f;
  background-color: #f5f5f5;
}
.has-meadow .form-control-feedback {
  color: #8a9b0f;
}
.has-meadow .help-block,
.has-meadow .control-label,
.has-meadow .radio,
.has-meadow .checkbox,
.has-meadow .radio-inline,
.has-meadow .checkbox-inline {
  color: #8a9b0f;
}
.has-meadow .form-control {
  border-color: #8a9b0f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-meadow .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #616c0b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-meadow .input-group-addon {
  color: #8a9b0f;
  border-color: #8a9b0f;
  background-color: #f5f5f5;
}
.has-cocktail .help-block,
.has-cocktail .control-label,
.has-cocktail .radio,
.has-cocktail .checkbox,
.has-cocktail .radio-inline,
.has-cocktail .checkbox-inline {
  color: #e97f02;
}
.has-cocktail .form-control {
  border-color: #e97f02;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-cocktail .form-control:focus {
  border-color: #b66302;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feaf53;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feaf53;
}
.has-cocktail .input-group-addon {
  color: #e97f02;
  border-color: #e97f02;
  background-color: #f5f5f5;
}
.has-cocktail .form-control-feedback {
  color: #e97f02;
}
.has-cocktail .help-block,
.has-cocktail .control-label,
.has-cocktail .radio,
.has-cocktail .checkbox,
.has-cocktail .radio-inline,
.has-cocktail .checkbox-inline {
  color: #e97f02;
}
.has-cocktail .form-control {
  border-color: #e97f02;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cocktail .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #b66302;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cocktail .input-group-addon {
  color: #e97f02;
  border-color: #e97f02;
  background-color: #f5f5f5;
}
.has-hearts .help-block,
.has-hearts .control-label,
.has-hearts .radio,
.has-hearts .checkbox,
.has-hearts .radio-inline,
.has-hearts .checkbox-inline {
  color: #bd1550;
}
.has-hearts .form-control {
  border-color: #bd1550;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-hearts .form-control:focus {
  border-color: #8f103d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb4d84;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb4d84;
}
.has-hearts .input-group-addon {
  color: #bd1550;
  border-color: #bd1550;
  background-color: #f5f5f5;
}
.has-hearts .form-control-feedback {
  color: #bd1550;
}
.has-hearts .help-block,
.has-hearts .control-label,
.has-hearts .radio,
.has-hearts .checkbox,
.has-hearts .radio-inline,
.has-hearts .checkbox-inline {
  color: #bd1550;
}
.has-hearts .form-control {
  border-color: #bd1550;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-hearts .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #8f103d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-hearts .input-group-addon {
  color: #bd1550;
  border-color: #bd1550;
  background-color: #f5f5f5;
}
.has-party .help-block,
.has-party .control-label,
.has-party .radio,
.has-party .checkbox,
.has-party .radio-inline,
.has-party .checkbox-inline {
  color: #490a3d;
}
.has-party .form-control {
  border-color: #490a3d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-party .form-control:focus {
  border-color: #1c0418;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a31688;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a31688;
}
.has-party .input-group-addon {
  color: #490a3d;
  border-color: #490a3d;
  background-color: #f5f5f5;
}
.has-party .form-control-feedback {
  color: #490a3d;
}
.has-party .help-block,
.has-party .control-label,
.has-party .radio,
.has-party .checkbox,
.has-party .radio-inline,
.has-party .checkbox-inline {
  color: #490a3d;
}
.has-party .form-control {
  border-color: #490a3d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-party .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #1c0418;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-party .input-group-addon {
  color: #490a3d;
  border-color: #490a3d;
  background-color: #f5f5f5;
}
.has-midnight .help-block,
.has-midnight .control-label,
.has-midnight .radio,
.has-midnight .checkbox,
.has-midnight .radio-inline,
.has-midnight .checkbox-inline {
  color: #2c3e50;
}
.has-midnight .form-control {
  border-color: #2c3e50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-midnight .form-control:focus {
  border-color: #1a242f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #507192;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #507192;
}
.has-midnight .input-group-addon {
  color: #2c3e50;
  border-color: #2c3e50;
  background-color: #f5f5f5;
}
.has-midnight .form-control-feedback {
  color: #2c3e50;
}
.has-midnight .help-block,
.has-midnight .control-label,
.has-midnight .radio,
.has-midnight .checkbox,
.has-midnight .radio-inline,
.has-midnight .checkbox-inline {
  color: #2c3e50;
}
.has-midnight .form-control {
  border-color: #2c3e50;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-midnight .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #1a242f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-midnight .input-group-addon {
  color: #2c3e50;
  border-color: #2c3e50;
  background-color: #f5f5f5;
}
.has-concrete .help-block,
.has-concrete .control-label,
.has-concrete .radio,
.has-concrete .checkbox,
.has-concrete .radio-inline,
.has-concrete .checkbox-inline {
  color: #95a5a6;
}
.has-concrete .form-control {
  border-color: #95a5a6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-concrete .form-control:focus {
  border-color: #798d8f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ccd4d5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ccd4d5;
}
.has-concrete .input-group-addon {
  color: #95a5a6;
  border-color: #95a5a6;
  background-color: #f5f5f5;
}
.has-concrete .form-control-feedback {
  color: #95a5a6;
}
.has-concrete .help-block,
.has-concrete .control-label,
.has-concrete .radio,
.has-concrete .checkbox,
.has-concrete .radio-inline,
.has-concrete .checkbox-inline {
  color: #95a5a6;
}
.has-concrete .form-control {
  border-color: #95a5a6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-concrete .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #798d8f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-concrete .input-group-addon {
  color: #95a5a6;
  border-color: #95a5a6;
  background-color: #f5f5f5;
}
.has-gunmetal .help-block,
.has-gunmetal .control-label,
.has-gunmetal .radio,
.has-gunmetal .checkbox,
.has-gunmetal .radio-inline,
.has-gunmetal .checkbox-inline {
  color: #292e37;
}
.has-gunmetal .form-control {
  border-color: #292e37;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-gunmetal .form-control:focus {
  border-color: #13161a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #555f71;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #555f71;
}
.has-gunmetal .input-group-addon {
  color: #292e37;
  border-color: #292e37;
  background-color: #f5f5f5;
}
.has-gunmetal .form-control-feedback {
  color: #292e37;
}
.has-gunmetal .help-block,
.has-gunmetal .control-label,
.has-gunmetal .radio,
.has-gunmetal .checkbox,
.has-gunmetal .radio-inline,
.has-gunmetal .checkbox-inline {
  color: #292e37;
}
.has-gunmetal .form-control {
  border-color: #292e37;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-gunmetal .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #13161a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-gunmetal .input-group-addon {
  color: #292e37;
  border-color: #292e37;
  background-color: #f5f5f5;
}
.has-hollow .help-block,
.has-hollow .control-label,
.has-hollow .radio,
.has-hollow .checkbox,
.has-hollow .radio-inline,
.has-hollow .checkbox-inline {
  color: #423732;
}
.has-hollow .form-control {
  border-color: #423732;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-hollow .form-control:focus {
  border-color: #251f1c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7c675e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7c675e;
}
.has-hollow .input-group-addon {
  color: #423732;
  border-color: #423732;
  background-color: #f5f5f5;
}
.has-hollow .form-control-feedback {
  color: #423732;
}
.has-hollow .help-block,
.has-hollow .control-label,
.has-hollow .radio,
.has-hollow .checkbox,
.has-hollow .radio-inline,
.has-hollow .checkbox-inline {
  color: #423732;
}
.has-hollow .form-control {
  border-color: #423732;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-hollow .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #251f1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-hollow .input-group-addon {
  color: #423732;
  border-color: #423732;
  background-color: #f5f5f5;
}
.has-mango .help-block,
.has-mango .control-label,
.has-mango .radio,
.has-mango .checkbox,
.has-mango .radio-inline,
.has-mango .checkbox-inline {
  color: #f0c234;
}
.has-mango .form-control {
  border-color: #f0c234;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-mango .form-control:focus {
  border-color: #e0ae11;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7df93;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7df93;
}
.has-mango .input-group-addon {
  color: #f0c234;
  border-color: #f0c234;
  background-color: #f5f5f5;
}
.has-mango .form-control-feedback {
  color: #f0c234;
}
.has-mango .help-block,
.has-mango .control-label,
.has-mango .radio,
.has-mango .checkbox,
.has-mango .radio-inline,
.has-mango .checkbox-inline {
  color: #f0c234;
}
.has-mango .form-control {
  border-color: #f0c234;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-mango .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #e0ae11;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-mango .input-group-addon {
  color: #f0c234;
  border-color: #f0c234;
  background-color: #f5f5f5;
}
.has-berry .help-block,
.has-berry .control-label,
.has-berry .radio,
.has-berry .checkbox,
.has-berry .radio-inline,
.has-berry .checkbox-inline {
  color: #e74c3c;
}
.has-berry .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-berry .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-berry .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f5f5f5;
}
.has-berry .form-control-feedback {
  color: #e74c3c;
}
.has-berry .help-block,
.has-berry .control-label,
.has-berry .radio,
.has-berry .checkbox,
.has-berry .radio-inline,
.has-berry .checkbox-inline {
  color: #e74c3c;
}
.has-berry .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-berry .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #d62c1a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-berry .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f5f5f5;
}
.has-cello .help-block,
.has-cello .control-label,
.has-cello .radio,
.has-cello .checkbox,
.has-cello .radio-inline,
.has-cello .checkbox-inline {
  color: #b66432;
}
.has-cello .form-control {
  border-color: #b66432;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-cello .form-control:focus {
  border-color: #8e4e27;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99b75;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99b75;
}
.has-cello .input-group-addon {
  color: #b66432;
  border-color: #b66432;
  background-color: #f5f5f5;
}
.has-cello .form-control-feedback {
  color: #b66432;
}
.has-cello .help-block,
.has-cello .control-label,
.has-cello .radio,
.has-cello .checkbox,
.has-cello .radio-inline,
.has-cello .checkbox-inline {
  color: #b66432;
}
.has-cello .form-control {
  border-color: #b66432;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cello .form-control:focus {
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  border-color: #8e4e27;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-cello .input-group-addon {
  color: #b66432;
  border-color: #b66432;
  background-color: #f5f5f5;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
.custom-checkbox .ui-icon {
  border-radius: 15%;
  font-size: 1em;
  display: inline-block;
  padding: 2px;
}

.checkbox-lg .ui-icon {
  font-size: 2em;

}

.custom-checkbox .fa-check {
  color: #64bb5d;
  background-color: #f2f3f3;
  -webkit-transition: color 200ms linear, background-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear;
  cursor: pointer;
}
.custom-checkbox .ui-icon-round {
  font-size: 1em;
  padding: 3px;
  border-radius: 50%;
}
.custom-checkbox .empty {
  color: #fff;
  background-color: #e5e7e7;
}
.custom-checkbox .empty:hover {
  background-color: #a9d9a5;
}
.input-group-addon {
  color: #fff;
}
.input-group-lg > .input-group-addon {
  padding: 8px 16px;
}
.jumbotron.jumbotron-lighter {
  background-color: #86ca81;
}
.jumbotron.jumbotron-bordered {
  border: 1px solid #64bb5d;
  background-color: transparent;
}
.label {
  font-family: roboto, Helvetica, Arial, sans-serif;
}
.label-cyanide {
  background-color: #3498db;
}
.label-cyanide[href]:hover,
.label-cyanide[href]:focus {
  background-color: #217dbb;
}
.label-meadow {
  background-color: #8a9b0f;
}
.label-meadow[href]:hover,
.label-meadow[href]:focus {
  background-color: #616c0b;
}
.label-cocktail {
  background-color: #e97f02;
}
.label-cocktail[href]:hover,
.label-cocktail[href]:focus {
  background-color: #b66302;
}
.label-party {
  background-color: #490a3d;
}
.label-party[href]:hover,
.label-party[href]:focus {
  background-color: #1c0418;
}
.label-midnight {
  background-color: #2c3e50;
}
.label-midnight[href]:hover,
.label-midnight[href]:focus {
  background-color: #1a242f;
}
.label-concrete {
  background-color: #95a5a6;
}
.label-concrete[href]:hover,
.label-concrete[href]:focus {
  background-color: #798d8f;
}
.label-gunmetal {
  background-color: #292e37;
}
.label-gunmetal[href]:hover,
.label-gunmetal[href]:focus {
  background-color: #13161a;
}
.label-hollow {
  background-color: #423732;
}
.label-hollow[href]:hover,
.label-hollow[href]:focus {
  background-color: #251f1c;
}
.label-mango {
  background-color: #f0c234;
}
.label-mango[href]:hover,
.label-mango[href]:focus {
  background-color: #e0ae11;
}
.label-berry {
  background-color: #e74c3c;
}
.label-berry[href]:hover,
.label-berry[href]:focus {
  background-color: #d62c1a;
}
.label-cello {
  background-color: #b66432;
}
.label-cello[href]:hover,
.label-cello[href]:focus {
  background-color: #8e4e27;
}
.list-group {
  line-height: 1.6;
}
.list-group-item {
  border-color: #64bb5d;
}
.list-group-item > .badge {
  top: 3px;
  position: relative;
}
a.list-group-item {
  border-color: #64bb5d;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
a.list-group-item:hover .list-group-item-heading,
a.list-group-item:focus .list-group-item-heading {
  color: #ffffff;
}
.list-group-item-heading {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #60db94;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #4bd786;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #60db94;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #27ae60;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #4da0d7;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #3895d2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #4da0d7;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #236b9b;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ffcf66;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #ffc74c;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ffcf66;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #ffaf00;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ffaaaa;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #ff9090;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #ffaaaa;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #ff4444;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cyanide {
  color: #ffffff;
  background-color: #8bc4ea;
}
a.list-group-item-cyanide {
  color: #ffffff;
}
a.list-group-item-cyanide .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cyanide:hover,
a.list-group-item-cyanide:focus {
  color: #ffffff;
  background-color: #75b9e7;
}
a.list-group-item-cyanide.active,
a.list-group-item-cyanide.active:hover,
a.list-group-item-cyanide.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cyanide {
  color: #ffffff;
  background-color: #8bc4ea;
}
a.list-group-item-cyanide {
  color: #ffffff;
}
a.list-group-item-cyanide .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cyanide:hover,
a.list-group-item-cyanide:focus {
  color: #ffffff;
  background-color: #3498db;
}
a.list-group-item-cyanide.active,
a.list-group-item-cyanide.active:hover,
a.list-group-item-cyanide.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-meadow {
  color: #ffffff;
  background-color: #d2ea26;
}
a.list-group-item-meadow {
  color: #ffffff;
}
a.list-group-item-meadow .list-group-item-heading {
  color: inherit;
}
a.list-group-item-meadow:hover,
a.list-group-item-meadow:focus {
  color: #ffffff;
  background-color: #c8e116;
}
a.list-group-item-meadow.active,
a.list-group-item-meadow.active:hover,
a.list-group-item-meadow.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-meadow {
  color: #ffffff;
  background-color: #d2ea26;
}
a.list-group-item-meadow {
  color: #ffffff;
}
a.list-group-item-meadow .list-group-item-heading {
  color: inherit;
}
a.list-group-item-meadow:hover,
a.list-group-item-meadow:focus {
  color: #ffffff;
  background-color: #8a9b0f;
}
a.list-group-item-meadow.active,
a.list-group-item-meadow.active:hover,
a.list-group-item-meadow.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cocktail {
  color: #ffffff;
  background-color: #feaf53;
}
a.list-group-item-cocktail {
  color: #ffffff;
}
a.list-group-item-cocktail .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cocktail:hover,
a.list-group-item-cocktail:focus {
  color: #ffffff;
  background-color: #fda43a;
}
a.list-group-item-cocktail.active,
a.list-group-item-cocktail.active:hover,
a.list-group-item-cocktail.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cocktail {
  color: #ffffff;
  background-color: #feaf53;
}
a.list-group-item-cocktail {
  color: #ffffff;
}
a.list-group-item-cocktail .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cocktail:hover,
a.list-group-item-cocktail:focus {
  color: #ffffff;
  background-color: #e97f02;
}
a.list-group-item-cocktail.active,
a.list-group-item-cocktail.active:hover,
a.list-group-item-cocktail.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-mango {
  color: #ffffff;
  background-color: #f7df93;
}
a.list-group-item-mango {
  color: #ffffff;
}
a.list-group-item-mango .list-group-item-heading {
  color: inherit;
}
a.list-group-item-mango:hover,
a.list-group-item-mango:focus {
  color: #ffffff;
  background-color: #f5d77b;
}
a.list-group-item-mango.active,
a.list-group-item-mango.active:hover,
a.list-group-item-mango.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-mango {
  color: #ffffff;
  background-color: #f7df93;
}
a.list-group-item-mango {
  color: #ffffff;
}
a.list-group-item-mango .list-group-item-heading {
  color: inherit;
}
a.list-group-item-mango:hover,
a.list-group-item-mango:focus {
  color: #ffffff;
  background-color: #f0c234;
}
a.list-group-item-mango.active,
a.list-group-item-mango.active:hover,
a.list-group-item-mango.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-berry {
  color: #ffffff;
  background-color: #f29f97;
}
a.list-group-item-berry {
  color: #ffffff;
}
a.list-group-item-berry .list-group-item-heading {
  color: inherit;
}
a.list-group-item-berry:hover,
a.list-group-item-berry:focus {
  color: #ffffff;
  background-color: #ef8b80;
}
a.list-group-item-berry.active,
a.list-group-item-berry.active:hover,
a.list-group-item-berry.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-berry {
  color: #ffffff;
  background-color: #f29f97;
}
a.list-group-item-berry {
  color: #ffffff;
}
a.list-group-item-berry .list-group-item-heading {
  color: inherit;
}
a.list-group-item-berry:hover,
a.list-group-item-berry:focus {
  color: #ffffff;
  background-color: #e74c3c;
}
a.list-group-item-berry.active,
a.list-group-item-berry.active:hover,
a.list-group-item-berry.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cello {
  color: #ffffff;
  background-color: #d99b75;
}
a.list-group-item-cello {
  color: #ffffff;
}
a.list-group-item-cello .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cello:hover,
a.list-group-item-cello:focus {
  color: #ffffff;
  background-color: #d48c61;
}
a.list-group-item-cello.active,
a.list-group-item-cello.active:hover,
a.list-group-item-cello.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-cello {
  color: #ffffff;
  background-color: #d99b75;
}
a.list-group-item-cello {
  color: #ffffff;
}
a.list-group-item-cello .list-group-item-heading {
  color: inherit;
}
a.list-group-item-cello:hover,
a.list-group-item-cello:focus {
  color: #ffffff;
  background-color: #b66432;
}
a.list-group-item-cello.active,
a.list-group-item-cello.active:hover,
a.list-group-item-cello.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-hearts {
  color: #ffffff;
  background-color: #eb4d84;
}
a.list-group-item-hearts {
  color: #ffffff;
}
a.list-group-item-hearts .list-group-item-heading {
  color: inherit;
}
a.list-group-item-hearts:hover,
a.list-group-item-hearts:focus {
  color: #ffffff;
  background-color: #e93675;
}
a.list-group-item-hearts.active,
a.list-group-item-hearts.active:hover,
a.list-group-item-hearts.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-hearts {
  color: #ffffff;
  background-color: #eb4d84;
}
a.list-group-item-hearts {
  color: #ffffff;
}
a.list-group-item-hearts .list-group-item-heading {
  color: inherit;
}
a.list-group-item-hearts:hover,
a.list-group-item-hearts:focus {
  color: #ffffff;
  background-color: #bd1550;
}
a.list-group-item-hearts.active,
a.list-group-item-hearts.active:hover,
a.list-group-item-hearts.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-party {
  color: #ffffff;
  background-color: #a31688;
}
a.list-group-item-party {
  color: #ffffff;
}
a.list-group-item-party .list-group-item-heading {
  color: inherit;
}
a.list-group-item-party:hover,
a.list-group-item-party:focus {
  color: #ffffff;
  background-color: #8c1375;
}
a.list-group-item-party.active,
a.list-group-item-party.active:hover,
a.list-group-item-party.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-party {
  color: #ffffff;
  background-color: #a31688;
}
a.list-group-item-party {
  color: #ffffff;
}
a.list-group-item-party .list-group-item-heading {
  color: inherit;
}
a.list-group-item-party:hover,
a.list-group-item-party:focus {
  color: #ffffff;
  background-color: #490a3d;
}
a.list-group-item-party.active,
a.list-group-item-party.active:hover,
a.list-group-item-party.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-midnight {
  color: #ffffff;
  background-color: #507192;
}
a.list-group-item-midnight {
  color: #ffffff;
}
a.list-group-item-midnight .list-group-item-heading {
  color: inherit;
}
a.list-group-item-midnight:hover,
a.list-group-item-midnight:focus {
  color: #ffffff;
  background-color: #476481;
}
a.list-group-item-midnight.active,
a.list-group-item-midnight.active:hover,
a.list-group-item-midnight.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-midnight {
  color: #ffffff;
  background-color: #507192;
}
a.list-group-item-midnight {
  color: #ffffff;
}
a.list-group-item-midnight .list-group-item-heading {
  color: inherit;
}
a.list-group-item-midnight:hover,
a.list-group-item-midnight:focus {
  color: #ffffff;
  background-color: #2c3e50;
}
a.list-group-item-midnight.active,
a.list-group-item-midnight.active:hover,
a.list-group-item-midnight.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-concrete {
  color: #ffffff;
  background-color: #ccd4d5;
}
a.list-group-item-concrete {
  color: #ffffff;
}
a.list-group-item-concrete .list-group-item-heading {
  color: inherit;
}
a.list-group-item-concrete:hover,
a.list-group-item-concrete:focus {
  color: #ffffff;
  background-color: #bfc8c9;
}
a.list-group-item-concrete.active,
a.list-group-item-concrete.active:hover,
a.list-group-item-concrete.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-concrete {
  color: #ffffff;
  background-color: #ccd4d5;
}
a.list-group-item-concrete {
  color: #ffffff;
}
a.list-group-item-concrete .list-group-item-heading {
  color: inherit;
}
a.list-group-item-concrete:hover,
a.list-group-item-concrete:focus {
  color: #ffffff;
  background-color: #95a5a6;
}
a.list-group-item-concrete.active,
a.list-group-item-concrete.active:hover,
a.list-group-item-concrete.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-gunmetal {
  color: #ffffff;
  background-color: #555f71;
}
a.list-group-item-gunmetal {
  color: #ffffff;
}
a.list-group-item-gunmetal .list-group-item-heading {
  color: inherit;
}
a.list-group-item-gunmetal:hover,
a.list-group-item-gunmetal:focus {
  color: #ffffff;
  background-color: #4a5363;
}
a.list-group-item-gunmetal.active,
a.list-group-item-gunmetal.active:hover,
a.list-group-item-gunmetal.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-gunmetal {
  color: #ffffff;
  background-color: #555f71;
}
a.list-group-item-gunmetal {
  color: #ffffff;
}
a.list-group-item-gunmetal .list-group-item-heading {
  color: inherit;
}
a.list-group-item-gunmetal:hover,
a.list-group-item-gunmetal:focus {
  color: #ffffff;
  background-color: #292e37;
}
a.list-group-item-gunmetal.active,
a.list-group-item-gunmetal.active:hover,
a.list-group-item-gunmetal.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-hollow {
  color: #ffffff;
  background-color: #7c675e;
}
a.list-group-item-hollow {
  color: #ffffff;
}
a.list-group-item-hollow .list-group-item-heading {
  color: inherit;
}
a.list-group-item-hollow:hover,
a.list-group-item-hollow:focus {
  color: #ffffff;
  background-color: #6e5b53;
}
a.list-group-item-hollow.active,
a.list-group-item-hollow.active:hover,
a.list-group-item-hollow.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-hollow {
  color: #ffffff;
  background-color: #7c675e;
}
a.list-group-item-hollow {
  color: #ffffff;
}
a.list-group-item-hollow .list-group-item-heading {
  color: inherit;
}
a.list-group-item-hollow:hover,
a.list-group-item-hollow:focus {
  color: #ffffff;
  background-color: #423732;
}
a.list-group-item-hollow.active,
a.list-group-item-hollow.active:hover,
a.list-group-item-hollow.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.media p {
  border-bottom: 1px dashed #64bb5d;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.media-heading {
  color: #64bb5d;
}
.nav .open > a:hover,
.nav .open > a:focus {
  color: #555555;
}
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  cursor: not-allowed !important;
}
.nav-tabs {
  background: #64bb5d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs > li > a {
  color: #fff;
  margin-right: 0;
  border-width: 0;
  border-radius: 0;
  outline: none;
}
.nav-tabs > li > a .caret {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs > li > a:hover {
  color: #555555;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.nav-tabs > li > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav-tabs > li.active > a {
  background-color: #f9f9f8;
  border-width: 0;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.nav-tabs > li.active > a .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f9f9f8;
  border: 0;
  border-bottom-color: transparent;
  cursor: pointer;
}
.nav-tabs > li.disabled:not(.active) > a {
  color: #ebebeb;
}
.nav-tabs > li:first-child.active > a,
.nav-tabs > li:first-child > a:hover {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}
.nav-tabs.nav-justified {
  width: 100%;
}
.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: -1px;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}
.nav-tabs.nav-justified > li:last-child.open > a,
.nav-tabs.nav-justified > li:last-child > a:hover {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}
.nav-pills > li > a {
  color: #555555;
  border: 1px solid #64bb5d;
  outline: none;
}
.nav-pills > li > a .caret {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #64bb5d;
}
.nav-pills > li > a:hover .caret,
.nav-pills > li > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-pills.active > a {
  color: #fff;
  background-color: #64bb5d;
}
.nav-pills.active > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  background: #64bb5d;
  color: #fff;
}
.nav-pills .open > a:hover .caret,
.nav-pills .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* custom inclusion of right, left and below tabs taken from 2.3.2 */
.tabs-below > .nav-tabs {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 15px;
}
.tabs-below > .nav-tabs > li:first-child.active > a,
.tabs-below > .nav-tabs > li:first-child > a:hover {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tabs-left > .nav-tabs > li:first-child.active > a,
.tabs-left > .nav-tabs > li:first-child > a:hover {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}
.tabs-left > .nav-tabs > li:last-child.active > a,
.tabs-left > .nav-tabs > li:last-child > a:hover {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tabs-right > .nav-tabs > li:first-child.active > a,
.tabs-right > .nav-tabs > li:first-child > a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}
.tabs-right > .nav-tabs > li:last-child.active > a,
.tabs-right > .nav-tabs > li:last-child > a:hover {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
}
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-left: -1px;
  /*-webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;*/
}
.tabs-right > .nav-tabs > li {
  float: none;
}
/*
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
  }*/
  .navbar .form-control {
    border: 1px solid #64bb5d;
  }
  .navbar-default {
    color: #ccc;
    font:13px museosans300;
    text-transform:uppercase;    
    background: #3D485A;
  

}
.navbar-default .navbar-brand {

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #555555;
  background-color: #353F4F;
}
.navbar-default .navbar-nav > li > a {
 
}
.navbar-default .navbar-nav > li > a .caret {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #f09;

}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #353F4F;
  text-shadow:none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #64bb5d;
}
.navbar-inverse {
  color: #555555;
  border: 1px solid #8dcd88;
  background-color: #f9f9f8;
}
.navbar-inverse .navbar-brand {
  color: #555555;
  font-weight: bold;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #64bb5d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #555555;
}
.navbar-inverse .navbar-nav > li > a .caret {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #64bb5d;
}
.navbar-inverse .navbar-nav > li > a:hover .caret,
.navbar-inverse .navbar-nav > li > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #64bb5d;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #64bb5d;
}
.navbar-toggle {
  outline: none;
}
/* overrides
-------------------------------------------------------------------------------------- */
/* BUSCADOR FHICHA */
.buscador-ficha {
  position:relative;
  top:-15px;
}

.buscador-ficha .panel {
  border: none;
  box-shadow:none;
  margin-bottom:0;
}

.buscador-ficha .panel-heading {
  padding-bottom:0;
}

.buscador-ficha .panel-body {
  padding-top:2px;
  padding-bottom:0;
}

.buscador-ficha h3.panel-title {
  text-align: center;
  text-transform: uppercase;
  font:15px museosans300;
}

.buscador-ficha h3.panel-title span {
  display:none;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;*/
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  color:#333;  
  background: #fff;
  padding: 10px 15px 12px;
  font:14px museosans300;
}

.panel-heading span {
  font-size:11px;
}


.panel-heading a:hover,
.panel-heading a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.panel-heading .panel-title {
  font:22px museosans500;
}

.panel-heading .panel-title.buscador {
  font:22px museosans500;
  color:#666;
}

.panel-heading .panel-title span {
  display: block;
  font:14px museosans300;
}

.panel-default > .panel-heading {
  color: #fff;
  border-bottom: 1px solid #F1F2F7;
}
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: #555555;
}
.panel-footer {
  border-top: 0;
}
.panel-primary {
  border-color: #64bb5d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #64bb5d;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #64bb5d;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #64bb5d;
  border-color: #64bb5d;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #64bb5d;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer {
  background-color: rgba(100, 187, 93, 0.4);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #64bb5d;
}
.panel-success {
  border-color: #27ae60;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #27ae60;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #27ae60;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #27ae60;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-success > .panel-footer {
  background-color: rgba(39, 174, 96, 0.4);
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #27ae60;
}
.panel-warning {
  border-color: #ffaf00;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffaf00;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffaf00;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffaf00;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-warning > .panel-footer {
  background-color: rgba(255, 175, 0, 0.4);
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffaf00;
}
.panel-danger {
  border-color: #ff4444;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff4444;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff4444;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff4444;
  border-color: #ff4444;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff4444;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-danger > .panel-footer {
  background-color: rgba(255, 68, 68, 0.4);
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff4444;
}
.panel-info {
  border-color: #236b9b;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #236b9b;
  border-color: #236b9b;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #236b9b;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-info > .panel-footer {
  background-color: rgba(35, 107, 155, 0.4);
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #236b9b;
}
.panel-cyanide {
  border-color: #3498db;
}
.panel-cyanide > .panel-heading {
  color: #ffffff;
  background-color: #3498db;
  border-color: #dddddd;
}
.panel-cyanide > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3498db;
}
.panel-cyanide > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3498db;
}
.panel-cyanide > .panel-heading {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.panel-cyanide > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3498db;
}
.panel-cyanide > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-cyanide > .panel-footer {
  background-color: rgba(52, 152, 219, 0.4);
}
.panel-cyanide > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3498db;
}
.panel-meadow {
  border-color: #8a9b0f;
}
.panel-meadow > .panel-heading {
  color: #ffffff;
  background-color: #8a9b0f;
  border-color: #dddddd;
}
.panel-meadow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8a9b0f;
}
.panel-meadow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8a9b0f;
}
.panel-meadow > .panel-heading {
  color: #ffffff;
  background-color: #8a9b0f;
  border-color: #8a9b0f;
}
.panel-meadow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8a9b0f;
}
.panel-meadow > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-meadow > .panel-footer {
  background-color: rgba(138, 155, 15, 1);
  /*background-color: rgba(138, 155, 15, 0.4);*/
}
.panel-meadow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8a9b0f;
}
.panel-cocktail {
  border-color: #e97f02;
}
.panel-cocktail > .panel-heading {
  color: #ffffff;
  background-color: #e97f02;
  border-color: #dddddd;
}
.panel-cocktail > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e97f02;
}
.panel-cocktail > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e97f02;
}
.panel-cocktail > .panel-heading {
  color: #ffffff;
  background-color: #e97f02;
  border-color: #e97f02;
}
.panel-cocktail > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e97f02;
}
.panel-cocktail > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-cocktail > .panel-footer {
  background-color: rgba(233, 127, 2, 1);
  /*background-color: rgba(233, 127, 2, 0.4);*/
}
.panel-cocktail > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e97f02;
}
.panel-hearts {
  border-color: #bd1550;
}
.panel-hearts > .panel-heading {
  color: #ffffff;
  background-color: #bd1550;
  border-color: #dddddd;
}
.panel-hearts > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bd1550;
}
.panel-hearts > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bd1550;
}
.panel-hearts > .panel-heading {
  color: #ffffff;
  background-color: #bd1550;
  border-color: #bd1550;
}
.panel-hearts > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bd1550;
}
.panel-hearts > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-hearts > .panel-footer {
  background-color: rgba(189, 21, 80, 1);
  /*background-color: rgba(189, 21, 80, 0.4);*/
}
.panel-hearts > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bd1550;
}
.panel-party {
  border-color: #490a3d;
}
.panel-party > .panel-heading {
  color: #ffffff;
  background-color: #490a3d;
  border-color: #dddddd;
}
.panel-party > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #490a3d;
}
.panel-party > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #490a3d;
}
.panel-party > .panel-heading {
  color: #ffffff;
  background-color: #490a3d;
  border-color: #490a3d;
}
.panel-party > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #490a3d;
}
.panel-party > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-party > .panel-footer {
  background-color: rgba(73, 10, 61, 0.4);
}
.panel-party > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #490a3d;
}
.panel-midnight {
  border-color: #2c3e50;
}
.panel-midnight > .panel-heading {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #dddddd;
}
.panel-midnight > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2c3e50;
}
.panel-midnight > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2c3e50;
}
.panel-midnight > .panel-heading {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.panel-midnight > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2c3e50;
}
.panel-midnight > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-midnight > .panel-footer {
  /*background-color: rgba(44, 62, 80, 0.4);*/
  background-color: rgba(44, 62, 80, 1);
  color:rgba(255,255,255,0.8);
}
.panel-midnight > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2c3e50;
}
.panel-concrete {
  border-color: #95a5a6;
}
.panel-concrete > .panel-heading {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #dddddd;
}
.panel-concrete > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #95a5a6;
}
.panel-concrete > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #95a5a6;
}
.panel-concrete > .panel-heading {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.panel-concrete > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #95a5a6;
}
.panel-concrete > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-concrete > .panel-footer {
  background-color: rgba(149, 165, 166, 1);
  /*background-color: rgba(149, 165, 166, 0.4);*/
}
.panel-concrete > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #95a5a6;
}
.panel-gunmetal {
  border-color: #292e37;
}
.panel-gunmetal > .panel-heading {
  color: #ffffff;
  background-color: #292e37;
  border-color: #dddddd;
}
.panel-gunmetal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #292e37;
}
.panel-gunmetal > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #292e37;
}
.panel-gunmetal > .panel-heading {
  color: #ffffff;
  background-color: #292e37;
  border-color: #292e37;
}
.panel-gunmetal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #292e37;
}
.panel-gunmetal > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-gunmetal > .panel-footer {
  background-color: rgba(41, 46, 55, 0.4);
}
.panel-gunmetal > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #292e37;
}
.panel-hollow {
  border-color: #423732;
}
.panel-hollow > .panel-heading {
  color: #ffffff;
  background-color: #423732;
  border-color: #dddddd;
}
.panel-hollow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #423732;
}
.panel-hollow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #423732;
}
.panel-hollow > .panel-heading {
  color: #ffffff;
  background-color: #423732;
  border-color: #423732;
}
.panel-hollow > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #423732;
}
.panel-hollow > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-hollow > .panel-footer {
  background-color: rgba(66, 55, 50, 1);
  /*background-color: rgba(66, 55, 50, 0.4);*/
}
.panel-hollow > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #423732;
}
.panel-mango {
  border-color: #f0c234;
}
.panel-mango > .panel-heading {
  color: #ffffff;
  background-color: #f0c234;
  border-color: #dddddd;
}
.panel-mango > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0c234;
}
.panel-mango > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0c234;
}
.panel-mango > .panel-heading {
  color: #ffffff;
  background-color: #f0c234;
  border-color: #f0c234;
}
.panel-mango > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0c234;
}
.panel-mango > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-mango > .panel-footer {
  /*background-color: rgba(240, 194, 52, 0.4);*/
  background-color: rgba(240, 194, 52,1);
}
.panel-mango > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0c234;
}
.panel-berry {
  border-color: #e74c3c;
}
.panel-berry > .panel-heading {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #dddddd;
}
.panel-berry > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e74c3c;
}
.panel-berry > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e74c3c;
}
.panel-berry > .panel-heading {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.panel-berry > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e74c3c;
}
.panel-berry > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-berry > .panel-footer {
  /*background-color: rgba(231, 76, 60, 0.4);*/
  background-color: rgba(231, 76, 60, 1);
}
.panel-berry > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e74c3c;
}
.panel-cello {
  border-color: #b66432;
}
.panel-cello > .panel-heading {
  color: #ffffff;
  background-color: #b66432;
  border-color: #dddddd;
}
.panel-cello > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b66432;
}
.panel-cello > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b66432;
}
.panel-cello > .panel-heading {
  color: #ffffff;
  background-color: #b66432;
  border-color: #b66432;
}
.panel-cello > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b66432;
}
.panel-cello > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-cello > .panel-footer {
  background-color: rgba(182, 100, 50, 0.4);
}
.panel-cello > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b66432;
}
.popover {
  padding: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.popover-title {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #64bb5d;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-cyanide {
  background-color: #3498db;
}
.progress-striped .progress-bar-cyanide {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-meadow {
  background-color: #8a9b0f;
}
.progress-striped .progress-bar-meadow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-cocktail {
  background-color: #e97f02;
}
.progress-striped .progress-bar-cocktail {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-hearts {
  background-color: #bd1550;
}
.progress-striped .progress-bar-hearts {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-party {
  background-color: #490a3d;
}
.progress-striped .progress-bar-party {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-midnight {
  background-color: #2c3e50;
}
.progress-striped .progress-bar-midnight {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-concrete {
  background-color: #95a5a6;
}
.progress-striped .progress-bar-concrete {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-gunmetal {
  background-color: #292e37;
}
.progress-striped .progress-bar-gunmetal {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-hollow {
  background-color: #423732;
}
.progress-striped .progress-bar-hollow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-mango {
  background-color: #f0c234;
}
.progress-striped .progress-bar-mango {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-berry {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-berry {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-cello {
  background-color: #b66432;
}
.progress-striped .progress-bar-cello {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}
.pagination > li > a,
.pagination > li > span {
  z-index: 1;
  color: #555555;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #64bb5d;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  z-index: 0;
}
.pagination.pagination-nocolor > li > a,
.pagination.pagination-nocolor > li > span {
  border: 1px solid #dddddd;
}
.pagination.pagination-nocolor > li > a:hover,
.pagination.pagination-nocolor > li > span:hover,
.pagination.pagination-nocolor > li > a:focus,
.pagination.pagination-nocolor > li > span:focus {
  background-color: #dddddd;
}
.pagination.pagination-nocolor > .active > a,
.pagination.pagination-nocolor > .active > span,
.pagination.pagination-nocolor > .active > a:hover,
.pagination.pagination-nocolor > .active > span:hover,
.pagination.pagination-nocolor > .active > a:focus,
.pagination.pagination-nocolor > .active > span:focus {
  color: #fff;
  background-color: #dddddd;
  border-color: #dddddd;
}
.pagination.pagination-nocolor > .disabled > span,
.pagination.pagination-nocolor > .disabled > span:hover,
.pagination.pagination-nocolor > .disabled > span:focus,
.pagination.pagination-nocolor > .disabled > a,
.pagination.pagination-nocolor > .disabled > a:hover,
.pagination.pagination-nocolor > .disabled > a:focus {
  border-color: #dddddd;
}
.pager li > a,
.pager li > span {
  color: #555555;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
}
a {
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #282828;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.bg-white {
  background-color: #fff;
}
a.bg-white-hover:hover,
a.bg-white-hover:focus {
  background-color: #fff;
}
.img-rounded {
  border-radius: 4px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {

  font-family: 'museosans300';
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  background-color: #f9f9f9;
}
.table.table-colored-borders > thead > tr > th,
.table.table-colored-borders > tbody > tr > th,
.table.table-colored-borders > tfoot > tr > th,
.table.table-colored-borders > thead > tr > td,
.table.table-colored-borders > tbody > tr > td,
.table.table-colored-borders > tfoot > tr > td {
  border-top: 1px solid #64bb5d;
}
.table.table-colored-borders > thead > tr > th {
  border-bottom: 2px solid #64bb5d;
}
.table.table-colored-borders > tbody + tbody {
  border-top: 2px solid #64bb5d;
}
.table.table-colored-borders .table {
  background-color: #f9f9f8;
}
.table.table-colored-rows > thead > tr > th,
.table.table-hover-colored-row > thead > tr > th,
.table.table-colored-rows > tbody > tr > th,
.table.table-hover-colored-row > tbody > tr > th,
.table.table-colored-rows > tfoot > tr > th,
.table.table-hover-colored-row > tfoot > tr > th,
.table.table-colored-rows > thead > tr > td,
.table.table-hover-colored-row > thead > tr > td,
.table.table-colored-rows > tbody > tr > td,
.table.table-hover-colored-row > tbody > tr > td,
.table.table-colored-rows > tfoot > tr > td,
.table.table-hover-colored-row > tfoot > tr > td {
  border-top: 1px solid #3a7d35;
}
.table.table-colored-rows > thead > tr > th,
.table.table-hover-colored-row > thead > tr > th {
  border-bottom: 2px solid #3a7d35;
}
.table.table-colored-rows > tbody + tbody,
.table.table-hover-colored-row > tbody + tbody {
  border-top: 2px solid #3a7d35;
}
.table.table-striped-alt > tbody > tr:nth-child(odd) > td,
.table.table-striped-alt > tbody > tr:nth-child(odd) > th {
  background-color: #64bb5d;
  color: #fff;
}
.table.table-hover-colored-row.table-hover > tbody > tr:hover > td,
.table.table-hover-colored-row.table-hover > tbody > tr:hover > th {
  background-color: #64bb5d;
  color: #fff;
}
.table-bordered-color {
  border: 1px solid #64bb5d;
}
.table-bordered-color > thead > tr > th,
.table-bordered-color > tbody > tr > th,
.table-bordered-color > tfoot > tr > th,
.table-bordered-color > thead > tr > td,
.table-bordered-color > tbody > tr > td,
.table-bordered-color > tfoot > tr > td {
  border: 1px solid #64bb5d;
}
.table-bordered-color > thead > tr > th,
.table-bordered-color > thead > tr > td {
  border-bottom-width: 2px;
}
.table > thead > tr > td.cyanide,
.table > tbody > tr > td.cyanide,
.table > tfoot > tr > td.cyanide,
.table > thead > tr > th.cyanide,
.table > tbody > tr > th.cyanide,
.table > tfoot > tr > th.cyanide,
.table > thead > tr.cyanide > td,
.table > tbody > tr.cyanide > td,
.table > tfoot > tr.cyanide > td,
.table > thead > tr.cyanide > th,
.table > tbody > tr.cyanide > th,
.table > tfoot > tr.cyanide > th {
  background-color: #3498db;
}
.table-hover > tbody > tr > td.cyanide:hover,
.table-hover > tbody > tr > th.cyanide:hover,
.table-hover > tbody > tr.cyanide:hover > td,
.table-hover > tbody > tr.cyanide:hover > th {
  background-color: #258cd1;
}
.table > thead > tr > td.cyanide,
.table > tbody > tr > td.cyanide,
.table > tfoot > tr > td.cyanide,
.table > thead > tr > th.cyanide,
.table > tbody > tr > th.cyanide,
.table > tfoot > tr > th.cyanide,
.table > thead > tr.cyanide > td,
.table > tbody > tr.cyanide > td,
.table > tfoot > tr.cyanide > td,
.table > thead > tr.cyanide > th,
.table > tbody > tr.cyanide > th,
.table > tfoot > tr.cyanide > th {
  background-color: #8bc4ea;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.cyanide:hover,
.table-hover > tbody > tr > th.cyanide:hover,
.table-hover > tbody > tr.cyanide:hover > td,
.table-hover > tbody > tr.cyanide:hover > th {
  background-color: #8bc4ea;
  color: #ffffff;
}
.table > thead > tr > td.cyanide-text,
.table > tbody > tr > td.cyanide-text,
.table > tfoot > tr > td.cyanide-text,
.table > thead > tr > th.cyanide-text,
.table > tbody > tr > th.cyanide-text,
.table > tfoot > tr > th.cyanide-text,
.table > thead > tr.cyanide-text > td,
.table > tbody > tr.cyanide-text > td,
.table > tfoot > tr.cyanide-text > td,
.table > thead > tr.cyanide-text > th,
.table > tbody > tr.cyanide-text > th,
.table > tfoot > tr.cyanide-text > th {
  background-color: #8bc4ea;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.cyanide-text:hover,
.table-hover > tbody > tr > th.cyanide-text:hover,
.table-hover > tbody > tr.cyanide-text:hover > td,
.table-hover > tbody > tr.cyanide-text:hover > th {
  background-color: #8bc4ea;
  color: #282828;
}
.table > thead > tr > td.cyanide,
.table > tbody > tr > td.cyanide,
.table > tfoot > tr > td.cyanide,
.table > thead > tr > th.cyanide,
.table > tbody > tr > th.cyanide,
.table > tfoot > tr > th.cyanide,
.table > thead > tr.cyanide > td,
.table > tbody > tr.cyanide > td,
.table > tfoot > tr.cyanide > td,
.table > thead > tr.cyanide > th,
.table > tbody > tr.cyanide > th,
.table > tfoot > tr.cyanide > th {
  background-color: #3498db;
}
.table-hover > tbody > tr > td.cyanide:hover,
.table-hover > tbody > tr > th.cyanide:hover,
.table-hover > tbody > tr.cyanide:hover > td,
.table-hover > tbody > tr.cyanide:hover > th {
  background-color: #258cd1;
}
.table > thead > tr > td.cyanide,
.table > tbody > tr > td.cyanide,
.table > tfoot > tr > td.cyanide,
.table > thead > tr > th.cyanide,
.table > tbody > tr > th.cyanide,
.table > tfoot > tr > th.cyanide,
.table > thead > tr.cyanide > td,
.table > tbody > tr.cyanide > td,
.table > tfoot > tr.cyanide > td,
.table > thead > tr.cyanide > th,
.table > tbody > tr.cyanide > th,
.table > tfoot > tr.cyanide > th {
  background-color: #8bc4ea;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.cyanide:hover,
.table-hover > tbody > tr > th.cyanide:hover,
.table-hover > tbody > tr.cyanide:hover > td,
.table-hover > tbody > tr.cyanide:hover > th {
  background-color: #8bc4ea;
  color: #ffffff;
}
.table > thead > tr > td.meadow,
.table > tbody > tr > td.meadow,
.table > tfoot > tr > td.meadow,
.table > thead > tr > th.meadow,
.table > tbody > tr > th.meadow,
.table > tfoot > tr > th.meadow,
.table > thead > tr.meadow > td,
.table > tbody > tr.meadow > td,
.table > tfoot > tr.meadow > td,
.table > thead > tr.meadow > th,
.table > tbody > tr.meadow > th,
.table > tfoot > tr.meadow > th {
  background-color: #8a9b0f;
}
.table-hover > tbody > tr > td.meadow:hover,
.table-hover > tbody > tr > th.meadow:hover,
.table-hover > tbody > tr.meadow:hover > td,
.table-hover > tbody > tr.meadow:hover > th {
  background-color: #75840d;
}
.table > thead > tr > td.meadow,
.table > tbody > tr > td.meadow,
.table > tfoot > tr > td.meadow,
.table > thead > tr > th.meadow,
.table > tbody > tr > th.meadow,
.table > tfoot > tr > th.meadow,
.table > thead > tr.meadow > td,
.table > tbody > tr.meadow > td,
.table > tfoot > tr.meadow > td,
.table > thead > tr.meadow > th,
.table > tbody > tr.meadow > th,
.table > tfoot > tr.meadow > th {
  background-color: #d2ea26;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.meadow:hover,
.table-hover > tbody > tr > th.meadow:hover,
.table-hover > tbody > tr.meadow:hover > td,
.table-hover > tbody > tr.meadow:hover > th {
  background-color: #d2ea26;
  color: #ffffff;
}
.table > thead > tr > td.meadow-text,
.table > tbody > tr > td.meadow-text,
.table > tfoot > tr > td.meadow-text,
.table > thead > tr > th.meadow-text,
.table > tbody > tr > th.meadow-text,
.table > tfoot > tr > th.meadow-text,
.table > thead > tr.meadow-text > td,
.table > tbody > tr.meadow-text > td,
.table > tfoot > tr.meadow-text > td,
.table > thead > tr.meadow-text > th,
.table > tbody > tr.meadow-text > th,
.table > tfoot > tr.meadow-text > th {
  background-color: #d2ea26;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.meadow-text:hover,
.table-hover > tbody > tr > th.meadow-text:hover,
.table-hover > tbody > tr.meadow-text:hover > td,
.table-hover > tbody > tr.meadow-text:hover > th {
  background-color: #d2ea26;
  color: #282828;
}
.table > thead > tr > td.cocktail,
.table > tbody > tr > td.cocktail,
.table > tfoot > tr > td.cocktail,
.table > thead > tr > th.cocktail,
.table > tbody > tr > th.cocktail,
.table > tfoot > tr > th.cocktail,
.table > thead > tr.cocktail > td,
.table > tbody > tr.cocktail > td,
.table > tfoot > tr.cocktail > td,
.table > thead > tr.cocktail > th,
.table > tbody > tr.cocktail > th,
.table > tfoot > tr.cocktail > th {
  background-color: #e97f02;
}
.table-hover > tbody > tr > td.cocktail:hover,
.table-hover > tbody > tr > th.cocktail:hover,
.table-hover > tbody > tr.cocktail:hover > td,
.table-hover > tbody > tr.cocktail:hover > th {
  background-color: #d07102;
}
.table > thead > tr > td.cocktail,
.table > tbody > tr > td.cocktail,
.table > tfoot > tr > td.cocktail,
.table > thead > tr > th.cocktail,
.table > tbody > tr > th.cocktail,
.table > tfoot > tr > th.cocktail,
.table > thead > tr.cocktail > td,
.table > tbody > tr.cocktail > td,
.table > tfoot > tr.cocktail > td,
.table > thead > tr.cocktail > th,
.table > tbody > tr.cocktail > th,
.table > tfoot > tr.cocktail > th {
  background-color: #feaf53;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.cocktail:hover,
.table-hover > tbody > tr > th.cocktail:hover,
.table-hover > tbody > tr.cocktail:hover > td,
.table-hover > tbody > tr.cocktail:hover > th {
  background-color: #feaf53;
  color: #ffffff;
}
.table > thead > tr > td.cocktail-text,
.table > tbody > tr > td.cocktail-text,
.table > tfoot > tr > td.cocktail-text,
.table > thead > tr > th.cocktail-text,
.table > tbody > tr > th.cocktail-text,
.table > tfoot > tr > th.cocktail-text,
.table > thead > tr.cocktail-text > td,
.table > tbody > tr.cocktail-text > td,
.table > tfoot > tr.cocktail-text > td,
.table > thead > tr.cocktail-text > th,
.table > tbody > tr.cocktail-text > th,
.table > tfoot > tr.cocktail-text > th {
  background-color: #feaf53;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.cocktail-text:hover,
.table-hover > tbody > tr > th.cocktail-text:hover,
.table-hover > tbody > tr.cocktail-text:hover > td,
.table-hover > tbody > tr.cocktail-text:hover > th {
  background-color: #feaf53;
  color: #282828;
}
.table > thead > tr > td.hearts,
.table > tbody > tr > td.hearts,
.table > tfoot > tr > td.hearts,
.table > thead > tr > th.hearts,
.table > tbody > tr > th.hearts,
.table > tfoot > tr > th.hearts,
.table > thead > tr.hearts > td,
.table > tbody > tr.hearts > td,
.table > tfoot > tr.hearts > td,
.table > thead > tr.hearts > th,
.table > tbody > tr.hearts > th,
.table > tfoot > tr.hearts > th {
  background-color: #bd1550;
}
.table-hover > tbody > tr > td.hearts:hover,
.table-hover > tbody > tr > th.hearts:hover,
.table-hover > tbody > tr.hearts:hover > td,
.table-hover > tbody > tr.hearts:hover > th {
  background-color: #a61246;
}
.table > thead > tr > td.hearts,
.table > tbody > tr > td.hearts,
.table > tfoot > tr > td.hearts,
.table > thead > tr > th.hearts,
.table > tbody > tr > th.hearts,
.table > tfoot > tr > th.hearts,
.table > thead > tr.hearts > td,
.table > tbody > tr.hearts > td,
.table > tfoot > tr.hearts > td,
.table > thead > tr.hearts > th,
.table > tbody > tr.hearts > th,
.table > tfoot > tr.hearts > th {
  background-color: #eb4d84;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.hearts:hover,
.table-hover > tbody > tr > th.hearts:hover,
.table-hover > tbody > tr.hearts:hover > td,
.table-hover > tbody > tr.hearts:hover > th {
  background-color: #eb4d84;
  color: #ffffff;
}
.table > thead > tr > td.hearts-text,
.table > tbody > tr > td.hearts-text,
.table > tfoot > tr > td.hearts-text,
.table > thead > tr > th.hearts-text,
.table > tbody > tr > th.hearts-text,
.table > tfoot > tr > th.hearts-text,
.table > thead > tr.hearts-text > td,
.table > tbody > tr.hearts-text > td,
.table > tfoot > tr.hearts-text > td,
.table > thead > tr.hearts-text > th,
.table > tbody > tr.hearts-text > th,
.table > tfoot > tr.hearts-text > th {
  background-color: #eb4d84;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.hearts-text:hover,
.table-hover > tbody > tr > th.hearts-text:hover,
.table-hover > tbody > tr.hearts-text:hover > td,
.table-hover > tbody > tr.hearts-text:hover > th {
  background-color: #eb4d84;
  color: #282828;
}
.table > thead > tr > td.party,
.table > tbody > tr > td.party,
.table > tfoot > tr > td.party,
.table > thead > tr > th.party,
.table > tbody > tr > th.party,
.table > tfoot > tr > th.party,
.table > thead > tr.party > td,
.table > tbody > tr.party > td,
.table > tfoot > tr.party > td,
.table > thead > tr.party > th,
.table > tbody > tr.party > th,
.table > tfoot > tr.party > th {
  background-color: #490a3d;
}
.table-hover > tbody > tr > td.party:hover,
.table-hover > tbody > tr > th.party:hover,
.table-hover > tbody > tr.party:hover > td,
.table-hover > tbody > tr.party:hover > th {
  background-color: #33072a;
}
.table > thead > tr > td.party,
.table > tbody > tr > td.party,
.table > tfoot > tr > td.party,
.table > thead > tr > th.party,
.table > tbody > tr > th.party,
.table > tfoot > tr > th.party,
.table > thead > tr.party > td,
.table > tbody > tr.party > td,
.table > tfoot > tr.party > td,
.table > thead > tr.party > th,
.table > tbody > tr.party > th,
.table > tfoot > tr.party > th {
  background-color: #a31688;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.party:hover,
.table-hover > tbody > tr > th.party:hover,
.table-hover > tbody > tr.party:hover > td,
.table-hover > tbody > tr.party:hover > th {
  background-color: #a31688;
  color: #ffffff;
}
.table > thead > tr > td.party-text,
.table > tbody > tr > td.party-text,
.table > tfoot > tr > td.party-text,
.table > thead > tr > th.party-text,
.table > tbody > tr > th.party-text,
.table > tfoot > tr > th.party-text,
.table > thead > tr.party-text > td,
.table > tbody > tr.party-text > td,
.table > tfoot > tr.party-text > td,
.table > thead > tr.party-text > th,
.table > tbody > tr.party-text > th,
.table > tfoot > tr.party-text > th {
  background-color: #a31688;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.party-text:hover,
.table-hover > tbody > tr > th.party-text:hover,
.table-hover > tbody > tr.party-text:hover > td,
.table-hover > tbody > tr.party-text:hover > th {
  background-color: #a31688;
  color: #282828;
}
.table > thead > tr > td.midnight,
.table > tbody > tr > td.midnight,
.table > tfoot > tr > td.midnight,
.table > thead > tr > th.midnight,
.table > tbody > tr > th.midnight,
.table > tfoot > tr > th.midnight,
.table > thead > tr.midnight > td,
.table > tbody > tr.midnight > td,
.table > tfoot > tr.midnight > td,
.table > thead > tr.midnight > th,
.table > tbody > tr.midnight > th,
.table > tfoot > tr.midnight > th {
  background-color: #2c3e50;
}
.table-hover > tbody > tr > td.midnight:hover,
.table-hover > tbody > tr > th.midnight:hover,
.table-hover > tbody > tr.midnight:hover > td,
.table-hover > tbody > tr.midnight:hover > th {
  background-color: #233140;
}
.table > thead > tr > td.midnight,
.table > tbody > tr > td.midnight,
.table > tfoot > tr > td.midnight,
.table > thead > tr > th.midnight,
.table > tbody > tr > th.midnight,
.table > tfoot > tr > th.midnight,
.table > thead > tr.midnight > td,
.table > tbody > tr.midnight > td,
.table > tfoot > tr.midnight > td,
.table > thead > tr.midnight > th,
.table > tbody > tr.midnight > th,
.table > tfoot > tr.midnight > th {
  background-color: #507192;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.midnight:hover,
.table-hover > tbody > tr > th.midnight:hover,
.table-hover > tbody > tr.midnight:hover > td,
.table-hover > tbody > tr.midnight:hover > th {
  background-color: #507192;
  color: #ffffff;
}
.table > thead > tr > td.midnight-text,
.table > tbody > tr > td.midnight-text,
.table > tfoot > tr > td.midnight-text,
.table > thead > tr > th.midnight-text,
.table > tbody > tr > th.midnight-text,
.table > tfoot > tr > th.midnight-text,
.table > thead > tr.midnight-text > td,
.table > tbody > tr.midnight-text > td,
.table > tfoot > tr.midnight-text > td,
.table > thead > tr.midnight-text > th,
.table > tbody > tr.midnight-text > th,
.table > tfoot > tr.midnight-text > th {
  background-color: #507192;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.midnight-text:hover,
.table-hover > tbody > tr > th.midnight-text:hover,
.table-hover > tbody > tr.midnight-text:hover > td,
.table-hover > tbody > tr.midnight-text:hover > th {
  background-color: #507192;
  color: #282828;
}
.table > thead > tr > td.concrete,
.table > tbody > tr > td.concrete,
.table > tfoot > tr > td.concrete,
.table > thead > tr > th.concrete,
.table > tbody > tr > th.concrete,
.table > tfoot > tr > th.concrete,
.table > thead > tr.concrete > td,
.table > tbody > tr.concrete > td,
.table > tfoot > tr.concrete > td,
.table > thead > tr.concrete > th,
.table > tbody > tr.concrete > th,
.table > tfoot > tr.concrete > th {
  background-color: #95a5a6;
}
.table-hover > tbody > tr > td.concrete:hover,
.table-hover > tbody > tr > th.concrete:hover,
.table-hover > tbody > tr.concrete:hover > td,
.table-hover > tbody > tr.concrete:hover > th {
  background-color: #87999a;
}
.table > thead > tr > td.concrete,
.table > tbody > tr > td.concrete,
.table > tfoot > tr > td.concrete,
.table > thead > tr > th.concrete,
.table > tbody > tr > th.concrete,
.table > tfoot > tr > th.concrete,
.table > thead > tr.concrete > td,
.table > tbody > tr.concrete > td,
.table > tfoot > tr.concrete > td,
.table > thead > tr.concrete > th,
.table > tbody > tr.concrete > th,
.table > tfoot > tr.concrete > th {
  background-color: #ccd4d5;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.concrete:hover,
.table-hover > tbody > tr > th.concrete:hover,
.table-hover > tbody > tr.concrete:hover > td,
.table-hover > tbody > tr.concrete:hover > th {
  background-color: #ccd4d5;
  color: #ffffff;
}
.table > thead > tr > td.concrete-text,
.table > tbody > tr > td.concrete-text,
.table > tfoot > tr > td.concrete-text,
.table > thead > tr > th.concrete-text,
.table > tbody > tr > th.concrete-text,
.table > tfoot > tr > th.concrete-text,
.table > thead > tr.concrete-text > td,
.table > tbody > tr.concrete-text > td,
.table > tfoot > tr.concrete-text > td,
.table > thead > tr.concrete-text > th,
.table > tbody > tr.concrete-text > th,
.table > tfoot > tr.concrete-text > th {
  background-color: #ccd4d5;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.concrete-text:hover,
.table-hover > tbody > tr > th.concrete-text:hover,
.table-hover > tbody > tr.concrete-text:hover > td,
.table-hover > tbody > tr.concrete-text:hover > th {
  background-color: #ccd4d5;
  color: #282828;
}
.table > thead > tr > td.gunmetal,
.table > tbody > tr > td.gunmetal,
.table > tfoot > tr > td.gunmetal,
.table > thead > tr > th.gunmetal,
.table > tbody > tr > th.gunmetal,
.table > tfoot > tr > th.gunmetal,
.table > thead > tr.gunmetal > td,
.table > tbody > tr.gunmetal > td,
.table > tfoot > tr.gunmetal > td,
.table > thead > tr.gunmetal > th,
.table > tbody > tr.gunmetal > th,
.table > tfoot > tr.gunmetal > th {
  background-color: #292e37;
}
.table-hover > tbody > tr > td.gunmetal:hover,
.table-hover > tbody > tr > th.gunmetal:hover,
.table-hover > tbody > tr.gunmetal:hover > td,
.table-hover > tbody > tr.gunmetal:hover > th {
  background-color: #1e2228;
}
.table > thead > tr > td.gunmetal,
.table > tbody > tr > td.gunmetal,
.table > tfoot > tr > td.gunmetal,
.table > thead > tr > th.gunmetal,
.table > tbody > tr > th.gunmetal,
.table > tfoot > tr > th.gunmetal,
.table > thead > tr.gunmetal > td,
.table > tbody > tr.gunmetal > td,
.table > tfoot > tr.gunmetal > td,
.table > thead > tr.gunmetal > th,
.table > tbody > tr.gunmetal > th,
.table > tfoot > tr.gunmetal > th {
  background-color: #555f71;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.gunmetal:hover,
.table-hover > tbody > tr > th.gunmetal:hover,
.table-hover > tbody > tr.gunmetal:hover > td,
.table-hover > tbody > tr.gunmetal:hover > th {
  background-color: #555f71;
  color: #ffffff;
}
.table > thead > tr > td.gunmetal-text,
.table > tbody > tr > td.gunmetal-text,
.table > tfoot > tr > td.gunmetal-text,
.table > thead > tr > th.gunmetal-text,
.table > tbody > tr > th.gunmetal-text,
.table > tfoot > tr > th.gunmetal-text,
.table > thead > tr.gunmetal-text > td,
.table > tbody > tr.gunmetal-text > td,
.table > tfoot > tr.gunmetal-text > td,
.table > thead > tr.gunmetal-text > th,
.table > tbody > tr.gunmetal-text > th,
.table > tfoot > tr.gunmetal-text > th {
  background-color: #555f71;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.gunmetal-text:hover,
.table-hover > tbody > tr > th.gunmetal-text:hover,
.table-hover > tbody > tr.gunmetal-text:hover > td,
.table-hover > tbody > tr.gunmetal-text:hover > th {
  background-color: #555f71;
  color: #282828;
}
.table > thead > tr > td.hollow,
.table > tbody > tr > td.hollow,
.table > tfoot > tr > td.hollow,
.table > thead > tr > th.hollow,
.table > tbody > tr > th.hollow,
.table > tfoot > tr > th.hollow,
.table > thead > tr.hollow > td,
.table > tbody > tr.hollow > td,
.table > tfoot > tr.hollow > td,
.table > thead > tr.hollow > th,
.table > tbody > tr.hollow > th,
.table > tfoot > tr.hollow > th {
  background-color: #423732;
}
.table-hover > tbody > tr > td.hollow:hover,
.table-hover > tbody > tr > th.hollow:hover,
.table-hover > tbody > tr.hollow:hover > td,
.table-hover > tbody > tr.hollow:hover > th {
  background-color: #332b27;
}
.table > thead > tr > td.hollow,
.table > tbody > tr > td.hollow,
.table > tfoot > tr > td.hollow,
.table > thead > tr > th.hollow,
.table > tbody > tr > th.hollow,
.table > tfoot > tr > th.hollow,
.table > thead > tr.hollow > td,
.table > tbody > tr.hollow > td,
.table > tfoot > tr.hollow > td,
.table > thead > tr.hollow > th,
.table > tbody > tr.hollow > th,
.table > tfoot > tr.hollow > th {
  background-color: #7c675e;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.hollow:hover,
.table-hover > tbody > tr > th.hollow:hover,
.table-hover > tbody > tr.hollow:hover > td,
.table-hover > tbody > tr.hollow:hover > th {
  background-color: #7c675e;
  color: #ffffff;
}
.table > thead > tr > td.hollow-text,
.table > tbody > tr > td.hollow-text,
.table > tfoot > tr > td.hollow-text,
.table > thead > tr > th.hollow-text,
.table > tbody > tr > th.hollow-text,
.table > tfoot > tr > th.hollow-text,
.table > thead > tr.hollow-text > td,
.table > tbody > tr.hollow-text > td,
.table > tfoot > tr.hollow-text > td,
.table > thead > tr.hollow-text > th,
.table > tbody > tr.hollow-text > th,
.table > tfoot > tr.hollow-text > th {
  background-color: #7c675e;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.hollow-text:hover,
.table-hover > tbody > tr > th.hollow-text:hover,
.table-hover > tbody > tr.hollow-text:hover > td,
.table-hover > tbody > tr.hollow-text:hover > th {
  background-color: #7c675e;
  color: #282828;
}
.table > thead > tr > td.mango,
.table > tbody > tr > td.mango,
.table > tfoot > tr > td.mango,
.table > thead > tr > th.mango,
.table > tbody > tr > th.mango,
.table > tfoot > tr > th.mango,
.table > thead > tr.mango > td,
.table > tbody > tr.mango > td,
.table > tfoot > tr.mango > td,
.table > thead > tr.mango > th,
.table > tbody > tr.mango > th,
.table > tfoot > tr.mango > th {
  background-color: #f0c234;
}
.table-hover > tbody > tr > td.mango:hover,
.table-hover > tbody > tr > th.mango:hover,
.table-hover > tbody > tr.mango:hover > td,
.table-hover > tbody > tr.mango:hover > th {
  background-color: #eebb1c;
}
.table > thead > tr > td.mango,
.table > tbody > tr > td.mango,
.table > tfoot > tr > td.mango,
.table > thead > tr > th.mango,
.table > tbody > tr > th.mango,
.table > tfoot > tr > th.mango,
.table > thead > tr.mango > td,
.table > tbody > tr.mango > td,
.table > tfoot > tr.mango > td,
.table > thead > tr.mango > th,
.table > tbody > tr.mango > th,
.table > tfoot > tr.mango > th {
  background-color: #f7df93;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.mango:hover,
.table-hover > tbody > tr > th.mango:hover,
.table-hover > tbody > tr.mango:hover > td,
.table-hover > tbody > tr.mango:hover > th {
  background-color: #f7df93;
  color: #ffffff;
}
.table > thead > tr > td.mango-text,
.table > tbody > tr > td.mango-text,
.table > tfoot > tr > td.mango-text,
.table > thead > tr > th.mango-text,
.table > tbody > tr > th.mango-text,
.table > tfoot > tr > th.mango-text,
.table > thead > tr.mango-text > td,
.table > tbody > tr.mango-text > td,
.table > tfoot > tr.mango-text > td,
.table > thead > tr.mango-text > th,
.table > tbody > tr.mango-text > th,
.table > tfoot > tr.mango-text > th {
  background-color: #f7df93;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.mango-text:hover,
.table-hover > tbody > tr > th.mango-text:hover,
.table-hover > tbody > tr.mango-text:hover > td,
.table-hover > tbody > tr.mango-text:hover > th {
  background-color: #f7df93;
  color: #282828;
}
.table > thead > tr > td.berry,
.table > tbody > tr > td.berry,
.table > tfoot > tr > td.berry,
.table > thead > tr > th.berry,
.table > tbody > tr > th.berry,
.table > tfoot > tr > th.berry,
.table > thead > tr.berry > td,
.table > tbody > tr.berry > td,
.table > tfoot > tr.berry > td,
.table > thead > tr.berry > th,
.table > tbody > tr.berry > th,
.table > tfoot > tr.berry > th {
  background-color: #e74c3c;
}
.table-hover > tbody > tr > td.berry:hover,
.table-hover > tbody > tr > th.berry:hover,
.table-hover > tbody > tr.berry:hover > td,
.table-hover > tbody > tr.berry:hover > th {
  background-color: #e43725;
}
.table > thead > tr > td.berry,
.table > tbody > tr > td.berry,
.table > tfoot > tr > td.berry,
.table > thead > tr > th.berry,
.table > tbody > tr > th.berry,
.table > tfoot > tr > th.berry,
.table > thead > tr.berry > td,
.table > tbody > tr.berry > td,
.table > tfoot > tr.berry > td,
.table > thead > tr.berry > th,
.table > tbody > tr.berry > th,
.table > tfoot > tr.berry > th {
  background-color: #f29f97;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.berry:hover,
.table-hover > tbody > tr > th.berry:hover,
.table-hover > tbody > tr.berry:hover > td,
.table-hover > tbody > tr.berry:hover > th {
  background-color: #f29f97;
  color: #ffffff;
}
.table > thead > tr > td.berry-text,
.table > tbody > tr > td.berry-text,
.table > tfoot > tr > td.berry-text,
.table > thead > tr > th.berry-text,
.table > tbody > tr > th.berry-text,
.table > tfoot > tr > th.berry-text,
.table > thead > tr.berry-text > td,
.table > tbody > tr.berry-text > td,
.table > tfoot > tr.berry-text > td,
.table > thead > tr.berry-text > th,
.table > tbody > tr.berry-text > th,
.table > tfoot > tr.berry-text > th {
  background-color: #f29f97;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.berry-text:hover,
.table-hover > tbody > tr > th.berry-text:hover,
.table-hover > tbody > tr.berry-text:hover > td,
.table-hover > tbody > tr.berry-text:hover > th {
  background-color: #f29f97;
  color: #282828;
}
.table > thead > tr > td.cello,
.table > tbody > tr > td.cello,
.table > tfoot > tr > td.cello,
.table > thead > tr > th.cello,
.table > tbody > tr > th.cello,
.table > tfoot > tr > th.cello,
.table > thead > tr.cello > td,
.table > tbody > tr.cello > td,
.table > tfoot > tr.cello > td,
.table > thead > tr.cello > th,
.table > tbody > tr.cello > th,
.table > tfoot > tr.cello > th {
  background-color: #b66432;
}
.table-hover > tbody > tr > td.cello:hover,
.table-hover > tbody > tr > th.cello:hover,
.table-hover > tbody > tr.cello:hover > td,
.table-hover > tbody > tr.cello:hover > th {
  background-color: #a2592d;
}
.table > thead > tr > td.cello,
.table > tbody > tr > td.cello,
.table > tfoot > tr > td.cello,
.table > thead > tr > th.cello,
.table > tbody > tr > th.cello,
.table > tfoot > tr > th.cello,
.table > thead > tr.cello > td,
.table > tbody > tr.cello > td,
.table > tfoot > tr.cello > td,
.table > thead > tr.cello > th,
.table > tbody > tr.cello > th,
.table > tfoot > tr.cello > th {
  background-color: #d99b75;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.table-hover > tbody > tr > td.cello:hover,
.table-hover > tbody > tr > th.cello:hover,
.table-hover > tbody > tr.cello:hover > td,
.table-hover > tbody > tr.cello:hover > th {
  background-color: #d99b75;
  color: #ffffff;
}
.table > thead > tr > td.cello-text,
.table > tbody > tr > td.cello-text,
.table > tfoot > tr > td.cello-text,
.table > thead > tr > th.cello-text,
.table > tbody > tr > th.cello-text,
.table > tfoot > tr > th.cello-text,
.table > thead > tr.cello-text > td,
.table > tbody > tr.cello-text > td,
.table > tfoot > tr.cello-text > td,
.table > thead > tr.cello-text > th,
.table > tbody > tr.cello-text > th,
.table > tfoot > tr.cello-text > th {
  background-color: #d99b75;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.cello-text:hover,
.table-hover > tbody > tr > th.cello-text:hover,
.table-hover > tbody > tr.cello-text:hover > td,
.table-hover > tbody > tr.cello-text:hover > th {
  background-color: #d99b75;
  color: #282828;
}
.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: #64bb5d;
}
.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.active:hover > th {
  background-color: #53b34b;
}
.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: #a9d9a5;
  color: #ffffff;
  text-shadow: 1px 1px 0 #282828;
}
.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.active:hover > th {
  background-color: #a9d9a5;
  color: #ffffff;
}
.table > thead > tr > td.active-text,
.table > tbody > tr > td.active-text,
.table > tfoot > tr > td.active-text,
.table > thead > tr > th.active-text,
.table > tbody > tr > th.active-text,
.table > tfoot > tr > th.active-text,
.table > thead > tr.active-text > td,
.table > tbody > tr.active-text > td,
.table > tfoot > tr.active-text > td,
.table > thead > tr.active-text > th,
.table > tbody > tr.active-text > th,
.table > tfoot > tr.active-text > th {
  background-color: #a9d9a5;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.active-text:hover,
.table-hover > tbody > tr > th.active-text:hover,
.table-hover > tbody > tr.active-text:hover > td,
.table-hover > tbody > tr.active-text:hover > th {
  background-color: #a9d9a5;
  color: #282828;
}
.table > thead > tr > td.success-text,
.table > tbody > tr > td.success-text,
.table > tfoot > tr > td.success-text,
.table > thead > tr > th.success-text,
.table > tbody > tr > th.success-text,
.table > tfoot > tr > th.success-text,
.table > thead > tr.success-text > td,
.table > tbody > tr.success-text > td,
.table > tfoot > tr.success-text > td,
.table > thead > tr.success-text > th,
.table > tbody > tr.success-text > th,
.table > tfoot > tr.success-text > th {
  background-color: #60db94;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.success-text:hover,
.table-hover > tbody > tr > th.success-text:hover,
.table-hover > tbody > tr.success-text:hover > td,
.table-hover > tbody > tr.success-text:hover > th {
  background-color: #60db94;
  color: #282828;
}
.table > thead > tr > td.info-text,
.table > tbody > tr > td.info-text,
.table > tfoot > tr > td.info-text,
.table > thead > tr > th.info-text,
.table > tbody > tr > th.info-text,
.table > tfoot > tr > th.info-text,
.table > thead > tr.info-text > td,
.table > tbody > tr.info-text > td,
.table > tfoot > tr.info-text > td,
.table > thead > tr.info-text > th,
.table > tbody > tr.info-text > th,
.table > tfoot > tr.info-text > th {
  background-color: #4da0d7;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.info-text:hover,
.table-hover > tbody > tr > th.info-text:hover,
.table-hover > tbody > tr.info-text:hover > td,
.table-hover > tbody > tr.info-text:hover > th {
  background-color: #4da0d7;
  color: #282828;
}
.table > thead > tr > td.warning-text,
.table > tbody > tr > td.warning-text,
.table > tfoot > tr > td.warning-text,
.table > thead > tr > th.warning-text,
.table > tbody > tr > th.warning-text,
.table > tfoot > tr > th.warning-text,
.table > thead > tr.warning-text > td,
.table > tbody > tr.warning-text > td,
.table > tfoot > tr.warning-text > td,
.table > thead > tr.warning-text > th,
.table > tbody > tr.warning-text > th,
.table > tfoot > tr.warning-text > th {
  background-color: #ffcf66;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.warning-text:hover,
.table-hover > tbody > tr > th.warning-text:hover,
.table-hover > tbody > tr.warning-text:hover > td,
.table-hover > tbody > tr.warning-text:hover > th {
  background-color: #ffcf66;
  color: #282828;
}
.table > thead > tr > td.danger-text,
.table > tbody > tr > td.danger-text,
.table > tfoot > tr > td.danger-text,
.table > thead > tr > th.danger-text,
.table > tbody > tr > th.danger-text,
.table > tfoot > tr > th.danger-text,
.table > thead > tr.danger-text > td,
.table > tbody > tr.danger-text > td,
.table > tfoot > tr.danger-text > td,
.table > thead > tr.danger-text > th,
.table > tbody > tr.danger-text > th,
.table > tfoot > tr.danger-text > th {
  background-color: #ffaaaa;
  color: #282828;
  text-shadow: 1px 1px 0 #B9B9B9;
}
.table-hover > tbody > tr > td.danger-text:hover,
.table-hover > tbody > tr > th.danger-text:hover,
.table-hover > tbody > tr.danger-text:hover > td,
.table-hover > tbody > tr.danger-text:hover > th {
  background-color: #ffaaaa;
  color: #282828;
}
.img-colored {
  border: 1px solid #fff;
  background-color: #64bb5d;
}
.img-bordered-color {
  border: 1px solid #fff;
}
.img-colored-light {
  
  






}
.thumbnail-colored {
  border: 1px solid #64bb5d;
  background-color: #64bb5d;
}
a.thumbnail-colored:hover,
a.thumbnail-colored:focus,
a.thumbnail-colored.active {
  border: 1px solid #86ca81;
  background-color: #86ca81;
}
.thumbnail-colored-light {
  border: 1px solid #86ca81;
  background-color: #86ca81;
}
a.thumbnail-colored-light:hover,
a.thumbnail-colored-light:focus,
a.thumbnail-colored-light.active {
  border: 1px solid #64bb5d;
  background-color: #64bb5d;
}
.thumbnail-bordered {
  border: 1px solid #64bb5d;
}
a.thumbnail-bordered:hover,
a.thumbnail-bordered:focus,
a.thumbnail-bordered.active {
  border: 1px solid #86ca81;
}
.thumbnail-bordered-light {
  border: 1px solid #86ca81;
}
a.thumbnail-bordered-light:hover,
a.thumbnail-bordered-light:focus,
a.thumbnail-bordered-light.active {
  border: 1px solid #64bb5d;
}
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: 300;
}
h1,
.h1 {
  margin-bottom: 22px;
}
h2,
.h2 {
  margin-bottom: 18px;
}
h3,
.h3 {
  margin-bottom: 16px;
}
h4,
.h4 {
  margin-bottom: 14px;
}
h5,
.h5 {
  margin-bottom: 10px;
}
h6,
.h6 {
  margin-bottom: 8px;
}
.page-header {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin: 34px 0 0;
}
.page-header h1 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -2px;
}
.page-header h1 a {
  border-bottom: 1px solid #64bb5d;
}
.page-header h1 a:hover,
.page-header h1 a:active {
  color: #86ca81 !important;
  text-decoration: none;
  border-bottom: 1px solid #a9d9a5;
}
blockquote.quote-fa {
  border-left: 0;
}
blockquote.quote-fa:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  color: #64bb5d;
  float: left;
  margin-right: 14px;
}
blockquote.quote-fa.pull-right {
  border-right: 0;
}
blockquote.quote-fa.pull-right:before {
  content: "\f10e";
  float: right;
  margin-left: 14px;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #64bb5d;
}
a.text-primary:hover {
  color: #4ba144;
}
a.text-primary:hover {
  color: #4ba144 !important;
}
.text-success {
  color: #27ae60;
}
a.text-success:hover {
  color: #1e8449;
}
a.text-success:hover {
  color: #1e8449 !important;
}
.text-info {
  color: #236b9b;
}
a.text-info:hover {
  color: #1a4e71;
}
a.text-info:hover {
  color: #1a4e71 !important;
}
.text-warning {
  color: #ffaf00;
}
a.text-warning:hover {
  color: #cc8c00;
}
a.text-warning:hover {
  color: #cc8c00 !important;
}
.text-danger {
  color: #ff4444;
}
a.text-danger:hover {
  color: #ff1111;
}
a.text-danger:hover {
  color: #ff1111 !important;
}
ul.iconized,
ul.iconized-alt {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.iconized > li,
ul.iconized-alt > li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.iconized > li:before,
ul.iconized-alt > li:before {
  font-family: fontAwesome;
  content: "\f101 \0020";
  color: #64bb5d;
}
ul.iconized > li ul,
ul.iconized-alt > li ul {
  list-style: none;
  margin: 0;
}
ul.iconized > li > ul li:before,
ul.iconized-alt > li > ul li:before {
  font-family: fontAwesome;
  content: "\f105 \0020";
  color: #64bb5d;
}
ul.iconized-alt > li:before {
  content: "\f138 \0020";
}
ul.iconized-alt > li > ul li:before {
  content: "\f0da \0020";
}
.text-cyanide {
  color: #3498db;
}
a.text-cyanide:hover {
  color: #217dbb;
}
a.text-cyanide:hover {
  color: #217dbb !important;
}
.text-meadow {
  color: #8a9b0f;
}
a.text-meadow:hover {
  color: #616c0b;
}
a.text-meadow:hover {
  color: #616c0b !important;
}
.text-cocktail {
  color: #e97f02;
}
a.text-cocktail:hover {
  color: #b66302;
}
a.text-cocktail:hover {
  color: #b66302 !important;
}
.text-hearts {
  color: #bd1550;
}
a.text-hearts:hover {
  color: #8f103d;
}
a.text-hearts:hover {
  color: #8f103d !important;
}
.text-party {
  color: #490a3d;
}
a.text-party:hover {
  color: #1c0418;
}
a.text-party:hover {
  color: #1c0418 !important;
}
.text-midnight {
  color: #2c3e50;
}
a.text-midnight:hover {
  color: #1a242f;
}
a.text-midnight:hover {
  color: #1a242f !important;
}
.text-concrete {
  color: #95a5a6;
}
a.text-concrete:hover {
  color: #798d8f;
}
a.text-concrete:hover {
  color: #798d8f !important;
}
.text-gunmetal {
  color: #292e37;
}
a.text-gunmetal:hover {
  color: #13161a;
}
a.text-gunmetal:hover {
  color: #13161a !important;
}
.text-hollow {
  color: #423732;
}
a.text-hollow:hover {
  color: #251f1c;
}
a.text-hollow:hover {
  color: #251f1c !important;
}
.text-mango {
  color: #f0c234;
}
a.text-mango:hover {
  color: #e0ae11;
}
a.text-mango:hover {
  color: #e0ae11 !important;
}
.text-berry {
  color: #e74c3c;
}
a.text-berry:hover {
  color: #d62c1a;
}
a.text-berry:hover {
  color: #d62c1a !important;
}
.text-cello {
  color: #b66432;
}
a.text-cello:hover {
  color: #8e4e27;
}
a.text-cello:hover {
  color: #8e4e27 !important;
}
.text-muted-alt {
  background-color: #999999;
  color: #fff;
}
a.text-muted-alt:hover {
  color: #cccccc;
}
.text-primary-alt {
  background-color: #64bb5d;
  color: #fff;
}
a.text-primary-alt:hover {
  color: #a9d9a5;
}
.text-warning-alt {
  background-color: #ffaf00;
  color: #fff;
}
a.text-warning-alt:hover {
  color: #ffcf66;
}
.text-danger-alt {
  background-color: #ff4444;
  color: #fff;
}
a.text-danger-alt:hover {
  color: #ffaaaa;
}
.text-success-alt {
  background-color: #27ae60;
  color: #fff;
}
a.text-success-alt:hover {
  color: #60db94;
}
.text-info-alt {
  background-color: #236b9b;
  color: #fff;
}
a.text-info-alt:hover {
  color: #4da0d7;
}
.text-cyanide-alt {
  background-color: #3498db;
  color: #fff;
}
a.text-cyanide-alt:hover {
  color: #8bc4ea;
}
.text-meadow-alt {
  background-color: #8a9b0f;
  color: #fff;
}
a.text-meadow-alt:hover {
  color: #d2ea26;
}
.text-cocktail-alt {
  background-color: #e97f02;
  color: #fff;
}
a.text-cocktail-alt:hover {
  color: #feaf53;
}
.text-hearts-alt {
  background-color: #bd1550;
  color: #fff;
}
a.text-hearts-alt:hover {
  color: #eb4d84;
}
.text-party-alt {
  background-color: #490a3d;
  color: #fff;
}
a.text-party-alt:hover {
  color: #a31688;
}
.text-midnight-alt {
  background-color: #2c3e50;
  color: #fff;
}
a.text-midnight-alt:hover {
  color: #507192;
}
.text-concrete-alt {
  background-color: #95a5a6;
  color: #fff;
}
a.text-concrete-alt:hover {
  color: #ccd4d5;
}
.text-gunmetal-alt {
  background-color: #292e37;
  color: #fff;
}
a.text-gunmetal-alt:hover {
  color: #555f71;
}
.text-hollow-alt {
  background-color: #423732;
  color: #fff;
}
a.text-hollow-alt:hover {
  color: #7c675e;
}
.text-berry-alt {
  background-color: #e74c3c;
  color: #fff;
}
a.text-berry-alt:hover {
  color: #f29f97;
}
.text-cello-alt {
  background-color: #b66432;
  color: #fff;
}
a.text-cello-alt:hover {
  color: #d99b75;
}
.text-mango-alt {
  background-color: #f0c234;
  color: #fff;
}
a.text-mango-alt:hover {
  color: #f7df93;
}
.bg-cyanide {
  background-color: #3498db;
  color: #fff;
}
a.bg-cyanide:hover {
  background-color: #217dbb;
}
a.bg-cyanide:hover {
  background-color: #217dbb;
}
.bg-meadow {
  background-color: #8a9b0f;
  color: #fff;
}
a.bg-meadow:hover {
  background-color: #616c0b;
}
a.bg-meadow:hover {
  background-color: #616c0b;
}
.bg-cocktail {
  background-color: #e97f02;
  color: #fff;
}
a.bg-cocktail:hover {
  background-color: #b66302;
}
a.bg-cocktail:hover {
  background-color: #b66302;
}
.bg-mango {
  background-color: #f0c234;
  color: #fff;
}
a.bg-mango:hover {
  background-color: #e0ae11;
}
a.bg-mango:hover {
  background-color: #e0ae11;
}
.bg-berry {
  background-color: #e74c3c;
  color: #fff;
}
a.bg-berry:hover {
  background-color: #d62c1a;
}
a.bg-berry:hover {
  background-color: #d62c1a;
}
.bg-cello {
  background-color: #b66432;
  color: #fff;
}
a.bg-cello:hover {
  background-color: #8e4e27;
}
a.bg-cello:hover {
  background-color: #8e4e27;
}
.bg-hearts {
  background-color: #bd1550;
  color: #fff;
}
a.bg-hearts:hover {
  background-color: #8f103d;
}
a.bg-hearts:hover {
  background-color: #8f103d;
}
.bg-party {
  background-color: #490a3d;
  color: #fff;
}
a.bg-party:hover {
  background-color: #1c0418;
}
a.bg-party:hover {
  background-color: #1c0418;
}
.bg-midnight {
  background-color: #2c3e50;
  color: #fff;
}
a.bg-midnight:hover {
  background-color: #1a242f;
}
a.bg-midnight:hover {
  background-color: #1a242f;
}
.bg-concrete {
  background-color: #95a5a6;
  color: #fff;
}
a.bg-concrete:hover {
  background-color: #798d8f;
}
a.bg-concrete:hover {
  background-color: #798d8f;
}
.bg-gunmetal {
  background-color: #292e37;
  color: #fff;
}
a.bg-gunmetal:hover {
  background-color: #13161a;
}
a.bg-gunmetal:hover {
  background-color: #13161a;
}
.bg-hollow {
  background-color: #423732;
  color: #fff;
}
a.bg-hollow:hover {
  background-color: #251f1c;
}
a.bg-hollow:hover {
  background-color: #251f1c;
}
.well {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;

}



.well :first-child {
  margin-top: 0;
}
.well.well-main-border {
  border: 1px solid #64bb5d;
}
.well.well-main-color {
  color: #64bb5d;
}
.well.well-primary {
  background-color: #64bb5d;
  color: #fff;
}
.well.well-info {
  background-color: #236b9b;
  color: #fff;
}
.well.well-success {
  background-color: #27ae60;
  color: #fff;
}
.well.well-warning {
  background-color: #ffaf00;
  color: #fff;
}
.well.well-danger {
  background-color: #ff4444;
  color: #fff;
}
.well.well-cyanide {
  background-color: #3498db;
  color: #fff;
}
.well.well-meadow {
  background-color: #8a9b0f;
  color: #fff;
}
.well.well-cocktail {
  background-color: #e97f02;
  color: #fff;
}
.well.well-hearts {
  background-color: #bd1550;
  color: #fff;
}
.well.well-party {
  background-color: #490a3d;
  color: #fff;
}
.well.well-midnight {
  background-color: #2c3e50;
  color: #fff;
}
.well.well-concrete {
  background-color: #95a5a6;
  color: #fff;
}
.well.well-gunmetal {
  background-color: #292e37;
  color: #fff;
}
.well.well-hollow {
  background-color: #423732;
  color: #fff;
}
.well.well-mango {
  background-color: #f0c234;
  color: #fff;
}
.well.well-berry {
  background-color: #e74c3c;
  color: #fff;
}
.well.well-cello {
  background-color: #b66432;
  color: #fff;
}
.well.well-primary-light {
  background-color: #cbe8c9;
  color: #64bb5d;
}
.well.well-info-light {
  background-color: #94c6e7;
  color: #236b9b;
}
.well.well-success-light {
  background-color: #9feabf;
  color: #27ae60;
}
.well.well-warning-light {
  background-color: #ffe2a3;
  color: #ffaf00;
}
.well.well-danger-light {
  background-color: #ffcccc;
  color: #ff4444;
}
.well.well-cyanide-light {
  background-color: #b9dcf3;
  color: #3498db;
}
.well.well-meadow-light {
  background-color: #e4f27d;
  color: #8a9b0f;
}
.well.well-cocktail-light {
  background-color: #fecf98;
  color: #e97f02;
}
.well.well-hearts-light {
  background-color: #f394b5;
  color: #bd1550;
}
.well.well-party-light {
  background-color: #c873b8;
  color: #490a3d;
}
.well.well-midnight-light {
  background-color: #96aabd;
  color: #2c3e50;
}
.well.well-concrete-light {
  background-color: #e1e5e6;
  color: #95a5a6;
}
.well.well-gunmetal-light {
  background-color: #999faa;
  color: #292e37;
}
.well.well-hollow-light {
  background-color: #b0a49e;
  color: #423732;
}
.well.well-mango-light {
  background-color: #faecbe;
  color: #f0c234;
}
.well.well-berry-light {
  background-color: #f7c6c0;
  color: #e74c3c;
}
.well.well-cello-light {
  background-color: #e8c3ac;
  color: #b66432;
}
.well.well-primary-light-text {
  background-color: #cbe8c9;
  color: #555555;
}
.well.well-info-light-text {
  background-color: #94c6e7;
  color: #555555;
}
.well.well-success-light-text {
  background-color: #9feabf;
  color: #555555;
}
.well.well-warning-light-text {
  background-color: #ffe2a3;
  color: #555555;
}
.well.well-danger-light-text {
  background-color: #ffcccc;
  color: #555555;
}
.well.well-cyanide-light-text {
  background-color: #b9dcf3;
  color: #555555;
}
.well.well-meadow-light-text {
  background-color: #e4f27d;
  color: #555555;
}
.well.well-cocktail-light-text {
  background-color: #fecf98;
  color: #555555;
}
.well.well-hearts-light-text {
  background-color: #f394b5;
  color: #555555;
}
.well.well-party-light-text {
  background-color: #c873b8;
  color: #555555;
}
.well.well-midnight-light-text {
  background-color: #96aabd;
  color: #555555;
}
.well.well-concrete-light-text {
  background-color: #e1e5e6;
  color: #555555;
}
.well.well-gunmetal-light-text {
  background-color: #999faa;
  color: #555555;
}
.well.well-hollow-light-text {
  background-color: #b0a49e;
  color: #555555;
}
.well.well-mango-light-text {
  background-color: #faecbe;
  color: #555555;
}
.well.well-berry-light-text {
  background-color: #f7c6c0;
  color: #555555;
}
.well.well-cello-light-text {
  background-color: #e8c3ac;
  color: #555555;
}
/*!
 *  Font Awesome 4.0.3 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.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
 .colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../extra/colorpicker/img/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../extra/colorpicker/img/hue.png);
}
.colorpicker-alpha {
  background-image: url(../extra/colorpicker/img/alpha.png);
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../extra/colorpicker/img/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-group.color .input-group-addon,
.input-group.color .input-group-addon {
  padding: 0 8px 0 10px;
}
.input-group.color .input-group-addon i,
.input-group.color .input-group-addon i {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}
/*!
 * Datepicker for Bootstrap v3
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
 .bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.second,
.bootstrap-datetimepicker-widget td.minute,
.bootstrap-datetimepicker-widget td.hour {
  padding: 0;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #64bb5d;
  color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #64bb5d;
  color: #fff;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
.bootstrap-datetimepicker-widget:before {
  border-bottom: 7px solid rgba(100, 187, 93, 0.25);
  border-bottom-color: #9bd396;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  color: #fff;
  background-color: #64bb5d;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.day:hover a:hover,
.bootstrap-datetimepicker-widget td.hour:hover a:hover,
.bootstrap-datetimepicker-widget td.minute:hover a:hover,
.bootstrap-datetimepicker-widget td.second:hover a:hover,
.bootstrap-datetimepicker-widget td.day:hover a:focus,
.bootstrap-datetimepicker-widget td.hour:hover a:focus,
.bootstrap-datetimepicker-widget td.minute:hover a:focus,
.bootstrap-datetimepicker-widget td.second:hover a:focus {
  color: #7fc77a;
}
.bootstrap-datetimepicker-widget td.day:hover a:not(.btn),
.bootstrap-datetimepicker-widget td.hour:hover a:not(.btn),
.bootstrap-datetimepicker-widget td.minute:hover a:not(.btn),
.bootstrap-datetimepicker-widget td.second:hover a:not(.btn) {
  color: #9bd396;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #64bb5d;
}
.bootstrap-datetimepicker-widget td span:hover {
  color: #fff;
  background-color: #64bb5d;
}
.bootstrap-datetimepicker-widget td span:hover a:hover,
.bootstrap-datetimepicker-widget td span:hover a:focus {
  color: #7fc77a;
}
.bootstrap-datetimepicker-widget td span:hover a:not(.btn) {
  color: #9bd396;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #64bb5d;
}
.bootstrap-datetimepicker-widget td span.timepicker-hour,
.bootstrap-datetimepicker-widget td span.timepicker-minute,
.bootstrap-datetimepicker-widget td span.timepicker-second {
  margin: 0 !important;
}
.bootstrap-datetimepicker-widget td.separator {
  padding: 0;
}
.bootstrap-datetimepicker-widget th:hover {
  color: #fff;
  background-color: #64bb5d;
}
.bootstrap-datetimepicker-widget th:hover a:hover,
.bootstrap-datetimepicker-widget th:hover a:focus {
  color: #7fc77a;
}
.bootstrap-datetimepicker-widget th:hover a:not(.btn) {
  color: #9bd396;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #64bb5d;
}
.bootstrap-datetimepicker-widget > .timepicker td {
  padding: 0;
}
.timepicker .btn:not(.btn-primary) {
  padding: 0;
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
 .daterangepicker.dropdown-menu {
  max-width: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: roboto, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .ranges label {
  color: #555555;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  color: #fff;
  background-color: #64bb5d;
}
.daterangepicker .ranges li.active a:hover,
.daterangepicker .ranges li:hover a:hover,
.daterangepicker .ranges li.active a:focus,
.daterangepicker .ranges li:hover a:focus {
  color: #7fc77a;
}
.daterangepicker .ranges li.active a:not(.btn),
.daterangepicker .ranges li:hover a:not(.btn) {
  color: #9bd396;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #fff;
  background-color: #64bb5d;
}
.daterangepicker td.available:hover a:hover,
.daterangepicker th.available:hover a:hover,
.daterangepicker td.available:hover a:focus,
.daterangepicker th.available:hover a:focus {
  color: #7fc77a;
}
.daterangepicker td.available:hover a:not(.btn),
.daterangepicker th.available:hover a:not(.btn) {
  color: #9bd396;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #fff;
  background-color: #64bb5d;
}
.daterangepicker td.active a:hover,
.daterangepicker td.active:hover a:hover,
.daterangepicker td.active a:focus,
.daterangepicker td.active:hover a:focus {
  color: #7fc77a;
}
.daterangepicker td.active a:not(.btn),
.daterangepicker td.active:hover a:not(.btn) {
  color: #9bd396;
}
.daterangepicker td.in-range {
  background: #86ca81;
}
.daterangepicker.opensleft:before,
.daterangepicker.opensright:before {
  border-bottom: 7px solid rgba(100, 187, 93, 0.25);
  border-bottom-color: #9bd396;
}
.daterangepicker .ranges label {
  color: #555555;
}
.daterangepicker .ranges li {
  background: #64bb5d;
  border: 1px solid #64bb5d;
  color: #555555;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  color: #fff;
  background-color: #64bb5d;
  border: 1px solid #64bb5d;
}
.daterangepicker .ranges li.active a:hover,
.daterangepicker .ranges li:hover a:hover,
.daterangepicker .ranges li.active a:focus,
.daterangepicker .ranges li:hover a:focus {
  color: #7fc77a;
}
.daterangepicker .ranges li.active a:not(.btn),
.daterangepicker .ranges li:hover a:not(.btn) {
  color: #9bd396;
}
#reportrange {
  border: 1px solid #64bb5d;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #d3d3d3;
}
#map-canvas {
  border: 1px solid #64bb5d;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  margin: 0;
}
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider > a {
  -webkit-transition: none !important;
  transition: none !important;
}
.ui-widget-content {
  background: #f2f3f3 !important;
  border: none !important;
  border-radius: 15px !important;
}
.ui-slider-horizontal {
  height: 9px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #7fc77a !important;
  border: 3px solid #64bb5d !important;
  border-radius: 50% !important;
  padding: 8px;
  outline: none;
}
.ui-widget-header {
  background: #64bb5d !important;
}
.ui-slider-vertical {
  width: 8px !important;
}
.ui-slider-vertical > .ui-slider-handle {
  left: -7px !important;
}
/* Ion.RangeSlider
// css version 1.8.5
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 80%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: 0;
  width: 130%;
  height: 160%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
/* Ion.RangeSlider, Nice Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-slider {
  background: #7fc77a !important;
  border: 3px solid #64bb5d !important;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 18px;
  margin-left: -3px;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
  background: #f2f3f3;
  border-radius: 3px;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-diapason {
  height: 8px;
  top: 25px;
  background-color: #64bb5d;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  color: #555555;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #555555;
}
.gmaps {
  height: 320px;
}
.gmaps-coding {
  height: 280px;
}
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}
/**
 * Nestable
 */
 .dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.dd.dd-alternate .dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #64bb5d;
  cursor: move;
  background: #64bb5d;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd.dd-alternate .dd-handle:hover {
  color: #555555;
  background: #f2f3f3;
  border: 1px solid #f2f3f3;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #555555;
  text-decoration: none;
  border: 1px solid #f2f3f3;
  cursor: move;
  background: #f2f3f3;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #fff;
  background: #64bb5d;
  border: 1px solid #64bb5d;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #555555;
}
.dd-item > button:before {
  content: "\f196";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "\f147";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
 .nestable-lists {
  display: block;
  clear: both;
  width: 100%;
  border: 0;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
/*
#nestable-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px; box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
*/
@media only screen and (min-width: 700px) {
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
 .dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #555555;
  text-decoration: none;
  border: 1px solid #f2f3f3;
  background: #f2f3f3;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #fff;
  background: #64bb5d;
  border: 1px solid #64bb5d;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #f2f3f3;
  background: #f2f3f3;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "\f0b2";
  font-family: 'FontAwesome';
  font-size: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #555555;
  cursor: move;
}
/*
.dd3-handle:hover {
  background: @antagon-color-main;
  color: #fff;
  }*/
  /* the norm */
  #gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
  }
  #gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
  }
  #gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
  }
  #gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
  .gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('../../../../extra/gritter/ie-spacer.gif');
    /* ie7/8 fix */
    border: 1px solid #282828;
  }
  .gritter-item-wrapper.hover {
    border: 1px solid #64bb5d;
  }
  .gritter-top {
    background-color: #282828;
    height: 10px;
  }
/*
.hover .gritter-top {
  background-position:right -30px;
  }*/
  .gritter-bottom {
    background-color: #282828;
    height: 8px;
    margin: 0;
  }
/*
.hover .gritter-bottom {
  background-position: bottom right;
  }*/
  .gritter-item {
    display: block;
    background-color: #282828;
    color: #64bb5d;
    padding: 2px 11px 8px 11px;
    font-size: 12px;
  }
/*
.hover .gritter-item {
  background-position:right -40px;
  }*/
  .gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
  }
  .gritter-close {
    display: none;
    position: absolute;
    top: -2px;
    right: 6px;
    cursor: pointer;
    z-index: 29999;
    color: #64bb5d;
    outline: none;
  }
  .gritter-close:before {
    content: "\f057";
    font-family: Fontawesome;
    font-size: 24px;
    position: relative;
    outline: none;
  }
  .gritter-close:hover {
    color: #4ba144;
    outline: none;
  }
  .gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000;
  }
  .gritter-image {
    width: 48px;
    height: 48px;
    float: left;
  }
  .gritter-with-image,
  .gritter-without-image {
    padding: 0;
  }
  .gritter-with-image {
    width: 220px;
    float: right;
  }
  /* for the light (white) version of the gritter notice */
  .gritter-light .gritter-item,
  .gritter-light .gritter-bottom,
  .gritter-light .gritter-top {
    background-color: #f2f2f3;
  }
  .gritter-light .gritter-title {
    text-shadow: none;
  }
  div.dataTables_length label {
    float: left;
    text-align: left;
  }
  div.dataTables_length select {
    width: 75px;
    border-color: transparent;
  }
  div.dataTables_filter label {
    float: right;
  }
  div.dataTables_filter input {
    border-color: transparent;
    float: right;
  }
  div.dataTables_info {
    padding-top: 26px;
  }
  div.dataTables_paginate {
    float: right;
    margin: 0;
  }
  table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
  }
  table.table thead .sorting,
  table.table thead .sorting_asc,
  table.table thead .sorting_desc,
  table.table thead .sorting_asc_disabled,
  table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
  }
  table.table thead .sorting:after {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0dc";
    float: right;
  }
  table.table thead .sorting_asc:after {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0dd";
    float: right;
  }
  table.table thead .sorting_desc:after {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f0de";
    float: right;
  }
  table.table thead .sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
  }
  table.table thead .sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
  }
  table.dataTable th:active {
    outline: none;
  }
  /* Scrolling */
  div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  div.dataTables_scrollHead table thead tr:last-child th:first-child,
  div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
  }
  div.dataTables_scrollBody tbody tr:first-child th,
  div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
  }
  div.dataTables_scrollFoot table {
    border-top: none;
  }
/*
 * TableTools styles
 */
 .table tbody tr.active td,
 .table tbody tr.active th {
  color: white;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
 div.DTFC_LeftHeadWrapper table,
 div.DTFC_LeftFootWrapper table,
 table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
.datatables_search {
  position: absolute;
  top: 7px;
  right: 170px;
}
.portlet .panel-heading {
  padding: 10px 15px 10px;
  cursor: move;
}
.portlet .panel-caption {
  float: left;
}
.portlet .panel-options {
  float: right;
  margin-top: 4px;
}
.portlet .panel-options .panel-collapse,
.portlet .panel-options .panel-expand,
.portlet .panel-options .panel-remove {
  color: #fff;
}
.portlet .panel-options .panel-collapse > i,
.portlet .panel-options .panel-expand > i,
.portlet .panel-options .panel-remove > i {
  -webkit-transition: none;
  transition: none;
  font-size: 18px;
}
.portlet .panel-options .panel-collapse > i:hover,
.portlet .panel-options .panel-expand > i:hover,
.portlet .panel-options .panel-remove > i:hover,
.portlet .panel-options .panel-collapse > i:focus,
.portlet .panel-options .panel-expand > i:focus,
.portlet .panel-options .panel-remove > i:focus {
  color: #fff;
}
.portlet .panel-options .panel-collapse,
.portlet .panel-options .panel-expand {
  margin-right: 3px;
}
.portlet > .panel.panel-default .panel-options .panel-collapse,
.portlet > .panel.panel-default .panel-options .panel-expand,
.portlet > .panel.panel-default .panel-options .panel-remove {
  color: #555555;
}
.portlet > .panel.panel-default .panel-options .panel-collapse > i:hover,
.portlet > .panel.panel-default .panel-options .panel-expand > i:hover,
.portlet > .panel.panel-default .panel-options .panel-remove > i:hover,
.portlet > .panel.panel-default .panel-options .panel-collapse > i:focus,
.portlet > .panel.panel-default .panel-options .panel-expand > i:focus,
.portlet > .panel.panel-default .panel-options .panel-remove > i:focus {
  color: #555555;
}
.portlet .panel-hidden {
  display: none;
}
.portlet-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #ddd;
  border-radius: 4px;
  margin-bottom: 18px;
}
.slimScroller {
  padding-right: 12px;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
  }
  .select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #64bb5d;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  }
  .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #64bb5d;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  }
  .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
  }
  .select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('../extra/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
  }
  .select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
  }
  .select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
  }
  .select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #64bb5d;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .select2-drop-auto-width {
    border-top: 1px solid #64bb5d;
    width: auto;
  }
  .select2-drop-auto-width .select2-search {
    padding-top: 4px;
  }
  .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #64bb5d;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  }
  .select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
  }
  .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #64bb5d;
  }
  .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #64bb5d;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  }
  .select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../extra/select2/select2.png') no-repeat 0 1px;
  }
  .select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
  }
  .select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-size: 1em;
    border: 1px solid #64bb5d;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff url('../extra/select2/select2.png') no-repeat 100% -22px;
    background: url('../extra/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('../extra/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../extra/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../extra/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  }
  .select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
  }
  .select2-search input.select2-active {
    background: #ffffff url('select2-spinner.gif') no-repeat 100%;
    background: url('../extra/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('../extra/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../extra/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../extra/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  }
  .select2-container-active .select2-choice,
  .select2-container-active .select2-choices {
    border: 1px solid #64bb5d;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #64bb5d;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  }
  .select2-dropdown-open.select2-drop-above .select2-choice,
  .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #64bb5d;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  }
  .select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
  }
  .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
  }
  /* results */
  .select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
  }
  .select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
  }
  .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
  }
  .select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
  }
  .select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .select2-results .select2-highlighted {
    background: #64bb5d;
    color: #fff;
  }
  .select2-results li em {
    background: #feffde;
    font-style: normal;
  }
  .select2-results .select2-highlighted em {
    background: transparent;
  }
  .select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
  }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
  }
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #d4d8d8;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #d4d8d8;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #64bb5d;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../extra/select2/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #555555;
  cursor: default;
  border: 1px solid #64bb5d;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../extra/select2/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../extra/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
 .select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
 .select2-container .select2-choices .select2-search-field input,
 .select2-container .select2-choice,
 .select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #64bb5d;
  border-radius: 4px;
  color: #555555;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #64bb5d;
  border-radius: 4px;
  color: #555555;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
 .select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
 .select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
 .select2-container.input-sm .select2-choice,
 .input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 45px;
  line-height: 1.33;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 43px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
 .select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
 .select2-container .select2-choice .select2-arrow,
 .select2-container .select2-choice div {
  border-left: 1px solid #64bb5d;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
 .select2-container .select2-choice .select2-arrow b,
 .select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
 .has-warning .select2-choice,
 .has-warning .select2-choices {
  border-color: #ffaf00;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #ffaf00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning.select2-drop-active {
  border-color: #ffaf00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #ffaf00;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #ff4444;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #ff4444;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error.select2-drop-active {
  border-color: #ff4444;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #953b39;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #27ae60;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #27ae60;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success.select2-drop-active {
  border-color: #27ae60;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #27ae60;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
 .select2-container-active .select2-choice,
 .select2-container-multi.select2-container-active .select2-choices {
  border-color: #64bb5d;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 187, 93, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 187, 93, 0.25);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #64bb5d;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #64bb5d;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
 .input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
 .select2-results .select2-highlighted {
  color: white;
  background-color: #7fc77a;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
 .select2-bootstrap-append .select2-container-multiple,
 .select2-bootstrap-append .input-group-btn,
 .select2-bootstrap-append .input-group-btn .btn,
 .select2-bootstrap-prepend .select2-container-multiple,
 .select2-bootstrap-prepend .input-group-btn,
 .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
 .select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #64bb5d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #64bb5d;
  color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
 .select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
*/
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
 .select2-results .select2-no-results,
 .select2-results .select2-searching,
 .select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #c09853;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
 .select2-container.select2-container-disabled .select2-choice,
 .select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
 .select2-search input.select2-active,
 .select2-container-multi .select2-choices .select2-search-field input.select2-active,
 .select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
.thumbnail-hover {
  position: relative;
}
.thumbnail-hover .caption {
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
}
.thumbnail-hover .caption p {
  margin: 0;
}
.thumbnail-hover .caption-center:before,
.thumbnail-hover .caption-center p {
  display: inline-block;
  vertical-align: middle;
}
.thumbnail-hover .caption-center:before {
  content: " ";
  height: 100%;
}
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../extra/lightbox2/close.png) url(../extra/lightbox2/loading.gif) url(../extra/lightbox2/prev.png) url(../extra/lightbox2/next.png);
  display: none;
}
/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}
/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}
/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../extra/lightbox2/loading.gif) no-repeat;
}
/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}
/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}
/* line 77, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
  background: url(../img/blank.gif);
  z-index: 11;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../extra/lightbox2/prev.png) left 48% no-repeat;
}
/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
  background: url(../img/blank.gif);
  z-index: 11;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../extra/lightbox2/next.png) right 48% no-repeat;
}
/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../extra/lightbox2/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lightbox a {
  -webkit-transition: none;
  transition: none;
}
.lightbox .lb-number {
  display: block;
  padding: 5px 0 0;
}
.knob {
  outline: none;
}
.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}
.plan > .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 16px;
  background: #64bb5d;
  color: #fff;
}
.plan > .head > h2 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 30px;
}
.plan > ul {
  list-style-type: none;
  padding: 20px;
  margin-top: 2px;
}
.plan > ul li {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.plan > .price {
  border-top: 1px solid #f2f3f3;
  margin: 0 auto 30px auto;
  width: 80%;
}
.plan > .price > h3 {
  font-size: 82px;
  vertical-align: top;
  line-height: 1;
}
.plan > .price > h4 {
  font-size: 18px;
}
.plan .btn {
  margin-bottom: 4px;
}
.plan:hover {
  background-color: #64bb5d;
  color: #fff;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
 @media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  z-index: 3;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload .input-group .btn-file {
  border-radius: 0;
}
.fileupload .fileupload-remove {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-group .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
.spinner input {
  width: 80px;
  float: left;
}
.spinner .btn {
  position: relative;
  width: 21px;
  height: 16px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}
.spinner .btn.disabled {
  cursor: not-allowed;
}
.spinner .spinner-buttons {
  position: relative;
  float: left;
  width: 21px;
  left: -21px;
}
.spinner .spinner-buttons i {
  font-size: 10px;
}
.spinner .spinner-up {
  padding: 0 0 4px 1px;
  height: 18px;
}
.spinner .spinner-up i {
  position: relative;
  top: -3px;
}
.spinner .spinner-down {
  padding: 0 0 4px 1px;
  height: 17px;
}
.spinner .spinner-down i {
  position: relative;
  top: -4px;
}
.combobox a {
  font-size: 14px;
}
.combobox button.btn {
  border-radius: 0 4px 4px 0;
}
.select {
  /*.dropdown-menu {
    margin-top: 3px;
    }*/
  }
  .select .dropdown-label {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline-block;
    text-align: left;
    font-weight: normal;
  }
  #selectTextSize {
    display: inline-block;
    position: absolute;
    visibility: hidden;
    top: 0;
  }
  .pillbox {
    padding: 3px;
  }
  .pillbox ul {
    display: inline-block;
    margin: 0;
  }
  .pillbox li {
    font-size: 11.844px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    vertical-align: baseline;
    background-color: #999999;
    padding: 1px 4px 2px 7px;
    border-radius: 3px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    float: left;
  }
  .pillbox li:after {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    opacity: 20;
    filter: alpha(opacity=2000);
    padding-left: 4px;
    top: -2px;
    position: relative;
    content: " \00D7";
  }
  .pillbox li:hover:after {
    opacity: 40;
    filter: alpha(opacity=4000);
  }
  .pillbox li.status-primary {
    background-color: #64bb5d;
  }
  .pillbox li.status-important {
    background-color: #ff4444;
  }
  .pillbox li.status-warning {
    background-color: #ffaf00;
  }
  .pillbox li.status-success {
    background-color: #27ae60;
  }
  .pillbox li.status-info {
    background-color: #236b9b;
  }
  .pillbox li.status-cyanide {
    background-color: #3498db;
  }
  .pillbox li.status-meadow {
    background-color: #8a9b0f;
  }
  .pillbox li.status-cocktail {
    background-color: #e97f02;
  }
  .pillbox li.status-hearts {
    background-color: #bd1550;
  }
  .pillbox li.status-party {
    background-color: #490a3d;
  }
  .pillbox li.status-midnight {
    background-color: #2c3e50;
  }
  .pillbox li.status-concrete {
    background-color: #95a5a6;
  }
  .pillbox li.status-gunmetal {
    background-color: #292e37;
  }
  .pillbox li.status-hollow {
    background-color: #423732;
  }
  .pillbox li.status-mango {
    background-color: #f0c234;
  }
  .pillbox li.status-berry {
    background-color: #e74c3c;
  }
  .pillbox li.status-cello {
    background-color: #b66432;
  }
  .tree {
    padding-left: 14px;
    overflow: auto;
    position: relative;
  }
  .tree:before {
    width: 1px;
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    top: -21px;
    bottom: 16px;
    left: 0;
    border-left: 1px dotted #555555;
  }
  .tree .tree-folder {
    position: relative;
    width: auto;
    min-height: 20px;
    cursor: pointer;
    border: 1px solid #fff;
  }
  .tree .tree-folder:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #555555;
    z-index: 1;
  }
  .tree .tree-folder .tree-folder-header {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
    margin: 0;
    padding: 4px 5px 6px;
    color: #555555;
    border-radius: 3px;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }
  .tree .tree-folder .tree-folder-header:hover {
    color: #fff;
    background-color: #64bb5d;
  }
  .tree .tree-folder .tree-folder-header .tree-folder-name {
    display: inline;
    z-index: 2;
    margin-left: 2px;
  }
  .tree .tree-folder img {
    margin-left: 4px;
  }
  .tree .tree-folder .tree-folder-content {
    margin-left: 23px;
    position: relative;
  }
  .tree .tree-folder .tree-folder-content:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 1px;
    z-index: 1;
    top: -9px;
    bottom: 16px;
    left: -12px;
    border-left: 1px dotted #555555;
  }
  .tree .tree-item {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
    cursor: pointer;
    margin: 0;
    padding: 4px 8px 6px;
    color: #555555;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }
  .tree .tree-item:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #555555;
    z-index: 1;
  }
  .tree .tree-item:hover {
    color: #fff;
    background-color: #64bb5d;
  }
  .tree .tree-item .tree-item-name {
    margin-left: 2px;
    display: inline;
    z-index: 2;
  }
  .tree .tree-item .tree-item-name > i {
    margin-left: -2px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
  }
  .tree .tree-selected {
    background-color: #64bb5d;
    color: #fff;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }
  .tree .tree-selected:hover {
    background-color: #f2f3f3;
    color: #555555;
  }
  .tree .tree-selected:hover .tree-actions > i {
    border: 1px solid #64bb5d;
    color: #64bb5d;
  }
  .tree .tree-selected > i {
    margin-left: -2px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
  }
  .tree .fa {
    display: inline;
  }
  .tree.tree-solid-line {
    padding-left: 12px;
  }
  .tree.tree-solid-line:before {
    border-left: 1px solid #555555;
  }
  .tree.tree-solid-line .tree-folder:before {
    border-top: 1px solid #555555;
  }
  .tree.tree-solid-line .tree-folder .tree-folder-content:before {
    border-left: 1px solid #555555;
  }
  .tree.tree-solid-line .tree-item:before {
    border-top: 1px solid #555555;
  }
  .tree.tree-no-line {
    padding-left: 0;
  }
  .tree.tree-no-line:before {
    display: none;
  }
  .tree.tree-no-line .tree-folder:before {
    display: none;
  }
  .tree.tree-no-line .tree-folder .tree-folder-content:before {
    display: none;
  }
  .tree.tree-no-line .tree-item:before {
    display: none;
  }
  .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    content: "\f056";
    padding-right: 2px;
  }
  .tree.tree-plus-minus .tree-folder-header .fa-folder:before {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    content: "\f055";
    padding-right: 2px;
  }
  .tree.tree-plus-minus .tree-folder-name {
    margin-left: 0px !important;
  }
  .tree .tree-actions {
    display: none;
    position: absolute;
    margin-top: 1px;
    right: 4px;
  }
  .ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
  .ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    margin-top: -5px;
  }
  .tree .tree-item:hover .tree-actions,
  .tree .tree-folder-header:hover .tree-actions {
    display: inline-block;
  }
  .tree .tree-actions > i {
    font-weight: 300;
    border: 1px solid #fff;
    padding: 1px 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
    margin-top: 0px;
    display: inline-block;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
  }
  .tree .tree-actions > i:hover {
    color: #555555;
    border: 1px solid #555555;
  }
  .icon-blink {
    display: inline-block;
    -moz-animation: blink .2s infinite linear;
    -o-animation: blink .2s infinite linear;
    -webkit-animation: blink .2s infinite linear;
    animation: blink .2s infinite linear;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .search {
    display: inline-block;
  }
  .wizard {
    border: 1px solid #64bb5d;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #fff;
  }
  .wizard:before,
  .wizard:after {
    content: " ";
    display: table;
  }
  .wizard:after {
    clear: both;
  }
  .wizard:before,
  .wizard:after {
    content: " ";
    display: table;
  }
  .wizard:after {
    clear: both;
  }
  .wizard ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    /* set z-index on steps for chevron overlap */
  }
  .wizard ul li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 47px;
    line-height: 47px;
    position: relative;
    background: #ededed;
    color: #999999;
    font-size: 16px;
    cursor: default;
  }
  .wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #64bb5d;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
  }
  .wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #ededed;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
  }
  .wizard ul li.complete {
    background: #64bb5d;
    color: #fff;
  }
  .wizard ul li.complete .badge {
    background: #fff;
    color: #64bb5d;
  }
  .wizard ul li.complete .chevron:before {
    border-left: 14px solid #64bb5d;
  }
  .wizard ul li.complete:hover {
    background: #7fc77a;
    cursor: pointer;
  }
  .wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #7fc77a;
  }
  .wizard ul li.active {
    background: #64bb5d;
    color: #fff;
  }
  .wizard ul li.active .chevron:before {
    border-left: 14px solid #64bb5d;
  }
  .wizard ul li.active .badge {
    color: #64bb5d;
    background-color: #fff;
  }
  .wizard ul li .badge {
    position: relative;
    top: -2px;
    margin-right: 8px;
  }
  .wizard ul li:nth-child(1) {
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    z-index: 10;
  }
  .wizard ul li:nth-child(2) {
    z-index: 9;
  }
  .wizard ul li:nth-child(3) {
    z-index: 8;
  }
  .wizard ul li:nth-child(4) {
    z-index: 7;
  }
  .wizard ul li:nth-child(5) {
    z-index: 6;
  }
  .wizard ul li:nth-child(6) {
    z-index: 5;
  }
  .wizard ul li:nth-child(7) {
    z-index: 4;
  }
  .wizard ul li:nth-child(8) {
    z-index: 3;
  }
  .wizard ul li:nth-child(9) {
    z-index: 2;
  }
  .wizard ul li:nth-child(10) {
    z-index: 1;
  }
  .wizard .actions {
    float: right;
    padding-right: 6px;
    margin-top: 6px;
    vertical-align: middle;
  }
  .wizard .actions a {
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px;
  }
  .wizard .actions .btn-prev i {
    margin-right: 5px;
  }
  .wizard .actions .btn-next i {
    margin-left: 5px;
  }
  .step-content {
    padding: 10px;
  }
  .step-content .step-pane {
    display: none;
  }
  .step-content .active {
    display: block;
  }
/* Skin variables
---------------------------------------------------------------------------------------------*/
/* Classes
---------------------------------------------------------------------------------------------*/
.antagon-color-main {
  color: #64bb5d !important;
}
.antagon-font-normal {
  font-weight: 300 !important;
}
.antagon-font-oswald-bold {
  font-weight: 400 !important;
}
.antagon-font-oxygen-bold {
  font-weight: 700 !important;
}
.antagon-letter-spacing-2 {
  letter-spacing: -2px !important;
}
.antagon-letter-spacing0 {
  letter-spacing: 0 !important;
}
.antagon-letter-spacing2 {
  letter-spacing: 2px !important;
}
.antagon-color-white {
  color: #fff !important;
}
/* Elements
---------------------------------------------------------------------------------------------*/
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 400;
}
p,
ul {
  line-height: 1.6;
}
/* Overridden variables
---------------------------------------------------------------------------------------------*/


/*==========  Estilos de Daclub  ==========*/

/* home */
img.logo {
  max-width: 90%;
  height: auto;
  margin-top: 20px;
}

p.index-subtitulo {
  color:#819113;
  font:20px oswald;  
}

.navbar-default .navbar-nav a.anunciate {
  color:#FFE391;
}

.cercana .panel-body {
  background: url(../images/f_mapa.jpg) no-repeat center center;
  height:250px;
}

.cercana .panel-body form input[type=text]{
  background:rgba(255,255,255,0.7);
}

.servicios-home {
  background: #eee;
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
  text-align:center;
}

.servicios-home p.titulo {
  font:23px museosans500;
  color:#3F4458;
  margin-bottom:  0;
}

.servicios-home p.subtitulo {
  color:#3F4458;
  font:14px museosans300;
}

.servicios-home .iconos-servicios a{
  display:inline-block;
  margin-left: 4px;
  margin-right: 3px;
  margin-bottom: 4px;
}

.servicios-home .iconos-servicios a:hover {
  opacity: 0.5;
}

.servicios-home .iconos-servicios a img{
  width: 58px;
  border:none;
  padding:0;
  border-radius: 0;
  margin-bottom: 10px;
}

.enlaces-servicios {
  text-align: justify;
}

.enlaces-servicios a{
  color:#fff;
  font:11px oxygen;
  background-color: #8EAD30;
  padding: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.enlaces-servicios a:hover {
  background-color: orange;
}

#galeria {
  background-color: transparent;
}

.panel-body.galeria-chicas {
  /*background-color: #A6C839;*/
  background-color: transparent;
  padding-left:0;
  padding-right:0;
}

.iconos-servicios div {
  display:inline-block;
}



.flota-derecha {
  float:right;
}

#gmap {
  width: 100%;
  height: 250px;
}

label.error {
  color:#1393f2;
  font:20px roboto;
}

#paginacion {
  text-align:center;
  font-size:19px;
  margin: 40px 0;
  min-height:50px;
}

#paginacion ul {
  margin-bottom:  30px;
}

#paginacion ul li {
  list-style:   none;
  display:inline;
  padding-right:  20px;
}

#paginacion ul li a {
  color:#43B3E9;
  text-decoration:none;
  background:url(../images/pagina.png) no-repeat center center;
  padding:50px 10px;
  opacity:0.6;  
}

#paginacion ul li a.opacidad {
  opacity:0.5;
  opacity:1;
  color:#c00;
}

#paginacion ul li a:hover {
  color:#333;
}

.telefono-home {
  font-size:24px;
}

/* movil */
@media(max-width: 768px){

  .navbar-default {
    background: #27d4ff;
  background: -moz-linear-gradient(top,  #27d4ff 0%, #2384ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27d4ff), color-stop(100%,#2384ad));
  background: -webkit-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -o-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -ms-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: linear-gradient(to bottom,  #27d4ff 0%,#2384ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27d4ff', endColorstr='#2384ad',GradientType=0 );
  }
  .navbar-default .navbar-nav a{
    /*padding-top:5px;*/
    /*padding-bottom:5px;*/
    font-size: 17px;
    font-weight:normal;
    text-shadow:none;
  }


  .cercana .panel-body {
    height:auto;
  }

  .cercana .panel-footer {
    display:none;
  }

  .busqueda .panel-footer {
    display:none;
  }

  .servicios-home {
    padding:0;
  }

  .chica-galeria .caption h3 {
    color:#C1D101;
    font:normal 14px dosis;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
    height: 35px;
  }

  .chica-galeria .caption p {
    font:10px arial;
    height:55px;
  }


  .ficha-caracteristicas img {
    width: 48px;
  }

  #paginacion {
    text-align:center;
    font-size:12px;
    margin: 40px 0;
    min-height:50px;
  }

  #paginacion ul {
    margin-bottom:  30px;
  }

  #paginacion ul li {
    list-style:   none;
    display:inline;
    padding-right:  20px;
  }

  #paginacion ul li a {
    color:#43B3E9;
    text-decoration:none;
    background:url(../images/paginamovil.png) no-repeat center center;
    padding:50px 5px;
    opacity:0.6;  
  }

  #paginacion ul li a.opacidad {
    opacity:0.5;
    opacity:1;
    color:#c00;
  }

  #paginacion ul li a:hover {
    color:#333;
  }


}


  /* no movil */
  @media(min-width: 768px ){
    
    img.logo {
      max-width: 90%;
      height: auto;
      margin-top: 10px;
    }

    .redes-sociales a span img {
      width: 30px;
    }

    .redes-sociales  li a {
      padding:10px
    }

  }

/**
*
* HOME
*
**/

p.index-titulo {
  margin-top:100px;
  margin-bottom: 40px;  
}

@media(max-width: 768px){
p.index-titulo {
  margin-top:5px;  
}
}

p.index-texto-titulo {
  font:18px museosans500;
  color:#656974;
  margin-bottom: 0px;
  color:#fff;
  text-shadow:2px 2px 3px #000;
}


p.index-texto-titulo.lafolleramayor {
font:35px kingsbridgeregular;
color:#000;
margin-bottom:  60px;
text-shadow: 1px 1px 3px #FFF;
}

@media(max-width: 380px){
p.index-texto-titulo.lafolleramayor {
font:20px kingsbridgeregular;
}
}

h1.index-subtitulo {
  font:35px museosans700;
  color:#374256;
  margin:0 0 5px 0;
  color:#fff;
  text-shadow:2px 2px 3px #000;
}

@media(max-width: 480px){
h1.index-subtitulo {
  font-size:20px;

}
}

.botones-publicar {
  text-align:center;
  margin:33px 0;
}

a.btn-anunciate {
  /*display:block;*/
  text-align:center;
  width:300px;
  margin:0 auto;
  background: #56d592;
  background: -moz-linear-gradient(top,  #56d592 0%, #32b75e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56d592), color-stop(100%,#32b75e));
  background: -webkit-linear-gradient(top,  #56d592 0%,#32b75e 100%);
  background: -o-linear-gradient(top,  #56d592 0%,#32b75e 100%);
  background: -ms-linear-gradient(top,  #56d592 0%,#32b75e 100%);
  background: linear-gradient(to bottom,  #56d592 0%,#32b75e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d592', endColorstr='#32b75e',GradientType=0 );
  font:20px museosans300;
  padding:5px;
  color:#fff;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top:20px;
}

@media(max-width: 480px){
a.btn-anunciate {
  font-size:15px;
  display:block;
  max-width:60%;
}
}



a.btn-anunciate:hover {
  background: #27d4ff;
  background: -moz-linear-gradient(top,  #27d4ff 0%, #2384ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27d4ff), color-stop(100%,#2384ad));
  background: -webkit-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -o-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -ms-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: linear-gradient(to bottom,  #27d4ff 0%,#2384ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27d4ff', endColorstr='#2384ad',GradientType=0 );
}

a.btn-destacate {
  /*display:block;*/
  text-align:center;
  width:370px;
  margin:0 auto;
  background: #ff0099; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff0099 0%, #d6006e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0099), color-stop(100%,#d6006e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff0099 0%,#d6006e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff0099 0%,#d6006e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff0099 0%,#d6006e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff0099 0%,#d6006e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099', endColorstr='#d6006e',GradientType=0 ); /* IE6-9 */
  font:20px museosans300;
  padding:5px;
  color:#fff;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top:20px;
}

@media(max-width:  400px){
a.btn-destacate {
  font-size:15px;
  max-width:50%;
}
}

a.btn-destacate:hover {
  background: #be0072; /* Old browsers */
  background: -moz-linear-gradient(top,  #be0072 0%, #9e0052 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be0072), color-stop(100%,#9e0052)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #be0072 0%,#9e0052 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #be0072 0%,#9e0052 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #be0072 0%,#9e0052 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #be0072 0%,#9e0052 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0072', endColorstr='#9e0052',GradientType=0 ); /* IE6-9 */

}


body.home .panel-body {
padding-bottom: 0;
}

body.home .panel-heading {
  padding-bottom:  0;
}

#mapaputas {
  max-width:  100%;
}

#mapaputas:hover {
    opacity: 0.8;
}

.contenedor-formulario {
  width:100%;
  height:160px;
  background: #eee;
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
  background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}

@media(max-width: 768px){
.contenedor-formulario {
  height:auto;
}
}

.localizacion form {
  padding:10px;
  font:14px roboto;
}

.localizacion input[type=text] {
  padding:2px;
}

@media(max-width: 768px){
.localizacion input[type=text] {
  max-width:150px;
}
}

.localizacion form hr {
  margin:10px 0;
}

.btnazul {
  display:inline-block;
  color:#fff;
  background: #92eaff;
  background: -moz-linear-gradient(top,  #92eaff 0%, #43acd9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92eaff), color-stop(100%,#43acd9));
  background: -webkit-linear-gradient(top,  #92eaff 0%,#43acd9 100%);
  background: -o-linear-gradient(top,  #92eaff 0%,#43acd9 100%);
  background: -ms-linear-gradient(top,  #92eaff 0%,#43acd9 100%);
  background: linear-gradient(to bottom,  #92eaff 0%,#43acd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92eaff', endColorstr='#43acd9',GradientType=0 );
  padding:5px 10px;
  font:500 14px roboto;
  text-transform:uppercase;
  border:1px solid #68C9EB;
  text-align:center;
}

.btnazul:hover {
  opacity:.9;
  color:#fff;
  background: #27d4ff;
  background: -moz-linear-gradient(top,  #27d4ff 0%, #2384ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27d4ff), color-stop(100%,#2384ad));
  background: -webkit-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -o-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: -ms-linear-gradient(top,  #27d4ff 0%,#2384ad 100%);
  background: linear-gradient(to bottom,  #27d4ff 0%,#2384ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27d4ff', endColorstr='#2384ad',GradientType=0 );
}

.well-aviso-legal {
  background:#48CC76;
  color:#fff;
  font:13px roboto;
  padding:5px;
  border-radius:  0 !important;  
}

.well-actualizacion {
  background:#E00078;
  color:#fff;
  font:19px roboto;
  padding:5px;
  border-radius:  0 !important; 
  text-align:center; 
}


.well-whatsapp {
  background:transparent;
  padding:5px;
  border-radius:  0 !important; 
  text-align:center; 
}



.well-filtro {
  background:#46AFDC;
  color:#fff;
  font:20px roboto;
  padding:10px;
  border-radius:  0 !important;
  text-align: center;
}

.well-filtro span {
  color:#ffc;
}

/*chicagaleria*/

.chica-galeria {
  padding-left: 8px;
  padding-right: 8px;
  height:740px;
}


@media(max-width: 775px){
  .chica-galeria {
    height:650px;
  }
}

@media(max-width: 600px){
  .chica-galeria {
    height:550px;
  }
}

@media(max-width: 480px){
  .chica-galeria {p
    padding-left: 0px;
    padding-right: 3px;
    height:450px;
  }
}

@media(max-width: 420px){
  .chica-galeria {p
    padding-left: 0px;
    padding-right: 3px;
    height:380px;
  }
}

@media(max-width: 330px){
  .chica-galeria {
    padding-left: 0px;
    padding-right: 3px;
    height:360px;
  }
}



.chica-galeria .thumbnail {
  border:none;
  background:#f2f2f2;
  border-radius:0;
  padding:15px;
  padding-bottom: 0;
}

.chica-galeria .thumbnail.premium {
  background:#FFE6F2;
}

@media(max-width: 480px){
  .chica-galeria .thumbnail {
    padding:5px;
}
}

.chica-galeria h3 {
  font:23px museosans500;
  color:#259248;
  margin-top:-10px;
  margin-bottom:  0;  
}

@media(max-width: 480px){
.chica-galeria h3 {
     font:14px roboto;
     text-align: center;
     margin-top: -10px
}
}

.puntos-suspensivos {
  display:block;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.chica-galeria p.descripcion {
  font:13px roboto;
  text-align: justify;
  color:#1F1F1F;
  height:60px;
  overflow:hidden;
  text-overflow:ellipsis;
  text-transform:lowercase;
}

@media(max-width: 480px){
  .chica-galeria p.descripcion {
     font:11px roboto;
     text-align: left !important;
}
}

.chica-galeria p.descripcion:first-letter {
  text-transform: uppercase;
}



.chica-galeria p.ptelefono {
    background: #32C260;
  margin:0 -15px;
  padding-bottom:5px;
  position:relative;
}


@media(max-width:480px ){
  .chica-galeria p.ptelefono {
    margin:0 -5px;
    padding-bottom:0;

}
}

p.ptelefono img.icono-filtro {
  position:absolute;
  top:0;
  right:0;
}



    @media(max-width:480px ){
    p.ptelefono img.icono-filtro {
      position:absolute;
      top:0;
      right:0;
      width:28px;
    }
    }


p.ptelefono img.bandera {
  position:absolute;
  top:-27px;
  right:0;
}

    @media(max-width:480px ){
    p.ptelefono img.bandera {
      position:absolute;
      top:-16px;
      right:0px;
      width:20px;
    }
    }

p.ptelefono img.fotosverificadas {
position:absolute;
top:-27px;
right:40px;
}

@media(max-width: 480px){
p.ptelefono img.fotosverificadas {
position:absolute;
      top:-16px;
      right:25px;
      height:20px;
}
}

.chica-galeria p.ptelefono a {
  color:#fff;
  font:35px roboto;
  letter-spacing: 1px;
  padding:0 15px;
  display:block;
}

@media(max-width: 480px){
.chica-galeria p.ptelefono a {
    color:#fff;
    font:14px roboto;
    letter-spacing: 0px;
    padding:3px;
    display:block;
  }
}

.chica-galeria p.ptelefono a:hover {
 color:#DDF7E6;
}

.chica-galeria p.ptelefono a img {
  display:inline;
  margin-right: 10px;
  position:relative;
  top:-2px;
}



@media(max-width: 480px){
  .chica-galeria p.ptelefono a img {
    width:20px;
    margin-right:10px;
    top:0;
}
}

.cercania {
text-align: center;
background:rgba(255,255,255, 0.9);
height:60px;
padding:5px;
font:25px roboto;
}

.cercania span {
  display:block;
  color:#46AFDC;
  font:15px roboto;
  position:relative;
  top:-5px;
}

@media(max-width: 400px){
.cercania {
  font:14px roboto;
  height:50px;
  position:relative;
  top:-10px;
  background:#fff;
  display:block;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.cercania span {
  font:15px roboto;
  top:3px;
}
}

.zona-listado {
  position:relative;
  background: rgba(0,0,0,0.5);
  color:#fff;
  font:12px roboto;
  padding:3px;
  text-align: center;
  top:-21px;
  z-index:1000;
  width:40%;
  margin:0 auto;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  border-radius:2px;
}

@media(max-width: 480px){
.zona-listado {
  font:9px roboto;
  top:-15px;
  width:60%;
}
}

a.tituloweb {
  display:block;
  text-align: center;
  color:#3D485C;
  font:55px kingsbridgeregular, arial;
  text-shadow:1px 1px 3px rgba(255,255,255,1);
  margin-top:100px;
  margin-bottom: 40px; 
}

a.tituloweb.home {
  margin-bottom: 20px;
}

a.tituloweb.lafolleramayor {
  margin-top:40px;
  margin-bottom: 10px;
}


@media(max-width: 480px){
a.tituloweb {
  font-size:30px;
  margin-top:25px;
  margin-bottom:25px;
}
}

a.tituloweb:hover {
  color:#000;
}

a.tituloweb span {
  color:#FF0099;
  font-weight:bold;
}

.ficha {
  color:#000;
  margin-right:20px;
  box-shadow:none;
  border-radius:0;
  background:#F3f3f3;
}

@media(max-width:1024px){
.ficha {
  margin-right:0;
}
}

.ficha .panel-body {
  font:400 24px roboto;
  z-index:1000;
  color:#444;

}

.ficha .descripcion a {
  color:#444;
}

.ficha .panel-body p{
  padding-bottom:15px;
   line-height:1.3em;
}

.verde {
  background:#D2E5D2;
}

.ficha h1 {
  font:700 45px roboto;
  margin:0 0 10px 0;
  color:#3C6792;
}

@media(max-width: 400px){
.ficha h1 {
  font:700 35px roboto;
  
}
}

.ficha .panel-heading {
  background:#E9E9E9;
  color:#3C6792;
  border-radius:0;
}

.panel-heading.verde {
  background:#52d18c;
  color:#fff;
}


.ficha .panel-heading .panel-title {
  font:20px museosans100;
}

.ficha .panel-heading .panel-title.grande {
  font:25px museosans300;
  }

.ficha .panel-heading .panel-title.grande i {
  color:#EFA3D1;
}

.ficha a.telefono-ficha {
  font: 700 45px roboto;
}

span.visto {
  display: block;
  font:15px roboto;
  /*font-variant: small-caps;*/
}

@media(max-width: 480px){
  .ficha a.telefono-ficha {
    font:700 35px roboto;
    display: inline-block;

  }
}

.ficha label {
  font:15px roboto;
  color:#444;
}

.ficha label.error {
  color:#c00;
  font:300 15px roboto;
}

.ficha input, .ficha textarea {
  background:#fff;
  border-radius:0;
}

.m20 {
  margin:0 20px;
}

.goog-te-gadget {
  font:14px museosans300 !important;
}


a.maschicas {
  display:block;
  float:left;
  width:48%;
  margin-left: 3px;
  text-align:  center;
}
a.maschicas:hover {
 box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

a.maschicas:hover p.icono, a.maschicas:hover p.texto-icono {
color:#666;
}

a.maschicas img {
  width:100%;
  display:block;

}

a.maschicas:hover img {
 -webkit-filter: hue-rotate(-30deg);
}

a.maschicas p.nombre {
  color:#333;
  margin:0;
  font:15px roboto;
  text-transform:   uppercase;
  background:#fff;
}

a.maschicas p.icono {
  font-size:40px;
  color:#FF0099;
  margin:0;
}

a.maschicas p.texto-icono {
  font:700 15px roboto;
  font:15px museosans500;
  text-transform: uppercase;
  color:#CC007A;
}

.titulo-edicion {
  font:300 35px roboto !important;
  color:#1393F2;
  background:#eee;
  padding: 10px;
  border-bottom:2px solid #ccc;
  
}


/**
*
* BOTON WHATSASPP
*
**/

.wa_btn {
  background-image: url('button.svg');
  border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
    font-family: roboto;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    line-height: 1.2;
  text-decoration: none;
  text-align: left;
}

.wa_btn_s {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px;
}

.wa_btn_m {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px;
}

.wa_btn_l {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px;
}


/**
*
* AUDIO
*
**/

.well-musica {
 background: #e2e2e2;
 background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
 background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
 background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
 background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
 background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
  color:#333;
  font:23px roboto;
  padding:5px;
  border-radius:  0 !important; 
  text-align:center; 
}

div.audio-container {
  padding-top:14px;
}

.audio-container ol {
  margin-top:10px;
}

.audiojs
{
  background: #404040;
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  height: 22px;
  moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

@media(max-width: 400px){
.audiojs {
  width:100%;
}
}

.audiojs .play-pause
{
  height: 20px;
  padding: 0px 8px 0px 0px;
}
.audiojs p
{
  height: 20px;
  margin: -3px 0px 0px -1px;
  width: 25px;
}
.audiojs .scrubber
{
  background: #5a5a5a;
  height: 10px;
  margin: 5px;
  width: 310px;
}
.audiojs .progress
{
  background: #ccc;
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  height: 10px;
  width: 0px;
}
.audiojs .loaded
{
  background: #000;
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  height: 10px;
}
.audiojs .time
{
  float: left;
  height: 25px;
  line-height: 25px;
}
.audiojs .error-message
{
  height: 24px;
  line-height: 24px;
}
.track-details
{
  background: #eee;
  clear: both;
  color: #222;
  font-family: monospace;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  padding: 1px 6px;
  webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  width: 448px;
}
.track-details:before
{
  content: '♬ ';
}
.track-details em
{
  color: #999;
  font-style: normal;
}
ol
{
  color: #ccc;
  font-size: 0.9em;
  list-style: none;
  margin: 0px;
  padding: 0px;

}
ol li
{
  cursor: pointer;
  margin: 0px;
  padding: 9px 2px 10px;
  position: relative;
  display:inline;
}
ol li a
{
  display: inline-block;
  padding: 0px 0px 0px 40px;
  text-indent: -3.3ex;
  font:14px roboto;
}
li.playing
{
  color: #aaa;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
li.playing a
{
  color: #000;
}
li.playing:before
{
  color: #000;
  content: '\266B';
  font-size: 16px;
  height: 14px;
  left: 0px;
  line-height: 24px;
  margin: 0px;
  padding: 3px;
  position: absolute;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  top: 9px;
  width: 14px;
}

/* MODO NOCTURNO */
a.nocturno {
  display: block;
  text-align: center;
  width:40px;
  height:40px;
  background:#000;
  border-radius:20px;
  color:#fff;
  font-size:30px;
  padding-left: 6px;
  margin-left:10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

span.texto-nocturno{
  font:10px arial;
  display:block;
  width:40px;
  text-align:center;
  margin-left:10px;
}

span.texto-diurno{
  font:10px arial;
  display:block;
  width:40px;
  color:#fff;
  text-align:center;
  margin-left:10px;
}


a.nocturno:hover {
opacity:0.5;
}

a.diurno {
  background:#00ADD9;
  color:#FFC000;
  padding-left:2px;
}

/* Telefonos */

.contenedor-telefonos {
  margin:15px;
  -webkit-column-count: 7; /* Chrome, Safari, Opera */
  -moz-column-count: 7; /* Firefox */
  column-count: 7;
  -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
  -moz-column-gap: 10px; /* Firefox */
  column-gap: 10px;
  -webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
  -moz-column-rule: 1px outset #eee; /* Firefox */
  column-rule: 1px outset #eee;
  text-align: center
}

.contenedor-telefonos a {
  font-size:21px;
}


div.pasos {
  padding:2px 5px;
  background:#ffffcc;
  margin-bottom:10px;
  border:1px solid gainsboro;
  border-radius: 2px;
  box-shadow: 2px 0px 10px rgba(100,100,100,0.2);
  width:30%;

}


/* Fade Slideshow */
.fadein { position:relative; height:600px; width:500px; max-width:100%;}
.fadein img { position:absolute; left:0; top:0; max-width:100%; }

@media(max-width: 400px){
.fadein { position:relative; height:300px; width:500px; max-width:100%;}
}


@media(max-width:  400px){
.menu-principal {
  margin-top:-30px;
}
}


/* blog */
.entrar-web {
  width:100%;
}


.banner-home {
  margin:0 15px 10px 15px;
}

.banner-home div {
  float:left;
  width:25%;
  position:relative;
}

.banner-home div img {
  width:100%;
}

.banner-home div a:hover img {
  /*opacity:0.4;*/
}

.banner-home div span {
  display:block;
  width:100%;
  padding:3px 0;
  background:rgba(0,0,0,0.4);
  position:absolute;
  bottom:10px;
  text-align:center;
  font:300 15px roboto;
  text-transform:uppercase;
  color:#fff;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.banner-home div:hover span {
  background:rgba(255, 0, 153, 0.4);
}



@media(max-width: 480px){
  .banner-home div {
   
    width:50%;
    
  }
}

/*mapa edicion a la mitad pantallas grandes*/
@media(min-width: 480px){
  #mapdiv {
    width:60% !important;
  }
}


/*anuncio desactivado*/
.desactivado {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=146, Color=#000000)";/*IE 8*/
  text-shadow: 3px 2px 6px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
padding:10px;
margin:0 15px;
}

.desactivado h1, .desactivado h2 {
  color:#c00;
}

/*tabla de precios de banners */
#tprecios td {
  font-size:19px;
}

.eliminarfiltro {
  text-decoration: underline;
  color:#DE4362;
  font-size:30px;
  text-shadow:  1px 1px 1px #fff;
}

#conocechicas {
  padding:40px;
  color:#fff;
  background: rgb(114,191,113);
  background: -moz-linear-gradient(-45deg,  rgba(114,191,113,1) 0%, rgba(81,135,81,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(114,191,113,1) 0%,rgba(81,135,81,1) 100%);
  background: linear-gradient(135deg,  rgba(114,191,113,1) 0%,rgba(81,135,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bf71', endColorstr='#518751',GradientType=1 );
  font-size:35px;
  position:relative;
}

#conocechicas a {
  color:#fff;
  border-bottom:1px dotted rgba(255,255,255,0.4);
  font-weight:300;
}

#conocechicas a.ojo {
  border-bottom:none;
  position:absolute;
  top:0;
  z-index:20;
  right:10px;
}

#conocechicas a.ojo img {
  width:180px;

}

.avisotravestis {
font-size:40px;
color:#fff;
background: #49c0f0;
background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
background: -webkit-linear-gradient(top, #49c0f0 0%,#2cafe3 100%);
background: linear-gradient(to bottom, #49c0f0 0%,#2cafe3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 );
}

@media(max-width: 500px ){
.avisotravestis {
font-size:20px;
}
.nomovil {
  display: none;
}
}

/* Estilos blog */
h1.blog {
  font-size: 35px;
}
.contenidoblog p {
  font-size:22px;
}

/* seccion travestis titulo chicos */
div.titulo-chicos {
  width:100%;
  clear:both;
  background: #32c260;
  background: -moz-linear-gradient(top,  #32c260 0%, #089332 100%);
  background: -webkit-linear-gradient(top,  #32c260 0%,#089332 100%);
  background: linear-gradient(to bottom,  #32c260 0%,#089332 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32c260', endColorstr='#089332',GradientType=0 );
  color:#fff;
  text-align:center;
  font:35px 'museosans500';
  text-transform:uppercase;
  margin-bottom:40px;
}

/* texto ampliar mapa */
.ampliar-mapa {
  font-size:180%;
}

/* whatsapp */
#whatsapp {
  max-width:200px;
  position:fixed;
  bottom:120px;
  right:5px;
  cursor:pointer;
  background:#fff;
  padding:1px;
  font-weight:300;
  text-align:center;
  z-index: 1000;
}

#whatsapp strong {
  display:block;
  background: #1A9C11;
  color:#fff;
  padding:5px;
  text-align:center;
  margin-bottom:5px;
}

#enviar-whatsapp img {
  width:40px;
  margin:5px 0;
}


#link-whatsapp {
  position:fixed;
  bottom:70px;
  right:10px;
  cursor:pointer;
  z-index:1000;
}

/* filtros */
.titulo-h1 {
  text-align:center;
  font-weight:300;
  color:#46AFDC;
  font-size:30px;
}