@charset "UTF-8";
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.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(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*ci-colors*/
/*images-colors*/
/*font-colors*/
/*border-colors*/
/*item-colors*/
/*btn-colors*/
/*shadows*/
/*bootstrap*/
/*border-radius*/
/*sizes*/
/*transitions*/
/*media-queries*/
/*spaces*/
/*z-indexes*/
/*bootstrap*/
/*menu*/
/*footer*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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, .owm .form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #15825f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0a402f;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #eeeeee;
}

.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: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: #fcf8e3;
  padding: 0.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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #20c390;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #19976f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #20c390;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #19976f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .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-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #e9e1e1;
  border-radius: 2px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #beb5b1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #beb5b1;
}
.form-control::-webkit-input-placeholder {
  color: #beb5b1;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  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: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #4d331f;
  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: #4d331f;
  background-color: #ece8e4;
  border-color: #e0dcda;
}
.btn-default:focus, .btn-default.focus {
  color: #4d331f;
  background-color: #d7cfc6;
  border-color: #a69a95;
}
.btn-default:hover {
  color: #4d331f;
  background-color: #d7cfc6;
  border-color: #c4bdb9;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #4d331f;
  background-color: #d7cfc6;
  border-color: #c4bdb9;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #4d331f;
  background-color: #c8bdb1;
  border-color: #a69a95;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ece8e4;
  border-color: #e0dcda;
}
.btn-default .badge {
  color: #ece8e4;
  background-color: #4d331f;
}

.btn-primary {
  color: #fff;
  background-color: #20c390;
  border-color: #1cad80;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #19976f;
  border-color: #0a402f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #19976f;
  border-color: #147959;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #19976f;
  border-color: #147959;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #147959;
  border-color: #0a402f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #20c390;
  border-color: #1cad80;
}
.btn-primary .badge {
  color: #20c390;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #20c390;
  border-color: #1cad80;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #19976f;
  border-color: #0a402f;
}
.btn-success:hover {
  color: #fff;
  background-color: #19976f;
  border-color: #147959;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #19976f;
  border-color: #147959;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #147959;
  border-color: #0a402f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #20c390;
  border-color: #1cad80;
}
.btn-success .badge {
  color: #20c390;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffc936;
  border-color: #ffc21d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ffbb03;
  border-color: #9c7200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffbb03;
  border-color: #dea200;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffbb03;
  border-color: #dea200;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #dea200;
  border-color: #9c7200;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffc936;
  border-color: #ffc21d;
}
.btn-warning .badge {
  color: #ffc936;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d21a43;
  border-color: #bb173c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a51434;
  border-color: #4a0917;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a51434;
  border-color: #85102a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a51434;
  border-color: #85102a;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #85102a;
  border-color: #4a0917;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d21a43;
  border-color: #bb173c;
}
.btn-danger .badge {
  color: #d21a43;
  background-color: #fff;
}

.btn-link {
  color: #15825f;
  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: #0a402f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.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%;
}

.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: 1000;
  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 #e9e1e1;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f4f0ef;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #20c390;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px 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 {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 2px;
  border-top-left-radius: 2px;
  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: 2px;
  border-bottom-left-radius: 2px;
}

.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 input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f8f6f5;
  border: 1px solid #e9e1e1;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #15825f;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #20c390;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.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 10px;
  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: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 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 -10px;
}
.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: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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: #ded3d2;
  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;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #15825f;
  background-color: #20c390;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #15825f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.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 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.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 {
  display: block;
  max-width: 100%;
  height: auto;
  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: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

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

.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: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 1439px) {
  .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: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .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: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  .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: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .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;
  }
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

a {
  color: #333333;
  cursor: pointer;
}

.owm {
  height: 100%;
  width: 100%;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .owm {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .owm {
    background: #f4f0ef;
  }
}
.owm h1, .owm h2, .owm h3, .owm h4, .owm h5 {
  font-weight: 600;
  color: #26222A;
  margin-top: 0;
}
.owm h1 {
  font-weight: 400;
  text-shadow: 1px 1px rgba(119, 42, 38, 0.2);
}
.owm h4 {
  font-size: 16px;
}
.owm a.icon-link {
  display: flex;
}
.owm a.icon-link app-icon {
  display: inline-block;
  margin-right: 7px;
}
.owm a.colored, .owm p a, .owm .checkbox__label a, .owm ol.terms li a, .owm .form__value__text-control a {
  color: #15825f;
}
.owm code {
  font-size: 13px;
  padding: 2px 5px;
  background: #f4f0ef;
}
.owm ol.terms {
  list-style-type: none;
  padding-left: 0;
}
.owm ol.terms li {
  counter-increment: bullet;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.owm ol.terms li:before {
  content: "(" counter(bullet, lower-latin) ")";
  position: absolute;
  left: 0;
}
.owm strong, .owm .strong {
  font-weight: 600;
}
.owm .small {
  font-size: 12px;
  color: #6a737d;
}
.owm .small .svg-inline--fa {
  color: inherit;
}
.owm .small a, .owm .small a:hover, .owm .small a:active, .owm .small a:focus {
  color: inherit;
}
.owm .placeholder {
  color: #beb5b1;
}
.owm .placeholder a,
.owm .placeholder .small,
.owm .placeholder .svg-inline--fa {
  color: #beb5b1;
}
.owm .row.row--vertical-padding {
  margin-top: -10px;
  margin-bottom: -10px;
}
.owm .row.row--vertical-padding > *[class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.owm .text-light {
  font-weight: normal;
}
.owm .text-success {
  color: #20c390;
}
.owm .text-error {
  color: #d21a43;
}
.owm .text-brown {
  color: #927275;
}
.owm .text-preview {
  border: 2px solid #f8f6f5;
  padding: 5px;
}
.owm .flag {
  margin-right: 5px;
}
.owm .badge {
  font-size: 10px;
}
.owm .image {
  margin-bottom: 10px;
}
.owm .image img {
  border: 2px solid #f4f0ef;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 5px;
}
.owm .image__caption {
  color: #beb5b1;
}
.owm .vertical-center {
  display: inline-block;
  vertical-align: middle;
}
.owm .padding-top-3xl {
  padding-top: 50px !important;
}
.owm .block {
  display: block;
}
.owm .margin-none {
  margin-bottom: 0 !important;
}
.owm .margin-sm {
  margin-bottom: 5px !important;
}
.owm .margin-md {
  margin-bottom: 10px !important;
}
.owm .margin-lg {
  margin-bottom: 20px !important;
}
.owm .margin-xl {
  margin-bottom: 30px !important;
}
.owm .margin-xxl {
  margin-bottom: 40px !important;
}
.owm .margin-top-none {
  margin-top: 0 !important;
}
.owm .margin-top-sm {
  margin-top: 5px !important;
}
.owm .margin-top-md {
  margin-top: 10px !important;
}
.owm .margin-top-lg {
  margin-top: 20px !important;
}
.owm .margin-top-xl {
  margin-top: 30px !important;
}
.owm .margin-top-xxl {
  margin-top: 40px !important;
}
.owm .margin-left-none {
  margin-left: 0 !important;
}
.owm .margin-left-sm {
  margin-left: 5px !important;
}
.owm .margin-left-md {
  margin-left: 10px !important;
}
.owm .margin-left-lg {
  margin-left: 20px !important;
}
.owm .margin-left-xl {
  margin-left: 30px !important;
}
.owm .margin-left-xxl {
  margin-left: 40px !important;
}
.owm .margin-right-none {
  margin-right: 0 !important;
}
.owm .margin-right-sm {
  margin-right: 5px !important;
}
.owm .margin-right-md {
  margin-right: 10px !important;
}
.owm .margin-right-lg {
  margin-right: 20px !important;
}
.owm .margin-right-xl {
  margin-right: 30px !important;
}
.owm .margin-right-xxl {
  margin-right: 40px !important;
}
.owm .visible-xs-table-cell,
.owm .visible-sm-table-cell,
.owm .visible-md-table-cell,
.owm .visible-lg-table-cell {
  display: none !important;
}
@media (max-width: 767px) {
  .owm .visible-xs-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owm .visible-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .owm .visible-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .owm .visible-lg-table-cell {
    display: table-cell !important;
  }
}

.owm .btn .fal, .owm .btn .far, .owm .btn .fas {
  margin-right: 0 !important;
}
.owm .btn.btn-nochrome {
  color: #c8b6b5;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: baseline;
}
.owm .btn.btn-nochrome:hover, .owm .btn.btn-nochrome:active, .owm .btn.btn-nochrome:focus, .owm .btn.btn-nochrome.active {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.owm .btn.btn-nochrome.active, .owm .btn.btn-nochrome:hover:not([disabled]) {
  color: #20c390;
}
.owm .btn.btn-nochrome[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.owm .btn.btn-nochrome.btn-icon-toggle {
  margin-right: 0;
  line-height: 14px;
}
.owm .btn.btn-nochrome.btn-icon-toggle .fal, .owm .btn.btn-nochrome.btn-icon-toggle .far, .owm .btn.btn-nochrome.btn-icon-toggle .fas {
  width: 22px;
  height: 22px;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 3px;
}
.owm .btn.btn-nochrome.btn-icon-toggle .btn-icon-toggle__active-icon {
  display: none;
}
.owm .btn.btn-nochrome.btn-icon-toggle .btn-icon-toggle__inactive-icon {
  display: inline-block;
}
.owm .btn.btn-nochrome.btn-icon-toggle[disabled] {
  opacity: 1;
  cursor: default;
}
.owm .btn.btn-nochrome.btn-icon-toggle:hover:not([disabled]) .fal, .owm .btn.btn-nochrome.btn-icon-toggle:hover:not([disabled]) .far, .owm .btn.btn-nochrome.btn-icon-toggle:hover:not([disabled]) .fas {
  color: #20c390;
  border-color: #20c390;
}
.owm .btn.btn-nochrome.btn-icon-toggle.active .fal, .owm .btn.btn-nochrome.btn-icon-toggle.active .far, .owm .btn.btn-nochrome.btn-icon-toggle.active .fas {
  color: white;
  border-color: #20c390;
  background: #20c390;
}
.owm .btn.btn-nochrome.btn-icon-toggle.active:hover:not([disabled]) .fal, .owm .btn.btn-nochrome.btn-icon-toggle.active:hover:not([disabled]) .far, .owm .btn.btn-nochrome.btn-icon-toggle.active:hover:not([disabled]) .fas {
  color: white;
  border-color: #20c390;
}
.owm .btn.btn-nochrome.btn-icon-toggle.active .btn-icon-toggle__active-icon {
  display: inline-block;
}
.owm .btn.btn-nochrome.btn-icon-toggle.active .btn-icon-toggle__inactive-icon {
  display: none;
}
.owm .btn.btn-nochrome.btn-icon-toggle--preview:not([disabled]):hover .btn-icon-toggle__active-icon {
  display: inline-block;
}
.owm .btn.btn-nochrome.btn-icon-toggle--preview:not([disabled]):hover .btn-icon-toggle__inactive-icon {
  display: none;
}
.owm .btn.btn-nochrome.btn-icon-toggle--preview:not([disabled]).active:hover .btn-icon-toggle__active-icon {
  display: none;
}
.owm .btn.btn-nochrome.btn-icon-toggle--preview:not([disabled]).active:hover .btn-icon-toggle__inactive-icon {
  display: inline-block;
}
.owm .btn.btn-nochrome.btn-icon-toggle--warning:hover:not([disabled]) .fal, .owm .btn.btn-nochrome.btn-icon-toggle--warning:hover:not([disabled]) .far, .owm .btn.btn-nochrome.btn-icon-toggle--warning:hover:not([disabled]) .fas {
  color: #ebc766;
  border-color: #ebc766;
}
.owm .btn.btn-nochrome.btn-icon-toggle--warning.active .fal, .owm .btn.btn-nochrome.btn-icon-toggle--warning.active .far, .owm .btn.btn-nochrome.btn-icon-toggle--warning.active .fas, .owm .btn.btn-nochrome.btn-icon-toggle--warning.active:hover:not([disabled]) .fal, .owm .btn.btn-nochrome.btn-icon-toggle--warning.active:hover:not([disabled]) .far, .owm .btn.btn-nochrome.btn-icon-toggle--warning.active:hover:not([disabled]) .fas {
  color: white;
  border-color: #ebc766;
  background: #ebc766;
}
.owm .btn.btn-nochrome.btn-icon-toggle--info:hover:not([disabled]) .fal, .owm .btn.btn-nochrome.btn-icon-toggle--info:hover:not([disabled]) .far, .owm .btn.btn-nochrome.btn-icon-toggle--info:hover:not([disabled]) .fas {
  color: #66a491;
  border-color: #66a491;
}
.owm .btn.btn-nochrome.btn-icon-toggle--info.active .fal, .owm .btn.btn-nochrome.btn-icon-toggle--info.active .far, .owm .btn.btn-nochrome.btn-icon-toggle--info.active .fas {
  color: white;
  border-color: #66a491;
  background: #66a491;
}
.owm .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.owm .btn-bar {
  margin-top: 20px;
}
.owm .centered-circular-buttons-container {
  position: relative;
}
.owm .centered-circular-buttons {
  position: absolute;
  top: 50%;
}
.owm .centered-circular-buttons, .owm .centered-circular-buttons.circular-button {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .owm .centered-circular-buttons--small, .owm .centered-circular-buttons--small.circular-button {
    margin-top: -12px;
  }
}
.owm .btn.active > .fa-star {
  color: #f39c12;
}
.owm .circular-button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: none;
  border: 1px dashed transparent;
  border-radius: 15px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #c8b6b5;
  background: white;
  border-color: #c8b6b5;
}
@media (min-width: 768px) {
  .owm .circular-button:not([disabled]):hover {
    color: #20c390;
    border-color: transparent;
    box-shadow: 0 0 0 3px #20c390;
  }
}
.owm .circular-button:active, .owm .circular-button:active:hover, .owm .circular-button:active:focus, .owm .circular-button.active, .owm .circular-button.active:hover, .owm .circular-button.active:focus, .owm .circular-button[aria-expanded=true], .owm .circular-button[aria-expanded=true]:hover, .owm .circular-button[aria-expanded=true]:focus {
  border-style: solid;
  border-color: #9ce0cb;
  background: #9ce0cb;
  color: white;
  box-shadow: none;
}
.owm .circular-button.toggled-on, .owm .circular-button.toggled-on:hover, .owm .circular-button.toggled-on:active, .owm .circular-button.toggled-on:focus, .owm .circular-button.toggled-on[disabled], .owm .circular-button.toggled-on[disabled]:hover, .owm .circular-button.toggled-on[disabled]:active, .owm .circular-button.toggled-on[disabled]:focus {
  border-style: solid;
  border-color: #20c390;
  background: #20c390;
  color: white;
  box-shadow: none;
}
@media (min-width: 768px) {
  .owm .circular-button.toggled-on:not([disabled]):hover, .owm .circular-button.toggled-on[disabled]:not([disabled]):hover {
    color: white;
    border-color: #20c390;
    background: #20c390;
    box-shadow: 0 0 0 3px #20c390;
  }
}
.owm .circular-button[disabled], .owm .circular-button[disabled]:hover, .owm .circular-button[disabled]:active, .owm .circular-button[disabled]:focus {
  color: #cbcbcb;
  background: white;
  border-color: #cbcbcb;
}
@media (max-width: 767px) {
  .owm .circular-button {
    border-style: solid;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    font-size: 16px;
  }
}
.owm .circular-button:hover, .owm .circular-button:active, .owm .circular-button:focus {
  outline: none;
}
.owm .circular-button--solid {
  border-style: solid;
}
.owm .circular-button--success {
  color: white;
  background: #20c390;
  border-color: #20c390;
}
@media (min-width: 768px) {
  .owm .circular-button--success:not([disabled]):hover {
    color: #20c390;
    background: white;
    border-color: transparent;
    box-shadow: 0 0 0 3px #20c390;
  }
}
.owm .circular-button--success:active, .owm .circular-button--success:active:hover, .owm .circular-button--success:active:focus, .owm .circular-button--success.active, .owm .circular-button--success.active:hover, .owm .circular-button--success.active:focus, .owm .circular-button--success[aria-expanded=true], .owm .circular-button--success[aria-expanded=true]:hover, .owm .circular-button--success[aria-expanded=true]:focus {
  border-style: solid;
  border-color: #9ce0cb;
  background: #9ce0cb;
  color: white;
  box-shadow: none;
}
.owm .circular-button--success.toggled-on, .owm .circular-button--success.toggled-on:hover, .owm .circular-button--success.toggled-on:active, .owm .circular-button--success.toggled-on:focus {
  border-style: solid;
  border-color: #20c390;
  background: #20c390;
  color: white;
  box-shadow: none;
}
.owm .circular-button--success[disabled], .owm .circular-button--success[disabled]:hover, .owm .circular-button--success[disabled]:active, .owm .circular-button--success[disabled]:focus {
  color: white;
  background: #5dd3ae;
  border-color: #5dd3ae;
}
.owm .circular-button--accent {
  color: white;
  background: #ffc936;
  border-color: #ffc936;
}
@media (min-width: 768px) {
  .owm .circular-button--accent:not([disabled]):hover {
    color: #ffc936;
    background: white;
    border-color: transparent;
    box-shadow: 0 0 0 3px #ffc936;
  }
}
.owm .circular-button--accent:active, .owm .circular-button--accent:active:hover, .owm .circular-button--accent:active:focus, .owm .circular-button--accent.active, .owm .circular-button--accent.active:hover, .owm .circular-button--accent.active:focus, .owm .circular-button--accent[aria-expanded=true], .owm .circular-button--accent[aria-expanded=true]:hover, .owm .circular-button--accent[aria-expanded=true]:focus {
  border-style: solid;
  border-color: #faf0d4;
  background: #faf0d4;
  color: white;
  box-shadow: none;
}
.owm .circular-button--accent.toggled-on, .owm .circular-button--accent.toggled-on:hover, .owm .circular-button--accent.toggled-on:active, .owm .circular-button--accent.toggled-on:focus {
  border-style: solid;
  border-color: #ffc936;
  background: #ffc936;
  color: white;
  box-shadow: none;
}
.owm .circular-button--accent[disabled], .owm .circular-button--accent[disabled]:hover, .owm .circular-button--accent[disabled]:active, .owm .circular-button--accent[disabled]:focus {
  color: white;
  background: #f6d98c;
  border-color: #f6d98c;
}
.owm .circular-button--danger {
  color: white;
  background: #d21a43;
  border-color: #d21a43;
}
@media (min-width: 768px) {
  .owm .circular-button--danger:not([disabled]):hover {
    color: #d21a43;
    background: white;
    border-color: transparent;
    box-shadow: 0 0 0 3px #d21a43;
  }
}
.owm .circular-button--danger:active, .owm .circular-button--danger:active:hover, .owm .circular-button--danger:active:focus, .owm .circular-button--danger.active, .owm .circular-button--danger.active:hover, .owm .circular-button--danger.active:focus, .owm .circular-button--danger[aria-expanded=true], .owm .circular-button--danger[aria-expanded=true]:hover, .owm .circular-button--danger[aria-expanded=true]:focus {
  border-style: solid;
  border-color: #e69faf;
  background: #e69faf;
  color: white;
  box-shadow: none;
}
.owm .circular-button--danger.toggled-on, .owm .circular-button--danger.toggled-on:hover, .owm .circular-button--danger.toggled-on:active, .owm .circular-button--danger.toggled-on:focus {
  border-style: solid;
  border-color: #d21a43;
  background: #d21a43;
  color: white;
  box-shadow: none;
}
.owm .circular-button--danger[disabled], .owm .circular-button--danger[disabled]:hover, .owm .circular-button--danger[disabled]:active, .owm .circular-button--danger[disabled]:focus {
  color: white;
  background: #db5e7a;
  border-color: #db5e7a;
}
.owm .circular-button--warning {
  color: #c8b6b5;
  background: white;
  border-color: #c8b6b5;
}
@media (min-width: 768px) {
  .owm .circular-button--warning:not([disabled]):hover {
    color: #ffc936;
    border-color: transparent;
    box-shadow: 0 0 0 3px #ffc936;
  }
}
.owm .circular-button--warning:active, .owm .circular-button--warning:active:hover, .owm .circular-button--warning:active:focus, .owm .circular-button--warning.active, .owm .circular-button--warning.active:hover, .owm .circular-button--warning.active:focus, .owm .circular-button--warning[aria-expanded=true], .owm .circular-button--warning[aria-expanded=true]:hover, .owm .circular-button--warning[aria-expanded=true]:focus {
  border-style: solid;
  border-color: #faf0d4;
  background: #faf0d4;
  color: white;
  box-shadow: none;
}
.owm .circular-button--warning.toggled-on, .owm .circular-button--warning.toggled-on:hover, .owm .circular-button--warning.toggled-on:active, .owm .circular-button--warning.toggled-on:focus, .owm .circular-button--warning.toggled-on[disabled], .owm .circular-button--warning.toggled-on[disabled]:hover, .owm .circular-button--warning.toggled-on[disabled]:active, .owm .circular-button--warning.toggled-on[disabled]:focus {
  border-style: solid;
  border-color: #ffc936;
  background: #ffc936;
  color: white;
  box-shadow: none;
}
@media (min-width: 768px) {
  .owm .circular-button--warning.toggled-on:not([disabled]):hover, .owm .circular-button--warning.toggled-on[disabled]:not([disabled]):hover {
    color: white;
    border-color: #ffc936;
    background: #ffc936;
    box-shadow: 0 0 0 3px #ffc936;
  }
}
.owm .circular-button--warning[disabled], .owm .circular-button--warning[disabled]:hover, .owm .circular-button--warning[disabled]:active, .owm .circular-button--warning[disabled]:focus {
  color: #cbcbcb;
  background: white;
  border-color: #cbcbcb;
}
@media (min-width: 768px) {
  .owm .circular-button--small {
    height: 24px;
    width: 24px;
    line-height: 22px;
    border-radius: 12px;
    font-size: 12px;
  }
}
.owm .circular-button[disabled] {
  cursor: not-allowed;
}
.owm .button-group {
  margin: 0 -5px;
}
.owm .button-group:before, .owm .button-group:after {
  content: " ";
  display: table;
}
.owm .button-group:after {
  clear: both;
}
.owm .button-group--left {
  float: left;
}
.owm .button-group--right {
  float: right;
}
.owm .button-group .btn {
  margin: 0 5px;
}
.owm .filter-button__item--invalid {
  color: #d21a43;
}
.owm .filter-button .filter-button__clear {
  z-index: 100;
}
.owm .filter-button .filter-button__clear:hover {
  color: red;
}
.owm .filter-button__active .filter-button__current-item {
  background-color: #ffc936;
}
.owm .dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #e9e1e1;
  border-radius: 3px;
}
.owm .dropdown-menu > li > a {
  padding: 6px 20px;
  cursor: pointer;
}
.owm .dropdown-menu > li > a.text-danger {
  color: #d21a43;
}
.owm .dropdown-menu > li > a.disabled {
  color: #777777;
}
@media (max-width: 767px) {
  .owm .dropdown-menu > li > a {
    line-height: 24px;
  }
}
.owm .responsive-img:hover .popover {
  opacity: 1;
}
.owm .responsive-img .popover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: red;
}
.owm .responsive-img .popover .icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-500italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.woff") format("woff"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v34-latin/open-sans-v34-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
.owm .checkbox {
  position: initial;
  margin: 0;
  padding: 4px 0;
}
.owm .checkbox > *:not(input) {
  display: inline-block;
  vertical-align: middle;
}
.owm .checkbox > *:not(input):not(.checkbox__label) {
  font-size: 18px;
  position: absolute;
}
@media (min-width: 768px) {
  .owm .checkbox > *:not(input):not(.checkbox__label) {
    font-size: 16px;
  }
}
.owm .checkbox .checkbox__icon {
  cursor: pointer;
  color: #927275;
}
.owm .checkbox .checkbox__icon--checked {
  color: #927275;
}
.owm .checkbox .checkbox__label {
  cursor: pointer;
  margin-left: 25px;
}
.owm .checkbox > input[type=checkbox] {
  width: 0;
  height: 0;
  float: left;
  display: block;
  visibility: hidden;
}
.owm .checkbox > input[type=checkbox][disabled] + * .checkbox__icon {
  opacity: 0.5;
  cursor: not-allowed;
}
.owm .checkbox > input[type=checkbox]:focus + * .checkbox__icon {
  color: #20c390;
}
.owm .form--read-only .form__label, .owm .form--read-only .form__value {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .owm .form--read-only .form__value {
    padding: 4px 0;
  }
}
.owm .form__line:before, .owm .form__line:after {
  content: " ";
  display: table;
}
.owm .form__line:after {
  clear: both;
}
.owm .form__line--hidden {
  display: none;
}
.owm .form__line--overflow-visible .form__value {
  overflow: visible;
}
.owm .form__label {
  float: left;
  width: 33.3%;
  padding-right: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 1px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .owm .form__label {
    line-height: 36px;
  }
}
.owm .form__label__text {
  display: block;
  padding: 4px 0;
  max-width: 100%;
  font-weight: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.owm .form__value {
  float: left;
  width: 66.6%;
  min-height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .owm .form__value {
    min-height: 20px;
    line-height: 20px;
  }
}
.owm .form__value label {
  font-weight: normal;
}
.owm .form__value img {
  max-width: 100%;
}
.owm .form__value--offset {
  margin-left: 33%;
}
.owm .form__value__text-control {
  padding: 4px 0;
}
.owm .form__value__line {
  position: relative;
  margin-bottom: 10px;
  min-height: 36px;
}
@media (min-width: 768px) {
  .owm .form__value__line {
    min-height: 20px;
  }
}
.owm .form__value__line:last-of-type {
  margin-bottom: 0;
}
.owm .form__value .help-block {
  margin-bottom: 0;
}
.owm .form--vertical .form__line:not(.form__line--checkbox) .form__label {
  float: none;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
}
.owm .form--vertical .form__line:not(.form__line--checkbox) .form__value {
  float: none;
  width: auto;
  margin-bottom: 20px;
}
.owm .form--vertical .form__line.form__line--checkbox .form__label {
  width: 45%;
}
.owm .form--vertical .form__line.form__line--checkbox .form__value {
  width: 55%;
}
@media (max-width: 767px) {
  .owm .form--xs-vertical .form__line:not(.form__line--checkbox) .form__label {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
  }
  .owm .form--xs-vertical .form__line:not(.form__line--checkbox) .form__value {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .owm .form--xs-vertical .form__line.form__line--checkbox .form__label {
    width: 45%;
  }
  .owm .form--xs-vertical .form__line.form__line--checkbox .form__value {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .owm .form--sm-vertical .form__line:not(.form__line--checkbox) .form__label {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
  }
  .owm .form--sm-vertical .form__line:not(.form__line--checkbox) .form__value {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .owm .form--sm-vertical .form__line.form__line--checkbox .form__label {
    width: 45%;
  }
  .owm .form--sm-vertical .form__line.form__line--checkbox .form__value {
    width: 55%;
  }
}
@media (max-width: 1439px) {
  .owm .form--md-vertical .form__line:not(.form__line--checkbox) .form__label {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
  }
  .owm .form--md-vertical .form__line:not(.form__line--checkbox) .form__value {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .owm .form--md-vertical .form__line.form__line--checkbox .form__label {
    width: 45%;
  }
  .owm .form--md-vertical .form__line.form__line--checkbox .form__value {
    width: 55%;
  }
}
.owm .form__error {
  position: relative;
  padding-left: 15px;
  color: #d21a43;
  line-height: 1.428571429;
}
@media (max-width: 991px) {
  .owm .form__error {
    margin-top: 5px;
  }
}
.owm .form__error app-icon, .owm .form__error .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.owm .form .app-select.loading ~ .app-form-error {
  display: none;
}
.owm .form .fieldset-heading {
  margin: 20px 0 20px;
  position: relative;
  display: block;
}
.owm .form .fieldset-heading:first-child {
  margin-top: 0;
}
.owm .form .fieldset-heading__text {
  background: white;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  color: #beb5b1;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
}
.owm .form .fieldset-heading:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #e9e1e1;
  left: 10px;
  right: 0;
  top: 11px;
}
.owm .form input[type=text],
.owm .form input[type=url],
.owm .form input[type=password],
.owm .form input[type=email],
.owm .form input[type=tel],
.owm .form input[type=number],
.owm .form input[type=date],
.owm .form textarea {
  box-shadow: none;
  padding: 4px 8px;
  height: auto;
  line-height: 35px;
  background: white;
  border: 1px solid #e9e1e1;
  color: inherit;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
@media (min-width: 768px) {
  .owm .form input[type=text],
.owm .form input[type=url],
.owm .form input[type=password],
.owm .form input[type=email],
.owm .form input[type=tel],
.owm .form input[type=number],
.owm .form input[type=date],
.owm .form textarea {
    line-height: inherit;
  }
}
.owm .form input[type=text]:focus,
.owm .form input[type=url]:focus,
.owm .form input[type=password]:focus,
.owm .form input[type=email]:focus,
.owm .form input[type=tel]:focus,
.owm .form input[type=number]:focus,
.owm .form input[type=date]:focus,
.owm .form textarea:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}
.owm .form input[type=text].name,
.owm .form input[type=url].name,
.owm .form input[type=password].name,
.owm .form input[type=email].name,
.owm .form input[type=tel].name,
.owm .form input[type=number].name,
.owm .form input[type=date].name,
.owm .form textarea.name {
  font-size: 16px;
  font-weight: 600;
}
.owm .form input[type=text].input-label,
.owm .form input[type=url].input-label,
.owm .form input[type=password].input-label,
.owm .form input[type=email].input-label,
.owm .form input[type=tel].input-label,
.owm .form input[type=number].input-label,
.owm .form input[type=date].input-label,
.owm .form textarea.input-label {
  font-weight: 600;
}
.owm .form input[type=text][disabled],
.owm .form input[type=url][disabled],
.owm .form input[type=password][disabled],
.owm .form input[type=email][disabled],
.owm .form input[type=tel][disabled],
.owm .form input[type=number][disabled],
.owm .form input[type=date][disabled],
.owm .form textarea[disabled] {
  color: #777;
  cursor: not-allowed;
}
.owm .form .ng-dirty.ng-invalid:not(.form__collection),
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=text],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=url],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=password],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=email],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=tel],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=number],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > input[type=date],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > textarea,
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .select2 > .selection > .select2-selection--single,
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .select2 > .selection > .select2-selection--multiple, .owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group,
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=text],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=url],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=password],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=email],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=tel],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=number],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > input[type=date],
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > textarea,
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--single,
.owm .form .ng-dirty.ng-invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--multiple,
.owm .form .ng-dirty.invalid:not(.form__collection),
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=text],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=url],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=password],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=email],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=tel],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=number],
.owm .form .ng-dirty.invalid:not(.form__collection) > input[type=date],
.owm .form .ng-dirty.invalid:not(.form__collection) > textarea,
.owm .form .ng-dirty.invalid:not(.form__collection) > .select2 > .selection > .select2-selection--single,
.owm .form .ng-dirty.invalid:not(.form__collection) > .select2 > .selection > .select2-selection--multiple,
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group,
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=text],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=url],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=password],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=email],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=tel],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=number],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > input[type=date],
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > textarea,
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--single,
.owm .form .ng-dirty.invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--multiple,
.owm .form .dirty.ng-invalid:not(.form__collection),
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=text],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=url],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=password],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=email],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=tel],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=number],
.owm .form .dirty.ng-invalid:not(.form__collection) > input[type=date],
.owm .form .dirty.ng-invalid:not(.form__collection) > textarea,
.owm .form .dirty.ng-invalid:not(.form__collection) > .select2 > .selection > .select2-selection--single,
.owm .form .dirty.ng-invalid:not(.form__collection) > .select2 > .selection > .select2-selection--multiple,
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group,
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=text],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=url],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=password],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=email],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=tel],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=number],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > input[type=date],
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > textarea,
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--single,
.owm .form .dirty.ng-invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--multiple,
.owm .form .dirty.invalid:not(.form__collection),
.owm .form .dirty.invalid:not(.form__collection) > input[type=text],
.owm .form .dirty.invalid:not(.form__collection) > input[type=url],
.owm .form .dirty.invalid:not(.form__collection) > input[type=password],
.owm .form .dirty.invalid:not(.form__collection) > input[type=email],
.owm .form .dirty.invalid:not(.form__collection) > input[type=tel],
.owm .form .dirty.invalid:not(.form__collection) > input[type=number],
.owm .form .dirty.invalid:not(.form__collection) > input[type=date],
.owm .form .dirty.invalid:not(.form__collection) > textarea,
.owm .form .dirty.invalid:not(.form__collection) > .select2 > .selection > .select2-selection--single,
.owm .form .dirty.invalid:not(.form__collection) > .select2 > .selection > .select2-selection--multiple,
.owm .form .dirty.invalid:not(.form__collection) > .input-group,
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=text],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=url],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=password],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=email],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=tel],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=number],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > input[type=date],
.owm .form .dirty.invalid:not(.form__collection) > .input-group > textarea,
.owm .form .dirty.invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--single,
.owm .form .dirty.invalid:not(.form__collection) > .input-group > .select2 > .selection > .select2-selection--multiple {
  border-color: #d21a43;
}
.owm .form .textarea--fit-content {
  overflow: hidden;
  resize: none;
}
.owm .form .select2-container--default .select2-selection--single {
  box-shadow: none;
  border: 1px solid #e9e1e1;
  padding: 4px 8px;
  height: 36px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
@media (min-width: 768px) {
  .owm .form .select2-container--default .select2-selection--single {
    height: 30px;
  }
}
.owm .form .select2-container--default .select2-selection--single:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}
.owm .form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 35px;
  padding-left: 0;
  padding-right: 24px;
}
.owm .form .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none;
}
.owm .form .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #beb5b1;
}
@media (min-width: 768px) {
  .owm .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px;
  }
}
.owm .form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.owm .form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #333;
}
@media (min-width: 768px) {
  .owm .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 28px;
    background: #f4f0ef;
    border-top-right-radius: #e9e1e1;
    border-bottom-right-radius: #e9e1e1;
  }
}
.owm .form .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: none;
  border: 1px solid #e9e1e1;
  border-radius: 2px;
  padding: 4px 8px;
  cursor: text;
  min-height: 0;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.owm .form .select2-container--default .select2-selection--multiple:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0;
  margin: 0 -9px -5px -4px;
  white-space: normal;
  text-overflow: initial;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  padding-right: 5px;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  display: block;
  padding: 0 5px;
  font-size: 23px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .owm .form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
  }
}
.owm .form .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 4px;
  margin-right: 0;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-block;
  float: none;
  margin-left: 4px;
  margin-bottom: 5px;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #beb5b1;
  opacity: 1;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #beb5b1;
}
.owm .form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #beb5b1;
}
.owm .form .select2-container--default .select2-selection__clear {
  font-weight: normal;
}
@media (max-width: 767px) {
  .owm .form .select2-container--default .select2-selection__clear {
    font-size: 23px;
    line-height: 23px;
    padding: 6px;
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .owm .form .select2-container--default .select2-selection__clear {
    font-size: 20px;
  }
}
.owm .form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #333;
}
.owm .form .select2-container--default.select2-container--open .select2-dropdown--below {
  border-top: inherit;
  border-radius: 0;
}
.owm .form .select2-container--default.select2-container--disabled {
  color: #777;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fbf9f9;
  cursor: not-allowed;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--single:focus {
  box-shadow: none;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #d5cfcd;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fbf9f9;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple:focus {
  box-shadow: none;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field {
  cursor: not-allowed;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #d5cfcd;
  opacity: 1;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #d5cfcd;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #d5cfcd;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
  padding-right: 10px;
}
.owm .form .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none !important;
}
.owm .form .app-select.loading .select2-container--default .select2-selection--single::after,
.owm .form .app-select.loading .select2-container--default .select2-selection--multiple::after {
  content: " ";
  background: url("./../images/loading-small.gif");
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 7px;
}
.owm .form .app-select.loading .select2-container--default .select2-selection--single::after {
  right: 32px;
}
.owm .form .app-select.loading .select2-container--default .select2-selection--multiple::after {
  right: 9px;
}
.owm form.form .form__label {
  font-weight: normal;
}
.owm form.form .form__label__text--required {
  font-weight: 600;
  color: inherit;
}
.owm form.form .form__label__text--required:after {
  content: " *";
  color: #d21a43;
}
.owm .select2-container:not(.select2) {
  padding-top: 3px;
}
.owm .select2-container:not(.select2) .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #e9e1e1;
  border-radius: 3px;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-search__field {
  outline: none;
  border: 0;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-search__field::-moz-placeholder {
  color: #beb5b1;
  opacity: 1;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-search__field:-ms-input-placeholder {
  color: #beb5b1;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-search__field::-webkit-input-placeholder {
  color: #beb5b1;
}
@media (max-width: 767px) {
  .owm .select2-container:not(.select2) .select2-dropdown .select2-results__group, .owm .select2-container:not(.select2) .select2-dropdown .select2-results__option {
    line-height: 24px;
  }
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-results__option:not([role=group]):not(.select2-results__message):not(.loading-results) {
  padding: 6px 20px;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-results__option[aria-selected=true], .owm .select2-container:not(.select2) .select2-dropdown .select2-results__option--highlighted {
  background: #f4f0ef;
  color: #333333;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-results__option__contact {
  padding-left: 25px;
  position: relative;
}
.owm .select2-container:not(.select2) .select2-dropdown .select2-results__option__contact__icon {
  position: absolute;
  left: 0;
  line-height: inherit;
}
.owm .image-input {
  position: relative;
}
.owm .image-input .image-box {
  border-radius: 4px;
}
.owm .image-input__add {
  background: none;
  color: #beb5b1;
  font-size: 50px;
  border: 2px dashed #e9e1e1;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.owm .image-input__add:hover {
  color: #a79b95;
  border-color: #d3c5c3;
}
.owm .image-input__add:focus {
  outline: none;
}
.owm .image-input__actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.owm .image-input__actions button {
  background: none;
  border: 0;
  padding: 0;
  color: white;
  font-size: 16px;
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 1px black);
}
.owm .image-input__actions button:focus {
  outline: none;
}
.owm .image-input input[type=file] {
  display: none;
}
.owm .textarea-group__toolbar {
  background: #f8f6f5;
  padding: 6px 12px;
  border: 1px solid #e9e1e1;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.owm .textarea-group__toolbar + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.owm .file-input__selection-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.owm .file-input__selection-list li {
  line-height: 24px;
}
.owm .file-input__selection-list li div {
  display: flex;
}
.owm .file-input__selection-list li div span {
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owm .login {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  padding-bottom: 50px;
  justify-content: center;
}
.owm .login__left-half {
  background: url(/assets/images/login-512.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .owm .login__left-half {
    position: absolute;
    left: 0;
  }
}
.owm .login__right-half {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .owm .login__right-half {
    width: 90%;
  }
}
.owm .login__panel-wrapper {
  max-width: 520px;
  display: flex;
  flex-direction: column;
}
.owm .login__panel {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .owm .login__panel__body {
    margin: 20px;
  }
}
.owm .login__logo {
  margin-bottom: 40px;
  max-width: 250px;
  max-height: 70px;
}
.owm .login a {
  color: #15825f;
}
.owm .login a:hover {
  color: #0a402f;
}
.owm .login .right-margin {
  margin-right: 10px;
}
.owm .login__form__line {
  margin-bottom: 20px;
}
.owm .login__form__error {
  margin-top: 5px;
  color: #d21a43;
}
.owm .login .app__links {
  padding-top: 16px;
  padding-bottom: 4px;
}
.owm .login .app__links .app__link .logo {
  height: 20px;
  vertical-align: top;
  margin-right: 3px;
}
.owm .login .app__links .app__link:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .owm .login .login__left-half {
    width: 50%;
  }
  .owm .login .login__panel__body {
    margin: 40px;
  }
}
@media (min-height: 513px), (min-width: 703px) {
  .owm .login .login__left-half {
    background-image: url(/assets/images/login-1024.jpg);
  }
}
@media (min-height: 1025px), (min-width: 1405px) {
  .owm .login .login__left-half {
    background-image: url(/assets/images/login-2048.jpg);
  }
}
@media (min-height: 2049px), (min-width: 2811px) {
  .owm .login .login__left-half {
    background-image: url(/assets/images/login-4096.jpg);
  }
}

.owm .layout__footer {
  position: fixed;
  bottom: 0;
  z-index: 15;
  width: 100%;
}
.owm .layout__footer footer {
  display: flex;
  background-color: #222428;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  color: white;
  font-size: 14px;
  white-space: nowrap;
  gap: 32px;
}
.owm .layout__footer footer a {
  text-decoration: none;
  color: white;
}
.owm .layout__footer footer a:hover {
  color: white !important;
}
.owm .layout__footer footer section {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 32px;
}
.owm .layout__footer footer .webmozarts {
  justify-content: center;
}
.owm .layout__footer footer .webmozarts a {
  display: flex;
  align-items: center;
}
.owm .layout__footer footer .webmozarts a .logo {
  height: 22.14px;
  width: 30.15px;
  margin-right: 12px;
  margin-left: 12px;
}
.owm .layout__footer footer .webmozarts a .text {
  width: 94px;
  height: 12px;
}
.owm .layout__footer footer .links {
  justify-content: flex-end;
}
.owm .layout__footer footer .links nav {
  display: flex;
  gap: 32px;
}

@media (min-width: 992px) {
  .owm .page {
    min-height: 500px;
  }
}
.owm .page__header:before, .owm .page__header:after {
  content: " ";
  display: table;
}
.owm .page__header:after {
  clear: both;
}
.owm .page__header h1 {
  float: left;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.5em;
}
.owm .page__hero {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6em;
}

.owm .confirmation-page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 50px;
  align-items: center;
  background: #f4f0ef;
  overflow: auto;
}
.owm .confirmation-page-container .confirmation-page-top-spacing {
  flex: 1;
  max-height: 130px;
  width: 100%;
}
@media (max-width: 400px) {
  .owm .confirmation-page-container .confirmation-page-top-spacing {
    max-height: 10%;
  }
}
.owm .confirmation-page-container .confirmation-page {
  max-width: 992px;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}
.owm .confirmation-page-container .confirmation-page .confirmation-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 4px 0 #E9E2E2;
  padding: 52px 20%;
}
@media (max-width: 768px) {
  .owm .confirmation-page-container .confirmation-page .confirmation-card {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-height: 700px) {
  .owm .confirmation-page-container .confirmation-page .confirmation-card {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.owm .confirmation-page-container .confirmation-page .confirmation-card .call-to-action__icon {
  margin-bottom: 32px;
}
.owm .confirmation-page-container .confirmation-page .confirmation-card p {
  text-align: center;
  max-width: 100%;
}
.owm .confirmation-page-container .confirmation-page .confirmation-card p:last-child {
  margin-bottom: 0;
}

.owm .call-to-action {
  text-align: center;
  padding: 10px;
}
.owm .call-to-action__icon {
  width: 120px;
  margin-bottom: 20px;
}
.owm .call-to-action__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.owm .call-to-action__description {
  margin: 0 auto 20px;
  max-width: 600px;
}

/*# sourceMappingURL=login-styles.css.map */
