/* Bootstrap */
/* #6A7072 */
/* #dfdfdf */
/*#FC730A*/
/* #FD9E56 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label,
  .view-tagcloud .views-row,
  .form-item-field-idovonal-tipus-target-id .bef-links .form-group a {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, arial, verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #393c3d;
  background-color: #f7f7f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #54833d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #77b25a;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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 #e3e3e3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #6a7072;
}
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: #999;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fdf0d4;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #54833d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3e602d;
}
.text-success {
  color: #78ab34;
}
a.text-success:hover,
a.text-success:focus {
  color: #5c8428;
}
.text-info {
  color: #2a85da;
}
a.text-info:hover,
a.text-info:focus {
  color: #1f6bb2;
}
.text-warning {
  color: #d8980a;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a77608;
}
.text-danger {
  color: #A31905;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #721103;
}
.bg-primary {
  color: #fff;
  background-color: #54833d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3e602d;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #e5edfa;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #bad0f3;
}
.bg-warning {
  background-color: #fdf0d4;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fbe0a4;
}
.bg-danger {
  background-color: #fee0dc;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fcb5ab;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e3e3e3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e3e3e3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
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 #e3e3e3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #393c3d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}
.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 #e0e0e0;
}
.table .table {
  background-color: #f7f7f7;
}
.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: 4px;
}
.table-bordered {
  border: 1px solid #e0e0e0;
}
.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 #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #efefef;
}
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: #efefef;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}
.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: #efefef;
  color: #393c3d;
}
.table > thead > tr > td.active a,
.table > tbody > tr > td.active a,
.table > tfoot > tr > td.active a,
.table > thead > tr > th.active a,
.table > tbody > tr > th.active a,
.table > tfoot > tr > th.active a,
.table > thead > tr.active > td a,
.table > tbody > tr.active > td a,
.table > tfoot > tr.active > td a,
.table > thead > tr.active > th a,
.table > tbody > tr.active > th a,
.table > tfoot > tr.active > th a {
  color: #202223;
  font-weight: 700;
}
.table > thead > tr > td.active a:hover,
.table > tbody > tr > td.active a:hover,
.table > tfoot > tr > td.active a:hover,
.table > thead > tr > th.active a:hover,
.table > tbody > tr > th.active a:hover,
.table > tfoot > tr > th.active a:hover,
.table > thead > tr.active > td a:hover,
.table > tbody > tr.active > td a:hover,
.table > tfoot > tr.active > td a:hover,
.table > thead > tr.active > th a:hover,
.table > tbody > tr.active > th a:hover,
.table > tfoot > tr.active > th a:hover,
.table > thead > tr > td.active a:focus,
.table > tbody > tr > td.active a:focus,
.table > tfoot > tr > td.active a:focus,
.table > thead > tr > th.active a:focus,
.table > tbody > tr > th.active a:focus,
.table > tfoot > tr > th.active a:focus,
.table > thead > tr.active > td a:focus,
.table > tbody > tr.active > td a:focus,
.table > tfoot > tr.active > td a:focus,
.table > thead > tr.active > th a:focus,
.table > tbody > tr.active > th a:focus,
.table > tfoot > tr.active > th a:focus {
  color: #393c3d;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}
.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: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.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: #ffffff;
  color: #393c3d;
}
.table > thead > tr > td.success a,
.table > tbody > tr > td.success a,
.table > tfoot > tr > td.success a,
.table > thead > tr > th.success a,
.table > tbody > tr > th.success a,
.table > tfoot > tr > th.success a,
.table > thead > tr.success > td a,
.table > tbody > tr.success > td a,
.table > tfoot > tr.success > td a,
.table > thead > tr.success > th a,
.table > tbody > tr.success > th a,
.table > tfoot > tr.success > th a {
  color: #202223;
  font-weight: 700;
}
.table > thead > tr > td.success a:hover,
.table > tbody > tr > td.success a:hover,
.table > tfoot > tr > td.success a:hover,
.table > thead > tr > th.success a:hover,
.table > tbody > tr > th.success a:hover,
.table > tfoot > tr > th.success a:hover,
.table > thead > tr.success > td a:hover,
.table > tbody > tr.success > td a:hover,
.table > tfoot > tr.success > td a:hover,
.table > thead > tr.success > th a:hover,
.table > tbody > tr.success > th a:hover,
.table > tfoot > tr.success > th a:hover,
.table > thead > tr > td.success a:focus,
.table > tbody > tr > td.success a:focus,
.table > tfoot > tr > td.success a:focus,
.table > thead > tr > th.success a:focus,
.table > tbody > tr > th.success a:focus,
.table > tfoot > tr > th.success a:focus,
.table > thead > tr.success > td a:focus,
.table > tbody > tr.success > td a:focus,
.table > tfoot > tr.success > td a:focus,
.table > thead > tr.success > th a:focus,
.table > tbody > tr.success > th a:focus,
.table > tfoot > tr.success > th a:focus {
  color: #393c3d;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.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: #e5edfa;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #cfdef7;
}
.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: #e5edfa;
  color: #393c3d;
}
.table > thead > tr > td.info a,
.table > tbody > tr > td.info a,
.table > tfoot > tr > td.info a,
.table > thead > tr > th.info a,
.table > tbody > tr > th.info a,
.table > tfoot > tr > th.info a,
.table > thead > tr.info > td a,
.table > tbody > tr.info > td a,
.table > tfoot > tr.info > td a,
.table > thead > tr.info > th a,
.table > tbody > tr.info > th a,
.table > tfoot > tr.info > th a {
  color: #202223;
  font-weight: 700;
}
.table > thead > tr > td.info a:hover,
.table > tbody > tr > td.info a:hover,
.table > tfoot > tr > td.info a:hover,
.table > thead > tr > th.info a:hover,
.table > tbody > tr > th.info a:hover,
.table > tfoot > tr > th.info a:hover,
.table > thead > tr.info > td a:hover,
.table > tbody > tr.info > td a:hover,
.table > tfoot > tr.info > td a:hover,
.table > thead > tr.info > th a:hover,
.table > tbody > tr.info > th a:hover,
.table > tfoot > tr.info > th a:hover,
.table > thead > tr > td.info a:focus,
.table > tbody > tr > td.info a:focus,
.table > tfoot > tr > td.info a:focus,
.table > thead > tr > th.info a:focus,
.table > tbody > tr > th.info a:focus,
.table > tfoot > tr > th.info a:focus,
.table > thead > tr.info > td a:focus,
.table > tbody > tr.info > td a:focus,
.table > tfoot > tr.info > td a:focus,
.table > thead > tr.info > th a:focus,
.table > tbody > tr.info > th a:focus,
.table > tfoot > tr.info > th a:focus {
  color: #393c3d;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #cfdef7;
}
.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: #fdf0d4;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fce8bc;
}
.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: #fdf0d4;
  color: #393c3d;
}
.table > thead > tr > td.warning a,
.table > tbody > tr > td.warning a,
.table > tfoot > tr > td.warning a,
.table > thead > tr > th.warning a,
.table > tbody > tr > th.warning a,
.table > tfoot > tr > th.warning a,
.table > thead > tr.warning > td a,
.table > tbody > tr.warning > td a,
.table > tfoot > tr.warning > td a,
.table > thead > tr.warning > th a,
.table > tbody > tr.warning > th a,
.table > tfoot > tr.warning > th a {
  color: #202223;
  font-weight: 700;
}
.table > thead > tr > td.warning a:hover,
.table > tbody > tr > td.warning a:hover,
.table > tfoot > tr > td.warning a:hover,
.table > thead > tr > th.warning a:hover,
.table > tbody > tr > th.warning a:hover,
.table > tfoot > tr > th.warning a:hover,
.table > thead > tr.warning > td a:hover,
.table > tbody > tr.warning > td a:hover,
.table > tfoot > tr.warning > td a:hover,
.table > thead > tr.warning > th a:hover,
.table > tbody > tr.warning > th a:hover,
.table > tfoot > tr.warning > th a:hover,
.table > thead > tr > td.warning a:focus,
.table > tbody > tr > td.warning a:focus,
.table > tfoot > tr > td.warning a:focus,
.table > thead > tr > th.warning a:focus,
.table > tbody > tr > th.warning a:focus,
.table > tfoot > tr > th.warning a:focus,
.table > thead > tr.warning > td a:focus,
.table > tbody > tr.warning > td a:focus,
.table > tfoot > tr.warning > td a:focus,
.table > thead > tr.warning > th a:focus,
.table > tbody > tr.warning > th a:focus,
.table > tfoot > tr.warning > th a:focus {
  color: #393c3d;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fce8bc;
}
.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: #fee0dc;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fdcbc3;
}
.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: #fee0dc;
  color: #393c3d;
}
.table > thead > tr > td.danger a,
.table > tbody > tr > td.danger a,
.table > tfoot > tr > td.danger a,
.table > thead > tr > th.danger a,
.table > tbody > tr > th.danger a,
.table > tfoot > tr > th.danger a,
.table > thead > tr.danger > td a,
.table > tbody > tr.danger > td a,
.table > tfoot > tr.danger > td a,
.table > thead > tr.danger > th a,
.table > tbody > tr.danger > th a,
.table > tfoot > tr.danger > th a {
  color: #202223;
  font-weight: 700;
}
.table > thead > tr > td.danger a:hover,
.table > tbody > tr > td.danger a:hover,
.table > tfoot > tr > td.danger a:hover,
.table > thead > tr > th.danger a:hover,
.table > tbody > tr > th.danger a:hover,
.table > tfoot > tr > th.danger a:hover,
.table > thead > tr.danger > td a:hover,
.table > tbody > tr.danger > td a:hover,
.table > tfoot > tr.danger > td a:hover,
.table > thead > tr.danger > th a:hover,
.table > tbody > tr.danger > th a:hover,
.table > tfoot > tr.danger > th a:hover,
.table > thead > tr > td.danger a:focus,
.table > tbody > tr > td.danger a:focus,
.table > tfoot > tr > td.danger a:focus,
.table > thead > tr > th.danger a:focus,
.table > tbody > tr > th.danger a:focus,
.table > tfoot > tr > th.danger a:focus,
.table > thead > tr.danger > td a:focus,
.table > tbody > tr.danger > td a:focus,
.table > tfoot > tr.danger > td a:focus,
.table > thead > tr.danger > th a:focus,
.table > tbody > tr.danger > th a:focus,
.table > tfoot > tr.danger > th a:focus {
  color: #393c3d;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fdcbc3;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e0e0e0;
  }
  .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: #393c3d;
  border: 0;
  border-bottom: 1px solid none;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #393c3d;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #393c3d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  -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;
  -o-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: #8ebeeb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(142, 190, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(142, 190, 235, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e3e3e3;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 29px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 29px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 29px;
  line-height: 29px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 29px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 29px;
  line-height: 29px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 29px;
  min-height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.5;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #78ab34;
}
.has-success .form-control {
  border-color: #78ab34;
  -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: #5c8428;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9d471;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9d471;
}
.has-success .input-group-addon {
  color: #78ab34;
  border-color: #78ab34;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #78ab34;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #d8980a;
}
.has-warning .form-control {
  border-color: #d8980a;
  -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: #a77608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c351;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7c351;
}
.has-warning .input-group-addon {
  color: #d8980a;
  border-color: #d8980a;
  background-color: #fdf0d4;
}
.has-warning .form-control-feedback {
  color: #d8980a;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #A31905;
}
.has-error .form-control {
  border-color: #A31905;
  -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: #721103;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f83316;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f83316;
}
.has-error .input-group-addon {
  color: #A31905;
  border-color: #A31905;
  background-color: #fee0dc;
}
.has-error .form-control-feedback {
  color: #A31905;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777d7f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #393c3d;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #393c3d;
  background-color: #fff;
  border-color: #c7c7c7;
}
.btn-default:focus,
.btn-default.focus {
  color: #393c3d;
  background-color: #e6e6e6;
  border-color: #878787;
}
.btn-default:hover {
  color: #393c3d;
  background-color: #e6e6e6;
  border-color: #a8a8a8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #393c3d;
  background-color: #e6e6e6;
  border-color: #a8a8a8;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #393c3d;
  background-color: #d4d4d4;
  border-color: #878787;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #c7c7c7;
}
.btn-default .badge {
  color: #fff;
  background-color: #393c3d;
}
.btn-default.disabled,
.btn-default[disabled] {
  color: #202223;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-primary {
  color: #fff;
  background-color: #54833d;
  border-color: #497235;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3e602d;
  border-color: #111b0c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3e602d;
  border-color: #2e4821;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3e602d;
  border-color: #2e4821;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2e4821;
  border-color: #111b0c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #54833d;
  border-color: #497235;
}
.btn-primary .badge {
  color: #54833d;
  background-color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-success {
  color: #fff;
  background-color: #8dc642;
  border-color: #80b737;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #72a431;
  border-color: #3c551a;
}
.btn-success:hover {
  color: #fff;
  background-color: #72a431;
  border-color: #5f8829;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #72a431;
  border-color: #5f8829;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #5f8829;
  border-color: #3c551a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #8dc642;
  border-color: #80b737;
}
.btn-success .badge {
  color: #8dc642;
  background-color: #fff;
}
.btn-success.disabled,
.btn-success[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-info {
  color: #fff;
  background-color: #4D99E0;
  border-color: #378ddc;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2580d5;
  border-color: #164c7e;
}
.btn-info:hover {
  color: #fff;
  background-color: #2580d5;
  border-color: #206eb7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2580d5;
  border-color: #206eb7;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #206eb7;
  border-color: #164c7e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #4D99E0;
  border-color: #378ddc;
}
.btn-info .badge {
  color: #4D99E0;
  background-color: #fff;
}
.btn-info.disabled,
.btn-info[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-warning {
  color: #fff;
  background-color: #F5B62A;
  border-color: #f4ae12;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e19f0b;
  border-color: #805a06;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e19f0b;
  border-color: #bf8709;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e19f0b;
  border-color: #bf8709;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #bf8709;
  border-color: #805a06;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #F5B62A;
  border-color: #f4ae12;
}
.btn-warning .badge {
  color: #F5B62A;
  background-color: #fff;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-danger {
  color: #fff;
  background-color: #A31905;
  border-color: #8a1504;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #721103;
  border-color: #0f0200;
}
.btn-danger:hover {
  color: #fff;
  background-color: #721103;
  border-color: #4f0c02;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #721103;
  border-color: #4f0c02;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #4f0c02;
  border-color: #0f0200;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #A31905;
  border-color: #8a1504;
}
.btn-danger .badge {
  color: #A31905;
  background-color: #fff;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-link {
  color: #54833d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #77b25a;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -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: #e8e8e8;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #393c3d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2d2f30;
  background-color: #efefef;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #54833d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1030;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 29px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 29px;
  line-height: 29px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #393c3d;
  text-align: center;
  background-color: #e8e8e8;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e3e3e3;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e3e3e3;
  border-color: #54833d;
}
.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 #d3d3d3;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d3d3d3 #d3d3d3 #d3d3d3;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #393c3d;
  background-color: #f7f7f7;
  border: 1px solid #d3d3d3;
  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: 5px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 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: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #54833d;
}
.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: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.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;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@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: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 15px;
    padding-bottom: 15px;
  }
}
.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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #54833d;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3e602d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #393c3d;
}
.navbar-default .navbar-nav > li > a {
  color: #54833d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #393c3d;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #393c3d;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #e0e0e0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #efefef;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #393c3d;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #393c3d;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #54833d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #393c3d;
    background-color: #eeeeee;
  }
  .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: #393c3d;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #54833d;
}
.navbar-default .navbar-link:hover {
  color: #393c3d;
}
.navbar-default .btn-link {
  color: #54833d;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #393c3d;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #474a4c;
  border-color: #1d1d1d;
}
.navbar-inverse .navbar-brand {
  color: #e6e6e6;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e6e6e6;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2e3031;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2e3031;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #2e3031;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #2e3031;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #353839;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2e3031;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1d1d1d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1d1d1d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #2e3031;
  }
  .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: #fff;
    background-color: #2e3031;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e6e6e6;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #e6e6e6;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #54833d;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #54833d;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #54833d;
  border-color: #54833d;
  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: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #54833d;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label,
.view-tagcloud .views-row,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #535759;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #3a3d3f;
}
.label-primary,
.view-tagcloud .views-row {
  background-color: #54833d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3e602d;
}
.label-success {
  background-color: #8dc642;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #72a431;
}
.label-info {
  background-color: #4D99E0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2580d5;
}
.label-warning {
  background-color: #F5B62A;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e19f0b;
}
.label-danger {
  background-color: #A31905;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #721103;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #54833d;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e3e3e3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c9c9c9;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .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.42857143;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #54833d;
}
.thumbnail .caption {
  padding: 9px;
  color: #393c3d;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ffffff;
  border-color: #b3b3b3;
  color: #78ab34;
}
.alert-success hr {
  border-top-color: #a6a6a6;
}
.alert-success .alert-link {
  color: #5c8428;
}
.alert-success hr {
  border-top-color: #a6a6a6;
}
.alert-success .alert-link,
.alert-success a {
  color: #5c8428;
  font-weight: 700;
}
.alert-success .alert-link:hover,
.alert-success a:hover,
.alert-success .alert-link:focus,
.alert-success a:focus {
  color: #78ab34;
}
.alert-info {
  background-color: #e5edfa;
  border-color: #c7e0f5;
  color: #2a85da;
}
.alert-info hr {
  border-top-color: #b1d4f1;
}
.alert-info .alert-link {
  color: #1f6bb2;
}
.alert-info hr {
  border-top-color: #b1d4f1;
}
.alert-info .alert-link,
.alert-info a {
  color: #1f6bb2;
  font-weight: 700;
}
.alert-info .alert-link:hover,
.alert-info a:hover,
.alert-info .alert-link:focus,
.alert-info a:focus {
  color: #2a85da;
}
.alert-warning {
  background-color: #fdf0d4;
  border-color: #fcddbc;
  color: #d8980a;
}
.alert-warning hr {
  border-top-color: #fbd1a4;
}
.alert-warning .alert-link {
  color: #a77608;
}
.alert-warning hr {
  border-top-color: #fbd1a4;
}
.alert-warning .alert-link,
.alert-warning a {
  color: #a77608;
  font-weight: 700;
}
.alert-warning .alert-link:hover,
.alert-warning a:hover,
.alert-warning .alert-link:focus,
.alert-warning a:focus {
  color: #d8980a;
}
.alert-danger {
  background-color: #fee0dc;
  border-color: #fdc3c6;
  color: #A31905;
}
.alert-danger hr {
  border-top-color: #fcabae;
}
.alert-danger .alert-link {
  color: #721103;
}
.alert-danger hr {
  border-top-color: #fcabae;
}
.alert-danger .alert-link,
.alert-danger a {
  color: #721103;
  font-weight: 700;
}
.alert-danger .alert-link:hover,
.alert-danger a:hover,
.alert-danger .alert-link:focus,
.alert-danger a:focus {
  color: #A31905;
}
@-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: #efefef;
  border-radius: 5px;
  -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: #fff;
  text-align: center;
  background-color: #54833d;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8dc642;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #4D99E0;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #F5B62A;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #A31905;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #393c3d;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #393c3d;
  background-color: #e3e3e3;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e3e3e3;
  color: #999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #54833d;
  border-color: #54833d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bfdbb1;
}
.list-group-item-success {
  color: #78ab34;
  background-color: #ffffff;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #78ab34;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #78ab34;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #78ab34;
  border-color: #78ab34;
}
.list-group-item-info {
  color: #2a85da;
  background-color: #e5edfa;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #2a85da;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #2a85da;
  background-color: #cfdef7;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2a85da;
  border-color: #2a85da;
}
.list-group-item-warning {
  color: #d8980a;
  background-color: #fdf0d4;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #d8980a;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #d8980a;
  background-color: #fce8bc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d8980a;
  border-color: #d8980a;
}
.list-group-item-danger {
  color: #A31905;
  background-color: #fee0dc;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #A31905;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #A31905;
  background-color: #fdcbc3;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #A31905;
  border-color: #A31905;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e0e0e0;
}
.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 > 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 > 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 {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #393c3d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #393c3d;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #54833d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #54833d;
  border-color: #54833d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #54833d;
}
.panel-primary > .panel-heading .badge {
  color: #54833d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #54833d;
}
.panel-success {
  border-color: #b3b3b3;
}
.panel-success > .panel-heading {
  color: #78ab34;
  background-color: #ffffff;
  border-color: #b3b3b3;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #78ab34;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-info {
  border-color: #c7e0f5;
}
.panel-info > .panel-heading {
  color: #2a85da;
  background-color: #e5edfa;
  border-color: #c7e0f5;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c7e0f5;
}
.panel-info > .panel-heading .badge {
  color: #e5edfa;
  background-color: #2a85da;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c7e0f5;
}
.panel-warning {
  border-color: #fcddbc;
}
.panel-warning > .panel-heading {
  color: #d8980a;
  background-color: #fdf0d4;
  border-color: #fcddbc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fcddbc;
}
.panel-warning > .panel-heading .badge {
  color: #fdf0d4;
  background-color: #d8980a;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fcddbc;
}
.panel-danger {
  border-color: #fdc3c6;
}
.panel-danger > .panel-heading {
  color: #A31905;
  background-color: #fee0dc;
  border-color: #fdc3c6;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fdc3c6;
}
.panel-danger > .panel-heading .badge {
  color: #fee0dc;
  background-color: #A31905;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fdc3c6;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well,
.password-suggestions {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -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: 8px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #393c3d;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #393c3d;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 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;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, arial, verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.tooltip.top {
  margin-top: -3px;
  padding: 8px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 8px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 8px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 8px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #535759;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #535759;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 8px;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #535759;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 8px;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #535759;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #535759;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #535759;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #535759;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #535759;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #535759;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, arial, verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -8px;
}
.popover.right {
  margin-left: 8px;
}
.popover.bottom {
  margin-top: 8px;
}
.popover.left {
  margin-left: -8px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #efefef;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 7px 7px 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: #adadad;
  border-top-color: #e0e0e0;
  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: #adadad;
  border-right-color: #e0e0e0;
}
.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: #adadad;
  border-bottom-color: #e0e0e0;
  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: #adadad;
  border-left-color: #e0e0e0;
}
.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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 55px;
  opacity: 25;
  filter: alpha(opacity=2500);
  font-size: 3em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
  color: #fff;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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 #54833d;
  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: #8dc642;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 4.5em;
    height: 4.5em;
    margin-top: -1.5em;
    font-size: 4.5em;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -1.5em;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -1.5em;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after,
.nav-tabs:before,
.nav-tabs:after,
.nav-tabs-secondary:before,
.nav-tabs-secondary:after,
.form-type-password-confirm:before,
.form-type-password-confirm:after,
.view-news .views-row:before,
.view-news .views-row:after,
.view-sajto-figyelo .views-row:before,
.view-sajto-figyelo .views-row:after,
.region-content .block:before,
.region-content .block:after,
.page-node-type-page .region-content:before,
.page-node-type-page .region-content:after,
.path-webform .region-content:before,
.path-webform .region-content:after,
.path-node .region-content:before,
.path-node .region-content:after,
.view-galeria:before,
.view-galeria:after,
.view-taxonomy-term:before,
.view-taxonomy-term:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after,
.filter-wrapper:after,
.nav-tabs:after,
.nav-tabs-secondary:after,
.form-type-password-confirm:after,
.view-news .views-row:after,
.view-sajto-figyelo .views-row:after,
.region-content .block:after,
.page-node-type-page .region-content:after,
.path-webform .region-content:after,
.path-node .region-content:after,
.view-galeria:after,
.view-taxonomy-term:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -------------------------------
BOOTSTRAP EXTEND
---------------------------------*/
/* Add New Grid Tier */
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .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;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* UNDO original bootrap LG helper classes*/
@media (min-width: 1600px) {
  .visible-lg-block {
    display: none !important;
  }
  .visible-lg-inline {
    display: none !important;
  }
  .visible-lg-inline-block {
    display: none !important;
  }
}
/* Helper classes for XL */
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/* Icon */
/**
 * @file
 * font-awesome.less.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
/* Mixins */
/**
 * @file
 * mixins.less.
 */
/**
 * @file
 * mixins/arrows.less.
 *
 * Add arrows mixins.
 */
/**
 * @file
 * mixins/borders.less.
 *
 * Add borders mixins.
 */
