﻿@charset "UTF-8";                   
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  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; }
  .tag {
    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; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  background-color: #eee; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #218BC3;
  text-decoration: none; }
  a:focus, a:hover {
    color: #165c82;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999999;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fdf7e6; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eeeeee; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999999; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eeeeee;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #999999; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f9f2f4;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #343434; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

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

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

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

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

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

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

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

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

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

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

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

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

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

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

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

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

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eee; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3; }

.table-hover tbody tr:hover {
  background-color: #eeeeee; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #eeeeee; }

.table-hover .table-active:hover {
  background-color: #e2e2e2; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e2e2e2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #ecfaec; }

.table-hover .table-success:hover {
  background-color: #d8f5d8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d8f5d8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f2fafa; }

.table-hover .table-info:hover {
  background-color: #e0f3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #e0f3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdf7e6; }

.table-hover .table-warning:hover {
  background-color: #fcefce; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fcefce; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fff2ef; }

.table-hover .table-danger:hover {
  background-color: #ffddd6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffddd6; }

.thead-inverse th {
  color: #fff;
  background-color: #343434; }

.thead-default th {
  color: #555555;
  background-color: #eeeeee; }

.table-inverse {
  color: #eeeeee;
  background-color: #343434; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #555555; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #ddd; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #ddd; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #ddd; }

.form-control, .form-control-wrap input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand, .form-control-wrap input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .form-control-wrap input:focus {
    color: #555555;
    background-color: #fff;
    border-color: #4D90FE;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::placeholder, .form-control-wrap input::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control-wrap input:disabled, .form-control[readonly], .form-control-wrap input[readonly] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control:disabled, .form-control-wrap input:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px); }

select.form-control:focus::-ms-value {
  color: #555555;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .form-control-wrap .input-group-sm > input.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .form-control-wrap .input-group-lg > input.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .form-control-wrap .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control, .form-control-wrap .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #999999;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    color: #999999;
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #68a749; }

.has-success .form-control, .has-success .form-control-wrap input, .form-control-wrap .has-success input {
  border-color: #68a749; }
  .has-success .form-control:focus, .has-success .form-control-wrap input:focus, .form-control-wrap .has-success input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0cc8a; }

.has-success .input-group-addon {
  color: #68a749;
  border-color: #68a749;
  background-color: #daebd1; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#68a749' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0b518; }

.has-warning .form-control, .has-warning .form-control-wrap input, .form-control-wrap .has-warning input {
  border-color: #f0b518; }
  .has-warning .form-control:focus, .has-warning .form-control-wrap input:focus, .form-control-wrap .has-warning input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d478; }

.has-warning .input-group-addon {
  color: #f0b518;
  border-color: #f0b518;
  background-color: #fcf2d8; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0b518' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #dd5826; }

.has-danger .form-control, .has-danger .form-control-wrap input, .form-control-wrap .has-danger input {
  border-color: #dd5826; }
  .has-danger .form-control:focus, .has-danger .form-control-wrap input:focus, .form-control-wrap .has-danger input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb9c7e; }

.has-danger .input-group-addon {
  color: #dd5826;
  border-color: #dd5826;
  background-color: #f9e0d6; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#dd5826' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .form-control-wrap input, .form-control-wrap .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .form-control-wrap input, .form-control-wrap
    .form-inline .input-group input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .form-control-wrap .input-group > input, .form-control-wrap .form-inline .input-group > input {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .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:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #5d8fc2;
  border-color: #5d8fc2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #4175ab;
    border-color: #3e70a4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4175ab;
    border-color: #3e70a4; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4175ab;
    border-color: #3e70a4;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #376492;
      border-color: #2c4f74; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #5d8fc2;
    border-color: #5d8fc2; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #5d8fc2;
    border-color: #5d8fc2; }

.btn-secondary {
  color: #343434;
  background-color: #f8f8f8;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #343434;
      background-color: #cdcdcd;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #f8f8f8;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #f8f8f8;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5dc4bf;
  border-color: #5dc4bf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background-color: #40aea9;
    border-color: #3da7a2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #40aea9;
    border-color: #3da7a2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #40aea9;
    border-color: #3da7a2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #369490;
      border-color: #2b7673; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5dc4bf;
    border-color: #5dc4bf; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5dc4bf;
    border-color: #5dc4bf; }

.btn-success {
  color: #fff;
  background-color: #68a749;
  border-color: #68a749;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #528439;
    border-color: #4d7c36; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #528439;
    border-color: #4d7c36; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #528439;
    border-color: #4d7c36;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #426b2f;
      border-color: #314e22; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #68a749;
    border-color: #68a749; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #68a749;
    border-color: #68a749; }

.btn-warning {
  color: #fff;
  background-color: #f0b518;
  border-color: #f0b518;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #fff;
    background-color: #c8950d;
    border-color: #be8e0c; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c8950d;
    border-color: #be8e0c; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c8950d;
    border-color: #be8e0c;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #a67c0b;
      border-color: #805f08; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0b518;
    border-color: #f0b518; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0b518;
    border-color: #f0b518; }

.btn-danger {
  color: #fff;
  background-color: #dd5826;
  border-color: #dd5826;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #b4461c;
    border-color: #ab421b; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b4461c;
    border-color: #ab421b; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b4461c;
    border-color: #ab421b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #953a17;
      border-color: #722c12; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #dd5826;
    border-color: #dd5826; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #dd5826;
    border-color: #dd5826; }

.btn-outline-primary {
  color: #5d8fc2;
  background-image: none;
  background-color: transparent;
  border-color: #5d8fc2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #5d8fc2;
    border-color: #5d8fc2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #5d8fc2;
    border-color: #5d8fc2; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5d8fc2;
    border-color: #5d8fc2; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #376492;
      border-color: #2c4f74; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #a7c2de; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #a7c2de; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5dc4bf;
  background-image: none;
  background-color: transparent;
  border-color: #5dc4bf; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5dc4bf;
    border-color: #5dc4bf; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5dc4bf;
    border-color: #5dc4bf; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5dc4bf;
    border-color: #5dc4bf; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #369490;
      border-color: #2b7673; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #a8dfdd; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #a8dfdd; }

.btn-outline-success {
  color: #68a749;
  background-image: none;
  background-color: transparent;
  border-color: #68a749; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #68a749;
    border-color: #68a749; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #68a749;
    border-color: #68a749; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #68a749;
    border-color: #68a749; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #426b2f;
      border-color: #314e22; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a0cc8a; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a0cc8a; }

.btn-outline-warning {
  color: #f0b518;
  background-image: none;
  background-color: transparent;
  border-color: #f0b518; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0b518;
    border-color: #f0b518; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0b518;
    border-color: #f0b518; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0b518;
    border-color: #f0b518; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a67c0b;
      border-color: #805f08; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f6d478; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f6d478; }

.btn-outline-danger {
  color: #dd5826;
  background-image: none;
  background-color: transparent;
  border-color: #dd5826; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dd5826;
    border-color: #dd5826; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #dd5826;
    border-color: #dd5826; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dd5826;
    border-color: #dd5826; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #953a17;
      border-color: #722c12; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eb9c7e; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eb9c7e; }

.btn-link {
  font-weight: normal;
  color: #218BC3;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #165c82;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #343434;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #555555;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #272727;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5d8fc2;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #999999; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #999999;
  white-space: nowrap; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      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: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.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 + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.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::after {
  content: "";
  display: table;
  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-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; }

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

[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;
  width: 100%;
  display: flex; }
  .input-group .form-control, .input-group .form-control-wrap input, .form-control-wrap .input-group input {
    position: relative;
    z-index: 2;
    flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control-wrap input:focus, .form-control-wrap .input-group input:focus, .input-group .form-control:active, .input-group .form-control-wrap input:active, .form-control-wrap .input-group input:active, .input-group .form-control:hover, .input-group .form-control-wrap input:hover, .form-control-wrap .input-group input:hover {
      z-index: 3; }

.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),
.input-group .form-control-wrap input:not(:first-child):not(:last-child), .form-control-wrap
.input-group input:not(:first-child):not(:last-child) {
  border-radius: 0; }

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm, .form-control-wrap .input-group-sm > input.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg, .form-control-wrap .input-group-lg > input.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child), .form-control-wrap input + .input-group-addon:not(:first-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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  float: left;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #555555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }
    .custom-select:focus::-ms-value {
      color: #555555;
      background-color: #fff; }
  .custom-select:disabled {
    color: #999999;
    cursor: not-allowed;
    background-color: #eeeeee; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #999999; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #999999;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #999999;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #555555;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #5d8fc2; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .navbar {
      border-radius: 0; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 576px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 576px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }

.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }

.navbar-toggleable-xl {
  display: block; }
  .navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
      position: static;
      float: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-toggler:focus,
  .navbar-dark .navbar-toggler:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #5d8fc2;
  border-color: #5d8fc2; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #68a749;
  border-color: #68a749; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5dc4bf;
  border-color: #5dc4bf; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0b518;
  border-color: #f0b518; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #dd5826;
  border-color: #dd5826; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #5d8fc2; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5dc4bf; }

.card-outline-success {
  background-color: transparent;
  border-color: #68a749; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0b518; }

.card-outline-danger {
  background-color: transparent;
  border-color: #dd5826; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0 0;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #555555;
    content: ">"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #555555; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #555555;
    cursor: default;
    background-color: #eeeeee;
    border-color: transparent; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #999999;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: transparent; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #555555;
    background-color: #eeeeee;
    border-color: transparent; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #999999; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: gray; }

.tag-primary {
  background-color: #5d8fc2; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #4175ab; }

.tag-success {
  background-color: #68a749; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #528439; }

.tag-info {
  background-color: #5dc4bf; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #40aea9; }

.tag-warning {
  background-color: #f0b518; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #c8950d; }

.tag-danger {
  background-color: #dd5826; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #b4461c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d5d5d5; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2.5rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit; }

.alert-success {
  background-color: #ecfaec;
  border-color: #d8f5d8;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c4efc4; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #f2fafa;
  border-color: #d8f0f0;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #c6e9e9; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fdf7e6;
  border-color: #fcefce;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #fae8b6; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #fff2ef;
  border-color: #ffddd6;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #ffc9bc; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eeeeee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eeeeee;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #68a749; }

.progress-success[value]::-moz-progress-bar {
  background-color: #68a749; }

.progress-success[value]::-ms-fill {
  background-color: #68a749; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #68a749; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5dc4bf; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5dc4bf; }

.progress-info[value]::-ms-fill {
  background-color: #5dc4bf; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5dc4bf; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0b518; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0b518; }

.progress-warning[value]::-ms-fill {
  background-color: #f0b518; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0b518; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #dd5826; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #dd5826; }

.progress-danger[value]::-ms-fill {
  background-color: #dd5826; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #dd5826; } }

.media {
  display: flex; }

.media-body {
  flex: 1; }

.media-middle {
  align-self: center; }

.media-bottom {
  align-self: flex-end; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #999999;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #999999; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #5d8fc2;
    border-color: #5d8fc2; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #f1f5fa; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #ecfaec; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d8f5d8; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #f2fafa; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #e0f3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fdf7e6; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #fcefce; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #fff2ef; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ffddd6; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: rgba(0, 0, 0, 0.85); }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: rgba(0, 0, 0, 0.85); }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: rgba(0, 0, 0, 0.85); }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: rgba(0, 0, 0, 0.85); }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ebeff1;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: #ebeff1; }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #ebeff1; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: #ebeff1; }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #ebeff1; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: #ebeff1; }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #e2e8eb; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #e2e8eb; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: #ebeff1; }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #ebeff1; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #e2e8eb;
  border-bottom: 1px solid #d3dce0;
  border-radius: 0.22857rem 0.22857rem 0 0; }
  .popover-title:empty {
    display: none; }

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

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

.popover::before {
  content: "";
  border-width: 11px; }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    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 {
    right: 0;
    left: auto;
    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:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 (min-width: 576px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #5d8fc2 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #4175ab !important; }

.bg-success {
  background-color: #68a749 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #528439 !important; }

.bg-info {
  background-color: #5dc4bf !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #40aea9 !important; }

.bg-warning {
  background-color: #f0b518 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c8950d !important; }

.bg-danger {
  background-color: #dd5826 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #b4461c !important; }

.bg-inverse {
  background-color: #343434 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1b1b1b !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  order: -1; }

.flex-xs-last {
  order: 1; }

.flex-xs-unordered {
  order: 0; }

.flex-items-xs-top {
  align-items: flex-start; }

.flex-items-xs-middle {
  align-items: center; }

.flex-items-xs-bottom {
  align-items: flex-end; }

.flex-xs-top {
  align-self: flex-start; }

.flex-xs-middle {
  align-self: center; }

.flex-xs-bottom {
  align-self: flex-end; }

.flex-items-xs-left {
  justify-content: flex-start; }

.flex-items-xs-center {
  justify-content: center; }

.flex-items-xs-right {
  justify-content: flex-end; }

.flex-items-xs-around {
  justify-content: space-around; }

.flex-items-xs-between {
  justify-content: space-between; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; } }

@media (min-width: 576px) {
  .flex-items-sm-top {
    align-items: flex-start; }
  .flex-items-sm-middle {
    align-items: center; }
  .flex-items-sm-bottom {
    align-items: flex-end; } }

@media (min-width: 576px) {
  .flex-sm-top {
    align-self: flex-start; }
  .flex-sm-middle {
    align-self: center; }
  .flex-sm-bottom {
    align-self: flex-end; } }

@media (min-width: 576px) {
  .flex-items-sm-left {
    justify-content: flex-start; }
  .flex-items-sm-center {
    justify-content: center; }
  .flex-items-sm-right {
    justify-content: flex-end; }
  .flex-items-sm-around {
    justify-content: space-around; }
  .flex-items-sm-between {
    justify-content: space-between; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; } }

@media (min-width: 768px) {
  .flex-items-md-top {
    align-items: flex-start; }
  .flex-items-md-middle {
    align-items: center; }
  .flex-items-md-bottom {
    align-items: flex-end; } }

@media (min-width: 768px) {
  .flex-md-top {
    align-self: flex-start; }
  .flex-md-middle {
    align-self: center; }
  .flex-md-bottom {
    align-self: flex-end; } }

@media (min-width: 768px) {
  .flex-items-md-left {
    justify-content: flex-start; }
  .flex-items-md-center {
    justify-content: center; }
  .flex-items-md-right {
    justify-content: flex-end; }
  .flex-items-md-around {
    justify-content: space-around; }
  .flex-items-md-between {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    align-items: flex-start; }
  .flex-items-lg-middle {
    align-items: center; }
  .flex-items-lg-bottom {
    align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    align-self: flex-start; }
  .flex-lg-middle {
    align-self: center; }
  .flex-lg-bottom {
    align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    justify-content: flex-start; }
  .flex-items-lg-center {
    justify-content: center; }
  .flex-items-lg-right {
    justify-content: flex-end; }
  .flex-items-lg-around {
    justify-content: space-around; }
  .flex-items-lg-between {
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; } }

@media (min-width: 1200px) {
  .flex-items-xl-top {
    align-items: flex-start; }
  .flex-items-xl-middle {
    align-items: center; }
  .flex-items-xl-bottom {
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .flex-xl-top {
    align-self: flex-start; }
  .flex-xl-middle {
    align-self: center; }
  .flex-xl-bottom {
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .flex-items-xl-left {
    justify-content: flex-start; }
  .flex-items-xl-center {
    justify-content: center; }
  .flex-items-xl-right {
    justify-content: flex-end; }
  .flex-items-xl-around {
    justify-content: space-around; }
  .flex-items-xl-between {
    justify-content: space-between; } }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #999999 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: gray !important; }

.text-primary {
  color: #5d8fc2 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #4175ab !important; }

.text-success {
  color: #68a749 !important; }

a.text-success:focus, a.text-success:hover {
  color: #528439 !important; }

.text-info {
  color: #5dc4bf !important; }

a.text-info:focus, a.text-info:hover {
  color: #40aea9 !important; }

.text-warning {
  color: #f0b518 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #c8950d !important; }

.text-danger {
  color: #dd5826 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #b4461c !important; }

.text-gray-dark {
  color: #343434 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1b1b1b !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

/*
 * Glyphicons Halflings
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../ClientApp/fonts/glyphicons-halflings-regular.eot");
  src: url("../../ClientApp/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff2") format("woff2"), url("glyphicons-halflings-regular.woff") format("woff"), url("../../ClientApp/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../ClientApp/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicon.x05 {
    font-size: 6px; }
  .glyphicon.x2 {
    font-size: 24px; }
  .glyphicon.x3 {
    font-size: 36px; }
  .glyphicon.x4 {
    font-size: 48px; }
  .glyphicon.x5 {
    font-size: 60px; }
  .glyphicon.x6 {
    font-size: 72px; }
  .glyphicon.x7 {
    font-size: 84px; }
  .glyphicon.x8 {
    font-size: 96px; }
  .glyphicon.light:before {
    color: #f2f2f2; }
  .glyphicon.drop:before {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }
  .glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .glyphicon.flipv {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; }
  .glyphicon.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .glyphicon.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .glyphicon.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-glyph-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-glyph-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-glyph-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-plus:before {
  content: "\002B"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-asterisk:before {
  content: "\002A"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-glyph-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-glyph-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comments:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-glyph-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-top:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-top:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-glyph-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-glyph-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-glyph-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-glyph-pushpin:before {
  content: "\E146"; }

.glyphicon-euro:before {
  content: "\20AC"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse:before {
  content: "\E159"; }

.glyphicon-collapse-top:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-door:before {
  content: "\1F6AA"; }

.glyphicon-key:before {
  content: "\1F511"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\00A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-terminal:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
/*
*  Licensing: http://www.pixeden.com/icon-fonts/stroke-7-icon-font-set
*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("/fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.33rem;
  line-height: 0.75em;
  vertical-align: -15%; }

.pe-2x {
  font-size: 2rem; }

.pe-3x {
  font-size: 3rem; }

.pe-4x {
  font-size: 4rem; }

.pe-5x {
  font-size: 5rem; }

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }
  .pe-ul > li {
    position: relative; }

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }
  .pe-li.pe-lg {
    left: -1.8571428571428572em; }

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pe.pull-left {
  float: left;
  margin-right: .3em;
  margin-left: .3em; }

.pe-spin {
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

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

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

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1); }

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1); }

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pe-stack-1x {
  line-height: inherit; }

.pe-stack-2x {
  font-size: 2em; }

.pe-inverse {
  color: #ffffff; }

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle; }

.pe-border {
  border: solid 0.08em #eaeaea; }

.pe-7s-album:before {
  content: ""; }

.pe-7s-arc:before {
  content: ""; }

.pe-7s-back-2:before {
  content: ""; }

.pe-7s-bandaid:before {
  content: ""; }

.pe-7s-car:before {
  content: ""; }

.pe-7s-diamond:before {
  content: ""; }

.pe-7s-door-lock:before {
  content: ""; }

.pe-7s-eyedropper:before {
  content: ""; }

.pe-7s-female:before {
  content: ""; }

.pe-7s-gym:before {
  content: ""; }

.pe-7s-hammer:before {
  content: ""; }

.pe-7s-headphones:before {
  content: ""; }

.pe-7s-helm:before {
  content: ""; }

.pe-7s-hourglass:before {
  content: ""; }

.pe-7s-leaf:before {
  content: ""; }

.pe-7s-magic-wand:before {
  content: ""; }

.pe-7s-male:before {
  content: ""; }

.pe-7s-map-2:before {
  content: ""; }

.pe-7s-next-2:before {
  content: ""; }

.pe-7s-paint-bucket:before {
  content: ""; }

.pe-7s-pendrive:before {
  content: ""; }

.pe-7s-photo:before {
  content: ""; }

.pe-7s-piggy:before {
  content: ""; }

.pe-7s-plugin:before {
  content: ""; }

.pe-7s-refresh-2:before {
  content: ""; }

.pe-7s-rocket:before {
  content: ""; }

.pe-7s-settings:before {
  content: ""; }

.pe-7s-shield:before {
  content: ""; }

.pe-7s-smile:before {
  content: ""; }

.pe-7s-usb:before {
  content: ""; }

.pe-7s-vector:before {
  content: ""; }

.pe-7s-wine:before {
  content: ""; }

.pe-7s-cloud-upload:before {
  content: ""; }

.pe-7s-cash:before {
  content: ""; }

.pe-7s-close:before {
  content: ""; }

.pe-7s-bluetooth:before {
  content: ""; }

.pe-7s-cloud-download:before {
  content: ""; }

.pe-7s-way:before {
  content: ""; }

.pe-7s-close-circle:before {
  content: ""; }

.pe-7s-id:before {
  content: ""; }

.pe-7s-angle-up:before {
  content: ""; }

.pe-7s-wristwatch:before {
  content: ""; }

.pe-7s-angle-up-circle:before {
  content: ""; }

.pe-7s-world:before {
  content: ""; }

.pe-7s-angle-right:before {
  content: ""; }

.pe-7s-volume:before {
  content: ""; }

.pe-7s-angle-right-circle:before {
  content: ""; }

.pe-7s-users:before {
  content: ""; }

.pe-7s-angle-left:before {
  content: ""; }

.pe-7s-user-female:before {
  content: ""; }

.pe-7s-angle-left-circle:before {
  content: ""; }

.pe-7s-up-arrow:before {
  content: ""; }

.pe-7s-angle-down:before {
  content: ""; }

.pe-7s-switch:before {
  content: ""; }

.pe-7s-angle-down-circle:before {
  content: ""; }

.pe-7s-scissors:before {
  content: ""; }

.pe-7s-wallet:before {
  content: ""; }

.pe-7s-safe:before {
  content: ""; }

.pe-7s-volume2:before {
  content: ""; }

.pe-7s-volume1:before {
  content: ""; }

.pe-7s-voicemail:before {
  content: ""; }

.pe-7s-video:before {
  content: ""; }

.pe-7s-user:before {
  content: ""; }

.pe-7s-upload:before {
  content: ""; }

.pe-7s-unlock:before {
  content: ""; }

.pe-7s-umbrella:before {
  content: ""; }

.pe-7s-trash:before {
  content: ""; }

.pe-7s-tools:before {
  content: ""; }

.pe-7s-timer:before {
  content: ""; }

.pe-7s-ticket:before {
  content: ""; }

.pe-7s-target:before {
  content: ""; }

.pe-7s-sun:before {
  content: ""; }

.pe-7s-study:before {
  content: ""; }

.pe-7s-stopwatch:before {
  content: ""; }

.pe-7s-star:before {
  content: ""; }

.pe-7s-speaker:before {
  content: ""; }

.pe-7s-signal:before {
  content: ""; }

.pe-7s-shuffle:before {
  content: ""; }

.pe-7s-shopbag:before {
  content: ""; }

.pe-7s-share:before {
  content: ""; }

.pe-7s-server:before {
  content: ""; }

.pe-7s-search:before {
  content: ""; }

.pe-7s-film:before {
  content: ""; }

.pe-7s-science:before {
  content: ""; }

.pe-7s-disk:before {
  content: ""; }

.pe-7s-ribbon:before {
  content: ""; }

.pe-7s-repeat:before {
  content: ""; }

.pe-7s-refresh:before {
  content: ""; }

.pe-7s-add-user:before {
  content: ""; }

.pe-7s-refresh-cloud:before {
  content: ""; }

.pe-7s-paperclip:before {
  content: ""; }

.pe-7s-radio:before {
  content: ""; }

.pe-7s-note2:before {
  content: ""; }

.pe-7s-print:before {
  content: ""; }

.pe-7s-network:before {
  content: ""; }

.pe-7s-prev:before {
  content: ""; }

.pe-7s-mute:before {
  content: ""; }

.pe-7s-power:before {
  content: ""; }

.pe-7s-medal:before {
  content: ""; }

.pe-7s-portfolio:before {
  content: ""; }

.pe-7s-like2:before {
  content: ""; }

.pe-7s-plus:before {
  content: ""; }

.pe-7s-left-arrow:before {
  content: ""; }

.pe-7s-play:before {
  content: ""; }

.pe-7s-key:before {
  content: ""; }

.pe-7s-plane:before {
  content: ""; }

.pe-7s-joy:before {
  content: ""; }

.pe-7s-photo-gallery:before {
  content: ""; }

.pe-7s-pin:before {
  content: ""; }

.pe-7s-phone:before {
  content: ""; }

.pe-7s-plug:before {
  content: ""; }

.pe-7s-pen:before {
  content: ""; }

.pe-7s-right-arrow:before {
  content: ""; }

.pe-7s-paper-plane:before {
  content: ""; }

.pe-7s-delete-user:before {
  content: ""; }

.pe-7s-paint:before {
  content: ""; }

.pe-7s-bottom-arrow:before {
  content: ""; }

.pe-7s-notebook:before {
  content: ""; }

.pe-7s-note:before {
  content: ""; }

.pe-7s-next:before {
  content: ""; }

.pe-7s-news-paper:before {
  content: ""; }

.pe-7s-musiclist:before {
  content: ""; }

.pe-7s-music:before {
  content: ""; }

.pe-7s-mouse:before {
  content: ""; }

.pe-7s-more:before {
  content: ""; }

.pe-7s-moon:before {
  content: ""; }

.pe-7s-monitor:before {
  content: ""; }

.pe-7s-micro:before {
  content: ""; }

.pe-7s-menu:before {
  content: ""; }

.pe-7s-map:before {
  content: ""; }

.pe-7s-map-marker:before {
  content: ""; }

.pe-7s-mail:before {
  content: ""; }

.pe-7s-mail-open:before {
  content: ""; }

.pe-7s-mail-open-file:before {
  content: ""; }

.pe-7s-magnet:before {
  content: ""; }

.pe-7s-loop:before {
  content: ""; }

.pe-7s-look:before {
  content: ""; }

.pe-7s-lock:before {
  content: ""; }

.pe-7s-lintern:before {
  content: ""; }

.pe-7s-link:before {
  content: ""; }

.pe-7s-like:before {
  content: ""; }

.pe-7s-light:before {
  content: ""; }

.pe-7s-less:before {
  content: ""; }

.pe-7s-keypad:before {
  content: ""; }

.pe-7s-junk:before {
  content: ""; }

.pe-7s-info:before {
  content: ""; }

.pe-7s-home:before {
  content: ""; }

.pe-7s-help2:before {
  content: ""; }

.pe-7s-help1:before {
  content: ""; }

.pe-7s-graph3:before {
  content: ""; }

.pe-7s-graph2:before {
  content: ""; }

.pe-7s-graph1:before {
  content: ""; }

.pe-7s-graph:before {
  content: ""; }

.pe-7s-global:before {
  content: ""; }

.pe-7s-gleam:before {
  content: ""; }

.pe-7s-glasses:before {
  content: ""; }

.pe-7s-gift:before {
  content: ""; }

.pe-7s-folder:before {
  content: ""; }

.pe-7s-flag:before {
  content: ""; }

.pe-7s-filter:before {
  content: ""; }

.pe-7s-file:before {
  content: ""; }

.pe-7s-expand1:before {
  content: ""; }

.pe-7s-exapnd2:before {
  content: ""; }

.pe-7s-edit:before {
  content: ""; }

.pe-7s-drop:before {
  content: ""; }

.pe-7s-drawer:before {
  content: ""; }

.pe-7s-download:before {
  content: ""; }

.pe-7s-display2:before {
  content: ""; }

.pe-7s-display1:before {
  content: ""; }

.pe-7s-diskette:before {
  content: ""; }

.pe-7s-date:before {
  content: ""; }

.pe-7s-cup:before {
  content: ""; }

.pe-7s-culture:before {
  content: ""; }

.pe-7s-crop:before {
  content: ""; }

.pe-7s-credit:before {
  content: ""; }

.pe-7s-copy-file:before {
  content: ""; }

.pe-7s-config:before {
  content: ""; }

.pe-7s-compass:before {
  content: ""; }

.pe-7s-comment:before {
  content: ""; }

.pe-7s-coffee:before {
  content: ""; }

.pe-7s-cloud:before {
  content: ""; }

.pe-7s-clock:before {
  content: ""; }

.pe-7s-check:before {
  content: ""; }

.pe-7s-chat:before {
  content: ""; }

.pe-7s-cart:before {
  content: ""; }

.pe-7s-camera:before {
  content: ""; }

.pe-7s-call:before {
  content: ""; }

.pe-7s-calculator:before {
  content: ""; }

.pe-7s-browser:before {
  content: ""; }

.pe-7s-box2:before {
  content: ""; }

.pe-7s-box1:before {
  content: ""; }

.pe-7s-bookmarks:before {
  content: ""; }

.pe-7s-bicycle:before {
  content: ""; }

.pe-7s-bell:before {
  content: ""; }

.pe-7s-battery:before {
  content: ""; }

.pe-7s-ball:before {
  content: ""; }

.pe-7s-back:before {
  content: ""; }

.pe-7s-attention:before {
  content: ""; }

.pe-7s-anchor:before {
  content: ""; }

.pe-7s-albums:before {
  content: ""; }

.pe-7s-alarm:before {
  content: ""; }

.pe-7s-airplay:before {
  content: ""; }

/*@import "../../node_modules/pace/themes/pace-theme-flash";*/
/*@import "../../node_modules/animate.css/animate";*/
/*@import "../../node_modules/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss";*/
/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control, .form-control-wrap input.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]), .form-control-wrap input.bootstrap-select:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn, .form-control-wrap input.bootstrap-select.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, .form-control-wrap input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg .form-control-wrap input.bootstrap-select.btn-group, .form-control-wrap .form-group-lg input.bootstrap-select.btn-group,
.form-group-sm .bootstrap-select.btn-group.form-control,
.form-group-sm .form-control-wrap input.bootstrap-select.btn-group, .form-control-wrap
.form-group-sm input.bootstrap-select.btn-group {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group .form-control-wrap input, .form-control-wrap .form-inline .bootstrap-select.btn-group input {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox .form-control-wrap input, .form-control-wrap .bs-searchbox input {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*# sourceMappingURL=bootstrap-select.css.map */
.md-editor {
  display: block;
  border: 1px solid #ddd; }

.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5; }

.md-editor > .md-header {
  margin: 0; }

.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto; }

.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee; }

.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff; }

.md-editor.active {
  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); }

.md-editor .md-controls {
  float: right;
  padding: 3px; }

.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px; }

.md-editor .md-controls .md-control:hover {
  color: #333; }

.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-footer {
  display: none; }

.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto; }

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important; }

.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px; }

.md-editor.md-fullscreen-mode .btn-group {
  float: none; }

.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3; }

.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none; }

.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative; }

.md-editor .md-fullscreen-controls {
  display: none; }

.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.blockquote-sm {
  padding: 3px 15px;
  font-size: 1rem; }

blockquote {
  font-size: 1.25rem; }
  blockquote footer {
    font-size: 80%; }
    blockquote footer:after {
      content: '\00A0 \2014'; }

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: 300;
  font-size: 75%;
  color: #999999; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px; }

.card {
  margin-bottom: 1rem;
  background-color: transparent;
  border: none; }

.card-body {
  padding: 15px; }
  .card-body::after {
    content: "";
    display: table;
    clear: both; }

.card-header {
  padding: 13px 15px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
  .card-header > .dropdown .dropdown-toggle {
    color: inherit; }
  .card-header + .list-group .list-group-item:first-child {
    border-top-width: 0; }

accordion-group .card-title a.accordion-toggle i {
  transform: rotate(180deg);
  transition: transform 0.35s ease; }

accordion-group.card-open .card-title a.accordion-toggle i {
  transform: rotate(0deg);
  transition: transform 0.35s ease; }

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit; }
  .card-title > a,
  .card-title > small,
  .card-title > .small,
  .card-title > small > a,
  .card-title > .small > a {
    color: inherit;
    display: block; }
  .card-title > a:focus {
    outline: none; }

small, .small {
  font-size: 85%; }

.card-group {
  margin-bottom: 1rem; }
  .card-group .card {
    margin-bottom: 0;
    border-radius: 0.25rem; }
  .card-group accordion-group.card-open .card-title a,
  .card-group accordion-group.card-open .card-title a i {
    opacity: 1; }
  .card-group accordion-group .card-title a,
  .card-group accordion-group .card-title a i {
    opacity: 0.6; }
  .card-group accordion-group .card-title a:hover,
  .card-group accordion-group .card-title a:hover i {
    opacity: 1; }
  .card-group accordion-group + accordion-group .card {
    margin-top: 5px; }
  .card-group .card-header {
    border-bottom: 0; }
    .card-group .card-header + .card-collapse > .card-body,
    .card-group .card-header + .card-collapse > .list-group {
      border-top: 1px solid #ddd; }

.card-default {
  background-color: #ddd;
  border-color: transparent; }
  .card-default .card-header,
  .card-default .card-footer {
    background-color: transparent; }

.form-control, .form-control-wrap input, .form-control-wrap input {
  font-weight: 400;
  padding: 6px 12px;
  box-shadow: none;
  border: 1px solid #aaa; }
  .form-control:focus, .form-control-wrap input:focus, .form-control-wrap input:focus {
    box-shadow: none; }

.form-control-lg, .input-group-lg > .form-control, .form-control-wrap .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px; }

.form-control-sm, .input-group-sm > .form-control, .form-control-wrap .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px; }

.input-group-btn > .btn {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn-group.bootstrap-select > .btn {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem !important; }

label {
  font-weight: 400; }

.help-block {
  margin-top: 5px;
  font-size: 85%;
  color: #999999;
  display: block; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  line-height: inherit;
  color: #7c7c7c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 400; }

.form-group {
  margin-bottom: 1rem; }
  .form-group .input-group-addon {
    line-height: inherit; }

.input-group-addon.bg-primary {
  border-color: #4175ab; }

.input-group-addon.bg-success {
  border-color: #c4efc4; }

.input-group-addon.bg-info {
  border-color: #cdecec; }

.input-group-addon.bg-warning {
  border-color: #fae8b6; }

.input-group-addon.bg-danger {
  border-color: #ffc9bc; }

@media (min-width: 768px) {
  .form-horizontal.form-label-left .control-label {
    text-align: left; } }

.form-inline .input-group-addon {
  display: table-cell; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #68a749; }

.has-success .form-control, .has-success .form-control-wrap input, .form-control-wrap .has-success input {
  border-color: #68a749; }
  .has-success .form-control:focus, .has-success .form-control-wrap input:focus, .form-control-wrap .has-success input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0cc8a; }

.has-success .input-group-addon {
  color: #68a749;
  border-color: #68a749;
  background-color: #daebd1; }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0b518; }

.has-warning .form-control, .has-warning .form-control-wrap input, .form-control-wrap .has-warning input {
  border-color: #f0b518; }
  .has-warning .form-control:focus, .has-warning .form-control-wrap input:focus, .form-control-wrap .has-warning input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d478; }

.has-warning .input-group-addon {
  color: #f0b518;
  border-color: #f0b518;
  background-color: #fcf2d8; }

.has-error .form-control-feedback,
.has-error .form-control-label,
.has-error .form-check-label,
.has-error .form-check-inline,
.has-error .custom-control {
  color: #dd5826; }

.has-error .form-control, .has-error .form-control-wrap input, .form-control-wrap .has-error input {
  border-color: #dd5826; }
  .has-error .form-control:focus, .has-error .form-control-wrap input:focus, .form-control-wrap .has-error input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb9c7e; }

.has-error .input-group-addon {
  color: #dd5826;
  border-color: #dd5826;
  background-color: #f9e0d6; }

.has-success .form-control:focus, .has-success .form-control-wrap input:focus, .form-control-wrap .has-success input:focus,
.has-warning .form-control:focus,
.has-warning .form-control-wrap input:focus, .form-control-wrap
.has-warning input:focus,
.has-error .form-control:focus,
.has-error .form-control-wrap input:focus, .form-control-wrap
.has-error input:focus {
  box-shadow: none; }

.input-rounded {
  border-radius: 0.25rem; }

.form-actions {
  margin: 1rem 0 0;
  padding: 1rem; }
  .form-horizontal .form-actions .row {
    margin-left: -35px;
    margin-right: -35px; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio,
.checkbox {
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    margin-bottom: 5px;
    min-height: 0; }

.abc-checkbox {
  padding-left: 0; }

.table td > .abc-checkbox,
.table th > .abc-checkbox {
  position: relative;
  top: -8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -16px; }

.table > thead > tr > th {
  border-top: none; }

.table > thead > tr > th {
  font-weight: 600;
  /*text-transform: uppercase;*/
  border-bottom-width: 1px;
  font-size: 13px; }

.table-bordered th {
  background-color: #eeeeee; }

.table-lg > thead > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > th,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > th,
.table-lg > tfoot > tr > td {
  padding: 10px; }

.table-sm > thead > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > th,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > th,
.table-sm > tfoot > tr > td {
  padding: 6px; }

.table-hover > tbody > tr:hover .progress {
  background-color: #fff; }

.table th, .table td {
  padding: 0.55rem; }

.dropdown-toggle:after {
  content: none; }

.dropdown-menu {
  font-size: 13px; }
  .dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .dropdown-menu > .card {
    margin-top: -5px;
    margin-bottom: -5px; }

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

.nav-item .nav-link {
  position: relative;
  cursor: pointer; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-item + .nav-item {
  margin-left: 0; }

.nav-tabs {
  border-bottom: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0; }
  .nav-tabs > .nav-item {
    margin-bottom: -2px; }
    .nav-tabs > .nav-item > .nav-link {
      padding: 12px 18px;
      border: none;
      color: #999999;
      background-color: #ddd;
      transition: color 0.15s ease-in-out; }
      .nav-tabs > .nav-item > .nav-link .label {
        margin-bottom: -2px; }
      .nav-tabs > .nav-item > .nav-link:hover {
        background-color: #D5D5D5;
        color: #555555; }
    .nav-tabs > .nav-item .nav-link.open, .nav-tabs > .nav-item .nav-link.open:hover, .nav-tabs > .nav-item .nav-link.open:focus {
      background-color: #fff;
      color: #555555; }
    .nav-tabs > .nav-item .nav-link.active, .nav-tabs > .nav-item .nav-link.active:hover, .nav-tabs > .nav-item .nav-link.active:focus {
      background-color: #fff;
      color: #555555;
      border: none;
      box-shadow: 1px 1px 2px #ccc; }

.tab-content {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .tab-content > .tab-pane {
    padding: 2rem 2rem; }
  .tab-content > .tab-pane.p-0 {
    padding: 0; }

.navbar {
  border: none;
  font-size: 13px;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0; }
  .navbar h5 {
    font-size: 13px; }
  .navbar .deemphasize {
    font-size: 0.875rem; }

.navbar-form .form-control, .navbar-form .form-control-wrap input, .form-control-wrap .navbar-form input {
  font-size: 13px;
  padding: 0.6rem 0.85rem; }

.navbar-form .input-group {
  width: 245px; }

.navbar-form .input-group-addon {
  color: #666; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem; } }

.navbar-header > .navbar-nav {
  float: left;
  margin-left: calc(1rem + 10px);
  margin-right: 1rem; }
  .navbar-header > .navbar-nav.navbar-right {
    float: right; }
    @media (max-width: 767px) {
      .navbar-header > .navbar-nav.navbar-right > li > a {
        padding-right: 0; } }
  @media (max-width: 767px) {
    .navbar-header > .navbar-nav {
      margin-left: 0.5rem; }
      .navbar-header > .navbar-nav + .navbar-brand {
        height: 60px;
        line-height: 30px; } }
  .navbar-header > .navbar-nav > li {
    float: left; }
    .navbar-header > .navbar-nav > li > a {
      padding: 16px 0.5rem 1rem 0.5rem; }
  .navbar-header > .navbar-nav li:nth-child(3) {
    margin-left: 0; }

@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse::after {
    content: "";
    display: table;
    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-collapse .nav.navbar-nav > li {
    margin-left: 0; }
  .navbar-collapse .nav.navbar-nav > li > a {
    padding: 17px 14px 14px 14px; }
  .navbar-collapse .nav.navbar-nav > li:first-child .dropdown-toggle .circle {
    margin: -1px 0; }
  .navbar-collapse .nav.navbar-nav li:nth-child(2) > a:after {
    content: none; }
  .navbar-collapse .nav.navbar-nav a[data-toggle="chat-sidebar"] {
    position: relative; }

.navbar-nav .nav-item .nav-link {
  margin-left: 0; }

.breadcrumb {
  color: #999999;
  margin-bottom: 1.5rem; }
  .breadcrumb > .active {
    font-weight: 600; }
  .content .breadcrumb {
    padding-top: 0;
    padding-bottom: 0; }

.btn .glyphicon {
  top: 3px; }

.btn:not(.active), .btn-inverse:not(.active), .btn-gray:not(.active) {
  box-shadow: none !important; }

.btn-sm, .btn-group-sm > .btn {
  padding-top: .35rem;
  padding-bottom: .35rem; }

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

.btn-gray {
  color: #555555;
  background-color: #ddd;
  border-color: #d0d0d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray:hover {
    color: #555555;
    background-color: #c4c4c4;
    border-color: #b2b2b2; }
  .btn-gray:focus, .btn-gray.focus {
    color: #555555;
    background-color: #c4c4c4;
    border-color: #b2b2b2; }
  .btn-gray:active, .btn-gray.active,
  .open > .btn-gray.dropdown-toggle {
    color: #555555;
    background-color: #c4c4c4;
    border-color: #b2b2b2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus,
    .open > .btn-gray.dropdown-toggle:hover,
    .open > .btn-gray.dropdown-toggle:focus,
    .open > .btn-gray.dropdown-toggle.focus {
      color: #555555;
      background-color: #b2b2b2;
      border-color: #919191; }
  .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray:disabled:focus, .btn-gray:disabled.focus {
    background-color: #ddd;
    border-color: #d0d0d0; }
  .btn-gray.disabled:hover, .btn-gray:disabled:hover {
    background-color: #ddd;
    border-color: #d0d0d0; }

.btn-outline {
  color: #555555;
  background-color: transparent;
  border-color: #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-outline:hover {
    color: #555555;
    background-color: transparent;
    border-color: #8b8b8b; }
  .btn-outline:focus, .btn-outline.focus {
    color: #555555;
    background-color: transparent;
    border-color: #8b8b8b; }
  .btn-outline:active, .btn-outline.active,
  .open > .btn-outline.dropdown-toggle {
    color: #555555;
    background-color: transparent;
    border-color: #8b8b8b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus,
    .open > .btn-outline.dropdown-toggle:hover,
    .open > .btn-outline.dropdown-toggle:focus,
    .open > .btn-outline.dropdown-toggle.focus {
      color: #555555;
      background-color: transparent;
      border-color: #6a6a6a; }
  .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline:disabled:focus, .btn-outline:disabled.focus {
    background-color: transparent;
    border-color: #aaa; }
  .btn-outline.disabled:hover, .btn-outline:disabled:hover {
    background-color: transparent;
    border-color: #aaa; }
  .btn-outline:hover, .btn-outline:focus {
    background-color: rgba(255, 255, 255, 0.1); }

.btn-link:focus,
.btn-link:active:focus,
.btn-link.active:focus {
  outline: 0; }

.input-group > .input-group-btn:last-child > .btn[data-toggle="dropdown"] {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.btn-group > .btn[data-toggle="dropdown"][data-original-title][title] {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .btn-group > .btn[data-toggle="dropdown"][data-original-title][title]:focus, .btn-group > .btn[data-toggle="dropdown"][data-original-title][title]:active {
    outline: none !important; }

.panel {
  margin-bottom: 1rem;
  background-color: transparent;
  border: none; }

.panel-body {
  padding: 15px; }
  .panel-body::after {
    content: "";
    display: table;
    clear: both; }

.panel-heading {
  padding: 13px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

accordion-group .panel-title a.accordion-toggle i {
  transform: rotate(180deg);
  transition: transform 0.35s ease; }

accordion-group.panel-open .panel-title a.accordion-toggle i {
  transform: rotate(0deg);
  transition: transform 0.35s ease; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
    display: block; }
  .panel-title > a:focus {
    outline: none; }

small, .small {
  font-size: 85%; }

.panel-group {
  margin-bottom: 1rem; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0.25rem; }
  .panel-group accordion-group.panel-open .panel-title a,
  .panel-group accordion-group.panel-open .panel-title a i {
    opacity: 1; }
  .panel-group accordion-group .panel-title a,
  .panel-group accordion-group .panel-title a i {
    opacity: 0.6; }
  .panel-group accordion-group .panel-title a:hover,
  .panel-group accordion-group .panel-title a:hover i {
    opacity: 1; }
  .panel-group accordion-group + accordion-group .panel {
    margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #343434;
    background-color: #ddd;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.tag {
  font-size: 11px;
  font-weight: 600;
  padding: 6px; }

.tag-pill {
  color: #fff;
  font-weight: 700; }

.help-block {
  margin-top: 5px;
  font-size: 85%;
  color: #999999;
  display: block; }

.btn-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.js-progress-animate {
  transition: width 0.6s ease; }

.progress {
  box-shadow: none;
  transition: width 0.6s ease;
  height: 1.3rem; }

.progress-bar {
  border-radius: 0.25rem;
  box-shadow: none; }

.progress-sm {
  height: 10px;
  margin-bottom: 0.5rem; }

.progress-xs {
  height: 5px;
  margin-bottom: 0.5rem; }

.progress-bar-gray[value]::-webkit-progress-value {
  background-color: #555555; }

.progress-bar-gray[value]::-moz-progress-bar {
  background-color: #555555; }

.progress-bar-gray[value]::-ms-fill {
  background-color: #555555; }

@media screen and (min-width: 0\0) {
  .progress-bar-gray .progress-bar {
    background-color: #555555; } }

.progress-bar-gray-light[value]::-webkit-progress-value {
  background-color: #999999; }

.progress-bar-gray-light[value]::-moz-progress-bar {
  background-color: #999999; }

.progress-bar-gray-light[value]::-ms-fill {
  background-color: #999999; }

@media screen and (min-width: 0\0) {
  .progress-bar-gray-light .progress-bar {
    background-color: #999999; } }

.progress-primary[value]::-webkit-progress-value {
  background-color: #5d8fc2; }

.progress-primary[value]::-moz-progress-bar {
  background-color: #5d8fc2; }

.progress-primary[value]::-ms-fill {
  background-color: #5d8fc2; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #5d8fc2; } }

.card {
  margin-bottom: 0;
  border: none; }

.card-footer {
  border-top: none; }

.card > .list-group > .list-group-item {
  border-width: 1px 0; }
  .card > .list-group > .list-group-item:first-child {
    border-radius: 0; }

.widget-body.no-padding > .list-group {
  margin: 0; }
  .widget-body.no-padding > .list-group .list-group-item {
    border-width: 1px 0; }

.list-group-lg .list-group-item {
  padding: 15px 15px; }

.list-group:last-of-type .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item, button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }

.tooltip-inner {
  border-radius: 3px; }

.alert-sm {
  padding: 10px 12px;
  font-size: 13px; }
  .alert-sm .close {
    font-size: 18px; }

.alert-dismissible .close {
  position: static;
  color: #000; }

.popover {
  border: none;
  box-shadow: none; }

.popover-content {
  padding: 20px; }

.modal-open .content-wrap, .modal-open.nav-collapsed .content-wrap, .modal-open.nav-static .content-wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static; }

.modal-open .sidebar, .modal-open.nav-collapsed .sidebar, .modal-open.nav-static .sidebar {
  z-index: -1; }

.pagination {
  font-weight: 400; }
  .pagination > .page-item {
    display: inline; }
    .pagination > .page-item > .page-link,
    .pagination > .page-item > span {
      border-radius: 0.25rem;
      margin: 0 2px; }
    .pagination > .page-item > .page-link {
      text-decoration: none;
      border: none; }

.pagination {
  font-weight: 400; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      border-radius: 0.25rem;
      margin: 0 2px; }
    .pagination > li > a {
      text-decoration: none;
      border: none; }

@media (min-width: 768px) {
  .jumbotron {
    padding-left: 2rem;
    padding-right: 2rem; } }

.navbar-form {
  padding: 6px 0 6px 1rem; }
  .navbar-form .form-group {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0; } }

.navbar-default {
  background-color: #fff; }

.navbar-dashboard {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-dashboard .navbar-brand {
    color: #666;
    margin-right: 0;
    padding-top: 10px;
    font-size: 1.25rem; }
    .navbar-dashboard .navbar-brand:hover, .navbar-dashboard .navbar-brand:focus {
      color: #4d4d4d;
      background-color: transparent; }
  .navbar-dashboard .navbar-text {
    color: #777; }
  .navbar-dashboard .navbar-nav > li > a {
    color: #666; }
    .navbar-dashboard .navbar-nav > li > a:hover, .navbar-dashboard .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-dashboard .navbar-nav > .active > a, .navbar-dashboard .navbar-nav > .active > a:hover, .navbar-dashboard .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-dashboard .navbar-nav > .disabled > a, .navbar-dashboard .navbar-nav > .disabled > a:hover, .navbar-dashboard .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-dashboard .navbar-nav > .open > a, .navbar-dashboard .navbar-nav > .open > a:hover, .navbar-dashboard .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-dashboard .navbar-nav .open .dropdown-menu > li > a {
      color: #666; }
      .navbar-dashboard .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-dashboard .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-dashboard .navbar-nav .open .dropdown-menu > .active > a, .navbar-dashboard .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-dashboard .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-dashboard .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-dashboard .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-dashboard .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-dashboard .btn-link {
    color: #666; }
    .navbar-dashboard .btn-link:hover, .navbar-dashboard .btn-link:focus {
      color: #333;
      outline: none;
      text-decoration: none; }
    .navbar-dashboard .btn-link[disabled]:hover, .navbar-dashboard .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-dashboard .btn-link:hover,
    fieldset[disabled] .navbar-dashboard .btn-link:focus {
      color: #ccc; }

pre {
  display: block;
  padding: 6.5px;
  margin: 0 0 0.5rem;
  font-size: 13px;
  line-height: 1rem;
  word-break: break-all;
  word-wrap: break-word;
  color: #343434;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background-color: #555555;
  border-radius: 100px; }
  .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 > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

.pos-rel {
  position: relative; }

/*
 * Font Awesome 2x spin
 */
.fa-spin-fast {
  -webkit-animation: fa-spin 1s infinite linear;
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear; }

.fa-lg {
  vertical-align: -15%; }

/**
 * Animate.css
 */
.animated {
  animation-duration: .5s; }

/**
 * Pace
 */
.pace .pace-progress {
  background: #5d8fc2;
  position: absolute;
  top: 40px; }

.pace .pace-activity {
  position: absolute;
  top: 65px;
  border-width: 1px;
  left: 15px;
  right: auto;
  width: 18px;
  height: 18px;
  border-top-color: #5d8fc2;
  border-left-color: #5d8fc2; }

.pace .pace-progress-inner {
  right: -10px;
  width: 10px; }

/***********************/
/*glyphicons-halflings */
/***********************/
.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-chevron-up {
  top: 2px; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

/* ng2-select2 */
.select2-container--bootstrap .select2-selection--single {
  height: 35px !important; }

.dropdown-menu.dropdown-menu-custom {
  display: block; }

/*!
 * jquery-confirm v3.1.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important; }

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden; }

@-webkit-keyframes type-blue {
  1%, 100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@keyframes type-blue {
  1%, 100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@-webkit-keyframes type-green {
  1%, 100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@keyframes type-green {
  1%, 100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@-webkit-keyframes type-red {
  1%, 100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@keyframes type-red {
  1%, 100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@-webkit-keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@-webkit-keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@-webkit-keyframes type-dark {
  1%, 100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

@keyframes type-dark {
  1%, 100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue; }

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green; }

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red; }

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange; }

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple; }

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark; }

.jconfirm .jconfirm-box.loading {
  height: 120px; }

.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1; }

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none; }

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px; }

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px; }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 4px;
  min-height: 1em;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF; }

.jconfirm .jconfirm-clear {
  clear: both; }

.jconfirm.jconfirm-rtl {
  direction: rtl; }

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto; }

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2; }

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4; }

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666; }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

@-webkit-keyframes glow {
  0%, 100% {
    box-shadow: 0 0 3px red; }
  50% {
    box-shadow: 0 0 30px red; } }

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 3px red; }
  50% {
    box-shadow: 0 0 30px red; } }

/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all; }

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  -ms-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  -ms-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  -ms-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  -ms-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 0px 0 0px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
  border-radius: 0px;
  margin: 0;
  border-left: solid 1px #ddd; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

.ui-autocomplete {
  width: auto;
  zoom: 1;
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block; }
  .ui-autocomplete.adaptive {
    width: 100%; }

.ui-autocomplete .ui-autocomplete-dropdown {
  height: 100%;
  width: 2em;
  margin-right: 0;
  vertical-align: top; }

.ui-autocomplete-query {
  font-weight: bold; }

.ui-autocomplete-panel {
  position: absolute;
  overflow: auto; }

.ui-autocomplete-panel .ui-autocomplete-list {
  padding: 0.4em;
  border: 0 none; }

.ui-autocomplete-panel .ui-autocomplete-list-item {
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
  margin: 1px 0;
  padding: 0.186em 0.313em;
  text-align: left; }

.ui-autocomplete .ui-button-icon-only,
.ui-autocomplete .ui-button-icon-only:hover,
.ui-autocomplete .ui-button-icon-only:focus,
.ui-autocomplete .ui-button-icon-only:active {
  border-left: 0 none; }

/* Multiple Selection */
.ui-autocomplete-multiple-container {
  display: inline-block; }

.ui-autocomplete-multiple-container.ui-inputtext {
  clear: left;
  cursor: text;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0 .25em; }
  .adaptive .ui-autocomplete-multiple-container.ui-inputtext {
    width: 100%; }

.ui-autocomplete-token {
  cursor: default;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: .125em .5em;
  white-space: nowrap;
  position: relative;
  margin-right: .125em;
  border: 0 none;
  font-size: .9em; }

.ui-autocomplete-token-label {
  display: block;
  margin-right: 2em; }

.ui-autocomplete-token-icon {
  margin-top: -.5em;
  position: absolute;
  right: 0.2em;
  top: 50%;
  cursor: pointer; }

.ui-autocomplete-input-token {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0; }
  .adaptive .ui-autocomplete-input-token {
    width: 100%; }

/*.ui-autocomplete-input-token input {
  border: 0 none;
  width: 10em;
  outline: medium none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}*/
.ui-autocomplete-dd input.ui-corner-all,
.ui-autocomplete-dd .ui-autocomplete-multiple-container.ui-corner-all {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px; }

/** AutoComplete **/
/* Button */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
  /* the overflow property removes extra width in IE */ }

.ui-button-icon-only {
  width: 2em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .25em 1em; }

.ui-button-icon-only .ui-button-text {
  padding: .25em;
  text-indent: -9999999px; }

.ui-button-text-icon-left .ui-button-text {
  padding: .25em 1em .25em 2.1em; }

.ui-button-text-icon-right .ui-button-text {
  padding: .25em 2.1em .25em 1em; }

/*button icon element(s) */
.ui-button-icon-only .fa,
.ui-button-text-icon-left .fa,
.ui-button-text-icon-right .fa {
  position: absolute;
  top: 50%;
  margin-top: -.5em; }

.ui-button-icon-only .fa {
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.6em; }

.ui-button-icon-left {
  left: .5em; }

.ui-button-icon-right {
  right: .5em; }

/*button sets*/
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: 0; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
  /* reset extra padding in Firefox */ }

/** Fluid **/
.ui-fluid .ui-button {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ui-fluid .ui-button-text-icon-left .ui-button-text,
.ui-fluid .ui-button-text-icon-right .ui-button-text {
  padding: .25em 1em; }

/** ButtonSet **/
.ui-fluid .ui-buttonset {
  width: 100%; }

.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {
  width: 100%; }

.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {
  width: 50%; }

.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {
  width: 33.3%; }

.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {
  width: 25%; }

.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {
  width: 20%; }

.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
  width: 16.6%; }

@media (max-width: 640px) {
  .ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
  .ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
  .ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
  .ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
  .ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
  .ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
    width: 100%; } }

/* Severity Buttons */
/* Secondary */
.ui-button.ui-button-secondary.ui-state-default {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #373a3c; }

.ui-button.ui-button-secondary:enabled:hover,
.ui-button.ui-button-secondary:focus {
  background-color: #f2f2f2; }

.ui-button.ui-button-secondary:enabled:active {
  background-color: #e6e6e6; }

/* Success */
.ui-button.ui-button-success.ui-state-default {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #ffffff; }

.ui-button.ui-button-success:enabled:hover,
.ui-button.ui-button-success:focus {
  background-color: #4cae4c; }

.ui-button.ui-button-success:enabled:active {
  background-color: #449d44; }

/* Info */
.ui-button.ui-button-info.ui-state-default {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #ffffff; }

.ui-button.ui-button-info:enabled:hover,
.ui-button.ui-button-info:focus {
  background-color: #46b8da; }

.ui-button.ui-button-info:enabled:active {
  background-color: #31b0d5; }

/* Warning */
.ui-button.ui-button-warning.ui-state-default {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff; }

.ui-button.ui-button-warning:enabled:hover,
.ui-button.ui-button-warning:focus {
  background-color: #eea236; }

.ui-button.ui-button-warning:enabled:active {
  background-color: #ec971f; }

/* Danger */
.ui-button.ui-button-danger.ui-state-default {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #ffffff; }

.ui-button.ui-button-danger:enabled:hover,
.ui-button.ui-button-danger:focus {
  background-color: #d43f3a; }

.ui-button.ui-button-danger:enabled:active {
  background-color: #c9302c; }

.ui-calendar {
  position: relative;
  display: inline-block; }

.ui-calendar button {
  position: absolute;
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  width: 2em;
  border-left: 0 none; }

/* Fluid */
.ui-fluid .ui-calendar {
  width: 100%; }

.ui-fluid .ui-calendar button {
  width: 2em; }

.ui-fluid .ui-calendar.ui-calendar-w-btn .ui-inputtext {
  width: calc(100% - 2em); }

/* Datepicker */
.ui-datepicker {
  width: 17em;
  padding: .2em;
  display: none;
  position: absolute; }

.ui-datepicker.ui-datepicker-inline {
  display: block;
  position: static; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: .125em;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev {
  left: .125em; }

.ui-datepicker .ui-datepicker-next {
  right: .125em; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.5em; }

.ui-datepicker .ui-datepicker-prev span {
  margin-left: -.25em; }

.ui-datepicker .ui-datepicker-next span {
  margin-left: -.125em; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: .125em 0; }

.ui-datepicker select.ui-datepicker-month {
  width: 55%; }

.ui-datepicker select.ui-datepicker-year {
  width: 35%; }

.ui-datepicker select.ui-datepicker-month {
  margin-right: .25em; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: .125em; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-calendar.ui-calendar-w-btn input {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.colsCalendar.ui-calendar input {
  width: 80%; }

.ui-timepicker {
  text-align: center;
  padding: .5em 0; }

.ui-timepicker > div {
  display: inline-block;
  margin-left: .5em;
  min-width: 1.5em; }

.ui-timepicker > .ui-minute-picker,
.ui-timepicker > .ui-second-picker {
  margin-left: 0; }

.ui-timepicker > .ui-separator {
  margin-left: 0px;
  min-width: .75em; }

.ui-timepicker > .ui-separator a {
  visibility: hidden; }

.ui-timepicker > div a {
  display: block;
  opacity: 0.7;
  filter: Alpha(Opacity=70); }

.ui-timepicker > div a:hover {
  display: block;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.input-group p-calendar {
  width: 100%; }

p-calendar .form-control-wrap {
  width: 100%; }

/** MultiSelect **/
.ui-multiselect {
  display: inline-block;
  position: relative;
  width: auto;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 6px;
  box-shadow: none;
  border: 1px solid #aaa;
  border-radius: 0.25rem; }

.ui-multiselect .ui-multiselect-trigger {
  border-right: none;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  width: 1.5em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 .25em; }

.ui-multiselect .ui-multiselect-trigger .fa {
  margin-top: .4em;
  margin-left: -.125em; }

.ui-multiselect .ui-multiselect-label-container {
  overflow: hidden; }

.ui-multiselect .ui-multiselect-label {
  display: block;
  padding: 0 10px;
  width: auto;
  border: none;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0; }

.ui-multiselect.ui-state-disabled .ui-multiselect-trigger,
.ui-multiselect.ui-state-disabled .ui-multiselect-label {
  cursor: auto; }

.ui-multiselect-panel {
  padding: 0.2em;
  position: absolute;
  min-width: 10em;
  width: 100%; }

.ui-multiselect-panel .ui-multiselect-items-wrapper {
  overflow: auto;
  position: relative;
  padding: 0.2em 0; }
  @media (max-width: 575px) {
    .ui-multiselect-panel .ui-multiselect-items-wrapper {
      overflow-y: scroll; } }

.ui-multiselect-panel .ui-multiselect-list {
  border: 0 none; }

.ui-multiselect-panel .ui-multiselect-item {
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
  margin: 1px 0;
  padding: .125em .25em;
  text-align: left;
  white-space: nowrap;
  display: block;
  position: relative; }

.ui-multiselect-panel .ui-multiselect-item .ui-chkbox {
  display: inline-block;
  vertical-align: middle; }

.ui-multiselect-panel .ui-multiselect-item label {
  display: inline-block;
  vertical-align: middle; }

.ui-multiselect-header {
  margin-bottom: 0.3em;
  padding: .25em;
  position: relative;
  text-align: left;
  border: 1px solid #ccc;
  height: 66px;
  border-radius: 3px;
  background-color: #f0f0f0; }

.ui-multiselect-header .ui-chkbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  margin-top: 36px;
  background-color: #fff; }
  .ui-multiselect-header .ui-chkbox .ui-chkbox-box::before {
    display: block;
    position: absolute;
    width: 100px;
    margin: 0px 0 0 23px;
    font-size: 12px;
    text-align: left; }
  .uk-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box::before {
    content: 'Обрати все'; }
  .en-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box::before {
    content: 'Select All'; }
  .ru-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box::before {
    content: 'Выбрать все'; }
  .uk-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box.ui-state-active::before {
    content: 'Очистити все'; }
  .en-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box.ui-state-active::before {
    content: 'Unselect All'; }
  .ru-wrap .ui-multiselect-header .ui-chkbox .ui-chkbox-box.ui-state-active::before {
    content: 'Очистить все'; }

.ui-multiselect-header .ui-multiselect-filter-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85%; }

.ui-multiselect-header .ui-multiselect-filter-container .fa {
  position: absolute;
  top: .25em;
  left: .125em; }

.ui-multiselect-header .ui-inputtext {
  padding: .125em .125em .125em 1.25em;
  width: 100%; }

.ui-multiselect-header .ui-multiselect-close {
  position: absolute;
  right: .375em;
  top: .375em;
  display: block;
  font-size: 1em;
  border: 0 none; }
  [click-outside] .ui-multiselect-header .ui-multiselect-close {
    display: none; }

.ui-multiselect-header a.ui-multiselect-all,
.ui-multiselect-header a.ui-multiselect-none {
  float: left;
  margin-right: 10px;
  display: block; }

.ui-multiselect-header .ui-multiselect-close.ui-state-hover {
  padding: 0px; }

.ui-fluid .ui-multiselect {
  width: 100%;
  box-sizing: border-box; }

.ui-multiselect.form-control, .form-control-wrap input.ui-multiselect {
  display: block;
  padding: 6px 12px; }
  .ui-multiselect.form-control .ui-multiselect-label, .form-control-wrap input.ui-multiselect .ui-multiselect-label {
    padding: 0 0 0 0;
    margin-bottom: 0; }
  .ui-multiselect.form-control .ui-multiselect-trigger .fa, .form-control-wrap input.ui-multiselect .ui-multiselect-trigger .fa {
    margin-top: .6em;
    color: #555555; }
  .ui-multiselect.form-control .ui-multiselect-header .ui-inputtext, .form-control-wrap input.ui-multiselect .ui-multiselect-header .ui-inputtext {
    border: 1px solid #D5D5D5; }

/** paginator **/
.ui-paginator {
  padding: 10px 0 0 0;
  box-sizing: border-box;
  font-size: 12px; }
  .ui-paginator .ui-paginator-first,
  .ui-paginator .ui-paginator-prev,
  .ui-paginator .ui-paginator-next,
  .ui-paginator .ui-paginator-last {
    color: #b6b6b6;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    min-height: 0.875em;
    min-width: 2em;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 2px; }
    @media (max-width: 767px) {
      .ui-paginator .ui-paginator-first,
      .ui-paginator .ui-paginator-prev,
      .ui-paginator .ui-paginator-next,
      .ui-paginator .ui-paginator-last {
        width: 20px;
        margin: 0 0px; } }
  .ui-paginator .ui-paginator-first:hover,
  .ui-paginator .ui-paginator-prev:hover,
  .ui-paginator .ui-paginator-next:hover,
  .ui-paginator .ui-paginator-last:hover {
    background-color: #eeeeee;
    color: #555555;
    text-decoration: none; }
  .ui-paginator .ui-paginator-first:before,
  .ui-paginator .ui-paginator-prev:before,
  .ui-paginator .ui-paginator-next:before,
  .ui-paginator .ui-paginator-last:before {
    position: relative;
    top: 0.063em; }
  .ui-paginator .ui-paginator-first {
    border-radius: 0; }
  .ui-paginator .ui-paginator-prev {
    border-radius: 0; }
  .ui-paginator .ui-paginator-next {
    border-radius: 0; }
  .ui-paginator .ui-paginator-last {
    border-radius: 0; }
  .ui-paginator .ui-paginator-pages {
    padding: 0; }
    .ui-paginator .ui-paginator-pages .ui-paginator-page {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      min-width: 2em;
      color: #555555;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      border-radius: 0;
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      margin: 0 2px; }
      @media (max-width: 767px) {
        .ui-paginator .ui-paginator-pages .ui-paginator-page {
          width: 22px;
          margin: 0 0px; } }
      .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active, .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active:hover, .ui-paginator .ui-paginator-pages .ui-paginator-page:hover {
        background-color: #68a749;
        color: #fff;
        text-decoration: none; }

.paginator-total {
  width: 40%;
  text-align: right;
  right: 0px;
  position: absolute;
  margin: -25px 0 0 0; }
  .paginator-total span {
    color: #222222; }

.p-slider-wrap {
  padding: 0 8px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1;
  background: #68a749; }

.ui-slider .ui-slider-handle.ui-slider-handle-active {
  z-index: 2; }

.ui-slider .ui-slider-range {
  position: absolute;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #f0f0f0; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-slider-animate .ui-slider-handle {
  transition: left .3s; }

/*ui-datatable*/
.ui-datatable {
  position: relative; }
  .ui-datatable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; }
  .ui-datatable .ui-datatable-header,
  .ui-datatable .ui-datatable-caption,
  .ui-datatable .ui-datatable-footer {
    text-align: center;
    padding: .5em .75em;
    box-sizing: border-box; }
  .ui-datatable .ui-datatable-caption,
  .ui-datatable .ui-datatable-header {
    border-bottom: 0 none; }
  .ui-datatable .ui-datatable-footer {
    border-top: 0 none; }
  .ui-datatable thead th, .ui-datatable tfoot td {
    text-align: center; }
  .ui-datatable thead tr {
    border-width: 0; }
  .ui-datatable .ui-datatable-thead > tr > th,
  .ui-datatable .ui-datatable-tfoot > tr > td,
  .ui-datatable .ui-datatable-data > tr > td {
    border-color: #D5D5D5;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid; }
  .ui-datatable .ui-datatable-thead > tr.ui-widget-content > th,
  .ui-datatable .ui-datatable-tfoot > tr.ui-widget-content > td,
  .ui-datatable .ui-datatable-data > tr.ui-widget-content > td {
    padding: .25em .5em; }
  .ui-datatable .ui-datatable-thead > tr > th {
    background-color: #f0f0f0; }
  .ui-datatable .ui-datatable-thead > tr > th,
  .ui-datatable .ui-datatable-tfoot > tr > td {
    font-weight: normal; }
  .ui-datatable tbody {
    outline: 0; }
  .ui-datatable .ui-sortable-column {
    cursor: pointer; }
  .ui-datatable .ui-sortable-column-icon {
    display: inline-block;
    margin-left: .125em; }
  .ui-datatable tr.ui-state-highlight {
    cursor: pointer; }

/* Scrollable */
.ui-datatable-scrollable-body {
  overflow: auto; }

.ui-datatable-scrollable-header {
  overflow: hidden; }

.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
  position: relative;
  border: 0 none; }

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
  font-weight: normal; }

.ui-datatable .ui-datatable-scrollable-body {
  min-height: 0%; }

.ui-datatable .ui-datatable-data tr.ui-state-hover,
.ui-datatable .ui-datatable-data tr.ui-state-highlight {
  border-color: inherit;
  font-weight: inherit;
  cursor: pointer; }

.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td a,
.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td span.ui-rowgroup-header-name {
  display: inline-block;
  vertical-align: middle; }

.ui-datatable-scrollable-theadclone {
  height: 0; }

.ui-datatable-scrollable-theadclone tr {
  height: 0; }

.ui-datatable-scrollable-theadclone th.ui-state-default {
  height: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 none; }

.ui-datatable-scrollable-theadclone th span.ui-column-title {
  display: block;
  height: 0; }

.ui-datatable .ui-paginator {
  padding: .125em;
  border-top: 0 none; }

.ui-datatable-rtl {
  direction: rtl; }

.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
  text-align: right; }

/* Row Toggler */
.ui-row-toggler {
  cursor: pointer; }

/* Resizable */
.ui-datatable .ui-column-resizer {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  margin: 0;
  width: .5em;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border: 1px solid transparent; }

.ui-datatable .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none; }

.ui-datatable-resizable {
  padding-bottom: 1px;
  /*fix for webkit overlow*/
  overflow: auto; }

.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td {
  white-space: nowrap; }

.ui-datatable-resizable th.ui-resizable-column {
  background-clip: padding-box;
  position: relative; }

/** Reflow **/
.ui-datatable-reflow .ui-datatable-data td > .ui-column-title {
  display: none; }

/* Filter */
.ui-datatable .ui-column-filter {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: .25em;
  border: 1px solid #D5D5D5; }

.ui-multiselect {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: .25em;
  border: 1px solid #D5D5D5; }

/* Editing */
.ui-datatable .ui-editable-column input {
  width: 100%;
  outline: 0; }

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column {
  padding: .5em; }

.ui-datatable .ui-editable-column .ui-cell-editor {
  display: none; }

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column.ui-cell-editing {
  padding: 1px; }

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor {
  display: block; }

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-data {
  display: none; }

.ui-datatable-stacked thead th,
.ui-datatable-stacked tfoot td {
  display: none !important; }

.ui-datatable.ui-datatable-stacked .ui-datatable-data > tr > td {
  text-align: left;
  display: block;
  border: 0 none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: left; }

.ui-datatable.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
  border: 0 none; }

.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
  border-left: 0 none;
  border-right: 0 none; }

.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
  padding: .4em;
  min-width: 30%;
  display: inline-block;
  margin: -.4em 1em -.4em -.4em;
  font-weight: bold; }

.ui-datatable .ui-selection-column .ui-chkbox,
.ui-datatable .ui-selection-column .ui-radiobutton {
  margin: 0;
  display: block; }

.ui-datatable .ui-selection-column .ui-chkbox-box,
.ui-datatable .ui-selection-column .ui-radiobutton-box {
  display: block;
  box-sizing: border-box;
  margin: 0; }

.ui-datatable-scrollable-wrapper {
  position: relative; }

.ui-datatable-frozen-view .ui-datatable-scrollable-body {
  overflow: hidden; }

.ui-datatable-unfrozen-view {
  position: absolute;
  top: 0px; }

.ui-datatable .ui-datatable-load-status {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.ui-datatable .ui-datatable-virtual-table {
  position: absolute;
  top: 0px;
  left: 0px; }

@media (max-width: 50em) {
  .ui-datatable-reflow thead th,
  .ui-datatable-reflow tfoot td {
    display: none !important; }
  .ui-datatable-reflow .ui-datatable-data > tr > td {
    text-align: left;
    display: block;
    border: 0 none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left; }
  .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
    border: 0 none; }
  .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
    border-left: 0 none;
    border-right: 0 none; }
  .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
    font-weight: bold; } }

.ui-inputswitch {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  height: 1.5em; }

.ui-inputswitch .ui-inputswitch-on,
.ui-inputswitch .ui-inputswitch-off {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 0;
  width: auto;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  font-weight: bold;
  height: 100%;
  line-height: 1.5em; }

.ui-inputswitch .ui-inputswitch-on {
  left: 0;
  border: 0 none; }

.ui-inputswitch .ui-inputswitch-off {
  right: 0;
  text-align: right; }

.ui-inputswitch .ui-inputswitch-on span,
.ui-inputswitch .ui-inputswitch-off span {
  display: inline-block;
  text-align: center;
  height: 100%;
  line-height: inherit; }

.ui-inputswitch .ui-inputswitch-handle {
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top: 0 none;
  border-bottom: 0 none; }

.ui-inputtext {
  margin: 0;
  outline: medium none;
  padding: .25em;
  font-weight: normal; }

.ui-widget-header .ui-inputtext,
.ui-widget-content .ui-inputtext {
  font-weight: normal; }

.ui-fluid .ui-inputtext {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ui-inputtextarea-resizable {
  overflow: hidden;
  resize: none; }

.ui-fluid .ui-inputtextarea {
  width: 100%; }

.ui-inputswitch-on {
  background: #186ba0 !important;
  color: #ffffff !important; }

.ui-inputswitch-offlabel {
  background: #eee !important; }

.ui-menu {
  width: 12.5em;
  padding: .25em;
  position: relative; }

.ui-menu.ui-menu-dynamic {
  position: absolute;
  display: none;
  z-index: 100000; }

.ui-menu-list {
  position: static; }

.ui-menu .ui-menu-list .ui-menuitem {
  border: none; }

.ui-menu .ui-menu-list .ui-widget-header {
  clear: both;
  float: left;
  width: 100%;
  margin: .125em 0;
  padding: .25em .5em; }

.ui-menu .ui-menuitem-parent,
.ui-menu .ui-menuitem {
  width: 100%;
  clear: both;
  margin: .125em 0;
  padding: 0; }

.ui-menu .ui-menuitem-link {
  display: block;
  width: 100%;
  outline: none;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid transparent;
  line-height: 1em;
  padding: .25em;
  cursor: pointer; }

.ui-menu .ui-menuitem-link .ui-menuitem-icon {
  display: inline-block;
  vertical-align: middle; }

.ui-menu .ui-menuitem-text {
  vertical-align: middle; }

.ui-menu .ui-widget-header h1,
.ui-menu .ui-widget-header h2,
.ui-menu .ui-widget-header h3,
.ui-menu .ui-widget-header h4,
.ui-menu .ui-widget-header h5,
.ui-menu .ui-widget-header h6 {
  font-size: 1em;
  margin: 0 auto; }

/* Tiered Menu */
.ui-menu .ui-menu-parent .ui-menu-child {
  display: none;
  width: 12.5em;
  padding: .25em;
  position: absolute;
  margin: 0;
  outline: 0;
  text-decoration: none;
  list-style: none; }

.ui-menu .ui-menu-parent {
  position: relative; }

.ui-menu .ui-menu-parent .ui-submenu-icon {
  float: right;
  margin-right: -.25em; }

/** MenuButton **/
.ui-menubutton {
  padding: 0; }

.ui-menubutton .ui-button {
  margin: 0; }

/** Menubar **/
.ui-menu.ui-menubar .ui-menubar-root-list > li > a > .ui-submenu-icon {
  float: none; }

.ui-menubar {
  width: auto; }

.ui-menubar .ui-menubar-root-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.ui-menubar .ui-menubar-root-list > .ui-menuitem {
  display: inline-block;
  width: auto; }

.ui-menubar .ui-menu-child .ui-menuitem {
  width: 100%; }

.ui-menubar .ui-menubar-options {
  float: right; }

.ui-tree .ui-treenode-selectable.ui-treenode-content {
  cursor: pointer; }

.ui-tree .ui-tree-container {
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: .25em;
  white-space: nowrap; }

.ui-tree .ui-treenode-children {
  margin: 0;
  padding: 0 0 0 1em; }

.ui-tree .ui-treenode {
  background-attachment: scroll;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat-y;
  list-style: none outside none;
  margin: 0;
  padding: .125em 0 0 0; }

.ui-tree .ui-treenode-droppoint {
  height: 4px;
  list-style-type: none; }

.ui-tree .ui-treenode-droppoint-active {
  border: 0 none;
  background: #68a749;
  height: 8px; }

.ui-tree .ui-tree-toggler {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.ui-tree .ui-treenode-icon {
  display: inline-block;
  vertical-align: middle; }

.ui-tree .ui-treenode-label {
  display: inline-block;
  padding: 0 .25em;
  vertical-align: middle; }

.ui-tree .ui-treenode-label.ui-state-hover,
.ui-tree .ui-treenode-label.ui-state-highlight {
  font-weight: bold;
  border: 0 none; }

.ui-tree .ui-treenode.ui-treenode-leaf > .ui-treenode-content > .ui-tree-toggler {
  visibility: hidden; }

.ui-tree .ui-chkbox-box {
  cursor: pointer; }

.ui-tree .ui-chkbox {
  display: inline-block;
  vertical-align: middle; }

.ui-tree .ui-chkbox .ui-chkbox-icon {
  margin-left: 1px; }

/** Fluid **/
.ui-fluid .ui-tree {
  width: 100%; }

/** Horizontal Tree **/
.ui-tree-horizontal {
  width: auto;
  padding: .5em 0;
  overflow: auto; }

.ui-tree.ui-tree-horizontal table,
.ui-tree.ui-tree-horizontal tr,
.ui-tree.ui-tree-horizontal td {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.ui-tree.ui-tree-horizontal .ui-tree-toggler {
  vertical-align: middle;
  margin: 0; }

.ui-tree-horizontal .ui-treenode-content {
  font-weight: normal;
  padding: 0.4em 1em 0.4em 0.2em; }

.ui-tree.ui-tree-horizontal .ui-tree-node-label {
  margin: 0; }

.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
  font-weight: normal;
  white-space: nowrap; }

.ui-tree.ui-tree-horizontal .ui-treenode {
  background: url("../../ClientApp/scss/images/line.gif") repeat-x scroll center center transparent;
  padding: .25em 2.5em; }

.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf,
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed {
  padding-right: 0; }

.ui-tree.ui-tree-horizontal .ui-treenode-children {
  padding: 0;
  margin: 0; }

.ui-tree.ui-tree-horizontal .ui-treenode-connector {
  width: 1px; }

.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
  height: 100%;
  width: 1px; }

.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
  background: url("../../ClientApp/scss/images/line.gif") repeat-y scroll 0 0 transparent;
  width: 1px; }

.ui-tree.ui-tree-horizontal table {
  height: 0; }

.ui-tree.ui-tree-horizontal .ui-chkbox {
  vertical-align: bottom;
  margin-right: .25em; }

.tree-wrap > .col-col-lg-6, .tree-wrap > .col-xs-12 {
  position: static; }
  .tree-wrap > .col-col-lg-6 > .widget, .tree-wrap > .col-xs-12 > .widget {
    position: static; }
    .tree-wrap > .col-col-lg-6 > .widget header, .tree-wrap > .col-xs-12 > .widget header {
      position: relative; }

p-contextmenusub .fa-trash {
  color: #dd5826; }

.ui-multiselect-close {
  color: #68a749; }

.width_75 {
  width: 75px; }

.width_150 {
  width: 150px; }

.width_75px {
  width: 75px; }

.width_18p {
  width: 18%; }

.width_21p {
  width: 21%; }

.break_word {
  word-wrap: break-word; }

.ui-carousel {
  border: none;
  background: none; }

.ui-carousel .ui-widget-content {
  border: none; }

.ui-carousel .ui-carousel-header {
  margin: 0 1px;
  overflow: hidden;
  padding: 0 0 .625em 0; }

.ui-carousel .ui-carousel-header .ui-carousel-header-title {
  display: inline-block;
  overflow: hidden;
  color: #81c162;
  text-transform: uppercase;
  font-weight: bold; }

.ui-carousel .ui-carousel-page-links {
  margin: 0 .5em;
  margin-top: .125em;
  float: right;
  display: none; }

.ui-carousel .ui-carousel-page-link {
  float: left;
  margin: 0 .125em;
  text-decoration: none;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%; }

.carousel__item {
  width: 430px;
  margin-bottom: 10px;
  max-width: 100%;
  height: 130px;
  white-space: nowrap; }

.carousel__item .media_elem {
  width: 100%;
  height: 250px;
  background: #cecece;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px; }

.ui-carousel {
  position: relative;
  padding: .063em; }

.ui-carousel .ui-carousel-viewport {
  overflow: hidden;
  position: relative;
  border: 0; }

.ui-carousel .ui-carousel-viewport .ui-carousel-items {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 32000px;
  left: 0; }

.ui-carousel .ui-carousel-viewport .ui-carousel-items .ui-carousel-item {
  margin: 1px;
  padding: 0;
  float: left;
  box-sizing: border-box;
  background: none; }

.ui-carousel-next-button, .ui-carousel-prev-button {
  position: absolute;
  top: 6px;
  cursor: pointer; }

.ui-carousel-next-button {
  right: 0; }

.ui-carousel-mobiledropdown, .ui-carousel-dropdown {
  display: none !important; }

.ui-carousel-prev-button {
  right: 20px; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(open-sans-light.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(open-sans.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(open-sans-semibold.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(open-sans-bold.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(open-sans-light-italic.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(open-sans-italic.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(open-sans-semibold-italic.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(open-sans-bold-italic.woff) format("woff"); }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("glyphicons-halflings-regular.eot");
  src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff2") format("woff2"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

/**
* if set to device-width ie10 built-in scrollbar overflows content. Fix it as of here
* http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that-might-be-bootstrap
*/
@-ms-viewport {
  width: auto; }

html, body {
  height: 100%; }

body {
  /*font-weight: $font-weight-base;*/
  overflow-x: hidden; }

th {
  font-weight: 600; }

a {
  cursor: pointer; }

svg {
  width: 100%; }

strong, b {
  font-weight: bold; }

.errorbalance {
  color: red; }

abbr[title] {
  text-decoration: none; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important; }

.p-xs {
  padding: 10px !important; }

.p-sm {
  padding: 15px !important; }

.p-m {
  padding: 20px !important; }

.p-md {
  padding: 25px !important; }

.p-lg {
  padding: 30px !important; }

.p-xl {
  padding: 40px !important; }

.p-t-none {
  padding-top: 0; }

.p-t-xxs {
  padding-top: 1px; }

.p-t-xs {
  padding-top: 5px; }

.p-t-sm {
  padding-top: 10px; }

.p-t {
  padding-top: 15px; }

.p-t-md {
  padding-top: 20px; }

.p-t-lg {
  padding-top: 30px; }

.p-t-xl {
  padding-top: 40px; }

.p-t-xxl {
  padding-top: 50px; }

.p-t-xxxl {
  padding-top: 60px; }

.p-l-none {
  padding-left: 0; }

.p-l-xxs {
  padding-left: 1px; }

.p-l-xs {
  padding-left: 5px; }

.p-l-sm {
  padding-left: 10px; }

.p-l {
  padding-left: 15px; }

.p-l-md {
  padding-left: 20px; }

.p-l-lg {
  padding-left: 30px; }

.p-l-xl {
  padding-left: 40px; }

.p-l-xxl {
  padding-left: 50px; }

.p-l-xxxl {
  padding-left: 60px; }

.p-r-none {
  padding-right: 0; }

.p-r-xxs {
  padding-right: 1px; }

.p-r-xs {
  padding-right: 5px; }

.p-r-sm {
  padding-right: 10px; }

.p-r {
  padding-right: 15px; }

.p-r-md {
  padding-right: 20px; }

.p-r-lg {
  padding-right: 30px; }

.p-r-xl {
  padding-right: 40px; }

.p-r-xxl {
  padding-right: 50px; }

.p-r-xxxl {
  padding-right: 60px; }

.p-b-none {
  padding-bottom: 0; }

.p-b-xxs {
  padding-bottom: 1px; }

.p-b-xs {
  padding-bottom: 5px; }

.p-b-sm {
  padding-bottom: 10px; }

.p-b {
  padding-bottom: 15px; }

.p-b-md {
  padding-bottom: 20px; }

.p-b-lg {
  padding-bottom: 30px; }

.p-b-xl {
  padding-bottom: 40px; }

.p-b-xxl {
  padding-bottom: 50px; }

.p-b-xxxl {
  padding-bottom: 60px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-xxl {
  margin-top: 50px; }

.m-t-xxxl {
  margin-top: 60px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 50px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px; }

.fs-34 {
  font-size: 34px; }

.h-100 {
  min-height: 100px; }

.h-150 {
  min-height: 150px; }

.h-200 {
  min-height: 200px; }

.h-300 {
  min-height: 300px; }

.h-400 {
  min-height: 400px; }

.h-500 {
  min-height: 500px; }

.h-600 {
  min-height: 600px; }

.w-xs {
  min-width: 100px; }

.w-sm {
  min-width: 120px; }

.w-m {
  min-width: 140px; }

.w-lg {
  min-width: 160px; }

.w-xl {
  min-width: 180px; }

.w-xxl {
  min-width: 200px; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 600; }

.bold {
  font-weight: bold; }

.font-extra-bold {
  font-weight: 700; }

.font-uppercase {
  text-transform: uppercase; }

.font-trans {
  opacity: .5 !important; }

.text-big {
  font-size: 60px; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.label {
  display: inline-block;
  padding: .2em .6em .3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label-success {
  background-color: #547f56; }

.label-success-outline {
  background-color: none;
  border: 1px solid #69a76b;
  color: #69a76b; }

.label-warning-outline {
  background-color: none;
  border: 1px solid #F0AD23;
  color: #EF8300; }

.label-primary-outline {
  background-color: none;
  border: 1px solid #337ab7;
  color: #337ab7; }

.text-upper {
  text-transform: uppercase; }

.cursor-pointer {
  cursor: pointer; }

.ui-state-highlight {
  font-weight: bold;
  color: #68a749;
  margin-bottom: 2px;
  border-radius: 2px; }

a.ui-state-highlight.ui-state-default {
  background: #d6d6d6;
  color: #218BC3; }

.ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active {
  background-color: #68a749;
  color: #ffffff; }

.ui-state-disabled, .ui-widget:disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important; }

.v-align-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
  .v-align-center + img {
    vertical-align: middle; }

.text-right {
  text-align: right; }

.b-r-none {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.b-t {
  border-top: 1px solid #d5d5d5; }

.b-b {
  border-bottom: 1px solid #d5d5d5; }

a {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out; }

.btn {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.form-control, .form-control-wrap input, .form-control-wrap input {
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }

/***********************/
/*        Layout       */
/***********************/
app, .app {
  height: 100%;
  display: block !important; }

app[ng-version] + app[ng-version] {
  display: none !important; }

.chat-sidebar-container {
  color: #555555; }

.color-line {
  background-image: none;
  background: #ccc;
  opacity: .8;
  height: 6px; }
  .container-fluid .color-line {
    margin-left: -15px;
    margin-right: -15px; }

.toggle-sidebar {
  font-size: 14px;
  float: left;
  border-right: 1px solid #d5d5d5;
  margin-right: 5px;
  margin-left: -15px;
  background: #f7f9fa;
  /*cursor: pointer;*/
  color: #6a6c6f; }
  .toggle-sidebar a {
    display: block;
    padding: 14px 20px 11px 20px; }

.sidebar {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #6a6c6f;
  width: 214px;
  border-right: 1px solid #d5d5d5; }
  .sidebar .slimScrollBar {
    border-radius: 0 !important;
    background-color: #6a6c6f !important; }
  @media (max-width: 575px) {
    .sidebar {
      transition: width 1s;
      top: 62px;
      width: 100%;
      z-index: 1;
      border-right: none; } }
  .nav-collapsed .sidebar {
    width: 51px;
    transition: width 0.3s ease-in-out; }
    @media (max-width: 575px) {
      .nav-collapsed .sidebar {
        transition: width 1s;
        width: 0; } }
  .sidebar .sidebar-in {
    width: 214px; }
    @media (max-width: 575px) {
      .sidebar .sidebar-in {
        width: 100%;
        min-width: 214px; } }

.loader-wrap {
  left: 214px;
  transition: left 0.3s ease-in-out; }
  .nav-collapsed .loader-wrap {
    transition: none;
    left: 0;
    margin-left: 214px; }

.page-controls, .content-wrap {
  left: 0;
  margin-left: 214px;
  transition: left 0.3s ease-in-out; }
  .nav-collapsed .page-controls, .nav-collapsed .content-wrap {
    transition: none;
    margin-left: 50px; }
  @media (max-width: 575px) {
    .page-controls, .content-wrap {
      margin-left: 0;
      border-left: none; }
      .nav-collapsed .page-controls, .nav-collapsed .content-wrap {
        margin-left: 0;
        border-left: none; } }

.navbar .logo-big {
  position: absolute;
  left: 50%;
  margin: 8px 0 0 -72px;
  display: none; }
  @media (max-width: 575px) {
    .navbar .logo-big {
      display: block; } }

.page-controls .dropdown-toggle-notifications .rounded-circle {
  margin-top: -1px; }

.page-controls .dropdown-toggle-notifications .circle {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.page-controls {
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  right: 0; }
  @media (min-width: 992px) {
    .nav-static .page-controls {
      right: 0; } }

.page-controls {
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  position: fixed;
  z-index: 1;
  /*height: $navbar-height;*/
  /*.navbar-nav > li > a > strong {
    .errorbalance{
      color: red;
    }
  }*/ }
  @media (max-width: 767px) {
    .page-controls {
      font-size: 16px; }
      .page-controls .navbar-brand {
        position: absolute;
        left: 0;
        right: 0;
        font-weight: 700;
        text-align: center; }
        .page-controls .navbar-brand > .fa-circle {
          font-size: 10px; }
      .page-controls .navbar-nav {
        position: relative;
        z-index: 1; } }
  @media (max-width: 575px) {
    .page-controls {
      border-left: 0; } }
  .page-controls .name-title {
    min-width: 150px; }
  .page-controls .avatar {
    width: 30px;
    margin-top: -5px; }
    .page-controls .avatar.float-xs-left, .page-controls .avatar.pull-left {
      margin-right: 5px; }
    .page-controls .avatar.float-xs-right, .page-controls .avatar.pull-right {
      margin-left: 5px; }
  .page-controls .navbar-nav > li > a .rounded.rounded-lg,
  .page-controls .navbar-nav > li > a .circle.circle.lg {
    margin: -7px -7px -8px; }
  @media (min-width: 768px) {
    .page-controls .navbar-form.navbar-left {
      padding-right: 0; } }
  @media (max-width: 991px) {
    .page-controls .navbar-form.navbar-left {
      padding-right: 0; } }
  .page-controls .navbar-nav .fa-times {
    font-size: 20px;
    vertical-align: -2px; }
  .page-controls .navbar-form .input-group-addon {
    line-height: 1.5; }
    .page-controls .navbar-form .input-group-addon .fa {
      vertical-align: -1px; }
  .page-controls .navbar-form .form-control, .page-controls .navbar-form .form-control-wrap input, .form-control-wrap .page-controls .navbar-form input {
    line-height: 1.7; }
  .page-controls .nav-wrap .userinfo-title {
    padding: 17px 0 14px 0; }
  @media (max-width: 767px) {
    .page-controls .nav-wrap {
      display: none; }
      .page-controls .nav-wrap.active {
        display: block;
        position: absolute;
        background: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        margin-top: 60px;
        right: 5px;
        z-index: 1000;
        font-size: 12px;
        padding: 0 10px; } }
  .page-controls .toggle-navbar {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 14px;
    float: left;
    border-left: 1px solid #d5d5d5;
    margin-left: -15px;
    background: #f7f9fa; }
    .page-controls .toggle-navbar a {
      display: block;
      padding: 14px 20px 11px 20px; }
    @media (min-width: 768px) {
      .page-controls .toggle-navbar {
        display: none; } }

.nav-item .user_actions__divider {
  display: inline-block;
  vertical-align: middle; }

.nav-item > a > i.im {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle; }

.nav-item > a > i.log {
  background-image: url("/images/icons/login.png"); }

.nav-item > a > i.reg {
  background-image: url("/images/icons/reg.png"); }

.nav-item > a > i + span {
  display: inline-block;
  vertical-align: middle; }

/* ff icons valign fix */
@-moz-document url-prefix() {
  .page-controls .navbar-nav > li > a > .rounded-lg > i {
    vertical-align: -8%; } }

.content-wrap {
  border-left: 1px solid #d5d5d5;
  position: relative;
  z-index: 0;
  height: 100%; }
  @media (max-width: 575px) {
    .content-wrap {
      border-left: 0; } }

.content {
  min-height: 100%;
  padding: 72px 40px 22px;
  background-color: #eee; }
  @media (max-width: 767px) {
    .content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575px) {
    .content {
      padding-left: 10px;
      padding-right: 10px; } }

.logo {
  margin: 8px 0 8px 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  transition: width 0.3s ease-in-out; }
  .logo a {
    color: #fff;
    text-decoration: none; }
  .logo .logo-big {
    display: block; }
  .logo .logo-small {
    display: none; }
  @media (max-width: 575px) {
    .logo {
      display: none; } }
  .nav-collapsed .logo {
    width: 50px; }
    .nav-collapsed .logo .logo-big {
      display: none; }
    .nav-collapsed .logo .logo-small {
      display: block; }
  @media (min-width: 992px) {
    .nav-static .logo {
      width: 100%;
      transition: none; } }
  .nav-static .logo .logo-big {
    display: block; }
  .nav-static .logo .logo-small {
    display: none; }

.sidebar-nav {
  padding: 0 0 10px 0;
  font-size: 14px;
  /*
   * Sub menus
   */
  /*
  First sub-menu
   */ }
  .sidebar-nav .sub-nav {
    display: none; }
  .sidebar-nav .sub-nav.active-sub, .sidebar-nav .active .sub-nav {
    display: block; }
  .nav-collapsed .sidebar-nav .sub-nav.active-sub, .nav-collapsed .sidebar-nav .active .sub-nav {
    display: none; }
  @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
    .sidebar-nav {
      font-size: 16px; } }
  .sidebar-nav div {
    background: #f7f9fa;
    padding: 0 0 0 0;
    width: 100%; }
  .sidebar-nav li {
    list-style: none;
    padding: 3px 0 3px 10px;
    font-size: 12px; }
  .sidebar-nav div a {
    display: block;
    color: #6a6c6f;
    text-decoration: none; }
    .sidebar-nav div a .toggle {
      float: right;
      line-height: 18px;
      margin-right: 15px;
      transition: transform .35s ease; }
    .sidebar-nav div a.collapsed .toggle {
      transform: rotate(90deg); }
    .sidebar-nav div a .tag {
      float: right;
      line-height: 8px;
      margin-top: 7px;
      margin-right: 15px;
      padding: 7px;
      border-radius: 0.2rem; }
      @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
        .sidebar-nav div a .tag {
          margin-top: 11px; } }
  .sidebar-nav > div > a, .sidebar-nav > li > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #d5d5d5;
    padding: 6px 0 6px 0px;
    width: 214px;
    line-height: 12px; }
    .sidebar-nav > div > a:hover, .sidebar-nav > li > a:hover {
      background-color: #eee; }
    @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
      .sidebar-nav > div > a, .sidebar-nav > li > a {
        /*line-height: 44px;*/ } }
    .sidebar-nav > div > a .icon, .sidebar-nav > li > a .icon {
      left: 11px;
      width: 28px;
      height: 28px;
      margin: 0 11px;
      line-height: 28px;
      text-align: center; }
      .sidebar-nav > div > a .icon .fa, .sidebar-nav > div > a .icon .glyphicon, .sidebar-nav > li > a .icon .fa, .sidebar-nav > li > a .icon .glyphicon {
        font-size: 16px;
        color: rgba(108, 183, 94, 0.9); }
      .sidebar-nav > div > a .icon .fa, .sidebar-nav > li > a .icon .fa {
        position: relative;
        top: 1px; }
      .sidebar-nav > div > a .icon .glyphicon, .sidebar-nav > li > a .icon .glyphicon {
        top: 6px; }
      .sidebar-nav > div > a .icon .glyphicon-th, .sidebar-nav > li > a .icon .glyphicon-th {
        left: 0; }
      .sidebar-nav > div > a .icon .glyphicon-tree-conifer, .sidebar-nav > li > a .icon .glyphicon-tree-conifer {
        left: 0; }
      .sidebar-nav > div > a .icon .glyphicon-map-marker, .sidebar-nav > li > a .icon .glyphicon-map-marker {
        top: 6px; }
      .sidebar-nav > div > a .icon .fa-envelope, .sidebar-nav > li > a .icon .fa-envelope {
        top: 0; }
      @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
        .sidebar-nav > div > a .icon .glyphicon, .sidebar-nav > li > a .icon .glyphicon {
          top: 6px; }
        .sidebar-nav > div > a .icon .glyphicon-map-marker, .sidebar-nav > li > a .icon .glyphicon-map-marker {
          top: 7px; }
        .sidebar-nav > div > a .icon .fa, .sidebar-nav > li > a .icon .fa {
          top: 0; } }
    .sidebar-nav > div > a span.icon + span, .sidebar-nav > li > a span.icon + span {
      display: inline-block;
      padding: 2px 0 2px 0; }
    .sidebar-nav > div > a .toggle, .sidebar-nav > li > a .toggle {
      line-height: 35px; }
      @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
        .sidebar-nav > div > a .toggle, .sidebar-nav > li > a .toggle {
          line-height: 44px; } }
  .sidebar-nav > .open > a {
    background-color: #f3f3f3; }
  .sidebar-nav > div:last-child > a {
    border-bottom: 1px solid #d5d5d5; }
  .sidebar-nav .iconImg {
    margin: 0 6px; }
    .sidebar-nav .iconImg i {
      display: inline-block;
      width: 39px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: 0 0; }
    .sidebar-nav .iconImg i.com {
      background-image: url("/images/icons/com.png"); }
    .sidebar-nav .iconImg i.gov {
      background-image: url("/images/icons/gov.png"); }
    .sidebar-nav .iconImg i.corp {
      background-image: url("/images/icons/corp.png"); }
  .sidebar-nav > .active > a {
    color: #68a749;
    /*background-color: $sidebar-bg-color;*/ }
    .sidebar-nav > .active > a .icon {
      border-radius: 50%;
      background-color: #68a749; }
      .sidebar-nav > .active > a .icon .fa, .sidebar-nav > .active > a .icon .glyphicon {
        color: #ffffff; }
    .sidebar-nav > .active > a .iconImg i {
      background-position: 0 -39px; }
  .sidebar-nav > li ul, .sidebar-nav div ul {
    padding: 0;
    font-size: 13px;
    background-color: #f7f9fa;
    list-style: none;
    margin-bottom: 0; }
    @media (min-width: 992px) and (min-height: 670px), (max-width: 767px) {
      .sidebar-nav > li ul, .sidebar-nav div ul {
        font-size: 14px; } }
    .sidebar-nav > li ul > li, .sidebar-nav div ul > li {
      /* third submenu */ }
      .sidebar-nav > li ul > li > a, .sidebar-nav div ul > li > a {
        padding: 5px 0 5px 40px; }
        .sidebar-nav > li ul > li > a:hover, .sidebar-nav div ul > li > a:hover {
          background-color: #eee; }
      .sidebar-nav > li ul > li.active > a, .sidebar-nav div ul > li.active > a {
        font-weight: normal;
        color: #68a749; }
      .sidebar-nav > li ul > li ul > li > a, .sidebar-nav div ul > li ul > li > a {
        padding-left: 55px; }
  .sidebar-nav > li > ul {
    /* simulate padding */ }
    .sidebar-nav > li > ul:before {
      content: "";
      display: block;
      padding-top: 0.5rem; }
    .sidebar-nav > li > ul:after {
      content: "";
      display: block;
      padding-bottom: 0.5rem; }

.sidebar-nav-title {
  margin: 35px 0 5px 11px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }
  .sidebar-nav-title .action-link {
    color: #6a6c6f;
    float: right;
    margin-right: 15px;
    margin-top: -1px; }
    .sidebar-nav-title .action-link .fa, .sidebar-nav-title .action-link .glyphicon {
      font-size: 9px; }
    .sidebar-nav-title .action-link .glyphicon {
      top: 5px; }
  .nav-collapsed .sidebar-nav-title {
    opacity: 0; }
  @media (min-width: 992px) {
    .nav-static .sidebar-nav-title {
      opacity: 1;
      transition: none; } }

.sidebar-status {
  position: relative;
  margin: 10px 0 20px;
  padding: 0 15px 0 11px;
  /* fix notifications dropdown when there is no enough vertical space*/ }
  .sidebar-status > a {
    display: block;
    line-height: 40px;
    color: #eeeeee;
    text-decoration: none; }
  .sidebar-status .dropdown-menu {
    position: fixed;
    top: 57px;
    left: 0;
    margin: 0 20px;
    width: 320px;
    color: #555555; }
    @media (max-width: 380px) {
      .sidebar-status .dropdown-menu {
        margin: 0;
        width: 100%; } }
  @media (max-height: 500px) {
    .sidebar-status .dropdown-menu {
      bottom: 20px; }
    .sidebar-status .notifications .card-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .sidebar-status .notifications .list-group {
      position: absolute;
      top: 85px;
      left: 0;
      right: 0;
      bottom: 43px;
      height: auto; }
    .sidebar-status .notifications .card-footer {
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0; } }

.sidebar-labels {
  list-style: none;
  padding: 11px;
  padding-right: 15px;
  font-size: 13px; }
  .sidebar-labels > li > a {
    color: #eeeeee;
    text-decoration: none;
    font-weight: normal; }
    .sidebar-labels > li > a .circle,
    .sidebar-labels > li > a .circle-o {
      position: relative;
      top: -2px;
      font-size: 9px;
      height: 12px;
      width: 12px;
      line-height: 12px;
      transition: margin-left 0.3s ease-in-out; }
    .sidebar-labels > li > a .fa-circle {
      font-size: 11px;
      vertical-align: 1px;
      transition: margin-left 0.3s ease-in-out; }
    .sidebar-labels > li > a .circle-o {
      top: 1px;
      left: 1px; }
    .sidebar-labels > li > a .label-name {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
    .nav-collapsed .sidebar-labels > li > a .circle,
    .nav-collapsed .sidebar-labels > li > a .circle-o,
    .nav-collapsed .sidebar-labels > li > a .fa-circle {
      margin-left: 8px; }
    .nav-collapsed .sidebar-labels > li > a .label-name {
      opacity: 0; }
    @media (min-width: 992px) {
      .nav-static .sidebar-labels > li > a .circle,
      .nav-static .sidebar-labels > li > a .circle-o,
      .nav-static .sidebar-labels > li > a .fa-circle {
        transition: none;
        margin-left: 0; }
      .nav-static .sidebar-labels > li > a .label-name {
        transition: none;
        opacity: 1; } }
  .sidebar-labels > li + li {
    margin-top: 0.5rem; }

.sidebar-alerts {
  font-size: 13px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }
  .nav-collapsed .sidebar-alerts {
    opacity: 0; }
  @media (min-width: 992px) {
    .nav-static .sidebar-alerts {
      opacity: 1;
      transition: none; } }
  .sidebar-alerts .alert {
    margin-bottom: 0;
    padding: 0.5rem 11px;
    padding-right: 15px; }
    .sidebar-alerts .alert .close {
      font-size: 16px;
      text-shadow: none;
      opacity: 1;
      color: #6a6c6f; }
  .sidebar-alerts .progress {
    background-color: white; }

.chat-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -254px;
  width: 254px;
  background-color: #ffffff;
  transition: right 0.3s ease-in-out; }

/* body tag is given this class */
.chat-sidebar-container {
  position: relative; }
  .chat-sidebar-container, .chat-sidebar-container .sidebar {
    left: 0;
    transition: left 0.3s ease-in-out; }
  .chat-sidebar-container.chat-sidebar-opened, .chat-sidebar-container.chat-sidebar-opened .sidebar {
    left: -254px; }
  .chat-sidebar-container.chat-sidebar-opened .chat-sidebar {
    right: 0; }

.chat-sidebar-header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
  z-index: 3;
  background-color: #ffffff; }
  .chat-sidebar-header .form-control, .chat-sidebar-header .form-control-wrap input, .form-control-wrap .chat-sidebar-header input {
    padding: 0.6rem 0.85rem; }

.chat-sidebar-content {
  color: #6a6c6f; }

.chat-sidebar-contacts {
  padding: 20px 0;
  left: -100%;
  transition: left 0.4s ease-in-out; }
  .chat-sidebar-contacts.open {
    left: 0; }
  .chat-sidebar-contacts .sidebar-nav-title {
    margin-left: 20px;
    margin-right: 10px; }
    .chat-sidebar-contacts .sidebar-nav-title:first-child {
      margin-top: 0; }
    .nav-collapsed .chat-sidebar-contacts .sidebar-nav-title {
      opacity: 1; }

.chat-sidebar-chat {
  right: -100%;
  padding-bottom: 54px;
  /*footer height*/
  background-color: #ffffff;
  transition: right 0.2s ease-in-out; }
  .chat-sidebar-chat.open {
    right: 0; }
  .chat-sidebar-chat .title {
    margin-bottom: 0; }
    .chat-sidebar-chat .title > a {
      display: block;
      padding: 10px 16px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #eeeeee;
      text-decoration: none; }
    .chat-sidebar-chat .title:hover {
      cursor: pointer; }
  .chat-sidebar-chat .message-list {
    list-style: none;
    padding-left: 0;
    padding-top: 0.5rem; }
  .chat-sidebar-chat .message {
    padding: 10px 20px; }
    .chat-sidebar-chat .message::after {
      content: "";
      display: table;
      clear: both; }
    .chat-sidebar-chat .message > .thumb-sm {
      float: left; }
    .chat-sidebar-chat .message.from-me > .thumb-sm {
      float: right; }

.chat-sidebar-chat .message-body {
  position: relative;
  margin-left: 50px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  background-color: #eeeeee;
  color: #555555;
  border-radius: 0.25rem; }
  .chat-sidebar-chat .message-body:before {
    right: 100%;
    top: 8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #eeeeee; }

.chat-sidebar-chat .message.from-me .message-body {
  margin-left: 0;
  margin-right: 50px;
  background-color: #f0b518;
  color: #343434; }
  .chat-sidebar-chat .message.from-me .message-body:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #f0b518; }

.chat-sidebar-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 100px; }

.chat-sidebar-title {
  margin: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400; }

.chat-sidebar-user-group {
  margin-top: 10px; }
  .chat-sidebar-user-group .list-group-item {
    background-color: transparent;
    margin-bottom: 0;
    padding: 10px 20px;
    border: 0;
    color: #eeeeee;
    border-radius: 0; }
    .chat-sidebar-user-group .list-group-item:hover {
      cursor: pointer; }
    .chat-sidebar-user-group .list-group-item.active, .chat-sidebar-user-group .list-group-item.active:focus, .chat-sidebar-user-group .list-group-item.active:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #f0b518; }
    .chat-sidebar-user-group .list-group-item.active .badge {
      background-color: #dd5826;
      color: #fff; }
    .chat-sidebar-user-group .list-group-item.active .message-sender {
      font-weight: 600; }
    .chat-sidebar-user-group .list-group-item .circle-o {
      margin-top: 13px;
      font-size: 8px; }
    .chat-sidebar-user-group .list-group-item .fa-circle {
      font-size: 11px;
      line-height: 37px; }
    .chat-sidebar-user-group .list-group-item .badge {
      margin-top: 9px;
      margin-right: 6px;
      padding: 3px 5px; }
  .chat-sidebar-user-group .thumb .status,
  .chat-sidebar-user-group .thumb-sm .status {
    border-color: #ffffff; }
  .chat-sidebar-user-group a.list-group-item:hover {
    color: #eeeeee;
    background-color: rgba(0, 0, 0, 0.15); }
  .chat-sidebar-user-group .message-preview {
    margin: 0;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 85%;
    color: #999999; }
  .chat-sidebar-user-group .message-sender {
    margin: 0 0 5px; }

.chat-sidebar-footer {
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  background-color: #3a3a3a;
  transition: right 0.2s ease-in-out; }
  .chat-sidebar-footer.open {
    right: 0; }

.chat-notification {
  position: absolute;
  right: 12px;
  top: 35px;
  z-index: 20;
  margin-top: 3px;
  padding: 5px 0;
  cursor: pointer; }
  .chat-notification:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #343434; }

.chat-notification-inner {
  min-width: 120px;
  padding: 8px;
  font-size: 12px;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: #343434;
  color: #fff; }
  .chat-notification-inner .title {
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    font-size: 0.875rem; }
    .chat-notification-inner .title .thumb-xs {
      vertical-align: -9px;
      margin-right: 5px; }
  .chat-notification-inner .text {
    margin-top: 5px;
    margin-bottom: 0;
    color: #999999; }

.chat-notification-sing {
  position: absolute;
  top: 16px;
  left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dd5826; }

.page-title {
  margin: 0 0 calc(1rem + 6px); }

.r-title {
  margin: 10px 0 10px 0;
  text-align: right;
  font-size: 22px; }
  @media (max-width: 575px) {
    .r-title {
      text-align: center;
      margin: 0px 0 20px 0; } }

.notifications {
  height: 100%; }
  @media (min-width: 768px) {
    .notifications {
      width: 333px; } }
  .notifications .card-header {
    background-color: #fff; }
    .notifications .card-header .btn-group-justified {
      display: flex; }
      .notifications .card-header .btn-group-justified label {
        flex: 1;
        padding-top: 5px;
        padding-bottom: 5px; }
  .notifications .list-group {
    height: 320px;
    overflow-y: scroll; }
  .notifications .list-group-item {
    transition: background-color 0.15s ease-in-out; }
    .notifications .list-group-item:hover {
      background-color: #f5f5f5; }
      .notifications .list-group-item:hover .progress-bar {
        background-color: #fff !important; }
    .notifications .list-group-item .progress {
      transition: background-color 0.15s ease-in-out; }
  .notifications a.list-group-item {
    text-decoration: none;
    color: #555555; }
  .notifications .btn-notifications-reload {
    color: #666; }

.filters-wrap .button-wrap {
  text-align: right;
  top: 75px;
  right: 10px;
  z-index: 10; }
  .filters-wrap .button-wrap.opened {
    position: fixed !important;
    /*top: -85px;*/ }
    .filters-wrap .button-wrap.opened span {
      display: inline-block !important; }

.filters-wrap .button-bottom-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px; }

.filters-wrap .filters-content {
  position: fixed;
  background: #fff;
  z-index: 50;
  right: 0;
  width: 330px;
  top: 125px;
  bottom: 0;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5; }
  .filters-wrap .filters-content .close-but {
    padding: 10px 10px 5px 10px;
    text-align: right; }
  @media (max-width: 575px) {
    .filters-wrap .filters-content {
      top: 62px;
      width: 100%;
      border-left: none;
      border-right: none; } }
  .filters-wrap .filters-content .ftitle {
    font-weight: bold; }

.fullScreen.classifier-select {
  top: 70px;
  left: 55px;
  right: 55px;
  bottom: 15px;
  border: 1px solid #d5d5d5;
  overflow: hidden; }
  .fullScreen.classifier-select .close-but {
    padding: 10px 10px 5px 10px;
    text-align: right; }

/***********************/
/*        Loader       */
/***********************/
.loader-wrap {
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: #eee;
  opacity: 1;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.2s ease-out, background-color 0.2s ease-out; }
  .loader-wrap.hiding {
    opacity: 0;
    background-color: transparent; }
  .loader-wrap .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -10px;
    font-size: 20px;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .nav-collapsed .loader-wrap {
      transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
      transform: translate(0, 0);
      margin-left: 214px; } }

/***********************/
/*       Widget        */
/***********************/
.widget {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0.2rem; }
  @media (max-width: 575px) {
    .widget {
      padding: 15px 10px; } }
  .widget > header {
    margin: -15px -20px;
    padding: 15px 20px; }
    @media (max-width: 575px) {
      .widget > header {
        margin: -15px -10px;
        padding: 15px 10px; } }
    .widget > header h1, .widget > header h2, .widget > header h3, .widget > header h4, .widget > header h5, .widget > header h6 {
      margin: 0; }
    .widget > header + .widget-body,
    .widget > header + .widget-body.no-padding {
      margin-top: 15px; }
  .widget > .widget-body.no-padding {
    margin: -15px -20px; }
    .widget > .widget-body.no-padding + footer {
      margin-top: 15px; }
  .widget > footer {
    margin: 0 -20px -15px;
    padding: 15px 20px; }
  .widget:hover .widget-controls-hover {
    opacity: 1; }
  .widget .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .widget .loader .spinner {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -10px;
      font-size: 20px;
      text-align: center; }
  .widget .widget-top-overflow,
  .widget .widget-middle-overflow {
    position: relative;
    margin: 0 -20px; }
    .widget .widget-top-overflow > img,
    .widget .widget-middle-overflow > img {
      max-width: 100%; }
  .widget .widget-top-overflow {
    margin-top: -15px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    overflow: hidden; }
    .widget .widget-top-overflow > img {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .widget .widget-top-overflow > .btn-toolbar {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .widget .widget-top-overflow > .btn-toolbar {
          top: auto;
          bottom: 0; } }
  .widget .widget-table-overflow {
    margin: 0 -20px -15px; }
    .widget .widget-table-overflow th:first-child,
    .widget .widget-table-overflow td:first-child {
      padding-left: 20px; }
    .widget .widget-table-overflow th:last-child,
    .widget .widget-table-overflow td:last-child {
      padding-right: 20px; }

.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 14px;
  font-size: 0.875rem; }
  .widget-controls.left {
    left: 0;
    right: auto; }
  .widget-controls.widget-controls-hover {
    opacity: 0;
    transition: opacity 0.15s; }
  .widget-controls > a {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.15s ease-in-out; }
    .widget-controls > a:hover {
      color: rgba(0, 0, 0, 0.1);
      text-decoration: none; }
    .widget-controls > a > .glyphicon {
      vertical-align: 0;
      font-size: 12px; }
    .widget-controls > a > .fa {
      vertical-align: 1px; }
  .widget-controls > .btn-group {
    vertical-align: baseline; }

.widget-card {
  min-height: 135px; }

.widget-icon {
  opacity: .5;
  font-size: 42px;
  height: 70px; }
  .widget-icon .glyphicon {
    top: 5px; }

.widget-image {
  position: relative;
  overflow: hidden;
  margin: -15px -20px;
  border-radius: 0.25rem; }
  .widget-image > img {
    max-width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
    transition: transform .15s ease; }
  .widget-image:hover > img {
    transform: scale(1.1, 1.1); }
  .widget-image .title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px; }
  .widget-image .info {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px; }

.widget-footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%; }

.widget-sm {
  height: 230px; }

.widget-md {
  height: 373px; }

.windget-padding-md {
  padding: 15px 20px; }

.windget-padding-lg {
  padding: 30px 40px; }

.widget-body-container {
  position: relative;
  height: 100%; }

.widget-top-overflow,
.widget-middle-overflow {
  position: relative;
  margin: 0 -20px; }
  .widget-top-overflow > img,
  .widget-middle-overflow > img {
    max-width: 100%; }

.widget-top-overflow {
  margin-top: -15px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden; }
  .widget-top-overflow > img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .widget-top-overflow > .btn-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .widget-top-overflow > .btn-toolbar {
        top: auto;
        bottom: 0; } }

/***********************************/
/**         Widgets Grid          **/
/***********************************/
.widget-container {
  min-height: 30px; }
  .widget-container .widget:not(.fullscreened) > header {
    cursor: move; }

.widget-placeholder {
  background: rgba(255, 255, 255, 0.4);
  border: 1px dashed #999999;
  margin: -1px -1px calc(30px - 1px) -1px; }

/***********************/
/*       Buttons       */
/***********************/
.btn-inverse {
  color: #fff;
  background-color: #555555;
  border-color: #3c3c3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-inverse:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #1d1d1d; }
  .btn-inverse:focus, .btn-inverse.focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #1d1d1d; }
  .btn-inverse:active, .btn-inverse.active,
  .open > .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #1d1d1d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > .btn-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #2a2a2a;
      border-color: black; }
  .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse:disabled:focus, .btn-inverse:disabled.focus {
    background-color: #555555;
    border-color: #3c3c3c; }
  .btn-inverse.disabled:hover, .btn-inverse:disabled:hover {
    background-color: #555555;
    border-color: #3c3c3c; }

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

/***********************/
/*     Content Map     */
/***********************/
.content-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .content-map + .page-title {
    position: relative;
    z-index: 2; }

/***********************/
/*    Part:Stats Row   */
/***********************/
.stats-row {
  margin-bottom: 15px; }

.stat-item {
  display: inline-block;
  padding-right: 15px; }
  .stat-item + .stat-item {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .stat-item .name {
    margin-bottom: 2px; }
  .stat-item .value {
    font-weight: bold; }
  .stat-item.stat-item-mini-chart {
    position: relative;
    top: -12px;
    padding-left: 0;
    border-left: none; }

.page-loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2); }
  .page-loader.first-loading {
    background: none;
    display: block !important; }
  .page-loader .spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    font-size: 40px;
    text-align: center;
    color: #68a749; }

@media (max-width: 575px) {
  .hide-mobile {
    display: none; } }

.show-mobile {
  display: none; }
  @media (max-width: 575px) {
    .show-mobile {
      display: block; } }

@media (max-width: 575px) {
  .wrap-mobile {
    white-space: normal; } }

@media (max-width: 575px) {
  .reverse-mobile {
    flex-direction: column-reverse; } }

.nav.navbar-nav > li > a.top-localization {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #68a84b !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 15px;
  padding: 0 0 0 0;
  margin: 2px 7px 14px 13px; }

/***********************************/
/**            UTILS              **/
/***********************************/
.nav-justified {
  width: 100%;
  border-bottom: 0; }
  .nav-justified .nav-item {
    float: none; }
  .nav-justified .nav-link {
    text-align: center;
    margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified .nav-item {
      display: table-cell;
      width: 1%; }
    .nav-justified .nav-link {
      margin-bottom: 0; } }
  .nav-justified .nav-link {
    margin-right: 0; }

.transition-height {
  transition: height 0.15s ease-in-out; }

.btn-default {
  color: #343434;
  background-color: #f8f8f8;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-default:hover {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad; }
  .btn-default:focus, .btn-default.focus {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #343434;
    background-color: #dfdfdf;
    border-color: #adadad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #343434;
      background-color: #cdcdcd;
      border-color: #8c8c8c; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
    background-color: #f8f8f8;
    border-color: #ccc; }
  .btn-default.disabled:hover, .btn-default:disabled:hover {
    background-color: #f8f8f8;
    border-color: #ccc; }

.tag-white {
  background-color: #fff; }
  .tag-white[href]:focus, .tag-white[href]:hover {
    background-color: #e6e6e6; }

.display-flex {
  display: flex; }

.flex-nowrap {
  flex-wrap: nowrap; }

/**
 * .circle & .rounded are pretty cool way to add a bit of beauty to raw data.
 * should be used with bg-* and text-* classes for colors.
 */
.circle, .rounded, .circle-o {
  display: inline-block;
  width: 1.428571429em;
  height: 1.428571429em;
  line-height: 1.428571429em;
  text-align: center; }

.circle, .circle-o {
  border-radius: 50%; }

.rounded {
  border-radius: 5px; }

.circle-lg, .rounded-lg {
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em; }

.circle-o {
  border: 0.3em solid transparent; }
  .circle-o.circle-o-danger {
    border-color: #dd5826; }
  .circle-o.circle-o-warning {
    border-color: #f0b518; }
  .circle-o.circle-o-success {
    border-color: #68a749; }
  .circle-o.circle-o-info {
    border-color: #5dc4bf; }
  .circle-o.circle-o-primary {
    border-color: #5d8fc2; }
  .circle-o.circle-o-black {
    border-color: #000; }
  .circle-o.circle-o-gray-darker {
    border-color: #222222; }
  .circle-o.circle-o-gray-dark {
    border-color: #343434; }
  .circle-o.circle-o-gray {
    border-color: #555555; }
  .circle-o.circle-o-gray-light {
    border-color: #999999; }
  .circle-o.circle-o-gray-lighter {
    border-color: #eeeeee; }
  .circle-o.circle-o-white {
    border-color: #fff; }

.thumb-xlg {
  width: 100px; }
  .thumb-xlg > .glyphicon,
  .thumb-xlg > .fa {
    line-height: 100px; }

.thumb-lg {
  width: 60px; }
  .thumb-lg > .glyphicon,
  .thumb-lg > .fa {
    line-height: 60px; }

.thumb {
  width: 48px; }
  .thumb > .glyphicon,
  .thumb > .fa {
    line-height: 48px; }

.thumb-sm {
  width: 34px; }
  .thumb-sm > .glyphicon,
  .thumb-sm > .fa {
    line-height: 34px; }

.thumb-xs {
  width: 28px; }
  .thumb-xs > .glyphicon,
  .thumb-xs > .fa {
    line-height: 28px; }

.thumb-xs,
.thumb-sm,
.thumb-lg,
.thumb-xlg,
.thumb {
  position: relative;
  display: inline-block;
  text-align: center; }
  .thumb-xs img,
  .thumb-sm img,
  .thumb-lg img,
  .thumb-xlg img,
  .thumb img {
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .thumb-xs .status,
  .thumb-sm .status,
  .thumb-lg .status,
  .thumb-xlg .status,
  .thumb .status {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid #fff;
    border-radius: 50%; }
    .thumb-xs .status.status-bottom,
    .thumb-sm .status.status-bottom,
    .thumb-lg .status.status-bottom,
    .thumb-xlg .status.status-bottom,
    .thumb .status.status-bottom {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0; }

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

.input-dark {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #555555; }
  .input-dark:focus {
    background-color: #eeeeee; }

.input-group-dark .input-group-addon,
.input-group-dark .form-control,
.input-group-dark .form-control-wrap input, .form-control-wrap
.input-group-dark input {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #555555;
  transition: background-color 0.15s ease-in-out; }

.input-group-dark .form-control:focus, .input-group-dark .form-control-wrap input:focus, .form-control-wrap .input-group-dark input:focus,
.input-group-dark .form-control:focus + .input-group-addon,
.input-group-dark .form-control-wrap input:focus + .input-group-addon, .form-control-wrap
.input-group-dark input:focus + .input-group-addon,
.input-group-dark.focus .input-group-addon {
  background-color: #eeeeee; }

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

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

.input-group-transparent .input-group-addon, .input-group-no-border .input-group-addon {
  background-color: #fff;
  transition: border-color ease-in-out 0.15s; }

.input-group-transparent .form-control:focus + .input-group-addon, .input-group-no-border .form-control:focus + .input-group-addon, .input-group-transparent .form-control-wrap input:focus + .input-group-addon, .form-control-wrap .input-group-transparent input:focus + .input-group-addon, .input-group-no-border .form-control-wrap input:focus + .input-group-addon, .form-control-wrap .input-group-no-border input:focus + .input-group-addon,
.input-group-transparent.focus .input-group-addon, .focus.input-group-no-border .input-group-addon {
  border-color: #4D90FE; }

.input-no-border, .input-group-no-border .form-control, .input-group-no-border .form-control-wrap input, .form-control-wrap .input-group-no-border input,
.input-group-no-border .input-group-addon {
  border: none;
  transition: background-color ease-in-out 0.15s; }
  .input-no-border:focus, .input-group-no-border .form-control:focus, .input-group-no-border .form-control-wrap input:focus, .form-control-wrap .input-group-no-border input:focus,
  .input-group-no-border .input-group-addon:focus,
  .input-group-no-border .form-control:focus + .input-group-addon,
  .input-group-no-border .form-control-wrap input:focus + .input-group-addon, .form-control-wrap
  .input-group-no-border input:focus + .input-group-addon,
  .input-group-no-border.focus .input-group-addon {
    background-color: #f1f1f1; }

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

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

.chart-overflow-bottom {
  margin: 0 -20px -15px; }

.globe {
  font-size: 64px; }
  .globe > i {
    position: relative; }
    .globe > i > i {
      position: absolute;
      left: 0; }

.thin-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.thin-scroll::-webkit-scrollbar:hover {
  background-color: #e9e9e9;
  border: none; }

.thin-scroll::-webkit-scrollbar-thumb {
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

.thin-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #999999; }

@-webkit-keyframes bg-attention {
  0% {
    background-color: #fdf7e6; }
  5% {
    background-color: #fae8b6; }
  0% {
    background-color: transparent; } }

@keyframes bg-attention {
  0% {
    background-color: #fdf7e6; }
  5% {
    background-color: #fae8b6; }
  0% {
    background-color: transparent; } }

.bg-attention {
  animation: bg-attention 10s; }

/* .h* + .fw-bold */
.value0 {
  margin: 0;
  font-size: 54px;
  font-weight: 600; }

.value1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600; }

.value2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600; }

.value3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600; }

.value4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600; }

.value5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600; }

.value6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600; }

.help {
  font-size: 85%;
  color: #999999; }

.no-margin {
  margin: 0; }

.mt-xlg {
  margin-top: 40px; }

.mt-n-xlg {
  margin-top: -40px; }

.mt-lg {
  margin-top: 1.5rem; }

.mt-n-lg {
  margin-top: -1.5rem; }

.mt {
  margin-top: 1rem; }

.mt-n {
  margin-top: 1rem; }

.mt-md {
  margin-top: 1rem; }

.mt-n-md {
  margin-top: -1rem; }

.mt-sm {
  margin-top: 0.5rem; }

.mt-n-sm {
  margin-top: -0.5rem; }

.mt-xs {
  margin-top: 0.25rem; }

.mt-n-xs {
  margin-top: -0.25rem; }

.mt-0 {
  margin-top: 0; }

.mt-n-0 {
  margin-top: 0; }

.mb-xlg {
  margin-bottom: 40px; }

.mb-n-xlg {
  margin-bottom: -40px; }

.mb-lg {
  margin-bottom: 1.5rem; }

.mb-n-lg {
  margin-bottom: -1.5rem; }

.mb {
  margin-bottom: 1rem; }

.mb-n {
  margin-bottom: 1rem; }

.mb-md {
  margin-bottom: 1rem; }

.mb-n-md {
  margin-bottom: -1rem; }

.mb-sm {
  margin-bottom: 0.5rem; }

.mb-n-sm {
  margin-bottom: -0.5rem; }

.mb-xs {
  margin-bottom: 0.25rem; }

.mb-n-xs {
  margin-bottom: -0.25rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-n-0 {
  margin-bottom: 0; }

.ml-lg {
  margin-left: 20px; }

.ml-n-lg {
  margin-left: -20px; }

.ml {
  margin-left: 15px; }

.ml-n {
  margin-left: 15px; }

.ml-md {
  margin-left: 15px; }

.ml-n-md {
  margin-left: -15px; }

.ml-sm {
  margin-left: 10px; }

.ml-n-sm {
  margin-left: -10px; }

.ml-xs {
  margin-left: 5px; }

.ml-n-xs {
  margin-left: -5px; }

.ml-0 {
  margin-left: 0; }

.ml-n-0 {
  margin-left: 0; }

.mr-lg {
  margin-right: 20px; }

.mr-n-lg {
  margin-right: -20px; }

.mr {
  margin-right: 15px; }

.mr-n {
  margin-right: 15px; }

.mr-md {
  margin-right: 15px; }

.mr-n-md {
  margin-right: -15px; }

.mr-sm {
  margin-right: 10px; }

.mr-n-sm {
  margin-right: -10px; }

.mr-xs {
  margin-right: 5px; }

.mr-n-xs {
  margin-right: -5px; }

.mr-0 {
  margin-right: 0; }

.mr-n-0 {
  margin-right: 0; }

.no-padding {
  padding: 0; }

.display-inline {
  display: inline; }

.display-n-inline {
  display: -inline; }

.display-inline-block {
  display: inline-block; }

.display-n-inline-block {
  display: -inline; }

.display-block {
  display: block; }

.display-n-block {
  display: -inline; }

.width-50 {
  width: 50px; }

.width-n-50 {
  width: -inline; }

.width-100 {
  width: 100px; }

.width-n-100 {
  width: -inline; }

.width-150 {
  width: 150px; }

.width-n-150 {
  width: -inline; }

.width-200 {
  width: 200px; }

.width-n-200 {
  width: -inline; }

.height-50 {
  height: 50px; }

.height-n-50 {
  height: -inline; }

.height-100 {
  height: 100px; }

.height-n-100 {
  height: -inline; }

.height-150 {
  height: 150px; }

.height-n-150 {
  height: -inline; }

.height-200 {
  height: 200px; }

.height-n-200 {
  height: -inline; }

.height-250 {
  height: 250px; }

.height-n-250 {
  height: -inline; }

.max-height-50 {
  max-height: 50px; }

.max-height-n-50 {
  max-height: -inline; }

.max-height-100 {
  max-height: 100px; }

.max-height-n-100 {
  max-height: -inline; }

.max-height-150 {
  max-height: 150px; }

.max-height-n-150 {
  max-height: -inline; }

.max-height-200 {
  max-height: 200px; }

.max-height-n-200 {
  max-height: -inline; }

.max-height-250 {
  max-height: 250px; }

.max-height-n-250 {
  max-height: -inline; }

.opacity-10 {
  opacity: 0.1; }

.opacity-n-10 {
  opacity: -inline; }

.opacity-20 {
  opacity: 0.2; }

.opacity-n-20 {
  opacity: -inline; }

.opacity-30 {
  opacity: 0.3; }

.opacity-n-30 {
  opacity: -inline; }

.opacity-40 {
  opacity: 0.4; }

.opacity-n-40 {
  opacity: -inline; }

.opacity-50 {
  opacity: 0.5; }

.opacity-n-50 {
  opacity: -inline; }

.opacity-60 {
  opacity: 0.6; }

.opacity-n-60 {
  opacity: -inline; }

.opacity-70 {
  opacity: 0.7; }

.opacity-n-70 {
  opacity: -inline; }

.opacity-80 {
  opacity: 0.8; }

.opacity-n-80 {
  opacity: -inline; }

.opacity-90 {
  opacity: 0.9; }

.opacity-n-90 {
  opacity: -inline; }

.z-index-more {
  z-index: 1; }

.z-index-n-more {
  z-index: -inline; }

.z-index-less {
  z-index: -1; }

.z-index-n-less {
  z-index: -inline; }

.z-index-10 {
  z-index: 10; }

.z-index-n-10 {
  z-index: -inline; }

.z-index--10 {
  z-index: -10; }

.z-index-n--10 {
  z-index: -inline; }

.no-border {
  border: none; }

.bt {
  border-top: 1px solid #ddd; }

.br {
  border-right: 1px solid #ddd; }

.bb {
  border-bottom: 1px solid #ddd; }

.bl {
  border-left: 1px solid #ddd; }

.overflow-hidden {
  overflow: hidden; }

.fw-semi-bold {
  font-weight: 600; }

.fw-normal {
  font-weight: 400; }

.fw-bold {
  font-weight: 700; }

.fw-thin {
  font-weight: 300; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-135 {
  transform: rotate(135deg); }

.rotate-225 {
  transform: rotate(225deg); }

.rotate-315 {
  transform: rotate(315deg); }

/* small + .text-muted*/
.deemphasize {
  font-size: 85%;
  color: #999999; }

.bg-primary {
  background-color: #5d8fc2 !important;
  color: #555555 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #4175ab; }

.bg-success {
  background-color: #68a749 !important;
  color: #555555 !important; }

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

.bg-info {
  background-color: #5dc4bf !important;
  color: #555555 !important; }

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

.bg-warning {
  background-color: #f0b518 !important;
  color: #555555 !important; }

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

.bg-danger {
  background-color: #dd5826 !important;
  color: #555555 !important; }

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

.bg-primary-light {
  background-color: #dee4ee !important;
  color: #555555 !important; }

a.bg-primary-light:focus, a.bg-primary-light:hover {
  background-color: #bcc8dd; }

.bg-success-light {
  background-color: #ecfaec !important;
  color: #555555 !important; }

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

.bg-info-light {
  background-color: #f2fafa !important;
  color: #555555 !important; }

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

.bg-warning-light {
  background-color: #fdf7e6 !important;
  color: #555555 !important; }

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

.bg-danger-light {
  background-color: #fff2ef !important;
  color: #555555 !important; }

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

.bg-body {
  background-color: #eee !important;
  color: #555555 !important; }

a.bg-body:focus, a.bg-body:hover {
  background-color: #d5d5d5; }

.bg-body-light {
  background-color: #f6f6f6 !important;
  color: #555555 !important; }

a.bg-body-light:focus, a.bg-body-light:hover {
  background-color: gainsboro; }

.bg-gray {
  background-color: #555555 !important;
  color: #555555 !important; }

a.bg-gray:focus, a.bg-gray:hover {
  background-color: #3c3c3c; }

.bg-gray-transparent {
  background-color: rgba(85, 85, 85, 0.6) !important;
  color: #555555 !important; }

a.bg-gray-transparent:focus, a.bg-gray-transparent:hover {
  background-color: rgba(60, 60, 60, 0.6); }

.bg-gray-dark {
  background-color: #343434 !important;
  color: #555555 !important; }

a.bg-gray-dark:focus, a.bg-gray-dark:hover {
  background-color: #1b1b1b; }

.bg-black {
  background-color: #000 !important;
  color: #555555 !important; }

a.bg-black:focus, a.bg-black:hover {
  background-color: black; }

.bg-gray-light {
  background-color: #999999 !important;
  color: #555555 !important; }

a.bg-gray-light:focus, a.bg-gray-light:hover {
  background-color: gray; }

.bg-gray-lighter {
  background-color: #eeeeee !important;
  color: #555555 !important; }

a.bg-gray-lighter:focus, a.bg-gray-lighter:hover {
  background-color: #d5d5d5; }

.bg-transparent {
  background-color: transparent !important;
  color: #555555 !important; }

a.bg-transparent:focus, a.bg-transparent:hover {
  background-color: transparent; }

.bg-white {
  background-color: #fff !important;
  color: #555555 !important; }

a.bg-white:focus, a.bg-white:hover {
  background-color: #e6e6e6; }

.bg-sidebar {
  background-color: #ffffff !important;
  color: #555555 !important; }

a.bg-sidebar:focus, a.bg-sidebar:hover {
  background-color: #e6e6e6; }

.bg-body, .bg-body-light, .bg-gray, .bg-gray-transparent, .bg-transparent,
.bg-primary, .bg-success, .bg-warning, .bg-danger, .bg-info {
  transition: background-color 0.15s ease-in-out; }

.text-primary {
  color: #5d8fc2 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #4175ab !important; }

.text-success {
  color: #68a749 !important; }

a.text-success:focus, a.text-success:hover {
  color: #528439 !important; }

.text-info {
  color: #5dc4bf !important; }

a.text-info:focus, a.text-info:hover {
  color: #40aea9 !important; }

.text-warning {
  color: #f0b518 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #c8950d !important; }

.text-danger {
  color: #dd5826 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #b4461c !important; }

.text-link {
  color: #218BC3 !important; }

a.text-link:focus, a.text-link:hover {
  color: #1a6c97 !important; }

.text-white {
  color: #fff !important; }

a.text-white:focus, a.text-white:hover {
  color: #e6e6e6 !important; }

.text-gray {
  color: #555555 !important; }

a.text-gray:focus, a.text-gray:hover {
  color: #3c3c3c !important; }

.text-gray-dark {
  color: #343434 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1b1b1b !important; }

.text-gray-light {
  color: #999999 !important; }

a.text-gray-light:focus, a.text-gray-light:hover {
  color: gray !important; }

.text-semi-muted {
  color: #777 !important; }

a.text-semi-muted:focus, a.text-semi-muted:hover {
  color: #5e5e5e !important; }

.text-gray-darker {
  color: #222222 !important; }

a.text-gray-darker:focus, a.text-gray-darker:hover {
  color: #090909 !important; }

.text-gray-lighter {
  color: #eeeeee !important; }

a.text-gray-lighter:focus, a.text-gray-lighter:hover {
  color: #d5d5d5 !important; }

.text-bg-sidebar {
  color: #ffffff !important; }

a.text-bg-sidebar:focus, a.text-bg-sidebar:hover {
  color: #e6e6e6 !important; }

.text-light {
  opacity: .8; }

.fs-mini {
  font-size: 13px; }

.fs-smaller {
  font-size: 85%; }

.fs-sm {
  font-size: 0.875rem; }

.fs-larger {
  font-size: 15px; }

.btlr {
  border-top-left-radius: 0.25rem; }

.btrr {
  border-top-right-radius: 0.25rem; }

.bblr {
  border-bottom-left-radius: 0.25rem; }

.bbrr {
  border-bottom-right-radius: 0.25rem; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.fade-up.ng-enter {
  animation: fadeInUp 0.5s; }

.fade-up.ng-leave {
  animation: fadeOutUp 0.5s; }

.al-toggle + div {
  display: none; }

.al-toggle.active + div {
  display: block; }

@media print {
  .page-controls, .single-page-controls, .sidebar, .loader-wrap, .chat-sidebar {
    display: none; }
  .content-wrap {
    position: static; }
  .content {
    margin: 0;
    padding: 0; }
  .table, .table td, .table th {
    background: #fff !important;
    border: none !important; }
  .table td {
    border-top: 1px solid #999999 !important; }
  .hidden-print {
    display: none !important; }
  .col-print-1,
  .col-print-2,
  .col-print-3,
  .col-print-4,
  .col-print-5,
  .col-print-6,
  .col-print-7,
  .col-print-8,
  .col-print-9,
  .col-print-10,
  .col-print-11 {
    float: left; }
  .col-print-1 {
    width: 8.33333%; }
  .col-print-2 {
    width: 16.66667%; }
  .col-print-3 {
    width: 25%; }
  .col-print-4 {
    width: 33.33333%; }
  .col-print-5 {
    width: 41.66667%; }
  .col-print-6 {
    width: 50%; }
  .col-print-7 {
    width: 58.33333%; }
  .col-print-8 {
    width: 66.66667%; }
  .col-print-9 {
    width: 75%; }
  .col-print-10 {
    width: 83.33333%; }
  .col-print-11 {
    width: 91.66667%; }
  .col-print-12 {
    width: 100%; }
  .col-print-push-0 {
    left: auto; }
  .col-print-push-1 {
    left: 8.33333%; }
  .col-print-push-2 {
    left: 16.66667%; }
  .col-print-push-3 {
    left: 25%; }
  .col-print-push-4 {
    left: 33.33333%; }
  .col-print-push-5 {
    left: 41.66667%; }
  .col-print-push-6 {
    left: 50%; }
  .col-print-push-7 {
    left: 58.33333%; }
  .col-print-push-8 {
    left: 66.66667%; }
  .col-print-push-9 {
    left: 75%; }
  .col-print-push-10 {
    left: 83.33333%; }
  .col-print-push-11 {
    left: 91.66667%; }
  .col-print-pull-0 {
    right: auto; }
  .col-print-pull-1 {
    right: 8.33333%; }
  .col-print-pull-2 {
    right: 16.66667%; }
  .col-print-pull-3 {
    right: 25%; }
  .col-print-pull-4 {
    right: 33.33333%; }
  .col-print-pull-5 {
    right: 41.66667%; }
  .col-print-pull-6 {
    right: 50%; }
  .col-print-pull-7 {
    right: 58.33333%; }
  .col-print-pull-8 {
    right: 66.66667%; }
  .col-print-pull-9 {
    right: 75%; }
  .col-print-pull-10 {
    right: 83.33333%; }
  .col-print-pull-11 {
    right: 91.66667%; }
  .col-print-offset-0 {
    margin-left: 0; }
  .col-print-offset-1 {
    margin-left: 8.33333%; }
  .col-print-offset-2 {
    margin-left: 16.66667%; }
  .col-print-offset-3 {
    margin-left: 25%; }
  .col-print-offset-4 {
    margin-left: 33.33333%; }
  .col-print-offset-5 {
    margin-left: 41.66667%; }
  .col-print-offset-6 {
    margin-left: 50%; }
  .col-print-offset-7 {
    margin-left: 58.33333%; }
  .col-print-offset-8 {
    margin-left: 66.66667%; }
  .col-print-offset-9 {
    margin-left: 75%; }
  .col-print-offset-10 {
    margin-left: 83.33333%; }
  .col-print-offset-11 {
    margin-left: 91.66667%; } }

.error-container {
  max-width: 620px;
  margin: auto;
  padding-top: 6%; }
  .error-container h1, .error-container .h1 {
    font-size: 5rem; }
  .error-container .big-icon {
    font-size: 120px; }

.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 {
  background-color: #68a749;
  border-color: #68a749; }

.ui-widget.ui-button {
  background-color: #68a749;
  border: 1px solid #68a749;
  color: #ffffff; }

.btn-primary {
  background-color: #34495e;
  border-color: #34495e; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

/*@import "landing/landing.scss";*/
.dd-list li .dd-handle, .dd-list li .dd-nodrag {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  height: 30px;
  margin-left: 20px;
  border: none;
  background: none;
  width: auto;
  border-radius: 0;
  padding: 5px; }

.dd-list li .item-content {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px;
  color: #333;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer; }
  .dd-list li .item-content .menu-item-controls {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
    margin-top: 8px; }
    .dd-list li .item-content .menu-item-controls .glyphicon {
      width: 15px;
      height: 15px;
      margin: 0 2px; }

.fullScreen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  z-index: 10000;
  display: block;
  background: #fff;
  overflow: scroll;
  overflow-x: hidden; }
  .fullScreen .top-header {
    display: none; }
  .fullScreen.tabs-content {
    background: #eee; }
  .fullScreen.wrap-for-fullscreen {
    padding: 20px; }

#content-wrap .pace-activity {
  display: none; }

.modal.modal-full-screen {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px; }
  .modal.modal-full-screen .modal-header {
    padding: 2px 15px 2px 15px;
    border-bottom: 1px solid #e5e5e5; }
  .modal.modal-full-screen .btn-close {
    float: right; }
  .modal.modal-full-screen .modal-content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .modal.modal-full-screen .modal-body {
    padding: 0;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 51px;
    bottom: 2px; }
  .modal.modal-full-screen .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.tender-panel {
  border: 1px solid #D5D5D5;
  border-top: 2px solid #68a84b; }
  .tender-panel .tender-details {
    border: 1px solid #d5d5d5;
    position: relative;
    padding: 15px; }
  .tender-panel .tender-info {
    border: 1px solid #d5d5d5;
    padding: 15px; }
    .tender-panel .tender-info .info-content {
      max-height: 200px;
      overflow-y: auto; }

.tender-info {
  border-top: 1px solid #d5d5d5;
  position: relative;
  padding: 15px 0; }
  .tender-info .info-content {
    max-height: 200px;
    overflow: hidden; }
    .tender-info .info-content.all {
      max-height: initial; }

.tender-block {
  border: 1px solid #d5d5d5;
  position: relative;
  padding: 15px; }

.tender-footer {
  background: #f7f9fa; }

.period-title {
  display: block; }
  .period-title:first-letter {
    text-transform: uppercase; }

.ftitle {
  margin-top: 0; }

.item-block {
  border-radius: 10px;
  padding: 5px 9px 0 9px;
  border: 1px solid #d5d5d5;
  margin-top: 10px;
  background: #fcfcfc; }
  .item-block.active {
    padding: 5px 9px 5px 9px;
    border: 1px solid #d5d5d5; }

.item-block .item-block {
  background: #fff; }

.lot-edit-block {
  border-radius: 10px;
  padding: 15px 15px 11px 15px;
  border: 1px solid #d5d5d5;
  margin-top: 10px; }
  .lot-edit-block.active {
    padding: 15px 15px 15px 15px;
    border: 1px solid #d5d5d5; }

.document-list {
  padding-left: 20px; }

.page-block {
  margin-top: 30px;
  border-top: 1px solid #d5d5d5;
  padding-top: 20px; }

.selected-filters {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px; }

.criteria-group {
  border: 1px solid #d5d5d5;
  padding: 15px;
  border-radius: 10px; }

.col-icon {
  width: 30px; }
  .col-icon a, .col-icon a:not([href]):not([tabindex]) {
    color: #68a749; }

.ui-widget-content {
  border: 1px solid #D5D5D5;
  background: #ffffff;
  color: #222222; }
  .ui-widget-content.ui-tree {
    border: 0;
    color: inherit; }

.table-bordered thead th, .table-bordered thead td {
  vertical-align: top; }

.ui-cell-data:empty, .ui-cell-data .empty {
  text-align: center;
  display: block; }
  .ui-cell-data:empty::after, .ui-cell-data .empty::after {
    content: '-'; }

.td-but {
  width: 100px;
  text-align: center;
  cursor: pointer; }
  .td-but .icon {
    border-radius: 50%;
    background-color: #68a749;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 16px; }
    .td-but .icon .glyphicon {
      line-height: 28px; }

.tabs-content > section.widget {
  background: #eee;
  margin-bottom: 0px; }

.tabs-wrap {
  padding: 15px;
  background: #fff; }

.tabs > ul {
  display: block;
  padding: 0;
  margin: 0; }
  .tabs > ul > li {
    display: block;
    float: left;
    list-style: none;
    height: 46px;
    padding: 12px 24px; }
    .tabs > ul > li a {
      display: block;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      color: #34495e; }
  .tabs > ul > li.active {
    background: #fff; }

.page-nav {
  position: absolute;
  right: 0; }
  .page-nav + fieldset {
    margin-right: 200px;
    position: relative; }
    @media (max-width: 575px) {
      .page-nav + fieldset {
        padding-right: 60px; } }
  .fullScreen .page-nav {
    display: none; }
  .fullScreen .page-nav + fieldset {
    margin-right: 0; }

.page-nav > div {
  width: 200px; }
  @media (max-width: 575px) {
    .page-nav > div {
      width: 50px;
      padding-top: 30px; } }
  .page-nav > div.fixed {
    position: fixed;
    top: 80px;
    margin-left: -200px; }
    @media (max-width: 575px) {
      .page-nav > div.fixed {
        margin-left: -50px; } }
  .page-nav > div ul {
    padding: 0;
    margin: 0; }
    .page-nav > div ul ul {
      display: none;
      padding: 0 0 0 35px;
      font-size: 11px; }
  .page-nav > div li {
    list-style: none; }
  .page-nav > div a {
    color: #6a6c6f;
    display: block;
    padding: 0 3px 5px 0; }
    @media (max-width: 575px) {
      .page-nav > div a {
        padding: 0 3px 0 0; } }
    .page-nav > div a span.icon {
      border-radius: 50%;
      background-color: #ccc;
      width: 28px;
      height: 28px;
      margin: 0 3px 0 0;
      line-height: 28px;
      text-align: center;
      display: inline-block;
      color: #fff; }
      @media (max-width: 575px) {
        .page-nav > div a span.icon {
          border-radius: 0; } }
    @media (max-width: 575px) {
      .page-nav > div a span.icon + span {
        display: none; } }
  .page-nav > div li.active ul {
    display: block; }
  .page-nav > div li.active > a {
    color: #68a749; }
  .page-nav > div li.active span.icon {
    background-color: #68a749; }

.subnav > ul {
  display: block;
  padding: 0;
  margin: 0; }
  .subnav > ul > li {
    display: block;
    float: left;
    list-style: none;
    background: #f0f0f0;
    padding: 3px 10px 3px 10px; }
    .subnav > ul > li a {
      display: block;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      color: #34495e; }
  .subnav > ul > li.active {
    background: #fff;
    border-radius: 6px; }

label.col-form-label {
  font-weight: bold; }
  label.col-form-label span {
    color: #dd5826; }

.col-form-label:empty::after {
  content: '-'; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-chkbox {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: .25em;
  border: 1px solid #D5D5D5; }

.ui-chkbox .ui-chkbox-box {
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center; }

.ui-chkbox .ui-chkbox-icon {
  line-height: inherit;
  display: block; }

.ui-chkbox-label {
  vertical-align: middle; }

.simple {
  position: absolute;
  margin-top: 0;
  top: 20px;
  bottom: 20px;
  left: 50%;
  margin-left: -300px;
  width: 600px; }

#tender-modal-link .modal {
  z-index: 1000; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.template-control {
  position: absolute;
  z-index: 1;
  right: 10px;
  padding: 14px;
  margin-top: 0px; }

.pos-bot {
  position: relative; }

@media (min-width: 768px) {
  .pos-bot button {
    position: absolute;
    bottom: 5px; } }

[type="checkbox"] + label {
  height: 6px; }

.inline-checkbox [type="checkbox"] + label {
  min-height: 20px; }

.i-check[type="checkbox"]:not(:checked),
.i-check[type="checkbox"]:checked {
  visibility: hidden;
  position: absolute; }

.i-check[type="checkbox"]:not(:checked) + label,
.i-check[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.i-check[type="checkbox"]:not(:checked) + label:before,
.i-check[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 3px; }

.i-check[type="checkbox"]:not(:checked) + label:after,
.i-check[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 14px;
  border-radius: 0px;
  background-image: url("/images/green.png");
  background-repeat: no-repeat; }

.i-check[type="checkbox"]:not(:checked) + label:after {
  background-position: -24px 0; }

.i-check[type="checkbox"]:checked + label:after {
  background-position: -48px 0; }

.i-check[type="checkbox"]:disabled:not(:checked) + label:after {
  background-position: 0px 0; }

/* radio aspect */
.i-check[type="radio"]:not(:checked),
.i-check[type="radio"]:checked {
  visibility: hidden;
  position: absolute; }

.i-check[type="radio"]:not(:checked) + label,
.i-check[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.i-check[type="radio"]:not(:checked) + label:before,
.i-check[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 10px; }

.i-check[type="radio"]:not(:checked) + label:after,
.i-check[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  background-image: url("/images/green.png");
  background-repeat: no-repeat; }

.i-check[type="radio"]:not(:checked) + label:after {
  background-position: -144px 0; }

.i-check[type="radio"]:checked + label:after {
  background-position: -168px 0; }

.i-check[type="radio"]:disabled:not(:checked) + label {
  opacity: 0.8; }

.i-check[type="radio"]:disabled:not(:checked) + label:after {
  background-position: -120px 0; }

.filter-results {
  /*border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 10px;*/
  border: 1px solid #d5d5d5;
  padding: 5px 15px; }
  .filter-results .saved-filter {
    border-top: 1px solid #d5d5d5; }