.unset-border {
  border: none;
}
.unset.border-radius {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/**
 * @file
 * mixins/backgrounds.less.
 *
 * Add backgrounds mixins.
 */
/**
 * @file
 * mixins/box-styles.less.
 *
 * Add box style mixins.
 */
/**
 * @file
 * mixins/icon.less.
 *
 * Add icon mixins.
 */
/**
 * @file
 * mixins/lists.less.
 *
 * Add list mixins.
 */
/**
 * @file
 * mixins/shadows.less.
 *
 * Add shadows mixins.
 */
.unset-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover-shadow {
  -webkit-box-shadow: 0 2px 4px #ededed;
  box-shadow: 0 2px 4px #ededed;
}
.strong-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
/**
 * @file
 * mixins/text-shadows.less.
 *
 * Add text shadows mixins.
 */
/**
 * @file
 * bootstrap/mixins/table-row.less.
 *
 * Overrides Bootstrap table-row-variant mixin.
 */
/**
 * @file
 * bootstrap/mixins/alerts.less.
 *
 * Overrides Bootstrap alert-variant mixin.
 */
/**
 * @file
 * bootstrap/mixins/buttons.less.
 *
 * Overrides Bootstrap button-variant mixin.
 */
/**
 * @file
 * mixins/badges.less.
 *
 * Add Bootstrap badges component mixins.
 */
/**
 * @file
 * mixins/buttons.less.
 *
 * Add Bootstrap button component mixins.
 */
/**
 * Button gradient mixin.
 */
/**
 * Rounded button.
 */
/**
 * @file
 * mixins/buttons-socials.less.
 */
/**
 * @file
 * mixins/modal.less.
 *
 * Add Bootstrap modal component mixins.
 */
/**
 * @file
 * mixins/navs.less.
 *
 * Add navigation components mixins.
 */
/**
 * Colorize tabs.
 */
/**
 * @file
 * mixins/pager.less.
 *
 * Add Bootstrap pager component mixins.
 */
/**
 * @file
 * mixins/panels.less.
 *
 * Add panel component mixins.
 */
/**
 * @file
 * mixins/popovers.less.
 *
 * Add Bootstrap popover component mixins.
 */
/**
 * @file
 * mixins/pricing-tables.less.
 */
/**
 * @file
 * mixins/social-icons.less.
 */
/**
 * @file
 * mixins/well.less.
 *
 * Add Bootstrap well component mixins.
 */
/**
 * @file
 * mixins/forms-wizard.less.
 *
 * Custom form wizards mixins.
 */
/**
 * @file
 * mixins/form-element-checkbox-radio.less.
 *
 * Custom checkbox and radio element mixins.
 */
/**
 * @file
 * mixins/form-element-datepicker.less.
 *
 * Custom Bootstrap datepicker element mixins.
 */
/**
 * @file
 * mixins/form-element-switch.less.
 *
 * Custom switch element mixins.
 */
/**
 * @file
 * mixins/widget.less.
 *
 * Add widget mixins.
 */
/* Base */
/**
 * @file
 * base/common.less.
 *
 * Common mixins.
 */
.ib {
  display: inline-block;
}
.clear {
  clear: both;
}
.unset-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.highlighten {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/**
 * @file
 * base/typo.less.
 */
.text-xl {
  font-size: 1.2em;
}
.text-lg {
  font-size: 1.1em;
}
.text-sm {
  font-size: 0.9em;
}
.text-xs {
  font-size: 0.8em;
}
.text-bold {
  font-weight: 700;
}
.text-semi-bold {
  font-weight: 600;
}
.text-italic {
  font-style: italic;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-heading {
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 500;
}
.text-line-through {
  text-decoration: line-through;
}
.text-dark {
  color: #000000;
}
.text-inverse,
.text-inverse * {
  color: #fff;
}
.text-inverse .view-more a,
.text-inverse a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.text-inverse .view-more a:hover,
.text-inverse a:hover,
.text-inverse .view-more a:focus,
.text-inverse a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.link-secondary {
  color: #8dc642;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #b0d87d;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-more {
  display: block;
  color: #999;
  font-size: 0.9em;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.3em;
}
.view-more a {
  color: #999;
}
.view-more a:hover,
.view-more a:focus {
  color: #54833d;
}
.line-through {
  display: block;
  text-align: center;
  position: relative;
  color: #999;
}
.line-through span {
  display: inline-block;
}
.line-through span:before,
.line-through span:after {
  border-top: 1px solid #e0e0e0;
  display: block;
  height: 1px;
  content: " ";
  width: 42%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.line-through span:after {
  right: 0;
  left: auto;
}
.text-highlighted {
  color: #fff;
  background-color: #54833d;
  padding: 0 5px;
}
a.text-highlighted:hover,
a.text-highlighted:focus {
  background-color: #3e602d;
}
a.text-highlighted:hover,
a.text-highlighted:focus {
  background-color: #3e602d;
}
.text-highlighted.bg-styled {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
}
.text-highlighted.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: -o-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: linear-gradient(to bottom, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4d7938', endColorstr='#ff54833d', GradientType=0);
}
.text-highlighted.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.text-highlighted .jumbotron {
  background: transparent;
}
.meta {
  font-size: 0.9em;
  color: #999;
}
.mc {
  margin-left: auto;
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.mp-0 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .m-xs {
    margin: 3px;
  }
  .mt-xs {
    margin-top: 3px;
  }
  .mr-xs {
    margin-right: 3px;
  }
  .mb-xs {
    margin-bottom: 3px;
  }
  .ml-xs {
    margin-left: 3px;
  }
  .m-sm {
    margin: 6px;
  }
  .mt-sm {
    margin-top: 6px;
  }
  .mr-sm {
    margin-right: 6px;
  }
  .mb-sm {
    margin-bottom: 6px;
  }
  .ml-sm {
    margin-left: 6px;
  }
  .m-md {
    margin: 12px;
  }
  .mt-md {
    margin-top: 12px;
  }
  .mr-md {
    margin-right: 12px;
  }
  .mb-md {
    margin-bottom: 12px;
  }
  .ml-md {
    margin-left: 12px;
  }
  .m-lg {
    margin: 12px;
  }
  .mt-lg {
    margin-top: 12px;
  }
  .mr-lg {
    margin-right: 12px;
  }
  .mb-lg {
    margin-bottom: 12px;
  }
  .ml-lg {
    margin-left: 12px;
  }
  .m-xl {
    margin: 24px;
  }
  .mt-xl {
    margin-top: 24px;
  }
  .mr-xl {
    margin-right: 24px;
  }
  .mb-xl {
    margin-bottom: 24px;
  }
  .ml-xl {
    margin-left: 24px;
  }
  .p-xs {
    padding: 3px;
  }
  .pt-xs {
    padding-top: 3px;
  }
  .pr-xs {
    padding-right: 3px;
  }
  .pb-xs {
    padding-bottom: 3px;
  }
  .pl-xs {
    padding-left: 3px;
  }
  .p-sm {
    padding: 6px;
  }
  .pt-sm {
    padding-top: 6px;
  }
  .pr-sm {
    padding-right: 6px;
  }
  .pb-sm {
    padding-bottom: 6px;
  }
  .pl-sm {
    padding-left: 6px;
  }
  .p-md {
    padding: 12px;
  }
  .pt-md {
    padding-top: 12px;
  }
  .pr-md {
    padding-right: 12px;
  }
  .pb-md {
    padding-bottom: 12px;
  }
  .pl-md {
    padding-left: 12px;
  }
  .p-lg {
    padding: 12px;
  }
  .pt-lg {
    padding-top: 12px;
  }
  .pr-lg {
    padding-right: 12px;
  }
  .pb-lg {
    padding-bottom: 12px;
  }
  .pl-lg {
    padding-left: 12px;
  }
  .p-xl {
    padding: 24px;
  }
  .pt-xl {
    padding-top: 24px;
  }
  .pr-xl {
    padding-right: 24px;
  }
  .pb-xl {
    padding-bottom: 24px;
  }
  .pl-xl {
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto;
  }
  .m-xs {
    margin: 4px;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .m-sm {
    margin: 7px;
  }
  .mt-sm {
    margin-top: 7px;
  }
  .mr-sm {
    margin-right: 7px;
  }
  .mb-sm {
    margin-bottom: 7px;
  }
  .ml-sm {
    margin-left: 7px;
  }
  .m-md {
    margin: 14px;
  }
  .mt-md {
    margin-top: 14px;
  }
  .mr-md {
    margin-right: 14px;
  }
  .mb-md {
    margin-bottom: 14px;
  }
  .ml-md {
    margin-left: 14px;
  }
  .m-lg {
    margin: 14px;
  }
  .mt-lg {
    margin-top: 14px;
  }
  .mr-lg {
    margin-right: 14px;
  }
  .mb-lg {
    margin-bottom: 14px;
  }
  .ml-lg {
    margin-left: 14px;
  }
  .m-xl {
    margin: 27px;
  }
  .mt-xl {
    margin-top: 27px;
  }
  .mr-xl {
    margin-right: 27px;
  }
  .mb-xl {
    margin-bottom: 27px;
  }
  .ml-xl {
    margin-left: 27px;
  }
  .p-xs {
    padding: 4px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .p-sm {
    padding: 7px;
  }
  .pt-sm {
    padding-top: 7px;
  }
  .pr-sm {
    padding-right: 7px;
  }
  .pb-sm {
    padding-bottom: 7px;
  }
  .pl-sm {
    padding-left: 7px;
  }
  .p-md {
    padding: 14px;
  }
  .pt-md {
    padding-top: 14px;
  }
  .pr-md {
    padding-right: 14px;
  }
  .pb-md {
    padding-bottom: 14px;
  }
  .pl-md {
    padding-left: 14px;
  }
  .p-lg {
    padding: 14px;
  }
  .pt-lg {
    padding-top: 14px;
  }
  .pr-lg {
    padding-right: 14px;
  }
  .pb-lg {
    padding-bottom: 14px;
  }
  .pl-lg {
    padding-left: 14px;
  }
  .p-xl {
    padding: 27px;
  }
  .pt-xl {
    padding-top: 27px;
  }
  .pr-xl {
    padding-right: 27px;
  }
  .pb-xl {
    padding-bottom: 27px;
  }
  .pl-xl {
    padding-left: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .m-xs {
    margin: 4px;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .m-sm {
    margin: 8px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .m-md {
    margin: 15px;
  }
  .mt-md {
    margin-top: 15px;
  }
  .mr-md {
    margin-right: 15px;
  }
  .mb-md {
    margin-bottom: 15px;
  }
  .ml-md {
    margin-left: 15px;
  }
  .m-lg {
    margin: 15px;
  }
  .mt-lg {
    margin-top: 15px;
  }
  .mr-lg {
    margin-right: 15px;
  }
  .mb-lg {
    margin-bottom: 15px;
  }
  .ml-lg {
    margin-left: 15px;
  }
  .m-xl {
    margin: 30px;
  }
  .mt-xl {
    margin-top: 30px;
  }
  .mr-xl {
    margin-right: 30px;
  }
  .mb-xl {
    margin-bottom: 30px;
  }
  .ml-xl {
    margin-left: 30px;
  }
  .p-xs {
    padding: 4px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .p-sm {
    padding: 8px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .p-md {
    padding: 15px;
  }
  .pt-md {
    padding-top: 15px;
  }
  .pr-md {
    padding-right: 15px;
  }
  .pb-md {
    padding-bottom: 15px;
  }
  .pl-md {
    padding-left: 15px;
  }
  .p-lg {
    padding: 15px;
  }
  .pt-lg {
    padding-top: 15px;
  }
  .pr-lg {
    padding-right: 15px;
  }
  .pb-lg {
    padding-bottom: 15px;
  }
  .pl-lg {
    padding-left: 15px;
  }
  .p-xl {
    padding: 30px;
  }
  .pt-xl {
    padding-top: 30px;
  }
  .pr-xl {
    padding-right: 30px;
  }
  .pb-xl {
    padding-bottom: 30px;
  }
  .pl-xl {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .m-xs {
    margin: 5px;
  }
  .mt-xs {
    margin-top: 5px;
  }
  .mr-xs {
    margin-right: 5px;
  }
  .mb-xs {
    margin-bottom: 5px;
  }
  .ml-xs {
    margin-left: 5px;
  }
  .m-sm {
    margin: 10px;
  }
  .mt-sm {
    margin-top: 10px;
  }
  .mr-sm {
    margin-right: 10px;
  }
  .mb-sm {
    margin-bottom: 10px;
  }
  .ml-sm {
    margin-left: 10px;
  }
  .m-md {
    margin: 19px;
  }
  .mt-md {
    margin-top: 19px;
  }
  .mr-md {
    margin-right: 19px;
  }
  .mb-md {
    margin-bottom: 19px;
  }
  .ml-md {
    margin-left: 19px;
  }
  .m-lg {
    margin: 19px;
  }
  .mt-lg {
    margin-top: 19px;
  }
  .mr-lg {
    margin-right: 19px;
  }
  .mb-lg {
    margin-bottom: 19px;
  }
  .ml-lg {
    margin-left: 19px;
  }
  .m-xl {
    margin: 38px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .p-xs {
    padding: 5px;
  }
  .pt-xs {
    padding-top: 5px;
  }
  .pr-xs {
    padding-right: 5px;
  }
  .pb-xs {
    padding-bottom: 5px;
  }
  .pl-xs {
    padding-left: 5px;
  }
  .p-sm {
    padding: 10px;
  }
  .pt-sm {
    padding-top: 10px;
  }
  .pr-sm {
    padding-right: 10px;
  }
  .pb-sm {
    padding-bottom: 10px;
  }
  .pl-sm {
    padding-left: 10px;
  }
  .p-md {
    padding: 19px;
  }
  .pt-md {
    padding-top: 19px;
  }
  .pr-md {
    padding-right: 19px;
  }
  .pb-md {
    padding-bottom: 19px;
  }
  .pl-md {
    padding-left: 19px;
  }
  .p-lg {
    padding: 19px;
  }
  .pt-lg {
    padding-top: 19px;
  }
  .pr-lg {
    padding-right: 19px;
  }
  .pb-lg {
    padding-bottom: 19px;
  }
  .pl-lg {
    padding-left: 19px;
  }
  .p-xl {
    padding: 38px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
/**
 * @file
 * base/misc-html.less.
 */
* {
  outline: none;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
body.navbar-is-fixed-top {
  padding-top: 50px;
}
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
ol {
  margin-bottom: 0;
  padding-left: 17px;
}
hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
hr.row {
  width: 100%;
}
label {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 500;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 300;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.lead {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.2em;
  }
}
blockquote {
  border-width: 4px;
}
blockquote.primary {
  border-color: #54833d;
}
blockquote.success {
  border-color: #8dc642;
}
blockquote.info {
  border-color: #4D99E0;
}
blockquote.warning {
  border-color: #F5B62A;
}
blockquote.danger {
  border-color: #A31905;
}
blockquote.dark {
  border-color: #1d1d1d;
}
cite {
  color: #999;
}
small,
.small {
  font-size: 12px;
}
strong,
.strong {
  font-weight: 600;
}
pre,
.content-body pre.prettyprint {
  border: 1px solid #e0e0e0;
  padding: 8px;
  word-break: keep-all;
  word-wrap: normal;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.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: 1.5;
  font-size: 14px;
  line-height: 1.5;
}
.dd-handle {
  display: block;
  height: 34px;
  margin: 5px 0;
  padding: 6px 10px;
  color: #393c3d;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  background: #efefef;
}
.dd-handle:hover {
  color: #54833d;
  background: #ffffff;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 7px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background-color: #ffffff;
  border: 1px dashed #54833d;
}
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #d3d3d3;
  min-height: 100px;
  background-color: #e5e5e5;
}
.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: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
details {
  padding-left: 16px;
  position: relative;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  content: "\f0da";
}
details[open] summary:before {
  content: "\f0d7";
}
details + details {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #e0e0e0;
}
/**
 * @file
 * base/error.less.
 */
.has-error label.error {
  line-height: 2em;
}
label.error {
  margin-bottom: 0;
  display: inline;
}
label.error,
span.required {
  color: #A31905;
}
alabel.error:hover,
aspan.required:hover,
alabel.error:focus,
aspan.required:focus {
  color: #721103;
}
li.has-error > a,
.vertical-tabs ul.vertical-tabs-list > li.has-error > a,
.horizontal-tabs ul.horizontal-tabs-list > li.has-error > a {
  color: #A31905;
}
div.messages.error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  background-color: #fee0dc;
  border-color: #fdc3c6;
  color: #A31905;
}
div.messages.error h4 {
  margin-top: 0;
  color: inherit;
}
div.messages.error .alert-link {
  font-weight: bold;
}
div.messages.error > p,
div.messages.error > ul {
  margin-bottom: 0;
}
div.messages.error > p + p {
  margin-top: 5px;
}
div.messages.error .fa {
  display: block;
  float: left;
  width: 1.28571429em;
  line-height: 1.2em;
  font-size: 1.2em;
}
div.messages.error .fa + ul,
div.messages.error .fa + ol,
div.messages.error .fa + div,
div.messages.error .fa + p,
div.messages.error .fa + section {
  padding-left: 2em;
}
div.messages.error p:last-child {
  margin-bottom: 0;
}
div.messages.error hr {
  border-top-color: #fcabae;
}
div.messages.error .alert-link {
  color: #721103;
}
div.messages.error hr {
  border-top-color: #fcabae;
}
div.messages.error .alert-link,
div.messages.error a {
  color: #721103;
  font-weight: 700;
}
div.messages.error .alert-link:hover,
div.messages.error a:hover,
div.messages.error .alert-link:focus,
div.messages.error a:focus {
  color: #A31905;
}
div.messages.error ul {
  display: none;
  list-style: none;
}
div.messages.error ul label.error {
  display: block;
  padding-left: 22px;
  position: relative;
}
div.messages.error ul label.error:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #A31905;
  display: inline-block;
}
/**
 * @file
 * base/backgrounds.less.
 */
.unset-bg-color {
  background-color: transparent;
}
.bg-base {
  background-color: #f7f7f7;
}
.bg-light {
  background-color: #ffffff;
}
.bg-dark {
  background-color: #efefef;
}
.bg-dark.bg-styled {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
}
.bg-dark.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8e8e8', endColorstr='#ffefefef', GradientType=0);
}
.bg-dark.bordered {
  border: 1px solid #e0e0e0;
}
.bg-dark .jumbotron {
  background: transparent;
}
.bg-darker {
  background-color: #e3e3e3;
}
.bg-darker.bg-styled {
  background-color: #e3e3e3;
  -webkit-box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
}
.bg-darker.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: -o-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: linear-gradient(to bottom, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdbdbdb', endColorstr='#ffe3e3e3', GradientType=0);
}
.bg-darker.bordered {
  border: 1px solid #d3d3d3;
}
.bg-darker .jumbotron {
  background: transparent;
}
/* -top section dark gradient */
.gradient-darker {
  background-image: -webkit-linear-gradient(top, #535759 0%, #474a4c 100%);
  background-image: -o-linear-gradient(top, #535759 0%, #474a4c 100%);
  background-image: linear-gradient(to bottom, #535759 0%, #474a4c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535759', endColorstr='#ff474a4c', GradientType=0);
}
/* -top section default button */
.gradient-dark {
  background-image: -webkit-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: -o-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: linear-gradient(to bottom, #585c5e 0%, #424547 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff585c5e', endColorstr='#ff424547', GradientType=0);
}
.gradient-dark-hover {
  background-image: -webkit-linear-gradient(top, #444849 0%, #2e3031 100%);
  background-image: -o-linear-gradient(top, #444849 0%, #2e3031 100%);
  background-image: linear-gradient(to bottom, #444849 0%, #2e3031 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444849', endColorstr='#ff2e3031', GradientType=0);
}
.gradient-dark-inverse-hover {
  background-image: -webkit-linear-gradient(top, #2e3031 0%, #444849 100%);
  background-image: -o-linear-gradient(top, #2e3031 0%, #444849 100%);
  background-image: linear-gradient(to bottom, #2e3031 0%, #444849 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3031', endColorstr='#ff444849', GradientType=0);
}
.bg-primary {
  color: #fff;
  background-color: #54833d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3e602d;
}
.bg-primary.bg-styled {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
}
.bg-primary.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: -o-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: linear-gradient(to bottom, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4d7938', endColorstr='#ff54833d', GradientType=0);
}
.bg-primary.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.bg-primary .jumbotron {
  background: transparent;
}
.bg-secondary {
  color: #fff;
  background-color: #8dc642;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #72a431;
}
.bg-secondary.bg-styled {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
}
.bg-secondary.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: -o-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: linear-gradient(to bottom, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85bf3a', endColorstr='#ff8dc642', GradientType=0);
}
.bg-secondary.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.bg-secondary .jumbotron {
  background: transparent;
}
.bg-success {
  color: #fff;
  background-color: #8dc642;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #72a431;
}
.bg-success.bg-styled {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
}
.bg-success.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: -o-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: linear-gradient(to bottom, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85bf3a', endColorstr='#ff8dc642', GradientType=0);
}
.bg-success.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.bg-success .jumbotron {
  background: transparent;
}
.bg-info {
  color: #fff;
  background-color: #4D99E0;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #2580d5;
}
.bg-info.bg-styled {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
}
.bg-info.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: -o-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: linear-gradient(to bottom, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4092de', endColorstr='#ff4d99e0', GradientType=0);
}
.bg-info.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.bg-info .jumbotron {
  background: transparent;
}
.bg-warning {
  color: #fff;
  background-color: #F5B62A;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e19f0b;
}
.bg-warning.bg-styled {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
}
.bg-warning.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: -o-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: linear-gradient(to bottom, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf4b11b', endColorstr='#fff5b62a', GradientType=0);
}
.bg-warning.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.bg-warning .jumbotron {
  background: transparent;
}
.bg-danger {
  color: #fff;
  background-color: #A31905;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #721103;
}
.bg-danger.bg-styled {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
}
.bg-danger.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: -o-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: linear-gradient(to bottom, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc941705', endColorstr='#ffa31905', GradientType=0);
}
.bg-danger.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.bg-danger .jumbotron {
  background: transparent;
}
.bg-inverse {
  color: #fff;
  background-color: #535759;
}
a.bg-inverse:hover,
a.bg-inverse:focus {
  background-color: #3a3d3f;
}
.bg-inverse.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.bg-inverse.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.bg-inverse.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.bg-inverse .jumbotron {
  background: transparent;
}
/* Components */
/**
 * @file
 * components.less.
 */
/**
 * @file
 * components/accordation.less.
 */
.panel-accordion .panel-title {
  margin-right: 0;
  cursor: pointer;
}
.panel-accordion .panel-title > a {
  display: block;
}
.panel-accordion .panel-title > a.collapsed {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel-accordion .panel-title > a:hover,
.panel-accordion .panel-title > a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-accordion .accordion-actions + .panel-title {
  position: relative;
  z-index: 20;
}
/**
 * @file
 * components/action-links.less.
 */
.action-links {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 0;
  list-style: none;
}
.action-links li {
  display: block;
  float: left;
  padding-right: 5px;
}
.action-links a.label {
  font-size: 85%;
  font-weight: normal;
}
.action-links a.label .fa {
  margin-right: 5px;
}
/**
 * AJAX (throbber) styling.
 */
a .fa-spin {
  display: inline-block;
  text-decoration: none;
}
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .icon {
  color: #999;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .icon.fa-spin {
  color: #4D99E0;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #ffffff;
}
html.js .ajax-new-content:empty {
  display: none !important;
}
/**
 * @file
 * components/alerts.less.
 */
.alert {
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.alert .fa {
  display: block;
  float: left;
  width: 1.28571429em;
  line-height: 1.2em;
  font-size: 1.2em;
}
.alert .fa + ul,
.alert .fa + ol,
.alert .fa + div,
.alert .fa + p,
.alert .fa + section {
  padding-left: 2em;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert-dark .fa,
.alert-default .fa {
  color: #2a85da;
}
.alert-primary .fa {
  color: #426730;
}
.alert-success .fa {
  color: #78ab34;
}
.alert-info .fa {
  color: #2a85da;
}
.alert-warning .fa {
  color: #d8980a;
}
.alert-danger .fa {
  color: #A31905;
}
.alert-default {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
.alert-primary {
  background-color: #c3e0bc;
  border-color: #b9d8aa;
  color: #426730;
}
.alert-primary hr {
  border-top-color: #abcf99;
}
.alert-primary .alert-link {
  color: #2c4420;
}
.alert-primary hr {
  border-top-color: #abcf99;
}
.alert-primary .alert-link,
.alert-primary a {
  color: #2c4420;
  font-weight: 700;
}
.alert-primary .alert-link:hover,
.alert-primary a:hover,
.alert-primary .alert-link:focus,
.alert-primary a:focus {
  color: #426730;
}
.alert-primary .alert-link {
  color: #54833d;
}
.alert-dark {
  border: 1px solid #e0e0e0;
  background-color: #efefef;
}
.alert-dark.bg-styled {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
}
.alert-dark.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8e8e8', endColorstr='#ffefefef', GradientType=0);
}
.alert-dark.bordered {
  border: 1px solid #e0e0e0;
}
.alert-dark .jumbotron {
  background: transparent;
}
.alert-sm {
  padding: 8px;
  border-radius: 4px;
}
/* Notifications */
.notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  color: #fff;
  background-color: #535759;
  border-color: #1d1d1d;
  -webkit-box-shadow: inset rgba(58, 61, 63, 0.8) 1px 2px #ededed;
  box-shadow: inset rgba(58, 61, 63, 0.8) 1px 2px #ededed;
  -webkit-box-shadow: inset 0 1px 2px rgba(58, 61, 63, 0.8);
  box-shadow: inset 0 1px 2px rgba(58, 61, 63, 0.8);
}
.notification h4 {
  margin-top: 0;
  color: inherit;
}
.notification .alert-link {
  font-weight: bold;
}
.notification > p,
.notification > ul {
  margin-bottom: 0;
}
.notification > p + p {
  margin-top: 5px;
}
.notification .fa {
  display: block;
  float: left;
  width: 1.28571429em;
  line-height: 1.2em;
  font-size: 1.2em;
}
.notification .fa + ul,
.notification .fa + ol,
.notification .fa + div,
.notification .fa + p,
.notification .fa + section {
  padding-left: 2em;
}
.notification p:last-child {
  margin-bottom: 0;
}
a.notification:hover,
a.notification:focus {
  background-color: #3a3d3f;
}
.notification.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.notification.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.notification.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.notification .jumbotron {
  background: transparent;
}
.notification a {
  color: #54833d;
}
.notification a:hover,
.notification a:focus {
  color: #77b25a;
}
.notification .fa,
.notification .close {
  color: #fff;
}
.alert-primary.notification {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.alert-primary.notification,
.alert-primary.notification * {
  color: #fff;
}
.alert-primary.notification .view-more a,
.alert-primary.notification a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.alert-primary.notification .view-more a:hover,
.alert-primary.notification a:hover,
.alert-primary.notification .view-more a:focus,
.alert-primary.notification a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-info.notification {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.alert-info.notification,
.alert-info.notification * {
  color: #fff;
}
.alert-info.notification .view-more a,
.alert-info.notification a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.alert-info.notification .view-more a:hover,
.alert-info.notification a:hover,
.alert-info.notification .view-more a:focus,
.alert-info.notification a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-success.notification {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.alert-success.notification,
.alert-success.notification * {
  color: #fff;
}
.alert-success.notification .view-more a,
.alert-success.notification a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.alert-success.notification .view-more a:hover,
.alert-success.notification a:hover,
.alert-success.notification .view-more a:focus,
.alert-success.notification a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-warning.notification {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.alert-warning.notification,
.alert-warning.notification * {
  color: #fff;
}
.alert-warning.notification .view-more a,
.alert-warning.notification a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.alert-warning.notification .view-more a:hover,
.alert-warning.notification a:hover,
.alert-warning.notification .view-more a:focus,
.alert-warning.notification a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-danger.notification {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.alert-danger.notification,
.alert-danger.notification * {
  color: #fff;
}
.alert-danger.notification .view-more a,
.alert-danger.notification a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.alert-danger.notification .view-more a:hover,
.alert-danger.notification a:hover,
.alert-danger.notification .view-more a:focus,
.alert-danger.notification a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * @file
 * components/badges.less.
 */
.badge {
  padding: 0 5px;
  vertical-align: middle;
  line-height: 1.5em;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #fff;
  background-color: #535759;
}
a.badge:hover,
a.badge:focus {
  background-color: #3a3d3f;
}
.badge.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.badge.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.badge.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.badge .jumbotron {
  background: transparent;
}
.badge-primary {
  background-color: #54833d;
}
.badge-success {
  background-color: #8dc642;
}
.badge-info {
  background-color: #4D99E0;
}
.badge-warning {
  background-color: #F5B62A;
}
.badge-danger {
  background-color: #A31905;
}
/**
 * @file
 * components/breadcrumbs.less.
 */
.breadcrumb {
  margin: 0;
  font-size: 0.9em;
  text-align: right;
  background: transparent;
}
/**
 * @file
 * components//buttons-socials.less.
 */
.btn-social {
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  border-style: solid;
  border-width: 1px;
  text-shadow: none !important;
}
.btn-facebook,
.btn-twitter,
.btn-googleplus {
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  border-style: solid;
  border-width: 1px;
  text-shadow: none !important;
}
.btn-facebook,
.btn-facebook:focus {
  background: #3B5998;
  border-color: #385591;
  color: #ffffff;
  text-shadow: none;
}
.btn-facebook:hover {
  background: #2d4373;
  border-color: #2a3f6c;
  color: #ffffff;
}
.btn-facebook:active {
  background: #24375d;
  border-color: #213256;
  color: #ffffff;
}
.btn-twitter,
.btn-twitter:focus {
  background: #55ACEE;
  border-color: #4ca7ed;
  color: #ffffff;
  text-shadow: none;
}
.btn-twitter:hover {
  background: #2795e9;
  border-color: #1d91e8;
  color: #ffffff;
}
.btn-twitter:active {
  background: #1686db;
  border-color: #1581d2;
  color: #ffffff;
}
.btn-googleplus,
.btn-googleplus:focus {
  background: #db4437;
  border-color: #d93c2e;
  color: #ffffff;
  text-shadow: none;
}
.btn-googleplus:hover {
  background: #bd2e22;
  border-color: #b42c20;
  color: #ffffff;
}
.btn-googleplus:active {
  background: #a3281d;
  border-color: #9a261c;
  color: #ffffff;
}
.btn-github,
.btn-github:focus {
  background: #444444;
  border-color: #3f3f3f;
  color: #ffffff;
  text-shadow: none;
}
.btn-github:hover {
  background: #2b2b2b;
  border-color: #252525;
  color: #ffffff;
}
.btn-github:active {
  background: #1b1b1b;
  border-color: #161616;
  color: #ffffff;
}
.btn-linkedin,
.btn-linkedin:focus {
  background: #0077B5;
  border-color: #0070ab;
  color: #ffffff;
  text-shadow: none;
}
.btn-linkedin:hover {
  background: #005582;
  border-color: #004f78;
  color: #ffffff;
}
.btn-linkedin:active {
  background: #004163;
  border-color: #003b59;
  color: #ffffff;
}
.btn-dropbox,
.btn-dropbox:focus {
  background: #007EE5;
  border-color: #0078db;
  color: #ffffff;
  text-shadow: none;
}
.btn-dropbox:hover {
  background: #0062b2;
  border-color: #005ca8;
  color: #ffffff;
}
.btn-dropbox:active {
  background: #005193;
  border-color: #004b89;
  color: #ffffff;
}
.btn-yahoo,
.btn-yahoo:focus {
  background: #7B0099;
  border-color: #73008f;
  color: #ffffff;
  text-shadow: none;
}
.btn-yahoo:hover {
  background: #520066;
  border-color: #4a005c;
  color: #ffffff;
}
.btn-yahoo:active {
  background: #390047;
  border-color: #31003d;
  color: #ffffff;
}
/**
 * @file
 * components/buttons.less.
 */
.btn + .btn {
  margin-left: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn-default {
  text-shadow: 1px #ffffff 0 0;
  border-color: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe3e3e3', GradientType=0);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.open > .dropdown-toggle.btn-default {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #d6d6d6 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd6d6d6', GradientType=0);
}
.btn-default:active,
.btn-default.active {
  background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #d6d6d6 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#fff2f2f2', GradientType=0);
}
.btn-default.disabled,
.btn-default[disabled] {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #c9c9c9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc9c9c9', GradientType=0);
}
.btn-primary {
  text-shadow: 0 1px 0 #162210;
  border-color: #3e602d;
  background-image: -webkit-linear-gradient(top, #669f4a 0%, #426730 100%);
  background-image: -o-linear-gradient(top, #669f4a 0%, #426730 100%);
  background-image: linear-gradient(to bottom, #669f4a 0%, #426730 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff669f4a', endColorstr='#ff426730', GradientType=0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #476e33;
  border-color: #476e33 !important;
  background-image: -webkit-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: -o-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: linear-gradient(to bottom, #71af53 0%, #4d7938 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71af53', endColorstr='#ff4d7938', GradientType=0);
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-image: -webkit-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: -o-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: linear-gradient(to bottom, #507c3a 0%, #2c4420 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507c3a', endColorstr='#ff2c4420', GradientType=0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #476e33;
}
.btn-primary:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary {
  background-image: -webkit-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: -o-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: linear-gradient(to bottom, #71af53 0%, #4d7938 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71af53', endColorstr='#ff4d7938', GradientType=0);
}
.btn-primary:active,
.btn-primary.active {
  background-image: -webkit-linear-gradient(top, #54833d 0%, #7ab45e 100%);
  background-image: -o-linear-gradient(top, #54833d 0%, #7ab45e 100%);
  background-image: linear-gradient(to bottom, #54833d 0%, #7ab45e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54833d', endColorstr='#ff7ab45e', GradientType=0);
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-image: -webkit-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: -o-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: linear-gradient(to bottom, #507c3a 0%, #2c4420 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507c3a', endColorstr='#ff2c4420', GradientType=0);
}
.btn-success {
  text-shadow: 0 1px 0 #415d1c;
  border-color: #72a431;
  background-image: -webkit-linear-gradient(top, #a0cf61 0%, #78ab34 100%);
  background-image: -o-linear-gradient(top, #a0cf61 0%, #78ab34 100%);
  background-image: linear-gradient(to bottom, #a0cf61 0%, #78ab34 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0cf61', endColorstr='#ff78ab34', GradientType=0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border-color: #7db336;
  border-color: #7db336 !important;
  background-image: -webkit-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: -o-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: linear-gradient(to bottom, #acd575 0%, #85bf3a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacd575', endColorstr='#ff85bf3a', GradientType=0);
}
.btn-success.disabled,
.btn-success[disabled] {
  background-image: -webkit-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: -o-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: linear-gradient(to bottom, #88c33b 0%, #5c8428 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c33b', endColorstr='#ff5c8428', GradientType=0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border-color: #7db336;
}
.btn-success:hover,
.btn-success:focus,
.open > .dropdown-toggle.btn-success {
  background-image: -webkit-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: -o-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: linear-gradient(to bottom, #acd575 0%, #85bf3a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacd575', endColorstr='#ff85bf3a', GradientType=0);
}
.btn-success:active,
.btn-success.active {
  background-image: -webkit-linear-gradient(top, #8dc642 0%, #b3d981 100%);
  background-image: -o-linear-gradient(top, #8dc642 0%, #b3d981 100%);
  background-image: linear-gradient(to bottom, #8dc642 0%, #b3d981 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc642', endColorstr='#ffb3d981', GradientType=0);
}
.btn-success.disabled,
.btn-success[disabled] {
  background-image: -webkit-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: -o-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: linear-gradient(to bottom, #88c33b 0%, #5c8428 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c33b', endColorstr='#ff5c8428', GradientType=0);
}
.btn-info {
  text-shadow: 0 1px 0 #175187;
  border-color: #2580d5;
  background-image: -webkit-linear-gradient(top, #70ade6 0%, #2a85da 100%);
  background-image: -o-linear-gradient(top, #70ade6 0%, #2a85da 100%);
  background-image: linear-gradient(to bottom, #70ade6 0%, #2a85da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70ade6', endColorstr='#ff2a85da', GradientType=0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  border-color: #338adb;
  border-color: #338adb !important;
  background-image: -webkit-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: -o-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: linear-gradient(to bottom, #85b9ea 0%, #4092de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85b9ea', endColorstr='#ff4092de', GradientType=0);
}
.btn-info.disabled,
.btn-info[disabled] {
  background-image: -webkit-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: -o-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: linear-gradient(to bottom, #4494de 0%, #1f6bb2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4494de', endColorstr='#ff1f6bb2', GradientType=0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  border-color: #338adb;
}
.btn-info:hover,
.btn-info:focus,
.open > .dropdown-toggle.btn-info {
  background-image: -webkit-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: -o-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: linear-gradient(to bottom, #85b9ea 0%, #4092de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85b9ea', endColorstr='#ff4092de', GradientType=0);
}
.btn-info:active,
.btn-info.active {
  background-image: -webkit-linear-gradient(top, #4d99e0 0%, #92c1ec 100%);
  background-image: -o-linear-gradient(top, #4d99e0 0%, #92c1ec 100%);
  background-image: linear-gradient(to bottom, #4d99e0 0%, #92c1ec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d99e0', endColorstr='#ff92c1ec', GradientType=0);
}
.btn-info.disabled,
.btn-info[disabled] {
  background-image: -webkit-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: -o-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: linear-gradient(to bottom, #4494de 0%, #1f6bb2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4494de', endColorstr='#ff1f6bb2', GradientType=0);
}
.btn-warning {
  text-shadow: 0 1px 0 #8a6106;
  border-color: #e19f0b;
  background-image: -webkit-linear-gradient(top, #f7c351 0%, #eba60b 100%);
  background-image: -o-linear-gradient(top, #f7c351 0%, #eba60b 100%);
  background-image: linear-gradient(to bottom, #f7c351 0%, #eba60b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c351', endColorstr='#ffeba60b', GradientType=0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #f4ac0d;
  border-color: #f4ac0d !important;
  background-image: -webkit-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: -o-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: linear-gradient(to bottom, #f8cc69 0%, #f4b11b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8cc69', endColorstr='#fff4b11b', GradientType=0);
}
.btn-warning.disabled,
.btn-warning[disabled] {
  background-image: -webkit-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: -o-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: linear-gradient(to bottom, #f5b320 0%, #ba8309 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b320', endColorstr='#ffba8309', GradientType=0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #f4ac0d;
}
.btn-warning:hover,
.btn-warning:focus,
.open > .dropdown-toggle.btn-warning {
  background-image: -webkit-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: -o-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: linear-gradient(to bottom, #f8cc69 0%, #f4b11b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8cc69', endColorstr='#fff4b11b', GradientType=0);
}
.btn-warning:active,
.btn-warning.active {
  background-image: -webkit-linear-gradient(top, #f5b62a 0%, #f9d178 100%);
  background-image: -o-linear-gradient(top, #f5b62a 0%, #f9d178 100%);
  background-image: linear-gradient(to bottom, #f5b62a 0%, #f9d178 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b62a', endColorstr='#fff9d178', GradientType=0);
}
.btn-warning.disabled,
.btn-warning[disabled] {
  background-image: -webkit-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: -o-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: linear-gradient(to bottom, #f5b320 0%, #ba8309 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b320', endColorstr='#ffba8309', GradientType=0);
}
.btn-danger {
  text-shadow: 0 1px 0 #180401;
  border-color: #721103;
  background-image: -webkit-linear-gradient(top, #cb1f06 0%, #7b1304 100%);
  background-image: -o-linear-gradient(top, #cb1f06 0%, #7b1304 100%);
  background-image: linear-gradient(to bottom, #cb1f06 0%, #7b1304 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb1f06', endColorstr='#ff7b1304', GradientType=0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #851404;
  border-color: #851404 !important;
  background-image: -webkit-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: -o-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: linear-gradient(to bottom, #e32307 0%, #941705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe32307', endColorstr='#ff941705', GradientType=0);
}
.btn-danger.disabled,
.btn-danger[disabled] {
  background-image: -webkit-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: -o-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: linear-gradient(to bottom, #991705 0%, #4a0b02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991705', endColorstr='#ff4a0b02', GradientType=0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #851404;
}
.btn-danger:hover,
.btn-danger:focus,
.open > .dropdown-toggle.btn-danger {
  background-image: -webkit-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: -o-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: linear-gradient(to bottom, #e32307 0%, #941705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe32307', endColorstr='#ff941705', GradientType=0);
}
.btn-danger:active,
.btn-danger.active {
  background-image: -webkit-linear-gradient(top, #a31905 0%, #f22507 100%);
  background-image: -o-linear-gradient(top, #a31905 0%, #f22507 100%);
  background-image: linear-gradient(to bottom, #a31905 0%, #f22507 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa31905', endColorstr='#fff22507', GradientType=0);
}
.btn-danger.disabled,
.btn-danger[disabled] {
  background-image: -webkit-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: -o-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: linear-gradient(to bottom, #991705 0%, #4a0b02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991705', endColorstr='#ff4a0b02', GradientType=0);
}
.btn-inverse {
  color: #fff;
  background-color: #535759;
  border-color: #373737;
  text-shadow: 0 1px 0 #000000;
  border-color: #272929;
  background-image: -webkit-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: -o-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: linear-gradient(to bottom, #535759 0%, #2c2e2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535759', endColorstr='#ff2c2e2f', GradientType=0);
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #fff;
  background-color: #292b2c;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #535759;
  border-color: #373737;
}
.btn-inverse .badge {
  color: #535759;
  background-color: #fff;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  border-color: #313334;
  border-color: #313334 !important;
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  border-color: #313334;
}
.btn-inverse:hover,
.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse {
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.btn-inverse:active,
.btn-inverse.active {
  background-image: -webkit-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: -o-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: linear-gradient(to bottom, #3f4244 0%, #676c6e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4244', endColorstr='#ff676c6e', GradientType=0);
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.btn-flat {
  text-shadow: none;
}
.input-group-lg > .input-group-addon {
  font-size: 15px;
}
/**
 * @file
 * components/checkbox-radio.less.
 */
input[type="radio"],
input[type="checkbox"] {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.checkbox-custom,
.radio-custom {
  position: relative;
  padding: 0 0 0 27px;
  margin-top: 0;
}
.checkbox-custom input[type="checkbox"],
.radio-custom input[type="checkbox"],
.checkbox-custom input[type="radio"],
.radio-custom input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin: 0;
}
.checkbox-custom input[type="checkbox"] + label,
.radio-custom input[type="checkbox"] + label,
.checkbox-custom input[type="radio"] + label,
.radio-custom input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
.checkbox-custom input[type="checkbox"] + label:before,
.radio-custom input[type="checkbox"] + label:before,
.checkbox-custom input[type="radio"] + label:before,
.radio-custom input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 5px #ededed;
  box-shadow: inset 0 2px 5px #ededed;
}
.checkbox-custom input[type="checkbox"]:disabled + label:before,
.radio-custom input[type="checkbox"]:disabled + label:before,
.checkbox-custom input[type="radio"]:disabled + label:before,
.radio-custom input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
  background-color: #e3e3e3;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.form-horizontal .form-group .checkbox-custom,
.form-horizontal .form-group .radio-custom {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .form-horizontal .form-group .checkbox-custom,
  .form-horizontal .form-group .radio-custom {
    margin-top: 0;
  }
}
.checkbox-custom label:before {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.radio-custom label:before {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  text-align: center;
  color: #393c3d;
}
.radio-custom input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-left: 5px;
  background: #393c3d;
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.checkbox-custom input[type="checkbox"]:disabled + label:after {
  color: #6a7072;
}
.radio-custom input[type="radio"]:disabled + label:after {
  background-color: #6a7072;
}
.checkbox-custom.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #54833d;
}
.checkbox-custom.checkbox-info input[type="checkbox"]:checked + label:after {
  color: #2a85da;
}
.checkbox-custom.checkbox-success input[type="checkbox"]:checked + label:after {
  color: #78ab34;
}
.checkbox-custom.checkbox-warning input[type="checkbox"]:checked + label:after {
  color: #d8980a;
}
.checkbox-custom.checkbox-danger input[type="checkbox"]:checked + label:after {
  color: #A31905;
}
.radio-custom.radio-primary input[type="radio"]:checked + label:after {
  background-color: #54833d;
}
.radio-custom.radio-info input[type="radio"]:checked + label:after {
  background-color: #4D99E0;
}
.radio-custom.radio-success input[type="radio"]:checked + label:after {
  background-color: #8dc642;
}
.radio-custom.radio-warning input[type="radio"]:checked + label:after {
  background-color: #F5B62A;
}
.radio-custom.radio-danger input[type="radio"]:checked + label:after {
  background-color: #A31905;
}
.checkbox-custom.checkbox-default.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-default.checkbox-inverse label:before {
  background-color: #535759;
  border-color: #3f4344;
  -webkit-box-shadow: inset 0 2px 5px rgba(63, 66, 68, 0.8);
  box-shadow: inset 0 2px 5px rgba(63, 66, 68, 0.8);
}
.checkbox-custom.checkbox-primary.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-primary.checkbox-inverse label:before {
  background-color: #54833d;
  border-color: #4b6730;
  -webkit-box-shadow: inset 0 2px 5px rgba(66, 103, 48, 0.8);
  box-shadow: inset 0 2px 5px rgba(66, 103, 48, 0.8);
}
.checkbox-custom.checkbox-info.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-info.checkbox-inverse label:before {
  background-color: #4D99E0;
  border-color: #2aa2da;
  -webkit-box-shadow: inset 0 2px 5px rgba(42, 133, 218, 0.8);
  box-shadow: inset 0 2px 5px rgba(42, 133, 218, 0.8);
}
.checkbox-custom.checkbox-success.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-success.checkbox-inverse label:before {
  background-color: #8dc642;
  border-color: #8cab34;
  -webkit-box-shadow: inset 0 2px 5px rgba(120, 171, 52, 0.8);
  box-shadow: inset 0 2px 5px rgba(120, 171, 52, 0.8);
}
.checkbox-custom.checkbox-warning.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-warning.checkbox-inverse label:before {
  background-color: #F5B62A;
  border-color: #eb800b;
  -webkit-box-shadow: inset 0 2px 5px rgba(235, 166, 11, 0.8);
  box-shadow: inset 0 2px 5px rgba(235, 166, 11, 0.8);
}
.checkbox-custom.checkbox-danger.checkbox-inverse input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.checkbox-custom.checkbox-danger.checkbox-inverse label:before {
  background-color: #A31905;
  border-color: #7b0409;
  -webkit-box-shadow: inset 0 2px 5px rgba(123, 19, 4, 0.8);
  box-shadow: inset 0 2px 5px rgba(123, 19, 4, 0.8);
}
/**
 * @file
 * components/close.less.
 */
.close {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.close:hover,
.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-inner {
  padding-left: 55px;
  padding-right: 55px;
}
.carousel-control.left {
  background: transparent;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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 {
  background: transparent;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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 .icon-prev,
.carousel-control .icon-next {
  width: 55px;
  height: 55px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-control .icon-prev {
  margin-left: -18px;
}
.carousel-control .icon-prev:before {
  content: "\f104";
}
.carousel-control .icon-next {
  margin-right: -18px;
}
.carousel-control .icon-next:before {
  content: "\f105";
}
/**
 * @file
 * components/dropdowns.less.
 */
.custom-caret {
  margin-left: 8px;
}
.custom-caret:before {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 180px;
  width: auto;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.dropdown-menu > li > a {
  border: none;
  height: auto;
  padding: 8px 15px;
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #efefef;
}
.dropdown-menu > li > a:hover.bg-styled,
.dropdown-menu > li > a:focus.bg-styled {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
}
.dropdown-menu > li > a:hover.bg-styled-alt,
.dropdown-menu > li > a:focus.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8e8e8', endColorstr='#ffefefef', GradientType=0);
}
.dropdown-menu > li > a:hover.bordered,
.dropdown-menu > li > a:focus.bordered {
  border: 1px solid #e0e0e0;
}
.dropdown-menu > li > a:hover .jumbotron,
.dropdown-menu > li > a:focus .jumbotron {
  background: transparent;
}
.dropdown-menu > li > a .fa {
  margin-right: 5px;
}
.dropdown-menu > li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dropup .dropdown-menu {
  webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
  margin-bottom: 0;
}
.header .dropdown-menu {
  border-top: none;
}
.open > a .custom-caret:before {
  content: "\f0d8";
}
.dropup .custom-caret:before {
  content: "\f0d8";
}
.btn-sm + .dropdown-menu {
  font-size: 0.9em;
}
.btn-sm + .dropdown-menu > li > a {
  padding: 4px 8px;
}
.btn-xs + .dropdown-menu {
  font-size: 0.9em;
}
.btn-xs + .dropdown-menu > li > a {
  padding: 4px 8px;
}
/**
 * @file
 * components/exposed-form.less.
 */
.exposed-form {
  background-color: #efefef;
  padding: 15px;
  margin-top: -15px;
  border-top: 1px solid #e0e0e0;
  font-size: 0.9em;
}
.exposed-form .form-control {
  height: 29px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.exposed-form .form-control {
  height: 29px;
  line-height: 29px;
}
textarea.exposed-form .form-control,
select[multiple].exposed-form .form-control {
  height: auto;
}
.exposed-form .select-wrapper select {
  padding-right: 2em;
}
.exposed-form .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
/*[data-drupal-selector="edit-options"],
[data-drupal-selector="edit-header"] {
   margin-top: -@default-space - 4;
   padding-top: @default-space;
  .bg-base;

  .text-sm();

  .form-group {
    &:extend(.form-group-sm);
  }

  .form-control {
    .input-sm();
  }

  .select-wrapper select {
    padding-right: 2em;
  }

  .control-label {}

  .btn {
    .btn-sm();
  }
}*/
/**
 * @file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field--label::after {
  content: ':';
}
/**
 * @file
 * components/fieldset.less.
 */
legend {
  font-size: 14px;
  float: left;
}
legend a {
  color: #6a7072;
}
legend a:hover,
legend a:focus {
  color: #999;
}
legend .fieldset-legend {
  color: #6a7072;
  text-transform: uppercase;
}
legend .fa + .fieldset-legend {
  padding-left: 8px;
}
legend .summary {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #6a7072;
  text-transform: none;
}
fieldset {
  border-bottom: 1px solid #e0e0e0;
}
fieldset.collapsible .custom-caret:before {
  content: "\f0d7";
}
fieldset.collapsible legend {
  cursor: pointer;
}
fieldset.collapsible.collapsed .custom-caret:before {
  content: "\f0da";
}
fieldset.collapsible.collapsed legend {
  width: 100%;
}
fieldset.collapsible.collapsed legend .summary {
  display: inline-block;
}
fieldset.collapsible.collapsed > legend.has-error .fieldset-legend,
fieldset.collapsible.collapsed > legend.has-error .fieldset-legend a {
  color: #A31905;
}
fieldset.collapsible.collapsed .fieldset-wrapper {
  display: none;
}
/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #54833d;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}
.file > span:first-child {
  border-left: 1px solid #c7c7c7;
}
.file > span:last-child {
  border-right: 1px solid #c7c7c7;
}
.file > .tabledrag-changed {
  background: #fdf0d4;
  border-radius: 0;
  color: #d8980a;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #fbd1a4;
}
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}
/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 10px;
  height: 51px;
}
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}
/**
 * @file
 * components/form-actions.less.
 */
.form-actions {
  text-align: right;
}
.form-actions .btn {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .form-actions .btn {
    display: block;
    width: 100%;
  }
  .form-actions .btn + .btn {
    margin-top: 5px;
  }
}
/**
 * @file
 * components/forms.less.
 */
.field-prefix,
.field-suffix {
  color: #999;
}
.form-control {
  -webkit-box-shadow: inset 0 2px 3px rgba(237, 237, 237, 0.7);
  box-shadow: inset 0 2px 3px rgba(237, 237, 237, 0.7);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #6a7072;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.control-label {
  font-weight: 600;
}
.form-control-inverse {
  border-color: #373737;
  background-color: #6c7173;
  color: #fff;
  -webkit-box-shadow: inset 0 2px 3px #5a5f61;
  box-shadow: inset 0 2px 3px #5a5f61;
}
.input-group-inverse .form-control {
  border-color: #373737;
  background-color: #6c7173;
  color: #fff;
  -webkit-box-shadow: inset 0 2px 3px #5a5f61;
  box-shadow: inset 0 2px 3px #5a5f61;
}
.input-group-inverse .input-group-addon {
  border-color: #373737;
  background-color: #535759;
  color: #fff;
}
.input-inverse {
  border-color: #1d1d1d;
}
.input-group-addon.btn-primary,
.input-group-addon.btn-info,
.input-group-addon.btn-success,
.input-group-addon.btn-warning,
.input-group-addon.btn-danger {
  color: #fff;
}
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
  font-weight: 600;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper select option {
  /*line-height:1.3em;*/
}
.select-wrapper:after {
  color: #393c3d;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  width: 2em;
  text-align: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-fontawesome .select-wrapper:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.has-error .select-wrapper:after {
  color: #A31905;
}
.has-success .select-wrapper:after {
  color: #78ab34;
}
.has-warning .select-wrapper:after {
  color: #d8980a;
}
td .form-control {
  height: 29px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
selecttd .form-control {
  height: 29px;
  line-height: 29px;
}
textareatd .form-control,
select[multiple]td .form-control {
  height: auto;
}
td .select-wrapper select {
  padding-right: 2em;
}
td .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-required:after {
  color: #A31905;
  /* Use a Unicode symbol to prevent screen-readers from announcing the text. */
  content: " \002A ";
  line-height: 1;
  /*vertical-align: super;*/
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #393c3d !important;
}
/**
 * @file
 * components/help-text.less.
 */
.form-description,
.help-text,
.help-block,
.help-inline,
.filter-help {
  color: #999;
  padding: 5px 0;
  padding: 0.5rem 0;
  margin-top: 0;
  font-size: 0.9em;
}
.form-description a,
.help-text a,
.help-block a,
.help-inline a,
.filter-help a {
  color: #999;
  font-weight: 600;
}
.form-description a:hover,
.help-text a:hover,
.help-block a:hover,
.help-inline a:hover,
.filter-help a:hover,
.form-description a:focus,
.help-text a:focus,
.help-block a:focus,
.help-inline a:focus,
.filter-help a:focus {
  color: #393c3d;
}
.form-description a:hover .fa,
.help-text a:hover .fa,
.help-block a:hover .fa,
.help-inline a:hover .fa,
.filter-help a:hover .fa,
.form-description a:focus .fa,
.help-text a:focus .fa,
.help-block a:focus .fa,
.help-inline a:focus .fa,
.filter-help a:focus .fa {
  color: #4D99E0;
}
.form-description a[data-toggle="popover"],
.help-text a[data-toggle="popover"],
.help-block a[data-toggle="popover"],
.help-inline a[data-toggle="popover"],
.filter-help a[data-toggle="popover"] {
  display: block;
  text-align: right;
}
.popover-form-description {
  min-width: 280px;
}
.popover-form-description .fa {
  font-size: 1.3em;
  color: #2a85da;
  padding-right: 5px;
}
a.popover-form-description .fa:hover,
a.popover-form-description .fa:focus {
  color: #1f6bb2;
}
.form-description-icon {
  padding-left: 8px;
  cursor: pointer;
}
.form-description-icon .fa {
  color: #4D99E0;
}
.form-description-icon .fa.text-muted {
  color: #999;
}
.form-description-wrapper {
  position: relative;
  padding-right: 23px;
}
.form-description-wrapper:before,
.form-description-wrapper:after {
  content: " ";
  display: table;
}
.form-description-wrapper:after {
  clear: both;
}
.form-description-wrapper:before,
.form-description-wrapper:after {
  content: " ";
  display: table;
}
.form-description-wrapper:after {
  clear: both;
}
.form-description-wrapper .form-description-icon {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
/**
 * @file
 * components/inline-menu.less.
 */
.inline-menu li,
.inline-menu li ul {
  display: block;
  float: left;
}
.inline-menu li a,
.inline-menu li ul a {
  display: inline-block;
  float: left;
  padding: 0 15px;
  border-left: 1px solid #e0e0e0;
  line-height: normal;
}
/**
 * @file
 * components/labels.less.
 */
.label,
.view-tagcloud .views-row,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a {
  font-size: 85%;
}
.list-group-item > .label {
  float: right;
}
.list-group-item > .label + .label {
  margin-right: 5px;
}
.nav-pills > li > a > .label {
  margin-left: 3px;
}
/**
 * @file
 * elements/lists.less.
 */
/**
 * Bulleted list.
 */
.list-bullet {
  position: relative;
  padding: 5px 15px 5px 22.5px;
}
.list-bullet a {
  display: block;
  color: #393c3d;
  padding: 5px 15px 5px 22.5px;
  margin: -5px -15px -5px -22.5px;
}
.list-bullet a:hover,
.list-bullet a:focus {
  color: #393c3d;
  background: rgba(83, 87, 89, 0.1);
}
.list-bullet:before {
  border: 4px solid #919698;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  content: '';
  display: inline-block;
  left: 2px;
  top: 10px;
  position: absolute;
  z-index: 999;
}
.list-bullet-primary:before {
  border-color: #426730;
}
.list-bullet-info:before {
  border-color: #2a85da;
}
.list-bullet-success:before {
  border-color: #78ab34;
}
.list-bullet-warning:before {
  border-color: #d8980a;
}
.list-bullet-danger:before {
  border-color: #A31905;
}
.list-bullet-dark:before {
  border-color: #535759;
}
/**
 * Separated list (by |).
 */
.list-separeted {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-separeted > li {
  display: inline-block;
}
.list-separeted > li:after {
  content: '\007C';
  line-height: 0.8em;
  font-size: 0.9em;
  color: #999;
  padding-left: 8px;
  padding-right: 6px;
}
.list-separeted > li:last-child:after {
  content: "";
  padding: 0;
}
/**
 * @file
 * components/mediagallery.less.
 */
.media-gallery__item .thumbnail {
  margin-bottom: 30px;
  padding: 6px;
}
.media-gallery__item:hover .media-gallery__thumb-preview img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.media-gallery__item:hover .media-gallery__thumb-preview .media-gallery__thumb-options {
  visibility: visible;
}
.media-gallery__item:hover .media-gallery__thumb-preview .media-gallery__thumb-options .media-gallery__zoom,
.media-gallery__item:hover .media-gallery__thumb-preview .media-gallery__thumb-options .media-gallery__toolbar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.media-gallery__item.selected .thumbnail {
  border-color: #8ebeeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(142, 190, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(142, 190, 235, 0.6);
}
.media-gallery__item.selected .media-gallery__thumb-preview img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.media-gallery__item.selected .media-gallery__thumb-preview .media-gallery__thumb-options {
  visibility: visible;
}
.media-gallery__item.selected .media-gallery__thumb-preview .media-gallery__thumb-options .media-gallery__zoom,
.media-gallery__item.selected .media-gallery__thumb-preview .media-gallery__thumb-options .media-gallery__toolbar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.media-gallery__thumb-preview {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.media-gallery__thumb-preview a {
  display: block;
  overflow: hidden;
}
.media-gallery__thumb-preview img {
  border: none;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.media-gallery__thumb-options {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  background: rgba(71, 74, 76, 0.1);
  /*visibility: hidden;*/
  overflow: hidden;
}
.media-gallery__zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #474a4c;
  border-radius: 0 0 0 4px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  -moz-transition: -moz-transform 0.1s linear 0.1s;
  -o-transition: -o-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.media-gallery__zoom:hover,
.media-gallery__zoom:focus {
  background-color: #2e3031;
}
.media-gallery__toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  color: #fff;
  background-color: #474a4c;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  -moz-transition: -moz-transform 0.1s linear 0.1s;
  -o-transition: -o-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.media-gallery__toolbar .form-group {
  margin: 0;
}
.media-gallery__toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.media-gallery__option {
  float: left;
  display: inline-block;
  padding: 8px;
}
.media-gallery__option .checkbox-custom {
  margin: 0;
}
.media-gallery__option .checkbox-custom label:before {
  border-color: #1d1d1d;
}
.media-gallery__option:hover,
.media-gallery__option:focus {
  background-color: #2e3031;
}
.media-gallery__group > a {
  display: block;
  float: left;
  color: #fff;
  padding: 8px;
  margin: 0;
}
.media-gallery__group > a:hover,
.media-gallery__group > a:focus {
  background-color: #2e3031;
}
.media-gallery__group .dropdown-menu {
  top: auto;
  bottom: 100%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: none;
  color: #fff;
  background-color: #474a4c;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.media-gallery__group .dropdown-menu a {
  color: #fff;
}
.media-gallery__group .dropdown-menu a:hover,
.media-gallery__group .dropdown-menu a:focus {
  background-color: #2e3031;
}
.media-gallery__group .dropdown-menu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.media-gallery__toggle {
  display: block;
  float: right;
  color: #fff;
  background: none;
  border: none;
  padding: 8px 10px;
  margin: 0;
  border-left: 1px solid #1d1d1d;
}
.media-gallery__toggle:hover,
.media-gallery__toggle:focus {
  background-color: #2e3031;
}
.media-gallery__title {
  margin: 13px 0 2px;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.media-gallery__title small {
  position: relative;
  top: 0;
  left: 0;
  color: #999;
  z-index: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
.media-gallery__description {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.media-gallery__description:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * @file
 * components/modals.less.
 */
.modal-header {
  background: #e3e3e3;
  border-color: #c7c7c7;
}
.modal-body {
  overflow-y: auto;
}
.modal-footer {
  background: #efefef;
  clear: both;
}
.modal-content {
  border-radius: 0;
}
.modal-block {
  position: relative;
  max-width: 600px;
  margin: 40px auto;
  padding: 0;
  background: transparent;
  text-align: left;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.modal-block .panel-heading,
.modal-block .panel-footer {
  padding: 15px;
}
.modal-block .panel,
.modal-content {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.modal-block.modal-xs,
.dialog.dialog-xs,
.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}
.modal-block.modal-sm,
.dialog.dialog-sm,
.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}
.modal-block.modal-md,
.dialog.dialog-md,
.white-popup-block.white-popup-block-md {
  max-width: 600px;
}
.modal-block.modal-lg,
.dialog.dialog-lg,
.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}
.modal-block.modal-full,
.dialog.dialog-full,
.white-popup-block.white-popup-block-full {
  max-width: 98%;
}
.modal-wrapper {
  position: relative;
  padding: 15px 0;
}
.modal-wrapper:before,
.modal-wrapper:after {
  content: " ";
  display: table;
}
.modal-wrapper:after {
  clear: both;
}
.modal-wrapper:before,
.modal-wrapper:after {
  content: " ";
  display: table;
}
.modal-wrapper:after {
  clear: both;
}
.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}
.modal-icon + .modal-text {
  float: left;
  width: 80%;
}
.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}
.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}
.modal-icon .fa {
  font-size: 40px;
  position: relative;
  top: -8px;
  color: #999;
}
.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
  margin-top: 0;
}
.modal-primary .modal-icon .fa {
  color: #54833d;
}
.modal-primary .panel > .panel-heading {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.modal-primary .panel > .panel-heading,
.modal-primary .panel > .panel-heading * {
  color: #fff;
}
.modal-primary .panel > .panel-heading .view-more a,
.modal-primary .panel > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-primary .panel > .panel-heading .view-more a:hover,
.modal-primary .panel > .panel-heading a:hover,
.modal-primary .panel > .panel-heading .view-more a:focus,
.modal-primary .panel > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-primary .panel > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-primary .panel > .panel-heading .panel-actions a:hover,
.modal-primary .panel > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-primary .modal-header {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.modal-primary .modal-header,
.modal-primary .modal-header * {
  color: #fff;
}
.modal-primary .modal-header .view-more a,
.modal-primary .modal-header a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-primary .modal-header .view-more a:hover,
.modal-primary .modal-header a:hover,
.modal-primary .modal-header .view-more a:focus,
.modal-primary .modal-header a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-info .modal-icon .fa {
  color: #4D99E0;
}
.modal-info .panel > .panel-heading {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.modal-info .panel > .panel-heading,
.modal-info .panel > .panel-heading * {
  color: #fff;
}
.modal-info .panel > .panel-heading .view-more a,
.modal-info .panel > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-info .panel > .panel-heading .view-more a:hover,
.modal-info .panel > .panel-heading a:hover,
.modal-info .panel > .panel-heading .view-more a:focus,
.modal-info .panel > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-info .panel > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-info .panel > .panel-heading .panel-actions a:hover,
.modal-info .panel > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-info .modal-header {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.modal-info .modal-header,
.modal-info .modal-header * {
  color: #fff;
}
.modal-info .modal-header .view-more a,
.modal-info .modal-header a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-info .modal-header .view-more a:hover,
.modal-info .modal-header a:hover,
.modal-info .modal-header .view-more a:focus,
.modal-info .modal-header a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-success .modal-icon .fa {
  color: #8dc642;
}
.modal-success .panel > .panel-heading {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.modal-success .panel > .panel-heading,
.modal-success .panel > .panel-heading * {
  color: #fff;
}
.modal-success .panel > .panel-heading .view-more a,
.modal-success .panel > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-success .panel > .panel-heading .view-more a:hover,
.modal-success .panel > .panel-heading a:hover,
.modal-success .panel > .panel-heading .view-more a:focus,
.modal-success .panel > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-success .panel > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-success .panel > .panel-heading .panel-actions a:hover,
.modal-success .panel > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-success .modal-header {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.modal-success .modal-header,
.modal-success .modal-header * {
  color: #fff;
}
.modal-success .modal-header .view-more a,
.modal-success .modal-header a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-success .modal-header .view-more a:hover,
.modal-success .modal-header a:hover,
.modal-success .modal-header .view-more a:focus,
.modal-success .modal-header a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-warning .modal-icon .fa {
  color: #F5B62A;
}
.modal-warning .panel > .panel-heading {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.modal-warning .panel > .panel-heading,
.modal-warning .panel > .panel-heading * {
  color: #fff;
}
.modal-warning .panel > .panel-heading .view-more a,
.modal-warning .panel > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-warning .panel > .panel-heading .view-more a:hover,
.modal-warning .panel > .panel-heading a:hover,
.modal-warning .panel > .panel-heading .view-more a:focus,
.modal-warning .panel > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-warning .panel > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-warning .panel > .panel-heading .panel-actions a:hover,
.modal-warning .panel > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-warning .modal-header {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.modal-warning .modal-header,
.modal-warning .modal-header * {
  color: #fff;
}
.modal-warning .modal-header .view-more a,
.modal-warning .modal-header a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-warning .modal-header .view-more a:hover,
.modal-warning .modal-header a:hover,
.modal-warning .modal-header .view-more a:focus,
.modal-warning .modal-header a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-danger .modal-icon .fa {
  color: #A31905;
}
.modal-danger .panel > .panel-heading {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.modal-danger .panel > .panel-heading,
.modal-danger .panel > .panel-heading * {
  color: #fff;
}
.modal-danger .panel > .panel-heading .view-more a,
.modal-danger .panel > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-danger .panel > .panel-heading .view-more a:hover,
.modal-danger .panel > .panel-heading a:hover,
.modal-danger .panel > .panel-heading .view-more a:focus,
.modal-danger .panel > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-danger .panel > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-danger .panel > .panel-heading .panel-actions a:hover,
.modal-danger .panel > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-danger .modal-header {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.modal-danger .modal-header,
.modal-danger .modal-header * {
  color: #fff;
}
.modal-danger .modal-header .view-more a,
.modal-danger .modal-header a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.modal-danger .modal-header .view-more a:hover,
.modal-danger .modal-header a:hover,
.modal-danger .modal-header .view-more a:focus,
.modal-danger .modal-header a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Dialog */
.dialog,
.white-popup-block {
  margin: 40px auto;
  position: relative;
  background: #ffffff;
  padding: 30px;
  text-align: left;
  max-width: 600px;
  color: #393c3d;
}
/**
 * @file
 * components/navbar.less.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
.navbar {
  box-sizing: content-box;
  border-width: 0 0 1px 0;
  max-height: 50px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
body.navbar-is-fixed-top.scrolled .navbar {
  height: 60px;
  min-height: 60px;
}
.navbar-collapse {
  background: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-inverse {
  border-bottom: 1px solid #373737;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse.in,
.navbar-inverse .navbar-collapse.collapsing {
  background: #474a4c;
  border-bottom: 1px solid #373737;
  border-top: 1px solid #373737;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.navbar-inverse .form-control {
  border-color: #373737;
  background-color: #6c7173;
  color: #fff;
  -webkit-box-shadow: inset 0 2px 3px #5a5f61;
  box-shadow: inset 0 2px 3px #5a5f61;
}
.navbar-inverse .btn {
  color: #fff;
  background-color: #535759;
  border-color: #373737;
  text-shadow: 0 1px 0 #000000;
  border-color: #272929;
  background-image: -webkit-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: -o-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: linear-gradient(to bottom, #535759 0%, #2c2e2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535759', endColorstr='#ff2c2e2f', GradientType=0);
}
.navbar-inverse .btn:focus,
.navbar-inverse .btn.focus {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #000000;
}
.navbar-inverse .btn:hover {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.navbar-inverse .btn:active,
.navbar-inverse .btn.active,
.open > .dropdown-toggle.navbar-inverse .btn {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.navbar-inverse .btn:active:hover,
.navbar-inverse .btn.active:hover,
.open > .dropdown-toggle.navbar-inverse .btn:hover,
.navbar-inverse .btn:active:focus,
.navbar-inverse .btn.active:focus,
.open > .dropdown-toggle.navbar-inverse .btn:focus,
.navbar-inverse .btn:active.focus,
.navbar-inverse .btn.active.focus,
.open > .dropdown-toggle.navbar-inverse .btn.focus {
  color: #fff;
  background-color: #292b2c;
  border-color: #000000;
}
.navbar-inverse .btn:active,
.navbar-inverse .btn.active,
.open > .dropdown-toggle.navbar-inverse .btn {
  background-image: none;
}
.navbar-inverse .btn.disabled:hover,
.navbar-inverse .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn:hover,
.navbar-inverse .btn.disabled:focus,
.navbar-inverse .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn:focus,
.navbar-inverse .btn.disabled.focus,
.navbar-inverse .btn[disabled].focus,
fieldset[disabled] .navbar-inverse .btn.focus {
  background-color: #535759;
  border-color: #373737;
}
.navbar-inverse .btn .badge {
  color: #535759;
  background-color: #fff;
}
.navbar-inverse .btn.disabled,
.navbar-inverse .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.navbar-inverse .btn:hover,
.navbar-inverse .btn:focus,
.navbar-inverse .btn:active,
.navbar-inverse .btn.active,
.open > .dropdown-toggle.navbar-inverse .btn {
  border-color: #313334;
  border-color: #313334 !important;
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.navbar-inverse .btn.disabled,
.navbar-inverse .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.navbar-inverse .btn:hover,
.navbar-inverse .btn:focus,
.navbar-inverse .btn:active,
.navbar-inverse .btn.active,
.open > .dropdown-toggle.navbar-inverse .btn {
  border-color: #313334;
}
.navbar-inverse .btn:hover,
.navbar-inverse .btn:focus,
.open > .dropdown-toggle.navbar-inverse .btn {
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.navbar-inverse .btn:active,
.navbar-inverse .btn.active {
  background-image: -webkit-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: -o-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: linear-gradient(to bottom, #3f4244 0%, #676c6e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4244', endColorstr='#ff676c6e', GradientType=0);
}
.navbar-inverse .btn.disabled,
.navbar-inverse .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.navbar-inverse .dropdown-menu {
  background-color: #2e3031;
  border-color: #373737;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-top: none;
}
.navbar-inverse .dropdown-menu li a {
  color: #fff;
}
.navbar-inverse .dropdown-menu li a:hover,
.navbar-inverse .dropdown-menu li a:focus {
  background-color: #222324;
}
.navbar-inverse .dropdown-menu li.active a,
.navbar-inverse .dropdown-menu li.active a:hover,
.navbar-inverse .dropdown-menu li.active a:focus {
  background-color: #222324;
  color: #fff;
}
.navbar-default {
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.navbar-default .navbar-collapse.in,
.navbar-default .navbar-collapse.collapsing {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.navbar-default .dropdown-menu {
  background-color: #eeeeee;
  color: #393c3d;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  border-top: none;
}
.navbar-default .dropdown-menu li a {
  color: #393c3d;
}
.navbar-default .dropdown-menu li a:hover,
.navbar-default .dropdown-menu li a:focus {
  background-color: #e1e1e1;
}
.navbar-default .dropdown-menu li.active a,
.navbar-default .dropdown-menu li.active a:hover,
.navbar-default .dropdown-menu li.active a:focus {
  background-color: #e1e1e1;
}
.navbar-toggle {
  padding: 9px 14px;
  margin-bottom: 0;
}
body.navbar-is-fixed-top.scrolled .navbar-toggle {
  margin-top: 10px;
}
.navbar-nav > li > a {
  -webkit-transition: height 0.2s, background 0.2s linear;
  -o-transition: height 0.2s, background 0.2s linear;
  transition: height 0.2s, background 0.2s linear;
}
@media (min-width: 768px) {
  body.navbar-is-fixed-top.scrolled .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}
.navbar-brand img {
  height: 40px;
  margin-top: -10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.navbar-is-fixed-top.scrolled .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
}
body.navbar-is-fixed-top.scrolled .navbar-brand img {
  height: 48px;
  margin-top: -14px;
}
.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-fixed-bottom.navbar-default {
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
}
.navbar-fixed-bottom.navbar-inverse {
  border-top: 1px solid #373737;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
/**
 * @file
 * components/nav.less.
 */
/**
 * @file
 * components/nav-tabs.less.
 */
.tabs {
  margin-bottom: 15px;
  /*.tabs-collapsed {
     > ul.dropdown {
      .clearfix();
      .list-unstyled();
      .bg-darker;
      .drop-shadow;
      .border(@nav-tabs-border-color);

      > li {
        margin-bottom: -1px;
        margin-top: -1px;
        background: @nav-tabs-active-link-hover-bg;

        a[data-toggle="dropdown"] {
          position:relative;
          display: block;
          float: right;
          margin-right: -1px;
          padding:@half-space @default-space;
          line-height: @line-height-base;
          border-top: 1px solid @nav-tabs-border-color;
          border-right: 1px solid @nav-tabs-border-color;
          border-left: 1px solid @nav-tabs-border-color;
          border-radius: 0;
          background: @light-bg;
          color:lighten(@text-color, 10%);
          .text-semi-bold;
          .transition(none);

          &:after {
            content: '';
            position: absolute;
            z-index:2;
            bottom: -4px;
            left:0;
            height: 4px;
            width: 100%;
            background: @light-bg;
          }
        }

        &.open {
          a[data-toggle="dropdown"] {
            background:@dropdown-bg;

            &:after {
              background:@dropdown-bg;
            }
          }
        }
      }

      .dropdown-menu {

        border-top:none;
      }

      &.has-secondary{
        > li {
          background:@dark-bg;
          .border-bottom(@dark-bg);

          a[data-toggle="dropdown"] {
            background:@dark-bg;

            &:after {
              background:@dark-bg;
            }
          }

          &.open {
            a[data-toggle="dropdown"] {
              background:@dropdown-bg;

              &:after {
                background:@dropdown-bg;
              }
            }
          }
        }
      }
    }
  }*/
}
.tabs > .tab-content {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 15px;
}
.tabs.tabs-vertical {
  display: table;
  width: 100%;
}
.tabs-bottom .tab-content {
  border-top: 1px solid #e0e0e0;
  border-bottom: none;
}
.tabs-vertical .tab-content {
  display: table-cell;
  border-top: 1px solid #e0e0e0;
  border-left: none;
}
.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  display: block;
  background-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  border: 1px solid #d3d3d3;
}
.nav-tabs > li {
  position: relative;
  display: block;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #e3e3e3;
}
.nav-tabs > li.disabled > a {
  color: #999;
}
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #e3e3e3;
  border-color: #54833d;
}
.nav-tabs .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs > li > a > img {
  max-width: none;
}
.nav-tabs.bg-styled {
  background-color: #e3e3e3;
  -webkit-box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
}
.nav-tabs.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: -o-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: linear-gradient(to bottom, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdbdbdb', endColorstr='#ffe3e3e3', GradientType=0);
}
.nav-tabs.bordered {
  border: 1px solid #d3d3d3;
}
.nav-tabs .jumbotron {
  background: transparent;
}
.nav-tabs > li {
  /* Make the list-items overlay the bottom border*/
  margin-bottom: -1px;
  margin-top: -1px;
}
.nav-tabs > li > a {
  margin-right: -1px;
  line-height: 1.42857143;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffe5e5e5', GradientType=0);
  font-weight: 600;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-tabs > li > a,
.nav-tabs > li > a a {
  color: #525657;
}
.nav-tabs > li > a:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(83, 87, 89, 0.06);
  box-shadow: inset 0 0 15px 0 rgba(83, 87, 89, 0.06);
  border-bottom: none;
}
.nav-tabs > li > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs > li > a .summary {
  font-weight: normal;
  font-size: 0.9em;
  color: #999;
}
.nav-tabs > li.active {
  background: #f7f7f7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  position: relative;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a:hover .badge,
.nav-tabs > li.active > a:focus .badge {
  background-color: #999;
}
.nav-tabs > li:first-child a,
.nav-tabs > li:first-child a:hover,
.nav-tabs > li:first-child a:focus {
  border-left: none;
}
.nav-tabs > li.dropdown.open > a {
  border-bottom: 1px solid;
  border-color: #d3d3d3;
  border-bottom-color: #fff;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs > li.dropdown.open > a:hover + .dropdown-menu {
  margin-top: 0;
}
.nav-tabs > li.dropdown.open > .dropdown-menu {
  margin-top: 0;
  border-top-color: #fff;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #d3d3d3;
  border-top: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 0;
  }
}
.nav-tabs:not(.nav-tabs-secondary) > li.active > a:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.panel-title .nav-tabs {
  background: transparent;
  display: inline-block;
  border: none;
  margin-right: 1px;
  margin-bottom: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-title .nav-tabs > li > a {
  border: 1px solid #d3d3d3;
  height: 40px;
}
.panel-title .nav-tabs > li.active > a {
  background: #ffffff;
  border-color: #e0e0e0;
  border-bottom-color: #ffffff;
}
.tabs-bottom .nav-tabs {
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
}
.tabs-bottom .nav-tabs > li > a {
  border-bottom: 1px solid #d3d3d3;
}
.tabs-bottom .nav-tabs > li.active > a,
.tabs-bottom .nav-tabs > li.active > a:hover,
.tabs-bottom .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #d3d3d3;
}
.tabs-bottom .nav-tabs > li.active > a:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.tabs-vertical .nav-tabs {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  -webkit-box-shadow: 1px 0 2px #ededed;
  box-shadow: 1px 0 2px #ededed;
}
.tabs-vertical .nav-tabs > li {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs-vertical .nav-tabs > li > a {
  display: block;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: normal;
  padding-top: 13px;
  padding-bottom: 13px;
}
.tabs-vertical .nav-tabs > li.active > a,
.tabs-vertical .nav-tabs > li.active > a:hover,
.tabs-vertical .nav-tabs > li.active > a:focus {
  position: relative;
  border-right: none;
  border-left: none;
  border-top: none;
}
.tabs-vertical .nav-tabs > li.active > a:after {
  top: 0;
  bottom: 0;
  right: -3px;
  left: auto;
  height: 100%;
  width: 3px;
}
.nav-tabs.nav-tabs.tabs-primary > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs.nav-tabs.tabs-primary > li > a:hover,
.nav-tabs.nav-tabs.tabs-primary > li > a:focus {
  border-top-color: #426730;
}
.nav-tabs.nav-tabs.tabs-primary > li.active > a {
  border-top-width: 2px;
  border-top-color: #426730;
}
.nav-tabs.nav-tabs.tabs-primary > li.active > a:hover,
.nav-tabs.nav-tabs.tabs-primary > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs.nav-tabs.tabs-primary > li.active > a .badge {
  background-color: #54833d;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-primary > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-primary > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #426730;
}
.nav-tabs.nav-tabs.tabs-info > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs.nav-tabs.tabs-info > li > a:hover,
.nav-tabs.nav-tabs.tabs-info > li > a:focus {
  border-top-color: #2a85da;
}
.nav-tabs.nav-tabs.tabs-info > li.active > a {
  border-top-width: 2px;
  border-top-color: #2a85da;
}
.nav-tabs.nav-tabs.tabs-info > li.active > a:hover,
.nav-tabs.nav-tabs.tabs-info > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs.nav-tabs.tabs-info > li.active > a .badge {
  background-color: #4D99E0;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-info > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-info > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #2a85da;
}
.nav-tabs.nav-tabs.tabs-success > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs.nav-tabs.tabs-success > li > a:hover,
.nav-tabs.nav-tabs.tabs-success > li > a:focus {
  border-top-color: #78ab34;
}
.nav-tabs.nav-tabs.tabs-success > li.active > a {
  border-top-width: 2px;
  border-top-color: #78ab34;
}
.nav-tabs.nav-tabs.tabs-success > li.active > a:hover,
.nav-tabs.nav-tabs.tabs-success > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs.nav-tabs.tabs-success > li.active > a .badge {
  background-color: #8dc642;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-success > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-success > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #78ab34;
}
.nav-tabs.nav-tabs.tabs-warning > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs.nav-tabs.tabs-warning > li > a:hover,
.nav-tabs.nav-tabs.tabs-warning > li > a:focus {
  border-top-color: #d8980a;
}
.nav-tabs.nav-tabs.tabs-warning > li.active > a {
  border-top-width: 2px;
  border-top-color: #d8980a;
}
.nav-tabs.nav-tabs.tabs-warning > li.active > a:hover,
.nav-tabs.nav-tabs.tabs-warning > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs.nav-tabs.tabs-warning > li.active > a .badge {
  background-color: #F5B62A;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-warning > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-warning > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #d8980a;
}
.nav-tabs.nav-tabs.tabs-danger > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs.nav-tabs.tabs-danger > li > a:hover,
.nav-tabs.nav-tabs.tabs-danger > li > a:focus {
  border-top-color: #A31905;
}
.nav-tabs.nav-tabs.tabs-danger > li.active > a {
  border-top-width: 2px;
  border-top-color: #A31905;
}
.nav-tabs.nav-tabs.tabs-danger > li.active > a:hover,
.nav-tabs.nav-tabs.tabs-danger > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs.nav-tabs.tabs-danger > li.active > a .badge {
  background-color: #A31905;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-danger > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs.nav-tabs.tabs-danger > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #A31905;
}
.nav-tabs li[data-tabs-children].active,
.nav-tabs.has-secondary > li.active {
  background: #efefef;
  border-bottom: 1px solid #efefef;
}
.nav-tabs li[data-tabs-children].active > a,
.nav-tabs.has-secondary > li.active > a,
.nav-tabs li[data-tabs-children].active > a:hover,
.nav-tabs.has-secondary > li.active > a:hover,
.nav-tabs li[data-tabs-children].active > a:focus,
.nav-tabs.has-secondary > li.active > a:focus {
  background: #efefef;
  border-bottom-color: #efefef;
}
.nav-tabs li[data-tabs-children].active > a:after,
.nav-tabs.has-secondary > li.active > a:after {
  background: #efefef;
}
.nav-tabs-secondary {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  background-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  border: 1px solid #d3d3d3;
  display: block;
  background-color: #efefef;
  border-top: none;
  border-bottom-color: #e0e0e0;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 5px;
}
.nav-tabs-secondary > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs-secondary > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs-secondary > li > a:hover {
  border-color: #d3d3d3 #d3d3d3 #d3d3d3;
}
.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
  color: #393c3d;
  background-color: #f7f7f7;
  border: 1px solid #d3d3d3;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs-secondary.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs-secondary.nav-justified > li {
  float: none;
}
.nav-tabs-secondary.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-secondary.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs-secondary.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-secondary.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-secondary.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-secondary.nav-justified > .active > a,
.nav-tabs-secondary.nav-justified > .active > a:hover,
.nav-tabs-secondary.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-secondary.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-secondary.nav-justified > .active > a,
  .nav-tabs-secondary.nav-justified > .active > a:hover,
  .nav-tabs-secondary.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-tabs-secondary > li {
  position: relative;
  display: block;
}
.nav-tabs-secondary > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.nav-tabs-secondary > li > a:hover,
.nav-tabs-secondary > li > a:focus {
  text-decoration: none;
  background-color: #e3e3e3;
}
.nav-tabs-secondary > li.disabled > a {
  color: #999;
}
.nav-tabs-secondary > li.disabled > a:hover,
.nav-tabs-secondary > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-tabs-secondary .open > a,
.nav-tabs-secondary .open > a:hover,
.nav-tabs-secondary .open > a:focus {
  background-color: #e3e3e3;
  border-color: #54833d;
}
.nav-tabs-secondary .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs-secondary > li > a > img {
  max-width: none;
}
.nav-tabs-secondary.bg-styled {
  background-color: #e3e3e3;
  -webkit-box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
}
.nav-tabs-secondary.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: -o-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: linear-gradient(to bottom, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdbdbdb', endColorstr='#ffe3e3e3', GradientType=0);
}
.nav-tabs-secondary.bordered {
  border: 1px solid #d3d3d3;
}
.nav-tabs-secondary .jumbotron {
  background: transparent;
}
.nav-tabs-secondary > li {
  /* Make the list-items overlay the bottom border*/
  margin-bottom: -1px;
  margin-top: -1px;
}
.nav-tabs-secondary > li > a {
  margin-right: -1px;
  line-height: 1.42857143;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffe5e5e5', GradientType=0);
  font-weight: 600;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-tabs-secondary > li > a,
.nav-tabs-secondary > li > a a {
  color: #525657;
}
.nav-tabs-secondary > li > a:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(83, 87, 89, 0.06);
  box-shadow: inset 0 0 15px 0 rgba(83, 87, 89, 0.06);
  border-bottom: none;
}
.nav-tabs-secondary > li > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-secondary > li > a .summary {
  font-weight: normal;
  font-size: 0.9em;
  color: #999;
}
.nav-tabs-secondary > li.active {
  background: #f7f7f7;
}
.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
  position: relative;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-secondary > li.active > a .badge,
.nav-tabs-secondary > li.active > a:hover .badge,
.nav-tabs-secondary > li.active > a:focus .badge {
  background-color: #999;
}
.nav-tabs-secondary > li:first-child a,
.nav-tabs-secondary > li:first-child a:hover,
.nav-tabs-secondary > li:first-child a:focus {
  border-left: none;
}
.nav-tabs-secondary > li.dropdown.open > a {
  border-bottom: 1px solid;
  border-color: #d3d3d3;
  border-bottom-color: #fff;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-secondary > li.dropdown.open > a:hover + .dropdown-menu {
  margin-top: 0;
}
.nav-tabs-secondary > li.dropdown.open > .dropdown-menu {
  margin-top: 0;
  border-top-color: #fff;
}
.nav-tabs-secondary.nav-justified > li > a {
  border-bottom: 1px solid #d3d3d3;
  border-top: none;
}
@media (min-width: 768px) {
  .nav-tabs-secondary.nav-justified > li > a {
    border-radius: 0;
  }
}
.nav-tabs-secondary:not(.nav-tabs-secondary) > li.active > a:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.panel-title .nav-tabs-secondary {
  background: transparent;
  display: inline-block;
  border: none;
  margin-right: 1px;
  margin-bottom: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-title .nav-tabs-secondary > li > a {
  border: 1px solid #d3d3d3;
  height: 40px;
}
.panel-title .nav-tabs-secondary > li.active > a {
  background: #ffffff;
  border-color: #e0e0e0;
  border-bottom-color: #ffffff;
}
.tabs-bottom .nav-tabs-secondary {
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
}
.tabs-bottom .nav-tabs-secondary > li > a {
  border-bottom: 1px solid #d3d3d3;
}
.tabs-bottom .nav-tabs-secondary > li.active > a,
.tabs-bottom .nav-tabs-secondary > li.active > a:hover,
.tabs-bottom .nav-tabs-secondary > li.active > a:focus {
  border-bottom: 1px solid #d3d3d3;
}
.tabs-bottom .nav-tabs-secondary > li.active > a:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.tabs-vertical .nav-tabs-secondary {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  -webkit-box-shadow: 1px 0 2px #ededed;
  box-shadow: 1px 0 2px #ededed;
}
.tabs-vertical .nav-tabs-secondary > li {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs-vertical .nav-tabs-secondary > li > a {
  display: block;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: normal;
  padding-top: 13px;
  padding-bottom: 13px;
}
.tabs-vertical .nav-tabs-secondary > li.active > a,
.tabs-vertical .nav-tabs-secondary > li.active > a:hover,
.tabs-vertical .nav-tabs-secondary > li.active > a:focus {
  position: relative;
  border-right: none;
  border-left: none;
  border-top: none;
}
.tabs-vertical .nav-tabs-secondary > li.active > a:after {
  top: 0;
  bottom: 0;
  right: -3px;
  left: auto;
  height: 100%;
  width: 3px;
}
.nav-tabs-secondary.nav-tabs.tabs-primary > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs-secondary.nav-tabs.tabs-primary > li > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-primary > li > a:focus {
  border-top-color: #426730;
}
.nav-tabs-secondary.nav-tabs.tabs-primary > li.active > a {
  border-top-width: 2px;
  border-top-color: #426730;
}
.nav-tabs-secondary.nav-tabs.tabs-primary > li.active > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-primary > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs-secondary.nav-tabs.tabs-primary > li.active > a .badge {
  background-color: #54833d;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-primary > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-primary > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #426730;
}
.nav-tabs-secondary.nav-tabs.tabs-info > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs-secondary.nav-tabs.tabs-info > li > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-info > li > a:focus {
  border-top-color: #2a85da;
}
.nav-tabs-secondary.nav-tabs.tabs-info > li.active > a {
  border-top-width: 2px;
  border-top-color: #2a85da;
}
.nav-tabs-secondary.nav-tabs.tabs-info > li.active > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-info > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs-secondary.nav-tabs.tabs-info > li.active > a .badge {
  background-color: #4D99E0;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-info > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-info > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #2a85da;
}
.nav-tabs-secondary.nav-tabs.tabs-success > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs-secondary.nav-tabs.tabs-success > li > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-success > li > a:focus {
  border-top-color: #78ab34;
}
.nav-tabs-secondary.nav-tabs.tabs-success > li.active > a {
  border-top-width: 2px;
  border-top-color: #78ab34;
}
.nav-tabs-secondary.nav-tabs.tabs-success > li.active > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-success > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs-secondary.nav-tabs.tabs-success > li.active > a .badge {
  background-color: #8dc642;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-success > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-success > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #78ab34;
}
.nav-tabs-secondary.nav-tabs.tabs-warning > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs-secondary.nav-tabs.tabs-warning > li > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-warning > li > a:focus {
  border-top-color: #d8980a;
}
.nav-tabs-secondary.nav-tabs.tabs-warning > li.active > a {
  border-top-width: 2px;
  border-top-color: #d8980a;
}
.nav-tabs-secondary.nav-tabs.tabs-warning > li.active > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-warning > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs-secondary.nav-tabs.tabs-warning > li.active > a .badge {
  background-color: #F5B62A;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-warning > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-warning > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #d8980a;
}
.nav-tabs-secondary.nav-tabs.tabs-danger > li > a {
  border-top-width: 2px;
  border-top-color: #c6c6c6;
}
.nav-tabs-secondary.nav-tabs.tabs-danger > li > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-danger > li > a:focus {
  border-top-color: #A31905;
}
.nav-tabs-secondary.nav-tabs.tabs-danger > li.active > a {
  border-top-width: 2px;
  border-top-color: #A31905;
}
.nav-tabs-secondary.nav-tabs.tabs-danger > li.active > a:hover,
.nav-tabs-secondary.nav-tabs.tabs-danger > li.active > a:focus {
  color: #393c3d;
}
.nav-tabs-secondary.nav-tabs.tabs-danger > li.active > a .badge {
  background-color: #A31905;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-danger > li > a {
  border-bottom-width: 2px;
  border-bottom-color: #c6c6c6;
}
.tab-bottom .nav-tabs-secondary.nav-tabs.tabs-danger > li.active > a {
  border-bottom-width: 2px;
  border-bottom-color: #A31905;
}
.nav-tabs-secondary.bg-styled {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
}
.nav-tabs-secondary.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8e8e8', endColorstr='#ffefefef', GradientType=0);
}
.nav-tabs-secondary.bordered {
  border: 1px solid #e0e0e0;
}
.nav-tabs-secondary .jumbotron {
  background: transparent;
}
.nav-tabs-secondary > li {
  margin-bottom: 0;
  margin-left: 5px;
  display: inline-block;
  float: none;
}
.nav-tabs-secondary > li > a {
  line-height: normal;
  border: 1px solid #e0e0e0;
  padding: 8px 15px;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe8e8e8', GradientType=0);
}
.nav-tabs-secondary > li > a:hover {
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #e3e3e3 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #e3e3e3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffe3e3e3', GradientType=0);
}
.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  position: relative;
}
.nav-tabs-secondary > li.active > a:after,
.nav-tabs-secondary > li.active > a:hover:after,
.nav-tabs-secondary > li.active > a:focus:after,
.nav-tabs-secondary > li.active > a:before,
.nav-tabs-secondary > li.active > a:hover:before,
.nav-tabs-secondary > li.active > a:focus:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.nav-tabs-secondary > li.active > a:after,
.nav-tabs-secondary > li.active > a:hover:after,
.nav-tabs-secondary > li.active > a:focus:after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.nav-tabs-secondary > li.active > a:before,
.nav-tabs-secondary > li.active > a:hover:before,
.nav-tabs-secondary > li.active > a:focus:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #e0e0e0;
}
.nav-tabs-secondary > li:first-child > a,
.nav-tabs-secondary > li:first-child > a:hover,
.nav-tabs-secondary > li:first-child > a:focus {
  border: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
/*.primary-tabs {
  .clearfix();
  display: block;
  .bg-darker;
  .drop-shadow;
  .border(@border-color-dark);
  text-align: right;

  > .nav-tabs {
    display: block;
    float:right;
    min-height:38px;
    border-color:@border-color-dark;

    > li {
      > a {
        border-top: none;
        border-bottom: none;
        border-right-color:@nav-tabs-border-color;
        border-left-color:@nav-tabs-border-color;
      }

      &.active {
        > a {
          .bg-base;

          &:focus,
          &:hover {
            .bg-base;
            border-bottom:none;
            border-top:none;
          }

          &:after {
            .bg-base;
          }
        }
      }

      &:last-child {
        > a {
          border-right: none;
        }
      }

    }
  }

  &.tabs-collapsed {
    > ul.dropdown {
      border:none;
      .border-bottom(@border-color-dark);

      > li {

        a[data-toggle="dropdown"] {
          .bg-base;

          &:after {
            .bg-base;
          }
        }

        &.open {
          a[data-toggle="dropdown"] {
            background:@dropdown-bg;

            &:after {
              background:@dropdown-bg;
            }
          }
        }
      }
    }
  }

  & .nav-tabs-secondary{
    display: block;
    clear: both;
    .border-top(@border-color-dark);
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}*/
/**
 * @file
 * components/nav-list.less.
 */
.nav-list {
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-list > li {
  border-bottom: 1px solid #e0e0e0;
}
.nav-list > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-list > li > a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-list > li > a:before {
  padding-right: 5px;
}
.nav-list > li > a:hover {
  padding-left: 15px;
}
.nav-list > li.active > a {
  color: #fff;
  background-color: #54833d;
}
a.nav-list > li.active > a:hover,
a.nav-list > li.active > a:focus {
  background-color: #3e602d;
}
a.nav-list > li.active > a:hover,
a.nav-list > li.active > a:focus {
  background-color: #3e602d;
}
.nav-list > li.active > a.bg-styled {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
}
.nav-list > li.active > a.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: -o-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: linear-gradient(to bottom, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4d7938', endColorstr='#ff54833d', GradientType=0);
}
.nav-list > li.active > a.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.nav-list > li.active > a .jumbotron {
  background: transparent;
}
.nav-list > li ul {
  border-top: none;
  border-left: none;
  border-right: none;
}
.nav-list > li ul > li > a {
  padding-left: 30px;
}
/**
 * @file
 * components/nav-pills.less.
 */
.nav-pills > li > a {
  color: #393c3d;
}
/**
 * Node styling.
 */
.node-preview-container {
  margin-top: -15px;
}
.node-preview-form-select {
  padding: 15px;
}
/**
 * @file
 * components/pager.less.
 */
.pager-info li:not(.disabled) > a {
  color: #4D99E0;
}
.pager-info li:not(.disabled) > a:hover,
.pager-info li:not(.disabled) > a:focus {
  color: #fff;
  background-color: #4D99E0;
}
.pager-success li:not(.disabled) > a {
  color: #8dc642;
}
.pager-success li:not(.disabled) > a:hover,
.pager-success li:not(.disabled) > a:focus {
  color: #fff;
  background-color: #8dc642;
}
.pager-warning li:not(.disabled) > a {
  color: #F5B62A;
}
.pager-warning li:not(.disabled) > a:hover,
.pager-warning li:not(.disabled) > a:focus {
  color: #fff;
  background-color: #F5B62A;
}
.pager-danger li:not(.disabled) > a {
  color: #A31905;
}
.pager-danger li:not(.disabled) > a:hover,
.pager-danger li:not(.disabled) > a:focus {
  color: #fff;
  background-color: #A31905;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
}
/**
 * @file
 * components/panels.less.
 */
.panel {
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  border: none;
  background-color: transparent;
}
.panel .custom-caret:before {
  content: "\f0d7";
}
.panel.collapsed .custom-caret:before {
  content: "\f0da";
}
.panel-body {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
.panel-heading:not(.panel-heading-transparent) + .panel-body {
  -webkit-box-shadow: inset 0 1px 2px #ededed;
  box-shadow: inset 0 1px 2px #ededed;
  border-top: none;
}
.panel-heading {
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #d3d3d3;
  background-color: #e3e3e3;
}
.panel-heading.bg-styled {
  background-color: #e3e3e3;
  -webkit-box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
}
.panel-heading.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: -o-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: linear-gradient(to bottom, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdbdbdb', endColorstr='#ffe3e3e3', GradientType=0);
}
.panel-heading.bordered {
  border: 1px solid #d3d3d3;
}
.panel-heading .jumbotron {
  background: transparent;
}
.panel-heading .panel-actions {
  position: absolute;
  right: 15px;
  top: 8px;
}
.panel-heading .panel-actions a {
  padding-left: 8px;
  color: #393c3d;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel-heading .panel-actions a:hover,
.panel-heading .panel-actions a:focus,
.panel-heading .panel-actions a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-heading .panel-actions a.fa-star {
  color: #d8980a;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a.panel-heading .panel-actions a.fa-star:hover,
a.panel-heading .panel-actions a.fa-star:focus {
  color: #a77608;
}
.panel-title {
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.panel-title > a {
  display: block;
}
.panel-subtitle {
  font-size: 0.9em;
  color: #6a7072;
  margin: 0;
}
.panel-footer {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -1px;
}
.panel-footer.bg-styled {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 20px rgba(232, 232, 232, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
  box-shadow: inset 0 0 2rem rgba(232, 232, 232, 0.8);
}
.panel-footer.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-image: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, #efefef 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8e8e8', endColorstr='#ffefefef', GradientType=0);
}
.panel-footer.bordered {
  border: 1px solid #e0e0e0;
}
.panel-footer .jumbotron {
  background: transparent;
}
.panel-footer.btn-group-justified {
  padding: 0;
  border: none;
}
.panel-footer.btn-group-justified .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-primary > .panel-heading {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.panel-primary > .panel-heading,
.panel-primary > .panel-heading * {
  color: #fff;
}
.panel-primary > .panel-heading .view-more a,
.panel-primary > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-primary > .panel-heading .view-more a:hover,
.panel-primary > .panel-heading a:hover,
.panel-primary > .panel-heading .view-more a:focus,
.panel-primary > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-primary > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-primary > .panel-heading .panel-actions a:hover,
.panel-primary > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-success > .panel-heading {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.panel-success > .panel-heading,
.panel-success > .panel-heading * {
  color: #fff;
}
.panel-success > .panel-heading .view-more a,
.panel-success > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-success > .panel-heading .view-more a:hover,
.panel-success > .panel-heading a:hover,
.panel-success > .panel-heading .view-more a:focus,
.panel-success > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-success > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-success > .panel-heading .panel-actions a:hover,
.panel-success > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-info > .panel-heading {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.panel-info > .panel-heading,
.panel-info > .panel-heading * {
  color: #fff;
}
.panel-info > .panel-heading .view-more a,
.panel-info > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-info > .panel-heading .view-more a:hover,
.panel-info > .panel-heading a:hover,
.panel-info > .panel-heading .view-more a:focus,
.panel-info > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-info > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-info > .panel-heading .panel-actions a:hover,
.panel-info > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-warning > .panel-heading {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.panel-warning > .panel-heading,
.panel-warning > .panel-heading * {
  color: #fff;
}
.panel-warning > .panel-heading .view-more a,
.panel-warning > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-warning > .panel-heading .view-more a:hover,
.panel-warning > .panel-heading a:hover,
.panel-warning > .panel-heading .view-more a:focus,
.panel-warning > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-warning > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-warning > .panel-heading .panel-actions a:hover,
.panel-warning > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-danger > .panel-heading {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.panel-danger > .panel-heading,
.panel-danger > .panel-heading * {
  color: #fff;
}
.panel-danger > .panel-heading .view-more a,
.panel-danger > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-danger > .panel-heading .view-more a:hover,
.panel-danger > .panel-heading a:hover,
.panel-danger > .panel-heading .view-more a:focus,
.panel-danger > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-danger > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-danger > .panel-heading .panel-actions a:hover,
.panel-danger > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-dark > .panel-heading {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.panel-dark > .panel-heading,
.panel-dark > .panel-heading * {
  color: #fff;
}
.panel-dark > .panel-heading .view-more a,
.panel-dark > .panel-heading a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-dark > .panel-heading .view-more a:hover,
.panel-dark > .panel-heading a:hover,
.panel-dark > .panel-heading .view-more a:focus,
.panel-dark > .panel-heading a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-dark > .panel-heading .panel-actions a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.panel-dark > .panel-heading .panel-actions a:hover,
.panel-dark > .panel-heading .panel-actions a:focus {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-primary > .panel-footer {
  background: #4d7938;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-primary > .panel-footer,
.panel-footer-primary > .panel-footer * {
  color: #fff;
}
.panel-footer-primary > .panel-footer .view-more a,
.panel-footer-primary > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-primary > .panel-footer .view-more a:hover,
.panel-footer-primary > .panel-footer a:hover,
.panel-footer-primary > .panel-footer .view-more a:focus,
.panel-footer-primary > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-success > .panel-footer {
  background: #85bf3a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-success > .panel-footer,
.panel-footer-success > .panel-footer * {
  color: #fff;
}
.panel-footer-success > .panel-footer .view-more a,
.panel-footer-success > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-success > .panel-footer .view-more a:hover,
.panel-footer-success > .panel-footer a:hover,
.panel-footer-success > .panel-footer .view-more a:focus,
.panel-footer-success > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-info > .panel-footer {
  background: #4092de;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-info > .panel-footer,
.panel-footer-info > .panel-footer * {
  color: #fff;
}
.panel-footer-info > .panel-footer .view-more a,
.panel-footer-info > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-info > .panel-footer .view-more a:hover,
.panel-footer-info > .panel-footer a:hover,
.panel-footer-info > .panel-footer .view-more a:focus,
.panel-footer-info > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-warning > .panel-footer {
  background: #f4b11b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-warning > .panel-footer,
.panel-footer-warning > .panel-footer * {
  color: #fff;
}
.panel-footer-warning > .panel-footer .view-more a,
.panel-footer-warning > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-warning > .panel-footer .view-more a:hover,
.panel-footer-warning > .panel-footer a:hover,
.panel-footer-warning > .panel-footer .view-more a:focus,
.panel-footer-warning > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-danger > .panel-footer {
  background: #941705;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-danger > .panel-footer,
.panel-footer-danger > .panel-footer * {
  color: #fff;
}
.panel-footer-danger > .panel-footer .view-more a,
.panel-footer-danger > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-danger > .panel-footer .view-more a:hover,
.panel-footer-danger > .panel-footer a:hover,
.panel-footer-danger > .panel-footer .view-more a:focus,
.panel-footer-danger > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-footer-dark > .panel-footer {
  background: #4c4f51;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-footer-dark > .panel-footer,
.panel-footer-dark > .panel-footer * {
  color: #fff;
}
.panel-footer-dark > .panel-footer .view-more a,
.panel-footer-dark > .panel-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.panel-footer-dark > .panel-footer .view-more a:hover,
.panel-footer-dark > .panel-footer a:hover,
.panel-footer-dark > .panel-footer .view-more a:focus,
.panel-footer-dark > .panel-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-transparent,
.panel-transparent > .panel-heading,
.panel-transparent > .panel-body,
.panel-transparent > .panel-footer {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.panel-transparent .panel-heading .panel-actions {
  right: 5px;
}
.panel-transparent > .panel-body,
.panel-transparent > .panel-footer {
  padding-top: 0;
}
.panel-heading-transparent {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.panel-heading-transparent > .panel-actions {
  right: 5px;
}
.panel-horizontal {
  display: table;
  width: 100%;
}
.panel-horizontal .panel-heading,
.panel-horizontal .panel-body,
.panel-horizontal .panel-footer {
  display: table-cell;
  vertical-align: middle;
}
.panel.collapsed .panel-body,
.panel.collapsed .panel-footer {
  display: none;
}
/**
 * @file
 * components/password.less.
 */
.password-strength__meter {
  margin-top: 0.5em;
  background-color: #e3e3e3;
}
.password-strength__indicator {
  background-color: #8dc642;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.password-strength__indicator.is-weak {
  background-color: #A31905;
}
.password-strength__indicator.is-fair {
  background-color: #F5B62A;
}
.password-strength__indicator.is-good {
  background-color: #4D99E0;
}
.password-strength__indicator.is-strong {
  background-color: #8dc642;
}
.form-type-password-confirm {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.password-suggestions {
  max-width: 100%;
  margin: 15px;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .password-suggestions {
    width: 41.66666667%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.confirm-parent,
.password-parent {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: left;
  margin: 0;
  max-width: 33em;
  overflow: hidden;
}
@media (min-width: 992px) {
  .confirm-parent,
  .password-parent {
    float: left;
    width: 50%;
  }
}
[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
  clear: right;
}
/* Styling for the status indicator of the passwords match test.  */
.password-confirm,
.password-strength {
  font-size: 0.9em;
  color: #999;
}
.password-strength__text {
  font-weight: bold;
}
.password-confirm .ok {
  font-weight: bold;
  color: #78ab34;
}
.password-confirm .error {
  font-weight: bold;
  color: #A31905;
}
/**
 * @file
 * components/popovers.less.
 */
.popover {
  -webkit-box-shadow: 0 2px 4px #ededed;
  box-shadow: 0 2px 4px #ededed;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #393c3d;
}
.popover .popover-title {
  border-color: #e0e0e0;
}
.popover .popover-content {
  padding: 8px 15px;
}
.popover .fa.text-muted {
  color: #999;
}
.popover .fa.text-primary {
  color: #54833d;
}
a.popover .fa.text-primary:hover,
a.popover .fa.text-primary:focus {
  color: #3e602d;
}
.popover .fa.text-success {
  color: #78ab34;
}
a.popover .fa.text-success:hover,
a.popover .fa.text-success:focus {
  color: #5c8428;
}
.popover .fa.text-info {
  color: #2a85da;
}
a.popover .fa.text-info:hover,
a.popover .fa.text-info:focus {
  color: #1f6bb2;
}
.popover .fa.text-warning {
  color: #d8980a;
}
a.popover .fa.text-warning:hover,
a.popover .fa.text-warning:focus {
  color: #a77608;
}
.popover .fa.text-danger {
  color: #A31905;
}
a.popover .fa.text-danger:hover,
a.popover .fa.text-danger:focus {
  color: #721103;
}
.popover .fa.text-dark {
  color: #000000;
}
.popover.popover-primary {
  color: #426730;
  background-color: #c3e0bc;
  border: 1px solid #b9d8aa;
}
.popover.popover-primary a {
  color: #2c4420;
}
.popover.popover-primary.top > .arrow {
  border-top-color: #b9d8aa;
}
.popover.popover-primary.top > .arrow:after {
  border-top-color: #c3e0bc;
}
.popover.popover-primary.right > .arrow {
  border-right-color: #b9d8aa;
}
.popover.popover-primary.right > .arrow:after {
  border-right-color: #c3e0bc;
}
.popover.popover-primary.bottom > .arrow {
  border-bottom-color: #b9d8aa;
}
.popover.popover-primary.bottom > .arrow:after {
  border-bottom-color: #c3e0bc;
}
.popover.popover-primary.left > .arrow {
  border-left-color: #b9d8aa;
}
.popover.popover-primary.left > .arrow:after {
  border-left-color: #c3e0bc;
}
.popover.popover-primary .fa {
  color: #426730;
}
.popover.popover-success {
  color: #78ab34;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
}
.popover.popover-success a {
  color: #5c8428;
}
.popover.popover-success.top > .arrow {
  border-top-color: #b3b3b3;
}
.popover.popover-success.top > .arrow:after {
  border-top-color: #ffffff;
}
.popover.popover-success.right > .arrow {
  border-right-color: #b3b3b3;
}
.popover.popover-success.right > .arrow:after {
  border-right-color: #ffffff;
}
.popover.popover-success.bottom > .arrow {
  border-bottom-color: #b3b3b3;
}
.popover.popover-success.bottom > .arrow:after {
  border-bottom-color: #ffffff;
}
.popover.popover-success.left > .arrow {
  border-left-color: #b3b3b3;
}
.popover.popover-success.left > .arrow:after {
  border-left-color: #ffffff;
}
.popover.popover-info {
  color: #2a85da;
  background-color: #e5edfa;
  border: 1px solid #c7e0f5;
}
.popover.popover-info a {
  color: #1f6bb2;
}
.popover.popover-info.top > .arrow {
  border-top-color: #c7e0f5;
}
.popover.popover-info.top > .arrow:after {
  border-top-color: #e5edfa;
}
.popover.popover-info.right > .arrow {
  border-right-color: #c7e0f5;
}
.popover.popover-info.right > .arrow:after {
  border-right-color: #e5edfa;
}
.popover.popover-info.bottom > .arrow {
  border-bottom-color: #c7e0f5;
}
.popover.popover-info.bottom > .arrow:after {
  border-bottom-color: #e5edfa;
}
.popover.popover-info.left > .arrow {
  border-left-color: #c7e0f5;
}
.popover.popover-info.left > .arrow:after {
  border-left-color: #e5edfa;
}
.popover.popover-warning {
  color: #d8980a;
  background-color: #fdf0d4;
  border: 1px solid #fcddbc;
}
.popover.popover-warning a {
  color: #a77608;
}
.popover.popover-warning.top > .arrow {
  border-top-color: #fcddbc;
}
.popover.popover-warning.top > .arrow:after {
  border-top-color: #fdf0d4;
}
.popover.popover-warning.right > .arrow {
  border-right-color: #fcddbc;
}
.popover.popover-warning.right > .arrow:after {
  border-right-color: #fdf0d4;
}
.popover.popover-warning.bottom > .arrow {
  border-bottom-color: #fcddbc;
}
.popover.popover-warning.bottom > .arrow:after {
  border-bottom-color: #fdf0d4;
}
.popover.popover-warning.left > .arrow {
  border-left-color: #fcddbc;
}
.popover.popover-warning.left > .arrow:after {
  border-left-color: #fdf0d4;
}
.popover.popover-danger {
  color: #A31905;
  background-color: #fee0dc;
  border: 1px solid #fdc3c6;
}
.popover.popover-danger a {
  color: #721103;
}
.popover.popover-danger.top > .arrow {
  border-top-color: #fdc3c6;
}
.popover.popover-danger.top > .arrow:after {
  border-top-color: #fee0dc;
}
.popover.popover-danger.right > .arrow {
  border-right-color: #fdc3c6;
}
.popover.popover-danger.right > .arrow:after {
  border-right-color: #fee0dc;
}
.popover.popover-danger.bottom > .arrow {
  border-bottom-color: #fdc3c6;
}
.popover.popover-danger.bottom > .arrow:after {
  border-bottom-color: #fee0dc;
}
.popover.popover-danger.left > .arrow {
  border-left-color: #fdc3c6;
}
.popover.popover-danger.left > .arrow:after {
  border-left-color: #fee0dc;
}
.popover.popover-dark {
  color: #393c3d;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
}
.popover.popover-dark a {
  color: #202223;
}
.popover.popover-dark.top > .arrow {
  border-top-color: #e0e0e0;
}
.popover.popover-dark.top > .arrow:after {
  border-top-color: #efefef;
}
.popover.popover-dark.right > .arrow {
  border-right-color: #e0e0e0;
}
.popover.popover-dark.right > .arrow:after {
  border-right-color: #efefef;
}
.popover.popover-dark.bottom > .arrow {
  border-bottom-color: #e0e0e0;
}
.popover.popover-dark.bottom > .arrow:after {
  border-bottom-color: #efefef;
}
.popover.popover-dark.left > .arrow {
  border-left-color: #e0e0e0;
}
.popover.popover-dark.left > .arrow:after {
  border-left-color: #efefef;
}
.popover.popover-dark .fa {
  color: #2a85da;
}
.popover.popover-dark a {
  color: #54833d;
}
.popover.notification {
  color: #fff;
  background-color: #535759;
  border: 1px solid #1d1d1d;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.popover.notification a {
  color: #e6e6e6;
}
.popover.notification.top > .arrow {
  border-top-color: #1d1d1d;
}
.popover.notification.top > .arrow:after {
  border-top-color: #535759;
}
.popover.notification.right > .arrow {
  border-right-color: #1d1d1d;
}
.popover.notification.right > .arrow:after {
  border-right-color: #535759;
}
.popover.notification.bottom > .arrow {
  border-bottom-color: #1d1d1d;
}
.popover.notification.bottom > .arrow:after {
  border-bottom-color: #535759;
}
.popover.notification.left > .arrow {
  border-left-color: #1d1d1d;
}
.popover.notification.left > .arrow:after {
  border-left-color: #535759;
}
.popover.notification a {
  color: #54833d;
}
.popover.notification a:hover,
.popover.notification a:focus {
  color: #77b25a;
}
.popover.notification .fa {
  color: #fff;
}
.popover.notification.popover-primary {
  color: #fff;
  background-color: #54833d;
  border: 1px solid #4b6730;
}
.popover.notification.popover-primary a {
  color: #e6e6e6;
}
.popover.notification.popover-primary.top > .arrow {
  border-top-color: #4b6730;
}
.popover.notification.popover-primary.top > .arrow:after {
  border-top-color: #54833d;
}
.popover.notification.popover-primary.right > .arrow {
  border-right-color: #4b6730;
}
.popover.notification.popover-primary.right > .arrow:after {
  border-right-color: #54833d;
}
.popover.notification.popover-primary.bottom > .arrow {
  border-bottom-color: #4b6730;
}
.popover.notification.popover-primary.bottom > .arrow:after {
  border-bottom-color: #54833d;
}
.popover.notification.popover-primary.left > .arrow {
  border-left-color: #4b6730;
}
.popover.notification.popover-primary.left > .arrow:after {
  border-left-color: #54833d;
}
.popover.notification.popover-primary a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover.notification.popover-primary a:hover,
.popover.notification.popover-primary a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popover.notification.popover-info {
  color: #fff;
  background-color: #4D99E0;
  border: 1px solid #2aa2da;
}
.popover.notification.popover-info a {
  color: #e6e6e6;
}
.popover.notification.popover-info.top > .arrow {
  border-top-color: #2aa2da;
}
.popover.notification.popover-info.top > .arrow:after {
  border-top-color: #4D99E0;
}
.popover.notification.popover-info.right > .arrow {
  border-right-color: #2aa2da;
}
.popover.notification.popover-info.right > .arrow:after {
  border-right-color: #4D99E0;
}
.popover.notification.popover-info.bottom > .arrow {
  border-bottom-color: #2aa2da;
}
.popover.notification.popover-info.bottom > .arrow:after {
  border-bottom-color: #4D99E0;
}
.popover.notification.popover-info.left > .arrow {
  border-left-color: #2aa2da;
}
.popover.notification.popover-info.left > .arrow:after {
  border-left-color: #4D99E0;
}
.popover.notification.popover-info a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover.notification.popover-info a:hover,
.popover.notification.popover-info a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popover.notification.popover-success {
  color: #fff;
  background-color: #8dc642;
  border: 1px solid #8cab34;
}
.popover.notification.popover-success a {
  color: #e6e6e6;
}
.popover.notification.popover-success.top > .arrow {
  border-top-color: #8cab34;
}
.popover.notification.popover-success.top > .arrow:after {
  border-top-color: #8dc642;
}
.popover.notification.popover-success.right > .arrow {
  border-right-color: #8cab34;
}
.popover.notification.popover-success.right > .arrow:after {
  border-right-color: #8dc642;
}
.popover.notification.popover-success.bottom > .arrow {
  border-bottom-color: #8cab34;
}
.popover.notification.popover-success.bottom > .arrow:after {
  border-bottom-color: #8dc642;
}
.popover.notification.popover-success.left > .arrow {
  border-left-color: #8cab34;
}
.popover.notification.popover-success.left > .arrow:after {
  border-left-color: #8dc642;
}
.popover.notification.popover-success a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover.notification.popover-success a:hover,
.popover.notification.popover-success a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popover.notification.popover-warning {
  color: #fff;
  background-color: #f0a90b;
  border: 1px solid #c96e09;
}
.popover.notification.popover-warning a {
  color: #e6e6e6;
}
.popover.notification.popover-warning.top > .arrow {
  border-top-color: #c96e09;
}
.popover.notification.popover-warning.top > .arrow:after {
  border-top-color: #f0a90b;
}
.popover.notification.popover-warning.right > .arrow {
  border-right-color: #c96e09;
}
.popover.notification.popover-warning.right > .arrow:after {
  border-right-color: #f0a90b;
}
.popover.notification.popover-warning.bottom > .arrow {
  border-bottom-color: #c96e09;
}
.popover.notification.popover-warning.bottom > .arrow:after {
  border-bottom-color: #f0a90b;
}
.popover.notification.popover-warning.left > .arrow {
  border-left-color: #c96e09;
}
.popover.notification.popover-warning.left > .arrow:after {
  border-left-color: #f0a90b;
}
.popover.notification.popover-warning a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover.notification.popover-warning a:hover,
.popover.notification.popover-warning a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popover.notification.popover-danger {
  color: #fff;
  background-color: #A31905;
  border: 1px solid #7b0409;
}
.popover.notification.popover-danger a {
  color: #e6e6e6;
}
.popover.notification.popover-danger.top > .arrow {
  border-top-color: #7b0409;
}
.popover.notification.popover-danger.top > .arrow:after {
  border-top-color: #A31905;
}
.popover.notification.popover-danger.right > .arrow {
  border-right-color: #7b0409;
}
.popover.notification.popover-danger.right > .arrow:after {
  border-right-color: #A31905;
}
.popover.notification.popover-danger.bottom > .arrow {
  border-bottom-color: #7b0409;
}
.popover.notification.popover-danger.bottom > .arrow:after {
  border-bottom-color: #A31905;
}
.popover.notification.popover-danger.left > .arrow {
  border-left-color: #7b0409;
}
.popover.notification.popover-danger.left > .arrow:after {
  border-left-color: #A31905;
}
.popover.notification.popover-danger a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover.notification.popover-danger a:hover,
.popover.notification.popover-danger a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * @file
 * components/pricing-tables.less.
 */
.pricing-table .plan {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.pricing-table .plan h3 {
  padding: 30px 15px 15px 15px;
  margin: -1px -1px 50px -1px;
  background-color: #e3e3e3;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.pricing-table .plan h3.bg-styled {
  background-color: #e3e3e3;
  -webkit-box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 20px rgba(219, 219, 219, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
  box-shadow: inset 0 0 2rem rgba(219, 219, 219, 0.8);
}
.pricing-table .plan h3.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: -o-linear-gradient(top, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-image: linear-gradient(to bottom, rgba(219, 219, 219, 0.8) 0%, #e3e3e3 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdbdbdb', endColorstr='#ffe3e3e3', GradientType=0);
}
.pricing-table .plan h3.bordered {
  border: 1px solid #d3d3d3;
}
.pricing-table .plan h3 .jumbotron {
  background: transparent;
}
.pricing-table .plan h3 span {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin: 20px auto -65px;
  border: 1px solid #1d1d1d;
  color: #fff;
  background-color: #535759;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
a.pricing-table .plan h3 span:hover,
a.pricing-table .plan h3 span:focus {
  background-color: #3a3d3f;
}
.pricing-table .plan h3 span.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.pricing-table .plan h3 span.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.pricing-table .plan h3 span.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.pricing-table .plan h3 span .jumbotron {
  background: transparent;
}
.pricing-table .plan h3 span strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 100px;
  color: #fff;
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 10px 10px rgba(58, 61, 63, 0.8);
  box-shadow: inset 0 10px 10px rgba(58, 61, 63, 0.8);
}
.pricing-table .plan .btn {
  margin-top: 15px;
}
.pricing-table .plan ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 15px;
}
.pricing-table .plan ul > li {
  padding: 8px;
  border-top: 1px solid #e0e0e0;
}
.pricing-table .plan-primary h3 {
  color: #fff;
  background-color: #54833d;
  border-color: #4b6730;
}
.pricing-table .plan-primary h3 span {
  background: #456730;
  border-color: #394b23;
}
.pricing-table .plan-primary h3 span strong {
  -webkit-box-shadow: inset 0 10px 10px rgba(50, 75, 35, 0.8);
  box-shadow: inset 0 10px 10px rgba(50, 75, 35, 0.8);
}
.pricing-table .plan-primary .btn {
  color: #fff;
  background-color: #54833d;
  border-color: #497235;
  text-shadow: 0 1px 0 #162210;
  border-color: #3e602d;
  background-image: -webkit-linear-gradient(top, #669f4a 0%, #426730 100%);
  background-image: -o-linear-gradient(top, #669f4a 0%, #426730 100%);
  background-image: linear-gradient(to bottom, #669f4a 0%, #426730 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff669f4a', endColorstr='#ff426730', GradientType=0);
}
.pricing-table .plan-primary .btn:focus,
.pricing-table .plan-primary .btn.focus {
  color: #fff;
  background-color: #3e602d;
  border-color: #111b0c;
}
.pricing-table .plan-primary .btn:hover {
  color: #fff;
  background-color: #3e602d;
  border-color: #2e4821;
}
.pricing-table .plan-primary .btn:active,
.pricing-table .plan-primary .btn.active,
.open > .dropdown-toggle.pricing-table .plan-primary .btn {
  color: #fff;
  background-color: #3e602d;
  border-color: #2e4821;
}
.pricing-table .plan-primary .btn:active:hover,
.pricing-table .plan-primary .btn.active:hover,
.open > .dropdown-toggle.pricing-table .plan-primary .btn:hover,
.pricing-table .plan-primary .btn:active:focus,
.pricing-table .plan-primary .btn.active:focus,
.open > .dropdown-toggle.pricing-table .plan-primary .btn:focus,
.pricing-table .plan-primary .btn:active.focus,
.pricing-table .plan-primary .btn.active.focus,
.open > .dropdown-toggle.pricing-table .plan-primary .btn.focus {
  color: #fff;
  background-color: #2e4821;
  border-color: #111b0c;
}
.pricing-table .plan-primary .btn:active,
.pricing-table .plan-primary .btn.active,
.open > .dropdown-toggle.pricing-table .plan-primary .btn {
  background-image: none;
}
.pricing-table .plan-primary .btn.disabled:hover,
.pricing-table .plan-primary .btn[disabled]:hover,
fieldset[disabled] .pricing-table .plan-primary .btn:hover,
.pricing-table .plan-primary .btn.disabled:focus,
.pricing-table .plan-primary .btn[disabled]:focus,
fieldset[disabled] .pricing-table .plan-primary .btn:focus,
.pricing-table .plan-primary .btn.disabled.focus,
.pricing-table .plan-primary .btn[disabled].focus,
fieldset[disabled] .pricing-table .plan-primary .btn.focus {
  background-color: #54833d;
  border-color: #497235;
}
.pricing-table .plan-primary .btn .badge {
  color: #54833d;
  background-color: #fff;
}
.pricing-table .plan-primary .btn.disabled,
.pricing-table .plan-primary .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pricing-table .plan-primary .btn:hover,
.pricing-table .plan-primary .btn:focus,
.pricing-table .plan-primary .btn:active,
.pricing-table .plan-primary .btn.active,
.open > .dropdown-toggle.pricing-table .plan-primary .btn {
  border-color: #476e33;
  border-color: #476e33 !important;
  background-image: -webkit-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: -o-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: linear-gradient(to bottom, #71af53 0%, #4d7938 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71af53', endColorstr='#ff4d7938', GradientType=0);
}
.pricing-table .plan-primary .btn.disabled,
.pricing-table .plan-primary .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: -o-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: linear-gradient(to bottom, #507c3a 0%, #2c4420 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507c3a', endColorstr='#ff2c4420', GradientType=0);
}
.pricing-table .plan-primary .btn:hover,
.pricing-table .plan-primary .btn:focus,
.pricing-table .plan-primary .btn:active,
.pricing-table .plan-primary .btn.active,
.open > .dropdown-toggle.pricing-table .plan-primary .btn {
  border-color: #476e33;
}
.pricing-table .plan-primary .btn:hover,
.pricing-table .plan-primary .btn:focus,
.open > .dropdown-toggle.pricing-table .plan-primary .btn {
  background-image: -webkit-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: -o-linear-gradient(top, #71af53 0%, #4d7938 100%);
  background-image: linear-gradient(to bottom, #71af53 0%, #4d7938 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71af53', endColorstr='#ff4d7938', GradientType=0);
}
.pricing-table .plan-primary .btn:active,
.pricing-table .plan-primary .btn.active {
  background-image: -webkit-linear-gradient(top, #54833d 0%, #7ab45e 100%);
  background-image: -o-linear-gradient(top, #54833d 0%, #7ab45e 100%);
  background-image: linear-gradient(to bottom, #54833d 0%, #7ab45e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54833d', endColorstr='#ff7ab45e', GradientType=0);
}
.pricing-table .plan-primary .btn.disabled,
.pricing-table .plan-primary .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: -o-linear-gradient(top, #507c3a 0%, #2c4420 100%);
  background-image: linear-gradient(to bottom, #507c3a 0%, #2c4420 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507c3a', endColorstr='#ff2c4420', GradientType=0);
}
.pricing-table .plan-info h3 {
  color: #fff;
  background-color: #4D99E0;
  border-color: #2aa2da;
}
.pricing-table .plan-info h3 span {
  background: #2a8eda;
  border-color: #2192bb;
}
.pricing-table .plan-info h3 span strong {
  -webkit-box-shadow: inset 0 10px 10px rgba(33, 120, 187, 0.8);
  box-shadow: inset 0 10px 10px rgba(33, 120, 187, 0.8);
}
.pricing-table .plan-info .btn {
  color: #fff;
  background-color: #4D99E0;
  border-color: #378ddc;
  text-shadow: 0 1px 0 #175187;
  border-color: #2580d5;
  background-image: -webkit-linear-gradient(top, #70ade6 0%, #2a85da 100%);
  background-image: -o-linear-gradient(top, #70ade6 0%, #2a85da 100%);
  background-image: linear-gradient(to bottom, #70ade6 0%, #2a85da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70ade6', endColorstr='#ff2a85da', GradientType=0);
}
.pricing-table .plan-info .btn:focus,
.pricing-table .plan-info .btn.focus {
  color: #fff;
  background-color: #2580d5;
  border-color: #164c7e;
}
.pricing-table .plan-info .btn:hover {
  color: #fff;
  background-color: #2580d5;
  border-color: #206eb7;
}
.pricing-table .plan-info .btn:active,
.pricing-table .plan-info .btn.active,
.open > .dropdown-toggle.pricing-table .plan-info .btn {
  color: #fff;
  background-color: #2580d5;
  border-color: #206eb7;
}
.pricing-table .plan-info .btn:active:hover,
.pricing-table .plan-info .btn.active:hover,
.open > .dropdown-toggle.pricing-table .plan-info .btn:hover,
.pricing-table .plan-info .btn:active:focus,
.pricing-table .plan-info .btn.active:focus,
.open > .dropdown-toggle.pricing-table .plan-info .btn:focus,
.pricing-table .plan-info .btn:active.focus,
.pricing-table .plan-info .btn.active.focus,
.open > .dropdown-toggle.pricing-table .plan-info .btn.focus {
  color: #fff;
  background-color: #206eb7;
  border-color: #164c7e;
}
.pricing-table .plan-info .btn:active,
.pricing-table .plan-info .btn.active,
.open > .dropdown-toggle.pricing-table .plan-info .btn {
  background-image: none;
}
.pricing-table .plan-info .btn.disabled:hover,
.pricing-table .plan-info .btn[disabled]:hover,
fieldset[disabled] .pricing-table .plan-info .btn:hover,
.pricing-table .plan-info .btn.disabled:focus,
.pricing-table .plan-info .btn[disabled]:focus,
fieldset[disabled] .pricing-table .plan-info .btn:focus,
.pricing-table .plan-info .btn.disabled.focus,
.pricing-table .plan-info .btn[disabled].focus,
fieldset[disabled] .pricing-table .plan-info .btn.focus {
  background-color: #4D99E0;
  border-color: #378ddc;
}
.pricing-table .plan-info .btn .badge {
  color: #4D99E0;
  background-color: #fff;
}
.pricing-table .plan-info .btn.disabled,
.pricing-table .plan-info .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pricing-table .plan-info .btn:hover,
.pricing-table .plan-info .btn:focus,
.pricing-table .plan-info .btn:active,
.pricing-table .plan-info .btn.active,
.open > .dropdown-toggle.pricing-table .plan-info .btn {
  border-color: #338adb;
  border-color: #338adb !important;
  background-image: -webkit-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: -o-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: linear-gradient(to bottom, #85b9ea 0%, #4092de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85b9ea', endColorstr='#ff4092de', GradientType=0);
}
.pricing-table .plan-info .btn.disabled,
.pricing-table .plan-info .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: -o-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: linear-gradient(to bottom, #4494de 0%, #1f6bb2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4494de', endColorstr='#ff1f6bb2', GradientType=0);
}
.pricing-table .plan-info .btn:hover,
.pricing-table .plan-info .btn:focus,
.pricing-table .plan-info .btn:active,
.pricing-table .plan-info .btn.active,
.open > .dropdown-toggle.pricing-table .plan-info .btn {
  border-color: #338adb;
}
.pricing-table .plan-info .btn:hover,
.pricing-table .plan-info .btn:focus,
.open > .dropdown-toggle.pricing-table .plan-info .btn {
  background-image: -webkit-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: -o-linear-gradient(top, #85b9ea 0%, #4092de 100%);
  background-image: linear-gradient(to bottom, #85b9ea 0%, #4092de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85b9ea', endColorstr='#ff4092de', GradientType=0);
}
.pricing-table .plan-info .btn:active,
.pricing-table .plan-info .btn.active {
  background-image: -webkit-linear-gradient(top, #4d99e0 0%, #92c1ec 100%);
  background-image: -o-linear-gradient(top, #4d99e0 0%, #92c1ec 100%);
  background-image: linear-gradient(to bottom, #4d99e0 0%, #92c1ec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d99e0', endColorstr='#ff92c1ec', GradientType=0);
}
.pricing-table .plan-info .btn.disabled,
.pricing-table .plan-info .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: -o-linear-gradient(top, #4494de 0%, #1f6bb2 100%);
  background-image: linear-gradient(to bottom, #4494de 0%, #1f6bb2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4494de', endColorstr='#ff1f6bb2', GradientType=0);
}
.pricing-table .plan-success h3 {
  color: #fff;
  background-color: #8dc642;
  border-color: #8cab34;
}
.pricing-table .plan-success h3 span {
  background: #7eab34;
  border-color: #778c2a;
}
.pricing-table .plan-success h3 span strong {
  -webkit-box-shadow: inset 0 10px 10px rgba(103, 140, 42, 0.8);
  box-shadow: inset 0 10px 10px rgba(103, 140, 42, 0.8);
}
.pricing-table .plan-success .btn {
  color: #fff;
  background-color: #8dc642;
  border-color: #80b737;
  text-shadow: 0 1px 0 #415d1c;
  border-color: #72a431;
  background-image: -webkit-linear-gradient(top, #a0cf61 0%, #78ab34 100%);
  background-image: -o-linear-gradient(top, #a0cf61 0%, #78ab34 100%);
  background-image: linear-gradient(to bottom, #a0cf61 0%, #78ab34 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0cf61', endColorstr='#ff78ab34', GradientType=0);
}
.pricing-table .plan-success .btn:focus,
.pricing-table .plan-success .btn.focus {
  color: #fff;
  background-color: #72a431;
  border-color: #3c551a;
}
.pricing-table .plan-success .btn:hover {
  color: #fff;
  background-color: #72a431;
  border-color: #5f8829;
}
.pricing-table .plan-success .btn:active,
.pricing-table .plan-success .btn.active,
.open > .dropdown-toggle.pricing-table .plan-success .btn {
  color: #fff;
  background-color: #72a431;
  border-color: #5f8829;
}
.pricing-table .plan-success .btn:active:hover,
.pricing-table .plan-success .btn.active:hover,
.open > .dropdown-toggle.pricing-table .plan-success .btn:hover,
.pricing-table .plan-success .btn:active:focus,
.pricing-table .plan-success .btn.active:focus,
.open > .dropdown-toggle.pricing-table .plan-success .btn:focus,
.pricing-table .plan-success .btn:active.focus,
.pricing-table .plan-success .btn.active.focus,
.open > .dropdown-toggle.pricing-table .plan-success .btn.focus {
  color: #fff;
  background-color: #5f8829;
  border-color: #3c551a;
}
.pricing-table .plan-success .btn:active,
.pricing-table .plan-success .btn.active,
.open > .dropdown-toggle.pricing-table .plan-success .btn {
  background-image: none;
}
.pricing-table .plan-success .btn.disabled:hover,
.pricing-table .plan-success .btn[disabled]:hover,
fieldset[disabled] .pricing-table .plan-success .btn:hover,
.pricing-table .plan-success .btn.disabled:focus,
.pricing-table .plan-success .btn[disabled]:focus,
fieldset[disabled] .pricing-table .plan-success .btn:focus,
.pricing-table .plan-success .btn.disabled.focus,
.pricing-table .plan-success .btn[disabled].focus,
fieldset[disabled] .pricing-table .plan-success .btn.focus {
  background-color: #8dc642;
  border-color: #80b737;
}
.pricing-table .plan-success .btn .badge {
  color: #8dc642;
  background-color: #fff;
}
.pricing-table .plan-success .btn.disabled,
.pricing-table .plan-success .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pricing-table .plan-success .btn:hover,
.pricing-table .plan-success .btn:focus,
.pricing-table .plan-success .btn:active,
.pricing-table .plan-success .btn.active,
.open > .dropdown-toggle.pricing-table .plan-success .btn {
  border-color: #7db336;
  border-color: #7db336 !important;
  background-image: -webkit-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: -o-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: linear-gradient(to bottom, #acd575 0%, #85bf3a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacd575', endColorstr='#ff85bf3a', GradientType=0);
}
.pricing-table .plan-success .btn.disabled,
.pricing-table .plan-success .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: -o-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: linear-gradient(to bottom, #88c33b 0%, #5c8428 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c33b', endColorstr='#ff5c8428', GradientType=0);
}
.pricing-table .plan-success .btn:hover,
.pricing-table .plan-success .btn:focus,
.pricing-table .plan-success .btn:active,
.pricing-table .plan-success .btn.active,
.open > .dropdown-toggle.pricing-table .plan-success .btn {
  border-color: #7db336;
}
.pricing-table .plan-success .btn:hover,
.pricing-table .plan-success .btn:focus,
.open > .dropdown-toggle.pricing-table .plan-success .btn {
  background-image: -webkit-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: -o-linear-gradient(top, #acd575 0%, #85bf3a 100%);
  background-image: linear-gradient(to bottom, #acd575 0%, #85bf3a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacd575', endColorstr='#ff85bf3a', GradientType=0);
}
.pricing-table .plan-success .btn:active,
.pricing-table .plan-success .btn.active {
  background-image: -webkit-linear-gradient(top, #8dc642 0%, #b3d981 100%);
  background-image: -o-linear-gradient(top, #8dc642 0%, #b3d981 100%);
  background-image: linear-gradient(to bottom, #8dc642 0%, #b3d981 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc642', endColorstr='#ffb3d981', GradientType=0);
}
.pricing-table .plan-success .btn.disabled,
.pricing-table .plan-success .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: -o-linear-gradient(top, #88c33b 0%, #5c8428 100%);
  background-image: linear-gradient(to bottom, #88c33b 0%, #5c8428 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c33b', endColorstr='#ff5c8428', GradientType=0);
}
.pricing-table .plan-warning h3 {
  color: #fff;
  background-color: #F5B62A;
  border-color: #eb800b;
}
.pricing-table .plan-warning h3 span {
  background: #eb9a0b;
  border-color: #c46209;
}
.pricing-table .plan-warning h3 span strong {
  -webkit-box-shadow: inset 0 10px 10px rgba(196, 129, 9, 0.8);
  box-shadow: inset 0 10px 10px rgba(196, 129, 9, 0.8);
}
.pricing-table .plan-warning .btn {
  color: #fff;
  background-color: #F5B62A;
  border-color: #f4ae12;
  text-shadow: 0 1px 0 #8a6106;
  border-color: #e19f0b;
  background-image: -webkit-linear-gradient(top, #f7c351 0%, #eba60b 100%);
  background-image: -o-linear-gradient(top, #f7c351 0%, #eba60b 100%);
  background-image: linear-gradient(to bottom, #f7c351 0%, #eba60b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c351', endColorstr='#ffeba60b', GradientType=0);
}
.pricing-table .plan-warning .btn:focus,
.pricing-table .plan-warning .btn.focus {
  color: #fff;
  background-color: #e19f0b;
  border-color: #805a06;
}
.pricing-table .plan-warning .btn:hover {
  color: #fff;
  background-color: #e19f0b;
  border-color: #bf8709;
}
.pricing-table .plan-warning .btn:active,
.pricing-table .plan-warning .btn.active,
.open > .dropdown-toggle.pricing-table .plan-warning .btn {
  color: #fff;
  background-color: #e19f0b;
  border-color: #bf8709;
}
.pricing-table .plan-warning .btn:active:hover,
.pricing-table .plan-warning .btn.active:hover,
.open > .dropdown-toggle.pricing-table .plan-warning .btn:hover,
.pricing-table .plan-warning .btn:active:focus,
.pricing-table .plan-warning .btn.active:focus,
.open > .dropdown-toggle.pricing-table .plan-warning .btn:focus,
.pricing-table .plan-warning .btn:active.focus,
.pricing-table .plan-warning .btn.active.focus,
.open > .dropdown-toggle.pricing-table .plan-warning .btn.focus {
  color: #fff;
  background-color: #bf8709;
  border-color: #805a06;
}
.pricing-table .plan-warning .btn:active,
.pricing-table .plan-warning .btn.active,
.open > .dropdown-toggle.pricing-table .plan-warning .btn {
  background-image: none;
}
.pricing-table .plan-warning .btn.disabled:hover,
.pricing-table .plan-warning .btn[disabled]:hover,
fieldset[disabled] .pricing-table .plan-warning .btn:hover,
.pricing-table .plan-warning .btn.disabled:focus,
.pricing-table .plan-warning .btn[disabled]:focus,
fieldset[disabled] .pricing-table .plan-warning .btn:focus,
.pricing-table .plan-warning .btn.disabled.focus,
.pricing-table .plan-warning .btn[disabled].focus,
fieldset[disabled] .pricing-table .plan-warning .btn.focus {
  background-color: #F5B62A;
  border-color: #f4ae12;
}
.pricing-table .plan-warning .btn .badge {
  color: #F5B62A;
  background-color: #fff;
}
.pricing-table .plan-warning .btn.disabled,
.pricing-table .plan-warning .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pricing-table .plan-warning .btn:hover,
.pricing-table .plan-warning .btn:focus,
.pricing-table .plan-warning .btn:active,
.pricing-table .plan-warning .btn.active,
.open > .dropdown-toggle.pricing-table .plan-warning .btn {
  border-color: #f4ac0d;
  border-color: #f4ac0d !important;
  background-image: -webkit-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: -o-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: linear-gradient(to bottom, #f8cc69 0%, #f4b11b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8cc69', endColorstr='#fff4b11b', GradientType=0);
}
.pricing-table .plan-warning .btn.disabled,
.pricing-table .plan-warning .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: -o-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: linear-gradient(to bottom, #f5b320 0%, #ba8309 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b320', endColorstr='#ffba8309', GradientType=0);
}
.pricing-table .plan-warning .btn:hover,
.pricing-table .plan-warning .btn:focus,
.pricing-table .plan-warning .btn:active,
.pricing-table .plan-warning .btn.active,
.open > .dropdown-toggle.pricing-table .plan-warning .btn {
  border-color: #f4ac0d;
}
.pricing-table .plan-warning .btn:hover,
.pricing-table .plan-warning .btn:focus,
.open > .dropdown-toggle.pricing-table .plan-warning .btn {
  background-image: -webkit-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: -o-linear-gradient(top, #f8cc69 0%, #f4b11b 100%);
  background-image: linear-gradient(to bottom, #f8cc69 0%, #f4b11b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8cc69', endColorstr='#fff4b11b', GradientType=0);
}
.pricing-table .plan-warning .btn:active,
.pricing-table .plan-warning .btn.active {
  background-image: -webkit-linear-gradient(top, #f5b62a 0%, #f9d178 100%);
  background-image: -o-linear-gradient(top, #f5b62a 0%, #f9d178 100%);
  background-image: linear-gradient(to bottom, #f5b62a 0%, #f9d178 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b62a', endColorstr='#fff9d178', GradientType=0);
}
.pricing-table .plan-warning .btn.disabled,
.pricing-table .plan-warning .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: -o-linear-gradient(top, #f5b320 0%, #ba8309 100%);
  background-image: linear-gradient(to bottom, #f5b320 0%, #ba8309 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b320', endColorstr='#ffba8309', GradientType=0);
}
.pricing-table .plan-danger h3 {
  color: #fff;
  background-color: #A31905;
  border-color: #7b0409;
}
.pricing-table .plan-danger h3 span {
  background: #7b0d04;
  border-color: #54030a;
}
.pricing-table .plan-danger h3 span strong {
  -webkit-box-shadow: inset 0 10px 10px rgba(84, 9, 3, 0.8);
  box-shadow: inset 0 10px 10px rgba(84, 9, 3, 0.8);
}
.pricing-table .plan-danger .btn {
  color: #fff;
  background-color: #A31905;
  border-color: #8a1504;
  text-shadow: 0 1px 0 #180401;
  border-color: #721103;
  background-image: -webkit-linear-gradient(top, #cb1f06 0%, #7b1304 100%);
  background-image: -o-linear-gradient(top, #cb1f06 0%, #7b1304 100%);
  background-image: linear-gradient(to bottom, #cb1f06 0%, #7b1304 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb1f06', endColorstr='#ff7b1304', GradientType=0);
}
.pricing-table .plan-danger .btn:focus,
.pricing-table .plan-danger .btn.focus {
  color: #fff;
  background-color: #721103;
  border-color: #0f0200;
}
.pricing-table .plan-danger .btn:hover {
  color: #fff;
  background-color: #721103;
  border-color: #4f0c02;
}
.pricing-table .plan-danger .btn:active,
.pricing-table .plan-danger .btn.active,
.open > .dropdown-toggle.pricing-table .plan-danger .btn {
  color: #fff;
  background-color: #721103;
  border-color: #4f0c02;
}
.pricing-table .plan-danger .btn:active:hover,
.pricing-table .plan-danger .btn.active:hover,
.open > .dropdown-toggle.pricing-table .plan-danger .btn:hover,
.pricing-table .plan-danger .btn:active:focus,
.pricing-table .plan-danger .btn.active:focus,
.open > .dropdown-toggle.pricing-table .plan-danger .btn:focus,
.pricing-table .plan-danger .btn:active.focus,
.pricing-table .plan-danger .btn.active.focus,
.open > .dropdown-toggle.pricing-table .plan-danger .btn.focus {
  color: #fff;
  background-color: #4f0c02;
  border-color: #0f0200;
}
.pricing-table .plan-danger .btn:active,
.pricing-table .plan-danger .btn.active,
.open > .dropdown-toggle.pricing-table .plan-danger .btn {
  background-image: none;
}
.pricing-table .plan-danger .btn.disabled:hover,
.pricing-table .plan-danger .btn[disabled]:hover,
fieldset[disabled] .pricing-table .plan-danger .btn:hover,
.pricing-table .plan-danger .btn.disabled:focus,
.pricing-table .plan-danger .btn[disabled]:focus,
fieldset[disabled] .pricing-table .plan-danger .btn:focus,
.pricing-table .plan-danger .btn.disabled.focus,
.pricing-table .plan-danger .btn[disabled].focus,
fieldset[disabled] .pricing-table .plan-danger .btn.focus {
  background-color: #A31905;
  border-color: #8a1504;
}
.pricing-table .plan-danger .btn .badge {
  color: #A31905;
  background-color: #fff;
}
.pricing-table .plan-danger .btn.disabled,
.pricing-table .plan-danger .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pricing-table .plan-danger .btn:hover,
.pricing-table .plan-danger .btn:focus,
.pricing-table .plan-danger .btn:active,
.pricing-table .plan-danger .btn.active,
.open > .dropdown-toggle.pricing-table .plan-danger .btn {
  border-color: #851404;
  border-color: #851404 !important;
  background-image: -webkit-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: -o-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: linear-gradient(to bottom, #e32307 0%, #941705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe32307', endColorstr='#ff941705', GradientType=0);
}
.pricing-table .plan-danger .btn.disabled,
.pricing-table .plan-danger .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: -o-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: linear-gradient(to bottom, #991705 0%, #4a0b02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991705', endColorstr='#ff4a0b02', GradientType=0);
}
.pricing-table .plan-danger .btn:hover,
.pricing-table .plan-danger .btn:focus,
.pricing-table .plan-danger .btn:active,
.pricing-table .plan-danger .btn.active,
.open > .dropdown-toggle.pricing-table .plan-danger .btn {
  border-color: #851404;
}
.pricing-table .plan-danger .btn:hover,
.pricing-table .plan-danger .btn:focus,
.open > .dropdown-toggle.pricing-table .plan-danger .btn {
  background-image: -webkit-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: -o-linear-gradient(top, #e32307 0%, #941705 100%);
  background-image: linear-gradient(to bottom, #e32307 0%, #941705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe32307', endColorstr='#ff941705', GradientType=0);
}
.pricing-table .plan-danger .btn:active,
.pricing-table .plan-danger .btn.active {
  background-image: -webkit-linear-gradient(top, #a31905 0%, #f22507 100%);
  background-image: -o-linear-gradient(top, #a31905 0%, #f22507 100%);
  background-image: linear-gradient(to bottom, #a31905 0%, #f22507 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa31905', endColorstr='#fff22507', GradientType=0);
}
.pricing-table .plan-danger .btn.disabled,
.pricing-table .plan-danger .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: -o-linear-gradient(top, #991705 0%, #4a0b02 100%);
  background-image: linear-gradient(to bottom, #991705 0%, #4a0b02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff991705', endColorstr='#ff4a0b02', GradientType=0);
}
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: -1px;
  width: 85px;
}
.pricing-table .plan-ribbon-wrapper .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: -o-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: linear-gradient(to bottom, #585c5e 0%, #424547 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff585c5e', endColorstr='#ff424547', GradientType=0);
  color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 120px;
}
/**
 * @file
 * components/progress-bars.less.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}
.progress {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.progress-xs {
  height: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.progress-xs .progress-bar {
  line-height: 8px;
  font-size: 8px;
}
.progress-sm {
  height: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.progress-sm .progress-bar {
  line-height: 10px;
  font-size: 10px;
}
.progress-md {
  height: 13px;
}
.progress-md .progress-bar {
  line-height: 13px;
  font-size: 13px;
}
.progress-lg {
  height: 16px;
}
.progress-lg .progress-bar {
  line-height: 16px;
  font-size: 14px;
}
.progress-xl {
  height: 20px;
}
.progress-xl .progress-bar {
  line-height: 20px;
  font-size: 18px;
}
.progress-rounded .progress-bar {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.progress-xs .progress-rounded .progress-bar,
.progress-sm .progress-rounded .progress-bar {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.progress.dark {
  background-color: #858a8d;
  -webkit-box-shadow: inset rgba(83, 87, 89, 0.8) 1px 2px #ededed;
  box-shadow: inset rgba(83, 87, 89, 0.8) 1px 2px #ededed;
  -webkit-box-shadow: inset 0 1px 2px rgba(83, 87, 89, 0.8);
  box-shadow: inset 0 1px 2px rgba(83, 87, 89, 0.8);
}
.progress-bar-dark {
  background-color: #535759;
}
.progress-striped .progress-bar-dark {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/**
 * @file
 * components/scroll-top.less.
 */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 3px;
  right: 15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #535759;
  color: #fff;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a.scroll-to-top:hover,
a.scroll-to-top:focus {
  background-color: #3a3d3f;
}
.scroll-to-top.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.scroll-to-top.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.scroll-to-top.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.scroll-to-top .jumbotron {
  background: transparent;
}
.scroll-to-top:before {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll-to-top:before {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
.scroll-to-top.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.scroll-to-top.show:hover,
.scroll-to-top.show:focus {
  background: #54833d;
  color: #fff;
}
/**
 * @file
 * components/social-icons.less.
 */
ul.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
ul.social-icons > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-icons a {
  display: inline-block;
  position: relative;
  padding: 8px;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  color: #999;
  /*span {
      text-indent: -9999px;
    }*/
}
.social-icons a:hover,
.social-icons a:focus {
  background: #535759;
  color: #fff;
}
.social-icons a .fa {
  display: block;
  width: 1em;
  height: 1em;
}
.social-icons a .fa.fa-lg {
  width: 1.33333333em;
  height: 1.33333333em;
  line-height: 1.33333333em;
}
.social-icons a .fa.fa-2x {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.social-icons.social-icons-inverse a {
  color: #fff;
  background: #535759;
}
.social-icons.social-icons-inverse a:hover,
.social-icons.social-icons-inverse a:focus {
  background: #474a4c;
  color: #fff;
}
.social-icons.social-icons-rounded a {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.social-icons .facebook a:hover,
.social-icons .facebook a:focus {
  background-color: #3B5998;
}
.social-icons .twitter a:hover,
.social-icons .twitter a:focus {
  background-color: #55ACEE;
}
.social-icons .googleplus a:hover,
.social-icons .googleplus a:focus {
  background-color: #db4437;
}
.social-icons .linkedin a:hover,
.social-icons .linkedin a:focus {
  background-color: #0077B5;
}
.social-icons .youtube a:hover,
.social-icons .youtube_channel a:hover,
.social-icons .youtube a:focus,
.social-icons .youtube_channel a:focus {
  background-color: #e52d27;
}
.social-icons .github a:hover,
.social-icons .github a:focus {
  background-color: #444444;
}
.social-icons .yahoo a:hover,
.social-icons .yahoo a:focus {
  background-color: #7B0099;
}
.social-icons .dropbox a:hover,
.social-icons .dropbox a:focus {
  background-color: #007EE5;
}
.social-icons .rss a:hover,
.social-icons .rss a:focus {
  background-color: #FF6600;
}
.social-icons .instagram a:hover,
.social-icons .instagram a:focus {
  background-color: #3f729b;
}
.social-icons .pinterest a:hover,
.social-icons .pinterest a:focus {
  background-color: #bd081c;
}
.social-icons .vimeo a:hover,
.social-icons .vimeo a:focus {
  background-color: #1AB7EA;
}
/**
 * @file
 * elements/switch.less.
 */
.switch {
  display: inline-block;
}
.switch input:not(:checked) + .switch-handle .switcher {
  left: 0;
}
.switch input:checked + .switch-handle .switcher {
  left: 50%;
}
.switch-handle {
  display: inline-block;
  position: relative;
  height: 36px;
  width: 90px;
  vertical-align: middle;
  cursor: pointer;
}
.switch-handle .switcher {
  position: absolute;
  top: 0;
  left: 25%;
  display: block;
  z-index: 2;
  height: 100%;
  width: 50%;
  border: 1px solid #c7c7c7;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #dbdbdb 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #dbdbdb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #dbdbdb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffdbdbdb', GradientType=0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-handle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-content-on);
  height: 100%;
  width: 50%;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background: #c9c9c9;
  color: #ebebeb;
  -webkit-box-shadow: inset 0 0 12.5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 12.5px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.switch-primary .switch-handle:before {
  color: #fff;
  background-color: #54833d;
}
a.switch-primary .switch-handle:before:hover,
a.switch-primary .switch-handle:before:focus {
  background-color: #3e602d;
}
a.switch-primary .switch-handle:before:hover,
a.switch-primary .switch-handle:before:focus {
  background-color: #3e602d;
}
.switch-primary .switch-handle:before.bg-styled {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
}
.switch-primary .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: -o-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: linear-gradient(to bottom, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4d7938', endColorstr='#ff54833d', GradientType=0);
}
.switch-primary .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.switch-primary .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-info .switch-handle:before {
  background-color: #e5edfa;
  color: #fff;
  background-color: #4D99E0;
}
a.switch-info .switch-handle:before:hover,
a.switch-info .switch-handle:before:focus {
  background-color: #bad0f3;
}
a.switch-info .switch-handle:before:hover,
a.switch-info .switch-handle:before:focus {
  background-color: #2580d5;
}
.switch-info .switch-handle:before.bg-styled {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
}
.switch-info .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: -o-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: linear-gradient(to bottom, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4092de', endColorstr='#ff4d99e0', GradientType=0);
}
.switch-info .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.switch-info .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-success .switch-handle:before {
  background-color: #ffffff;
  color: #fff;
  background-color: #8dc642;
}
a.switch-success .switch-handle:before:hover,
a.switch-success .switch-handle:before:focus {
  background-color: #e6e6e6;
}
a.switch-success .switch-handle:before:hover,
a.switch-success .switch-handle:before:focus {
  background-color: #72a431;
}
.switch-success .switch-handle:before.bg-styled {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
}
.switch-success .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: -o-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: linear-gradient(to bottom, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85bf3a', endColorstr='#ff8dc642', GradientType=0);
}
.switch-success .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.switch-success .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-warning .switch-handle:before {
  background-color: #fdf0d4;
  color: #fff;
  background-color: #F5B62A;
}
a.switch-warning .switch-handle:before:hover,
a.switch-warning .switch-handle:before:focus {
  background-color: #fbe0a4;
}
a.switch-warning .switch-handle:before:hover,
a.switch-warning .switch-handle:before:focus {
  background-color: #e19f0b;
}
.switch-warning .switch-handle:before.bg-styled {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
}
.switch-warning .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: -o-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: linear-gradient(to bottom, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf4b11b', endColorstr='#fff5b62a', GradientType=0);
}
.switch-warning .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.switch-warning .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-danger .switch-handle:before {
  background-color: #fee0dc;
  color: #fff;
  background-color: #A31905;
}
a.switch-danger .switch-handle:before:hover,
a.switch-danger .switch-handle:before:focus {
  background-color: #fcb5ab;
}
a.switch-danger .switch-handle:before:hover,
a.switch-danger .switch-handle:before:focus {
  background-color: #721103;
}
.switch-danger .switch-handle:before.bg-styled {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
}
.switch-danger .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: -o-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: linear-gradient(to bottom, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc941705', endColorstr='#ffa31905', GradientType=0);
}
.switch-danger .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.switch-danger .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-dark .switch-handle:before {
  background-color: #535759;
  color: #fff;
}
a.switch-dark .switch-handle:before:hover,
a.switch-dark .switch-handle:before:focus {
  background-color: #3a3d3f;
}
.switch-dark .switch-handle:before.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.switch-dark .switch-handle:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.switch-dark .switch-handle:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.switch-dark .switch-handle:before .jumbotron {
  background: transparent;
}
.switch-disabled .switch-handle:before {
  background: #b0b0b0;
  color: #fff;
}
.switch-handle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  content: attr(data-content-off);
  height: 100%;
  width: 50%;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background: #c9c9c9;
  color: #ebebeb;
  -webkit-box-shadow: inset 0 0 12.5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 12.5px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.switch-lg .switch-handle,
.form-group-lg .switch .switch-handle {
  height: 45px;
  width: 112.5px;
  font-size: 1.1em;
}
.switch-lg .switch-handle .switcher,
.form-group-lg .switch .switch-handle .switcher {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.switch-lg .switch-handle:before,
.form-group-lg .switch .switch-handle:before {
  border-width: 8px;
  line-height: 45px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.switch-lg .switch-handle:after,
.form-group-lg .switch .switch-handle:after {
  border-width: 8px;
  line-height: 45px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.switch-sm .switch-handle,
.form-group-sm .switch .switch-handle {
  height: 29px;
  width: 72.5px;
  font-size: 0.9em;
}
.switch-sm .switch-handle .switcher,
.form-group-sm .switch .switch-handle .switcher {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.switch-sm .switch-handle:before,
.form-group-sm .switch .switch-handle:before {
  border-width: 4px;
  line-height: 29px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.switch-sm .switch-handle:after,
.form-group-sm .switch .switch-handle:after {
  border-width: 4px;
  line-height: 29px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/**
 * @file
 * elements/tables.less.
 */
.table {
  background-color: #ffffff;
}
.table > thead {
  border-top: 1px solid #e0e0e0;
}
.table > thead th {
  text-transform: uppercase;
  font-weight: normal;
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #c3e0bc;
  color: #426730;
}
.table > thead > tr > td.primary a,
.table > tbody > tr > td.primary a,
.table > tfoot > tr > td.primary a,
.table > thead > tr > th.primary a,
.table > tbody > tr > th.primary a,
.table > tfoot > tr > th.primary a,
.table > thead > tr.primary > td a,
.table > tbody > tr.primary > td a,
.table > tfoot > tr.primary > td a,
.table > thead > tr.primary > th a,
.table > tbody > tr.primary > th a,
.table > tfoot > tr.primary > th a {
  color: #2c4420;
  font-weight: 700;
}
.table > thead > tr > td.primary a:hover,
.table > tbody > tr > td.primary a:hover,
.table > tfoot > tr > td.primary a:hover,
.table > thead > tr > th.primary a:hover,
.table > tbody > tr > th.primary a:hover,
.table > tfoot > tr > th.primary a:hover,
.table > thead > tr.primary > td a:hover,
.table > tbody > tr.primary > td a:hover,
.table > tfoot > tr.primary > td a:hover,
.table > thead > tr.primary > th a:hover,
.table > tbody > tr.primary > th a:hover,
.table > tfoot > tr.primary > th a:hover,
.table > thead > tr > td.primary a:focus,
.table > tbody > tr > td.primary a:focus,
.table > tfoot > tr > td.primary a:focus,
.table > thead > tr > th.primary a:focus,
.table > tbody > tr > th.primary a:focus,
.table > tfoot > tr > th.primary a:focus,
.table > thead > tr.primary > td a:focus,
.table > tbody > tr.primary > td a:focus,
.table > tfoot > tr.primary > td a:focus,
.table > thead > tr.primary > th a:focus,
.table > tbody > tr.primary > th a:focus,
.table > tfoot > tr.primary > th a:focus {
  color: #426730;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  background-color: #b3d8aa;
}
.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: #e5edfa;
  color: #2a85da;
}
.table > thead > tr > td.info a,
.table > tbody > tr > td.info a,
.table > tfoot > tr > td.info a,
.table > thead > tr > th.info a,
.table > tbody > tr > th.info a,
.table > tfoot > tr > th.info a,
.table > thead > tr.info > td a,
.table > tbody > tr.info > td a,
.table > tfoot > tr.info > td a,
.table > thead > tr.info > th a,
.table > tbody > tr.info > th a,
.table > tfoot > tr.info > th a {
  color: #1f6bb2;
  font-weight: 700;
}
.table > thead > tr > td.info a:hover,
.table > tbody > tr > td.info a:hover,
.table > tfoot > tr > td.info a:hover,
.table > thead > tr > th.info a:hover,
.table > tbody > tr > th.info a:hover,
.table > tfoot > tr > th.info a:hover,
.table > thead > tr.info > td a:hover,
.table > tbody > tr.info > td a:hover,
.table > tfoot > tr.info > td a:hover,
.table > thead > tr.info > th a:hover,
.table > tbody > tr.info > th a:hover,
.table > tfoot > tr.info > th a:hover,
.table > thead > tr > td.info a:focus,
.table > tbody > tr > td.info a:focus,
.table > tfoot > tr > td.info a:focus,
.table > thead > tr > th.info a:focus,
.table > tbody > tr > th.info a:focus,
.table > tfoot > tr > th.info a:focus,
.table > thead > tr.info > td a:focus,
.table > tbody > tr.info > td a:focus,
.table > tfoot > tr.info > td a:focus,
.table > thead > tr.info > th a:focus,
.table > tbody > tr.info > th a:focus,
.table > tfoot > tr.info > th a:focus {
  color: #2a85da;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #cfdef7;
}
.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: #ffffff;
  color: #78ab34;
}
.table > thead > tr > td.success a,
.table > tbody > tr > td.success a,
.table > tfoot > tr > td.success a,
.table > thead > tr > th.success a,
.table > tbody > tr > th.success a,
.table > tfoot > tr > th.success a,
.table > thead > tr.success > td a,
.table > tbody > tr.success > td a,
.table > tfoot > tr.success > td a,
.table > thead > tr.success > th a,
.table > tbody > tr.success > th a,
.table > tfoot > tr.success > th a {
  color: #5c8428;
  font-weight: 700;
}
.table > thead > tr > td.success a:hover,
.table > tbody > tr > td.success a:hover,
.table > tfoot > tr > td.success a:hover,
.table > thead > tr > th.success a:hover,
.table > tbody > tr > th.success a:hover,
.table > tfoot > tr > th.success a:hover,
.table > thead > tr.success > td a:hover,
.table > tbody > tr.success > td a:hover,
.table > tfoot > tr.success > td a:hover,
.table > thead > tr.success > th a:hover,
.table > tbody > tr.success > th a:hover,
.table > tfoot > tr.success > th a:hover,
.table > thead > tr > td.success a:focus,
.table > tbody > tr > td.success a:focus,
.table > tfoot > tr > td.success a:focus,
.table > thead > tr > th.success a:focus,
.table > tbody > tr > th.success a:focus,
.table > tfoot > tr > th.success a:focus,
.table > thead > tr.success > td a:focus,
.table > tbody > tr.success > td a:focus,
.table > tfoot > tr.success > td a:focus,
.table > thead > tr.success > th a:focus,
.table > tbody > tr.success > th a:focus,
.table > tfoot > tr.success > th a:focus {
  color: #78ab34;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.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: #fdf0d4;
  color: #d8980a;
}
.table > thead > tr > td.warning a,
.table > tbody > tr > td.warning a,
.table > tfoot > tr > td.warning a,
.table > thead > tr > th.warning a,
.table > tbody > tr > th.warning a,
.table > tfoot > tr > th.warning a,
.table > thead > tr.warning > td a,
.table > tbody > tr.warning > td a,
.table > tfoot > tr.warning > td a,
.table > thead > tr.warning > th a,
.table > tbody > tr.warning > th a,
.table > tfoot > tr.warning > th a {
  color: #a77608;
  font-weight: 700;
}
.table > thead > tr > td.warning a:hover,
.table > tbody > tr > td.warning a:hover,
.table > tfoot > tr > td.warning a:hover,
.table > thead > tr > th.warning a:hover,
.table > tbody > tr > th.warning a:hover,
.table > tfoot > tr > th.warning a:hover,
.table > thead > tr.warning > td a:hover,
.table > tbody > tr.warning > td a:hover,
.table > tfoot > tr.warning > td a:hover,
.table > thead > tr.warning > th a:hover,
.table > tbody > tr.warning > th a:hover,
.table > tfoot > tr.warning > th a:hover,
.table > thead > tr > td.warning a:focus,
.table > tbody > tr > td.warning a:focus,
.table > tfoot > tr > td.warning a:focus,
.table > thead > tr > th.warning a:focus,
.table > tbody > tr > th.warning a:focus,
.table > tfoot > tr > th.warning a:focus,
.table > thead > tr.warning > td a:focus,
.table > tbody > tr.warning > td a:focus,
.table > tfoot > tr.warning > td a:focus,
.table > thead > tr.warning > th a:focus,
.table > tbody > tr.warning > th a:focus,
.table > tfoot > tr.warning > th a:focus {
  color: #d8980a;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fce8bc;
}
.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: #fee0dc;
  color: #A31905;
}
.table > thead > tr > td.danger a,
.table > tbody > tr > td.danger a,
.table > tfoot > tr > td.danger a,
.table > thead > tr > th.danger a,
.table > tbody > tr > th.danger a,
.table > tfoot > tr > th.danger a,
.table > thead > tr.danger > td a,
.table > tbody > tr.danger > td a,
.table > tfoot > tr.danger > td a,
.table > thead > tr.danger > th a,
.table > tbody > tr.danger > th a,
.table > tfoot > tr.danger > th a {
  color: #721103;
  font-weight: 700;
}
.table > thead > tr > td.danger a:hover,
.table > tbody > tr > td.danger a:hover,
.table > tfoot > tr > td.danger a:hover,
.table > thead > tr > th.danger a:hover,
.table > tbody > tr > th.danger a:hover,
.table > tfoot > tr > th.danger a:hover,
.table > thead > tr.danger > td a:hover,
.table > tbody > tr.danger > td a:hover,
.table > tfoot > tr.danger > td a:hover,
.table > thead > tr.danger > th a:hover,
.table > tbody > tr.danger > th a:hover,
.table > tfoot > tr.danger > th a:hover,
.table > thead > tr > td.danger a:focus,
.table > tbody > tr > td.danger a:focus,
.table > tfoot > tr > td.danger a:focus,
.table > thead > tr > th.danger a:focus,
.table > tbody > tr > th.danger a:focus,
.table > tfoot > tr > th.danger a:focus,
.table > thead > tr.danger > td a:focus,
.table > tbody > tr.danger > td a:focus,
.table > tfoot > tr.danger > td a:focus,
.table > thead > tr.danger > th a:focus,
.table > tbody > tr.danger > th a:focus,
.table > tfoot > tr.danger > th a:focus {
  color: #A31905;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fdcbc3;
}
/* Inverse row */
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #535759;
  color: #fff;
}
/* Hover states for inverse table row */
.table-hover > tbody > tr > td.dark:hover,
.table-hover > tbody > tr > th.dark:hover,
.table-hover > tbody > tr.dark:hover > td,
.table-hover > tbody > tr:hover > .dark,
.table-hover > tbody > tr.dark:hover > th {
  background-color: #5f6466;
}
td.actions a {
  padding-right: 8px;
}
td.checkbox,
th.checkbox {
  display: table-cell;
  position: static;
  margin: 0;
}
/**
 * @file
 * components/thumbnails.less.
 */
.img-thumbnail,
.thumbnail {
  border-color: #e0e0e0;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 2px #ededed, 0 0 4px #ededed inset;
  box-shadow: 0 1px 2px #ededed, 0 0 4px #ededed inset;
}
.img-thumbnail:after,
.thumbnail:after,
.img-thumbnail:before,
.thumbnail:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px #e0e0e0;
  box-shadow: 0 0 15px #e0e0e0;
  top: 50%;
  bottom: 0;
  left: 5px;
  right: 5px;
  border-top-right-radius: 15%;
  border-top-left-radius: 15%;
  border-bottom-right-radius: 15%;
  border-bottom-left-radius: 15%;
}
a.img-thumbnail {
  display: inline-block;
  overflow: hidden;
}
a.img-thumbnail img {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.img-thumbnail:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
a.img-thumbnail .img-thumbnail {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail-gallery .img-thumbnail {
  position: relative;
}
.thumbnail-gallery .img-thumbnail .zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #474a4c;
  border-radius: 0 0 0 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  -moz-transition: -moz-transform 0.1s linear 0.1s;
  -o-transition: -o-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.thumbnail-gallery .img-thumbnail:hover .zoom {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/**
 * @file
 * components/timeline.less.
 */
.timeline .timeline--body {
  position: relative;
  padding: 30px 0 0 0;
  margin-bottom: 60px;
}
.timeline .timeline--body:after,
.timeline .timeline--body:before {
  content: '';
  display: block;
  width: 4px;
  position: absolute;
  left: 140px;
  z-index: 0;
  margin-left: -2px;
  color: #fff;
  background-color: #535759;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
a.timeline .timeline--body:after:hover,
a.timeline .timeline--body:before:hover,
a.timeline .timeline--body:after:focus,
a.timeline .timeline--body:before:focus {
  background-color: #3a3d3f;
}
.timeline .timeline--body:after.bg-styled,
.timeline .timeline--body:before.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.timeline .timeline--body:after.bg-styled-alt,
.timeline .timeline--body:before.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.timeline .timeline--body:after.bordered,
.timeline .timeline--body:before.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.timeline .timeline--body:after .jumbotron,
.timeline .timeline--body:before .jumbotron {
  background: transparent;
}
.timeline .timeline--body:after {
  height: 60px;
  bottom: -60px;
  background-image: -webkit-linear-gradient(top, #535759 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #535759 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #535759 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535759', endColorstr='#fff7f7f7', GradientType=0);
}
.timeline .timeline--body:before {
  height: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #535759 10%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #535759 10%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #535759 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ff535759', GradientType=0);
}
.timeline.timeline-simple .timeline--body {
  padding: 15px 0;
}
.timeline.timeline-simple .timeline--body:after,
.timeline.timeline-simple .timeline--body:before {
  left: 30px;
}
.timeline .timeline--title {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  margin: 0 40px;
  padding: 8px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.timeline .timeline--title h2,
.timeline .timeline--title h3,
.timeline .timeline--title h4,
.timeline .timeline--title h5 {
  margin: 0;
}
.timeline.timeline-simple .timeline--title {
  margin: 0 10px;
}
.timeline .timeline--items {
  padding-left: 0;
  list-style: none;
}
.timeline .timeline--items > li {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 190px;
  min-height: 65px;
  z-index: 1;
}
.timeline .timeline--items > li .timeline--icon {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 145px;
  background-color: #535759;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  margin-top: -28px;
  margin-left: -28px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
a.timeline .timeline--items > li .timeline--icon:hover,
a.timeline .timeline--items > li .timeline--icon:focus {
  background-color: #3a3d3f;
}
.timeline .timeline--items > li .timeline--icon.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.timeline .timeline--items > li .timeline--icon.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.timeline .timeline--items > li .timeline--icon .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--icon.primary {
  color: #fff;
  background-color: #54833d;
}
a.timeline .timeline--items > li .timeline--icon.primary:hover,
a.timeline .timeline--items > li .timeline--icon.primary:focus {
  background-color: #3e602d;
}
a.timeline .timeline--items > li .timeline--icon.primary:hover,
a.timeline .timeline--items > li .timeline--icon.primary:focus {
  background-color: #3e602d;
}
.timeline .timeline--items > li .timeline--icon.primary.bg-styled {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
}
.timeline .timeline--items > li .timeline--icon.primary.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: -o-linear-gradient(top, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-image: linear-gradient(to bottom, rgba(77, 121, 56, 0.8) 0%, #54833d 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4d7938', endColorstr='#ff54833d', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.primary.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.timeline .timeline--items > li .timeline--icon.primary .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--icon.info {
  background-color: #e5edfa;
  color: #fff;
  background-color: #4D99E0;
}
a.timeline .timeline--items > li .timeline--icon.info:hover,
a.timeline .timeline--items > li .timeline--icon.info:focus {
  background-color: #bad0f3;
}
a.timeline .timeline--items > li .timeline--icon.info:hover,
a.timeline .timeline--items > li .timeline--icon.info:focus {
  background-color: #2580d5;
}
.timeline .timeline--items > li .timeline--icon.info.bg-styled {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
}
.timeline .timeline--items > li .timeline--icon.info.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: -o-linear-gradient(top, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-image: linear-gradient(to bottom, rgba(64, 146, 222, 0.8) 0%, #4D99E0 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4092de', endColorstr='#ff4d99e0', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.info.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.timeline .timeline--items > li .timeline--icon.info .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--icon.success {
  background-color: #ffffff;
  color: #fff;
  background-color: #8dc642;
}
a.timeline .timeline--items > li .timeline--icon.success:hover,
a.timeline .timeline--items > li .timeline--icon.success:focus {
  background-color: #e6e6e6;
}
a.timeline .timeline--items > li .timeline--icon.success:hover,
a.timeline .timeline--items > li .timeline--icon.success:focus {
  background-color: #72a431;
}
.timeline .timeline--items > li .timeline--icon.success.bg-styled {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
}
.timeline .timeline--items > li .timeline--icon.success.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: -o-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: linear-gradient(to bottom, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85bf3a', endColorstr='#ff8dc642', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.success.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.timeline .timeline--items > li .timeline--icon.success .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--icon.warning {
  background-color: #fdf0d4;
  color: #fff;
  background-color: #F5B62A;
}
a.timeline .timeline--items > li .timeline--icon.warning:hover,
a.timeline .timeline--items > li .timeline--icon.warning:focus {
  background-color: #fbe0a4;
}
a.timeline .timeline--items > li .timeline--icon.warning:hover,
a.timeline .timeline--items > li .timeline--icon.warning:focus {
  background-color: #e19f0b;
}
.timeline .timeline--items > li .timeline--icon.warning.bg-styled {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
}
.timeline .timeline--items > li .timeline--icon.warning.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: -o-linear-gradient(top, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-image: linear-gradient(to bottom, rgba(244, 177, 27, 0.8) 0%, #F5B62A 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf4b11b', endColorstr='#fff5b62a', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.warning.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.timeline .timeline--items > li .timeline--icon.warning .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--icon.danger {
  background-color: #fee0dc;
  color: #fff;
  background-color: #A31905;
}
a.timeline .timeline--items > li .timeline--icon.danger:hover,
a.timeline .timeline--items > li .timeline--icon.danger:focus {
  background-color: #fcb5ab;
}
a.timeline .timeline--items > li .timeline--icon.danger:hover,
a.timeline .timeline--items > li .timeline--icon.danger:focus {
  background-color: #721103;
}
.timeline .timeline--items > li .timeline--icon.danger.bg-styled {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
}
.timeline .timeline--items > li .timeline--icon.danger.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: -o-linear-gradient(top, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-image: linear-gradient(to bottom, rgba(148, 23, 5, 0.8) 0%, #A31905 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc941705', endColorstr='#ffa31905', GradientType=0);
}
.timeline .timeline--items > li .timeline--icon.danger.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.timeline .timeline--items > li .timeline--icon.danger .jumbotron {
  background: transparent;
}
.timeline .timeline--items > li .timeline--datetime {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 0;
  width: 100px;
  height: 48px;
  margin-top: -24px;
  text-align: right;
  color: #999;
}
.timeline .timeline--items > li .timeline--datetime-date {
  font-weight: 700;
  text-transform: uppercase;
}
.timeline .timeline--items > li .timeline--box {
  background-color: #ffffff;
  min-height: 65px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
  position: relative;
}
.timeline .timeline--items > li .timeline--box:after,
.timeline .timeline--items > li .timeline--box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.timeline .timeline--items > li .timeline--box:after {
  right: 100%;
  top: 24px;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
}
.timeline .timeline--items > li .timeline--box:before {
  right: 100%;
  top: 24px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  border-right-color: #e0e0e0;
}
.timeline .timeline--items > li .timeline--meta {
  padding-top: 8px;
  font-size: 0.9em;
}
.timeline .timeline--items > li .timeline--meta span {
  margin-right: 5px;
}
.timeline .timeline--items > li .timeline--meta .fa {
  color: #999;
}
.timeline.timeline-simple .timeline--items > li {
  margin: 15px 0;
  padding-left: 55px;
}
.timeline.timeline-simple .timeline--items > li .timeline--icon {
  top: 2px;
  left: 15px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  margin-top: 0;
  margin-left: 0;
}
.timeline.timeline-simple .timeline--items > li .timeline--datetime {
  top: 0;
  left: 35px;
  width: 100px;
  height: 25px;
  text-align: left;
}
.timeline.timeline-simple .timeline--items > li .timeline--datetime .timeline--datetime-date {
  font-weight: normal;
  display: inline;
}
.timeline.timeline-simple .timeline--items > li .timeline--datetime .timeline--datetime-time {
  display: inline;
}
.timeline.timeline-simple .timeline--items > li .timeline--box {
  position: relative;
}
.timeline.timeline-simple .timeline--items > li .timeline--box:after,
.timeline.timeline-simple .timeline--items > li .timeline--box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.timeline.timeline-simple .timeline--items > li .timeline--box:after {
  right: 100%;
  top: 16px;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
}
.timeline.timeline-simple .timeline--items > li .timeline--box:before {
  right: 100%;
  top: 16px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  border-right-color: #e0e0e0;
}
/**
 * @file
 * components/toolbar.less.
 */
.toolbar {
  background: #efefef;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 0 1px 2px #ededed;
  box-shadow: 0 1px 2px #ededed;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar .toolbar-menu {
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #e3e3e3 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e3e3e3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe3e3e3', GradientType=0);
}
.toolbar .toolbar-menu:before,
.toolbar .toolbar-menu:after {
  content: " ";
  display: table;
}
.toolbar .toolbar-menu:after {
  clear: both;
}
.toolbar .toolbar-menu:before,
.toolbar .toolbar-menu:after {
  content: " ";
  display: table;
}
.toolbar .toolbar-menu:after {
  clear: both;
}
.toolbar .toolbar-menu ul {
  padding-left: 0;
  list-style: none;
}
.toolbar .toolbar-menu ul > li {
  display: block;
  float: left;
  position: relative;
}
.toolbar .toolbar-menu ul > li > a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  color: #393c3d;
  font-size: 0.9em;
  border-right: 1px solid #c7c7c7;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffdedede', GradientType=0);
}
.toolbar .toolbar-menu ul > li > a:hover,
.toolbar .toolbar-menu ul > li > a:focus {
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #d6d6d6 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffd6d6d6', GradientType=0);
}
.toolbar .toolbar-menu ul > li > a:active,
.toolbar .toolbar-menu ul > li > a.active {
  background-image: -webkit-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%);
  background-image: linear-gradient(to bottom, #d6d6d6 0%, #fcfcfc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6d6d6', endColorstr='#fffcfcfc', GradientType=0);
}
.toolbar.toolbar-inverse {
  background: #535759;
  color: #fff;
  border-color: #373737;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.toolbar.toolbar-inverse .toolbar-menu > ul > li > a {
  background-image: -webkit-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: -o-linear-gradient(top, #585c5e 0%, #424547 100%);
  background-image: linear-gradient(to bottom, #585c5e 0%, #424547 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff585c5e', endColorstr='#ff424547', GradientType=0);
  color: #fff;
  border-color: #373737;
}
.toolbar.toolbar-inverse .toolbar-menu > ul > li > a:hover,
.toolbar.toolbar-inverse .toolbar-menu > ul > li > a:focus {
  background-image: -webkit-linear-gradient(top, #444849 0%, #2e3031 100%);
  background-image: -o-linear-gradient(top, #444849 0%, #2e3031 100%);
  background-image: linear-gradient(to bottom, #444849 0%, #2e3031 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444849', endColorstr='#ff2e3031', GradientType=0);
  text-shadow: 0 1px 0 #1d1d1d;
}
.toolbar.toolbar-inverse .toolbar-menu > ul > li > a:active,
.toolbar.toolbar-inverse .toolbar-menu > ul > li > a.active {
  background-image: -webkit-linear-gradient(top, #2e3031 0%, #444849 100%);
  background-image: -o-linear-gradient(top, #2e3031 0%, #444849 100%);
  background-image: linear-gradient(to bottom, #2e3031 0%, #444849 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3031', endColorstr='#ff444849', GradientType=0);
  text-shadow: 0 1px 0 #1d1d1d;
}
/**
 * @file
 * components/wells.less.
 */
.well,
.password-suggestions {
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 1px 2px #ededed;
  box-shadow: inset 0 1px 2px #ededed;
}
.well blockquote {
  border-color: #d3d3d3;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 22.5px;
}
.well-sm {
  padding: 8px;
}
.well-primary,
.well.primary {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.well-primary,
.well.primary,
.well-primary *,
.well.primary * {
  color: #fff;
}
.well-primary .view-more a,
.well.primary .view-more a,
.well-primary a,
.well.primary a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.well-primary .view-more a:hover,
.well.primary .view-more a:hover,
.well-primary a:hover,
.well.primary a:hover,
.well-primary .view-more a:focus,
.well.primary .view-more a:focus,
.well-primary a:focus,
.well.primary a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.well-success,
.well.success {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.well-success,
.well.success,
.well-success *,
.well.success * {
  color: #fff;
}
.well-success .view-more a,
.well.success .view-more a,
.well-success a,
.well.success a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.well-success .view-more a:hover,
.well.success .view-more a:hover,
.well-success a:hover,
.well.success a:hover,
.well-success .view-more a:focus,
.well.success .view-more a:focus,
.well-success a:focus,
.well.success a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.well-info,
.well.info {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.well-info,
.well.info,
.well-info *,
.well.info * {
  color: #fff;
}
.well-info .view-more a,
.well.info .view-more a,
.well-info a,
.well.info a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.well-info .view-more a:hover,
.well.info .view-more a:hover,
.well-info a:hover,
.well.info a:hover,
.well-info .view-more a:focus,
.well.info .view-more a:focus,
.well-info a:focus,
.well.info a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.well-warning,
.well.warning {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.well-warning,
.well.warning,
.well-warning *,
.well.warning * {
  color: #fff;
}
.well-warning .view-more a,
.well.warning .view-more a,
.well-warning a,
.well.warning a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.well-warning .view-more a:hover,
.well.warning .view-more a:hover,
.well-warning a:hover,
.well.warning a:hover,
.well-warning .view-more a:focus,
.well.warning .view-more a:focus,
.well-warning a:focus,
.well.warning a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.well-danger,
.well.danger {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.well-danger,
.well.danger,
.well-danger *,
.well.danger * {
  color: #fff;
}
.well-danger .view-more a,
.well.danger .view-more a,
.well-danger a,
.well.danger a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.well-danger .view-more a:hover,
.well.danger .view-more a:hover,
.well-danger a:hover,
.well.danger a:hover,
.well-danger .view-more a:focus,
.well.danger .view-more a:focus,
.well-danger a:focus,
.well.danger a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.well-dark,
.well.dark {
  color: #fff;
  background-color: #535759;
  border-color: #1d1d1d;
  -webkit-box-shadow: inset rgba(58, 61, 63, 0.8) 1px 2px #ededed;
  box-shadow: inset rgba(58, 61, 63, 0.8) 1px 2px #ededed;
  -webkit-box-shadow: inset 0 1px 2px rgba(58, 61, 63, 0.8);
  box-shadow: inset 0 1px 2px rgba(58, 61, 63, 0.8);
}
a.well-dark:hover,
a.well.dark:hover,
a.well-dark:focus,
a.well.dark:focus {
  background-color: #3a3d3f;
}
.well-dark.bg-styled,
.well.dark.bg-styled {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
}
.well-dark.bg-styled-alt,
.well.dark.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: -o-linear-gradient(top, #474a4c 0%, #535759 30%);
  background-image: linear-gradient(to bottom, #474a4c 0%, #535759 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474a4c', endColorstr='#ff535759', GradientType=0);
}
.well-dark.bordered,
.well.dark.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.well-dark .jumbotron,
.well.dark .jumbotron {
  background: transparent;
}
.well-light,
.well.light {
  background-color: #ffffff;
}
/**
 * @file
 * components/widgets.less.
 */
.widget .widget-icon {
  float: right;
  margin-left: 15px;
  font-size: 45px;
  font-size: 4.5rem;
  color: #535759;
  text-align: center;
  color: #999;
}
.widget .panel-heading .widget-icon {
  float: none;
  margin: 15px auto;
  font-size: 42px;
  font-size: 4.2rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  text-align: center;
  color: #fff;
}
.widget .panel-heading .widget-icon.bg-default {
  background: #535759;
  color: #fff;
}
.widget-lg {
  font-size: 110%;
}
.widget-lg .widget-icon {
  font-size: 53px;
  font-size: 5.3rem;
}
.widget-lg .summary .title {
  font-size: 120%;
}
.widget-sm {
  font-size: 85%;
}
.widget-sm .widget-icon {
  font-size: 35px;
  font-size: 3.5rem;
}
.widget-sm .summary .title {
  font-size: 110%;
}
.widget-xs {
  font-size: 80%;
}
.widget-xs .widget-icon {
  font-size: 30px;
  font-size: 3.0rem;
}
.widget-xs .summary .title {
  font-size: 105%;
}
.widget-dark .panel-body {
  background-color: #535759;
  -webkit-box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 20px rgba(76, 79, 81, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  box-shadow: inset 0 0 2rem rgba(76, 79, 81, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #3f4344;
}
.widget-dark .panel-body,
.widget-dark .panel-body * {
  color: #fff;
}
.widget-dark .panel-body .view-more a,
.widget-dark .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-dark .panel-body .view-more a:hover,
.widget-dark .panel-body a:hover,
.widget-dark .panel-body .view-more a:focus,
.widget-dark .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-dark .panel-body .widget-summary-footer {
  background: #4c4f51;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #4c4f51;
}
.widget-dark .panel-body .widget-summary-footer,
.widget-dark .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-dark .panel-body .widget-summary-footer .view-more a,
.widget-dark .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-dark .panel-body .widget-summary-footer .view-more a:hover,
.widget-dark .panel-body .widget-summary-footer a:hover,
.widget-dark .panel-body .widget-summary-footer .view-more a:focus,
.widget-dark .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-dark .widget-icon,
.widget-dark .widget-icon i {
  color: #353839;
}
.widget-primary .panel-body {
  background-color: #54833d;
  -webkit-box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 20px rgba(77, 121, 56, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  box-shadow: inset 0 0 2rem rgba(77, 121, 56, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #4b6730;
}
.widget-primary .panel-body,
.widget-primary .panel-body * {
  color: #fff;
}
.widget-primary .panel-body .view-more a,
.widget-primary .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-primary .panel-body .view-more a:hover,
.widget-primary .panel-body a:hover,
.widget-primary .panel-body .view-more a:focus,
.widget-primary .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-primary .panel-body .widget-summary-footer {
  background: #4d7938;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #4d7938;
}
.widget-primary .panel-body .widget-summary-footer,
.widget-primary .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-primary .panel-body .widget-summary-footer .view-more a,
.widget-primary .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-primary .panel-body .widget-summary-footer .view-more a:hover,
.widget-primary .panel-body .widget-summary-footer a:hover,
.widget-primary .panel-body .widget-summary-footer .view-more a:focus,
.widget-primary .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-primary .widget-icon,
.widget-primary .widget-icon i {
  color: #3c592a;
}
.widget-info .panel-body {
  background-color: #4D99E0;
  -webkit-box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 20px rgba(64, 146, 222, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  box-shadow: inset 0 0 2rem rgba(64, 146, 222, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #2aa2da;
}
.widget-info .panel-body,
.widget-info .panel-body * {
  color: #fff;
}
.widget-info .panel-body .view-more a,
.widget-info .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-info .panel-body .view-more a:hover,
.widget-info .panel-body a:hover,
.widget-info .panel-body .view-more a:focus,
.widget-info .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-info .panel-body .widget-summary-footer {
  background: #4092de;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #4092de;
}
.widget-info .panel-body .widget-summary-footer,
.widget-info .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-info .panel-body .widget-summary-footer .view-more a,
.widget-info .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-info .panel-body .widget-summary-footer .view-more a:hover,
.widget-info .panel-body .widget-summary-footer a:hover,
.widget-info .panel-body .widget-summary-footer .view-more a:focus,
.widget-info .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-info .widget-icon,
.widget-info .widget-icon i {
  color: #2483cc;
}
.widget-success .panel-body {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
.widget-success .panel-body,
.widget-success .panel-body * {
  color: #fff;
}
.widget-success .panel-body .view-more a,
.widget-success .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-success .panel-body .view-more a:hover,
.widget-success .panel-body a:hover,
.widget-success .panel-body .view-more a:focus,
.widget-success .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-success .panel-body .widget-summary-footer {
  background: #85bf3a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #85bf3a;
}
.widget-success .panel-body .widget-summary-footer,
.widget-success .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-success .panel-body .widget-summary-footer .view-more a,
.widget-success .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-success .panel-body .widget-summary-footer .view-more a:hover,
.widget-success .panel-body .widget-summary-footer a:hover,
.widget-success .panel-body .widget-summary-footer .view-more a:focus,
.widget-success .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-success .widget-icon,
.widget-success .widget-icon i {
  color: #729c2f;
}
.widget-warning .panel-body {
  background-color: #F5B62A;
  -webkit-box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 20px rgba(244, 177, 27, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  box-shadow: inset 0 0 2rem rgba(244, 177, 27, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #eb800b;
}
.widget-warning .panel-body,
.widget-warning .panel-body * {
  color: #fff;
}
.widget-warning .panel-body .view-more a,
.widget-warning .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-warning .panel-body .view-more a:hover,
.widget-warning .panel-body a:hover,
.widget-warning .panel-body .view-more a:focus,
.widget-warning .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-warning .panel-body .widget-summary-footer {
  background: #f4b11b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #f4b11b;
}
.widget-warning .panel-body .widget-summary-footer,
.widget-warning .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-warning .panel-body .widget-summary-footer .view-more a,
.widget-warning .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-warning .panel-body .widget-summary-footer .view-more a:hover,
.widget-warning .panel-body .widget-summary-footer a:hover,
.widget-warning .panel-body .widget-summary-footer .view-more a:focus,
.widget-warning .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-warning .widget-icon,
.widget-warning .widget-icon i {
  color: #d88e0a;
}
.widget-danger .panel-body {
  background-color: #A31905;
  -webkit-box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 20px rgba(148, 23, 5, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  box-shadow: inset 0 0 2rem rgba(148, 23, 5, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: #7b0409;
}
.widget-danger .panel-body,
.widget-danger .panel-body * {
  color: #fff;
}
.widget-danger .panel-body .view-more a,
.widget-danger .panel-body a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-danger .panel-body .view-more a:hover,
.widget-danger .panel-body a:hover,
.widget-danger .panel-body .view-more a:focus,
.widget-danger .panel-body a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-danger .panel-body .widget-summary-footer {
  background: #941705;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #941705;
}
.widget-danger .panel-body .widget-summary-footer,
.widget-danger .panel-body .widget-summary-footer * {
  color: #fff;
}
.widget-danger .panel-body .widget-summary-footer .view-more a,
.widget-danger .panel-body .widget-summary-footer a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 600;
}
.widget-danger .panel-body .widget-summary-footer .view-more a:hover,
.widget-danger .panel-body .widget-summary-footer a:hover,
.widget-danger .panel-body .widget-summary-footer .view-more a:focus,
.widget-danger .panel-body .widget-summary-footer a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-danger .widget-icon,
.widget-danger .widget-icon i {
  color: #680b03;
}
.widget-icon-primary .widget-icon {
  color: #54833d;
}
.widget-icon-info .widget-icon {
  color: #4D99E0;
}
.widget-icon-success .widget-icon {
  color: #8dc642;
}
.widget-icon-warning .widget-icon {
  color: #F5B62A;
}
.widget-icon-danger .widget-icon {
  color: #A31905;
}
.panel-primary .widget-icon {
  background: #456730;
}
.panel-info .widget-icon {
  background: #2a8eda;
}
.panel-success .widget-icon {
  background: #7eab34;
}
.panel-warning .widget-icon {
  background: #eb9a0b;
}
.panel-danger .widget-icon {
  background: #7b0d04;
}
.panel .top-image {
  position: relative;
  height: 140px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}
.panel .top-image .image-container {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
}
.panel .top-image .image-container img {
  width: 100%;
}
/* Plugins */
/* Layout */
/**
 * @file
 * layout/footer.less.
 */
.footer {
  min-height: 40px;
  background: #efefef;
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
  margin-top: 8px;
  padding-top: 15px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  margin-top: 0;
}
.footer .footer-bottom {
  padding-bottom: 15px;
  font-size: 0.9em;
}
.footer .footer-top {
  padding-bottom: 15px;
}
.footer .footer-top + .footer-bottom {
  background: #e3e3e3;
  border-top: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 -1px 2px #ededed;
  box-shadow: 0 -1px 2px #ededed;
  padding-top: 15px;
}
.footer-inverse {
  background: #535759;
  color: #fff;
  border-top: 1px solid #505050;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.footer-inverse h1,
.footer-inverse h2,
.footer-inverse h3,
.footer-inverse h4,
.footer-inverse h5,
.footer-inverse h6,
.footer-inverse .h1,
.footer-inverse .h2,
.footer-inverse .h3,
.footer-inverse .h4,
.footer-inverse .h5,
.footer-inverse .h6,
.footer-inverse legend a {
  color: #fff;
}
.footer-inverse hr,
.footer-inverse fieldset {
  border-color: #434343;
}
.footer-inverse input,
.footer-inverse textarea {
  border-color: #1d1d1d;
}
.footer-inverse .btn {
  color: #fff;
  background-color: #535759;
  border-color: #373737;
  text-shadow: 0 1px 0 #000000;
  border-color: #272929;
  background-image: -webkit-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: -o-linear-gradient(top, #535759 0%, #2c2e2f 100%);
  background-image: linear-gradient(to bottom, #535759 0%, #2c2e2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535759', endColorstr='#ff2c2e2f', GradientType=0);
}
.footer-inverse .btn:focus,
.footer-inverse .btn.focus {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #000000;
}
.footer-inverse .btn:hover {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.footer-inverse .btn:active,
.footer-inverse .btn.active,
.open > .dropdown-toggle.footer-inverse .btn {
  color: #fff;
  background-color: #3a3d3f;
  border-color: #181818;
}
.footer-inverse .btn:active:hover,
.footer-inverse .btn.active:hover,
.open > .dropdown-toggle.footer-inverse .btn:hover,
.footer-inverse .btn:active:focus,
.footer-inverse .btn.active:focus,
.open > .dropdown-toggle.footer-inverse .btn:focus,
.footer-inverse .btn:active.focus,
.footer-inverse .btn.active.focus,
.open > .dropdown-toggle.footer-inverse .btn.focus {
  color: #fff;
  background-color: #292b2c;
  border-color: #000000;
}
.footer-inverse .btn:active,
.footer-inverse .btn.active,
.open > .dropdown-toggle.footer-inverse .btn {
  background-image: none;
}
.footer-inverse .btn.disabled:hover,
.footer-inverse .btn[disabled]:hover,
fieldset[disabled] .footer-inverse .btn:hover,
.footer-inverse .btn.disabled:focus,
.footer-inverse .btn[disabled]:focus,
fieldset[disabled] .footer-inverse .btn:focus,
.footer-inverse .btn.disabled.focus,
.footer-inverse .btn[disabled].focus,
fieldset[disabled] .footer-inverse .btn.focus {
  background-color: #535759;
  border-color: #373737;
}
.footer-inverse .btn .badge {
  color: #535759;
  background-color: #fff;
}
.footer-inverse .btn.disabled,
.footer-inverse .btn[disabled] {
  color: #e6e6e6;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer-inverse .btn:hover,
.footer-inverse .btn:focus,
.footer-inverse .btn:active,
.footer-inverse .btn.active,
.open > .dropdown-toggle.footer-inverse .btn {
  border-color: #313334;
  border-color: #313334 !important;
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.footer-inverse .btn.disabled,
.footer-inverse .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.footer-inverse .btn:hover,
.footer-inverse .btn:focus,
.footer-inverse .btn:active,
.footer-inverse .btn.active,
.open > .dropdown-toggle.footer-inverse .btn {
  border-color: #313334;
}
.footer-inverse .btn:hover,
.footer-inverse .btn:focus,
.open > .dropdown-toggle.footer-inverse .btn {
  background-image: -webkit-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: -o-linear-gradient(top, #5f6466 0%, #383b3c 100%);
  background-image: linear-gradient(to bottom, #5f6466 0%, #383b3c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f6466', endColorstr='#ff383b3c', GradientType=0);
}
.footer-inverse .btn:active,
.footer-inverse .btn.active {
  background-image: -webkit-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: -o-linear-gradient(top, #3f4244 0%, #676c6e 100%);
  background-image: linear-gradient(to bottom, #3f4244 0%, #676c6e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f4244', endColorstr='#ff676c6e', GradientType=0);
}
.footer-inverse .btn.disabled,
.footer-inverse .btn[disabled] {
  background-image: -webkit-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: -o-linear-gradient(top, #3a3d3f 0%, #131414 100%);
  background-image: linear-gradient(to bottom, #3a3d3f 0%, #131414 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3d3f', endColorstr='#ff131414', GradientType=0);
}
.footer-inverse .footer-top + .footer-bottom {
  background: #474a4c;
  border-top: 1px solid #434343;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.footer-inverse .panel {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.footer-inverse .panel.widget {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Pages */
a {
  color: #8dc642;
}
a:hover,
a:focus,
a:active {
  color: #a5d269;
}
.field--name-body a,
h2 a {
  font-weight: 600;
}
#slider {
  margin-top: -40px;
  margin-bottom: 20px;
  background-image: url(../images/zvz_background.png);
  background-color: #54833d;
}
#slider .form-group,
#slider .block {
  margin: 0;
}
#slider .view-row a {
  color: #99cc56;
}
#frontSlider {
  height: 500px;
  overflow: hidden;
  background-color: #fff;
  border-top-right-radius: 15%100%;
  border-bottom-right-radius: 15%100%;
  border-top-left-radius: 15%100%;
  border-bottom-left-radius: 15%100%;
  border: 3px solid #8dc642;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#frontSlider img {
  float: left;
  margin-right: 15px;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
  background: #8dc642;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
  background: #8dc642;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  margin-left: -25px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  margin-right: -25px;
}
.view-news .views-row,
.view-sajto-figyelo .views-row,
.region-content .block,
.page-node-type-page .region-content,
.path-webform .region-content,
.path-node .region-content,
.view-galeria,
.view-taxonomy-term {
  padding: 15px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  /*border-top: none;
  border-left: none;
  border-right: none;*/
}
.panel-heading:not(.panel-heading-transparent) + .view-news .views-row,
.panel-heading:not(.panel-heading-transparent) + .view-sajto-figyelo .views-row,
.panel-heading:not(.panel-heading-transparent) + .region-content .block,
.panel-heading:not(.panel-heading-transparent) + .page-node-type-page .region-content,
.panel-heading:not(.panel-heading-transparent) + .path-webform .region-content,
.panel-heading:not(.panel-heading-transparent) + .path-node .region-content,
.panel-heading:not(.panel-heading-transparent) + .view-galeria,
.panel-heading:not(.panel-heading-transparent) + .view-taxonomy-term {
  -webkit-box-shadow: inset 0 1px 2px #ededed;
  box-shadow: inset 0 1px 2px #ededed;
  border-top: none;
}
.view-news .views-row h2,
.view-sajto-figyelo .views-row h2,
.region-content .block h2,
.page-node-type-page .region-content h2,
.path-webform .region-content h2,
.path-node .region-content h2,
.view-galeria h2,
.view-taxonomy-term h2 {
  margin-top: 0;
}
.view-news .views-row,
.view-taxonomy-term .views-row {
  margin-bottom: 20px;
}
.block {
  margin-bottom: 15px;
}
.cikk .field--name-field-image {
  margin-right: 15px;
}
body.navbar-is-fixed-top {
  padding-top: 60px;
  margin-top: 0;
}
#topBar {
  display: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #535759;
}
.navbar-is-fixed-top #topBar {
  position: absolute;
  top: 0;
}
.region-header {
  position: relative;
}
#headerBranding {
  display: none;
  height: 140px;
  width: 100%;
  background: #54833d url('../images/zvz_header_bg.png') no-repeat center;
  background-size: cover;
  padding-top: 10px;
  padding-left: 25px;
}
.block-system-branding-block {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #8dc642;
  padding: 35px 30px;
  position: absolute;
  top: -45px;
  z-index: 1020;
}
.block-system-branding-block .site-slogan {
  display: block;
  text-align: right;
  color: #000;
  font-weight: normal;
  margin-top: -10px;
}
#block-socialmedialinks {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 100%50px;
  border-bottom-right-radius: 100%50px;
  border: 2px solid #8dc642;
  padding: 15px /* 30px 35px 30px*/;
  position: absolute;
  top: -20px;
  right: 15px;
  z-index: 1020;
}
#block-banner {
  color: #fff;
  background-color: #8dc642;
  position: absolute;
  top: 0;
  left: 335px;
  right: 60px;
  padding: 15px;
  height: 120px;
  text-align: center;
  cursor: pointer;
}
a#block-banner:hover,
a#block-banner:focus {
  background-color: #72a431;
}
#block-banner.bg-styled {
  background-color: #8dc642;
  -webkit-box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 20px rgba(133, 191, 58, 0.8);
  -webkit-box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
  box-shadow: inset 0 0 2rem rgba(133, 191, 58, 0.8);
}
#block-banner.bg-styled-alt {
  background-image: -webkit-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: -o-linear-gradient(top, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-image: linear-gradient(to bottom, rgba(133, 191, 58, 0.8) 0%, #8dc642 30%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc85bf3a', endColorstr='#ff8dc642', GradientType=0);
}
#block-banner.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #8cab34;
}
#block-banner .jumbotron {
  background: transparent;
}
#block-banner h3 {
  margin: 0 0 8px 0;
  color: #fff;
}
#block-banner p {
  font-weight: bold;
  font-size: 1.3em;
}
#block-banner p a {
  color: #000;
  font-weight: normal;
}
#block-banner p a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-left: 3px;
  padding-right: 3px;
}
#block-banner p small {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #block-banner-2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .region-navigation-collapsible .block {
    display: none;
  }
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
}
.site-description {
  color: #fff;
}
.navbar {
  text-align: center;
  border-top: 2px solid #8dc642;
  border-bottom-color: #8dc642;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    padding-left: 150px;
    display: inline-block;
    width: auto;
  }
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    display: none;
  }
  #headerBranding {
    display: block;
  }
}
.navbar-nav {
  font-size: 120%;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-is-fixed-top.scrolled .navbar-brand {
  display: block;
}
.navbar-is-fixed-top .navbar-brand {
  display: block;
  position: fixed;
  z-index: 1000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a.active {
  color: #fff;
  background-color: #8dc642;
}
.navbar-default .navbar-toggle {
  border-radius: 50%;
  color: #fff;
  background-color: #8dc642;
  border-color: transparent;
  height: 45px;
  width: 50px;
  text-align: center;
  padding: 12px;
  margin: 2px 15px 0 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  background-color: #a5d269;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  /*font-family: @font-family-serif;
  font-weight: 400;*/
  text-transform: none;
}
.panel {
  -webkit-box-shadow: 0 1px 1px #ededed;
  box-shadow: 0 1px 1px #ededed;
}
.panel-body {
  /*border-top: none;
  border-left: none;
  border-right: none;*/
}
.jumbotron {
  padding-top: 0;
  padding-bottom: 20px;
}
.jumbotron h2 {
  color: #fff;
}
.jumbotron a {
  color: #78ab34;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: 300;
}
.panel-title,
.footer h3 {
  text-transform: uppercase;
}
.footer .list-separeted a {
  color: #78ab34;
}
.footer .list-separeted a:hover {
  color: #77b25a;
}
#block-socialmedialinks {
  float: right;
}
.region-footer-second .block {
  margin-top: 15px;
}
.region-footer-second .social-icons,
.region-footer-second .list-separeted,
.region-footer-second #block-contactmenu {
  text-align: center;
  margin: 0 auto;
}
.nav-list .media {
  margin-top: 0;
}
.file {
  font-size: 90%;
}
.gdoc-filename {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
}
.gdoc-filename a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  padding-left: 8px;
}
.meta div {
  display: inline;
}
/**
 * @file
 * Alignment classes for text and block level elements.
 */
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}
/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left {
  float: left;
  margin-right: 15px;
}
.align-left a {
  display: block;
}
.align-left a:before,
.align-left a:after {
  content: " ";
  display: table;
}
.align-left a:after {
  clear: both;
}
.align-left a:before,
.align-left a:after {
  content: " ";
  display: table;
}
.align-left a:after {
  clear: both;
}
.align-right {
  float: right;
  margin-left: 15px;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.content ul li {
  padding-bottom: 10px;
}
ul.list-icon--question-circle--2x {
  padding-left: 0;
  list-style: none;
}
ul.list-icon--question-circle--2x li {
  padding-left: 40px;
  position: relative;
}
ul.list-icon--question-circle--2x li:before {
  position: absolute;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  margin-left: -40px;
  width: 40px;
  color: #8dc642;
  content: "\f059";
}
.field-tags {
  display: inline-block;
  padding-left: 5px;
}
.field-tags > li {
  padding-left: 2px;
  padding-right: 2px;
}
.view-tagcloud {
  line-height: 180%;
  display: inline;
}
.view-tagcloud .views-row {
  margin-left: 3px;
  margin-right: 3px;
}
.view-tagcloud div {
  display: inline;
}
.view-tagcloud .views-field-name {
  padding-right: 2px;
}
figcaption {
  color: #999;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}
.nav-list > li > a {
  font-weight: 600;
}
.nav-list > li > a:hover {
  background: transparent;
  padding-left: 20px;
}
.view-dossziek .nav-list > li {
  position: relative;
}
.view-dossziek .nav-list > li:before,
.view-dossziek .nav-list > li:after {
  content: " ";
  display: table;
}
.view-dossziek .nav-list > li:after {
  clear: both;
}
.view-dossziek .nav-list > li:before,
.view-dossziek .nav-list > li:after {
  content: " ";
  display: table;
}
.view-dossziek .nav-list > li:after {
  clear: both;
}
.view-dossziek .nav-list > li > a {
  padding-right: 30px;
}
.view-dossziek .nav-list > li > a:before {
  content: "\f115";
}
.view-dossziek .nav-list > li .count {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
}
.view-timeline {
  position: relative;
}
.view-timeline .exposed-form {
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
  padding: 8px;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a {
  background-color: #54833d;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href]:hover,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href]:focus {
  background-color: #3e602d;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=5"] {
  background-color: #535759;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=5"][href]:hover,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=5"][href]:focus {
  background-color: #3a3d3f;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=6"] {
  background-color: #A31905;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=6"][href]:hover,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=6"][href]:focus {
  background-color: #721103;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=7"] {
  background-color: #4D99E0;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=7"][href]:hover,
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a[href="/kronologia?field_idovonal_tipus_target_id=7"][href]:focus {
  background-color: #2580d5;
}
.form-item-field-idovonal-tipus-target-id .bef-links .form-group a.bef-link-active {
  background: #e3e3e3;
  color: #393c3d;
}
